Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-09 | add description for net.inet6.icmp6.{errppslimit,nd6_maxnudhint} | Jun-ichiro itojun Hagino | |
2000-07-09 | reject empty scopeid/numeric portname. sync with kame. | Jun-ichiro itojun Hagino | |
2000-07-07 | use %s with fprintf | Theo de Raadt | |
2000-07-07 | use %s with fprintf | Theo de Raadt | |
2000-07-07 | Note that EPERM is returned if the named file to be unlinked has its immutable | Aaron Campbell | |
or append-only flag set (see chflags(2)). | |||
2000-07-07 | Add a CAVEATS section explaining that you should never pass a user-supplied | Aaron Campbell | |
format string directly without %s. | |||
2000-07-07 | Insert missing semi-colon. | Aaron Campbell | |
2000-07-05 | return EAI_NODATA, instead of EAI_NONAME, on name resolution errors. | Jun-ichiro itojun Hagino | |
EAI_NONAME does not make sense in these situations. from kame. From: enami@netbsd.org | |||
2000-07-02 | knf; ouch, that hurts | Michael Shalayeff | |
2000-07-02 | new version of ffs from drahn@ | Michael Shalayeff | |
combines binary search and table lookup. tested on i386, sparc, ppc, hppa | |||
2000-06-30 | typo in RFC number. KAME PR 263 | Jun-ichiro itojun Hagino | |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-06-29 | Fix a bad example. We don't want to suggest that people pass | Todd C. Miller | |
a string to err that could have % escapes in it. | |||
2000-06-29 | remove legacy over-general :{B} match for MAC addresses, fixing filters like ↵ | Dug Song | |
'arp[6:2] = 2'. ok angelos@ | |||
2000-06-29 | When specifying negative values (i.e., -1), the '-' character should be | Aaron Campbell | |
escaped. | |||
2000-06-29 | Repairs, some from NetBSD PR/10472. | Aaron Campbell | |
2000-06-28 | restrict editrc lookup to home directory, thanks kris@freebsd.org. ok deraadt@ | Dug Song | |
2000-06-28 | Powerpc was missing the scrt.o startup file. now used by the ramdisk instbin. | Dale S. Rahn | |
also scrt does not support c++ ctors/dtors thus does not require crtbegin.o/crtend.o which it normally does. | |||
2000-06-27 | forward declaration of struct timespec to avoid warning | Artur Grabowski | |
2000-06-26 | talk about legacy data and swap encryption as suggested by theo | Niels Provos | |
2000-06-26 | various additions and cleanups written in denver airport | Theo de Raadt | |
2000-06-25 | explain about crash dumps and swap encryption | Niels Provos | |
2000-06-25 | correct return values | Paul Janzen | |
2000-06-23 | set mp->keyfile = NULL if stat fails | Markus Friedl | |
2000-06-22 | add paper by cmetz. correct example. (sync with kame) | Jun-ichiro itojun Hagino | |
2000-06-22 | ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takes | Jun-ichiro itojun Hagino | |
ipv6 address. | |||
2000-06-20 | This is OpenBSD | Eric Jackson | |
2000-06-19 | ncurses-5.0-20000617 | Todd C. Miller | |
2000-06-18 | note get{addr,name}info are recommended than inet_xx. | Jun-ichiro itojun Hagino | |
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist | |
show them with -k. Do not try to show RSS based values for them as they mess up column alignment. vmstat -f now shows kernel threads separately from rforks too. | |||
2000-06-15 | RSA goes in tree for next our next release, as it will be after | Bob Beck | |
Sept 21. Note: This means you shouldn't really be running -current for anything in the United States. Either wait for Sept 21, or for the next release, or move to the free world :) | |||
2000-06-14 | document swap encrypt ctl level | Niels Provos | |
2000-06-13 | Fix some compile warnings. | Angelos D. Keromytis | |
2000-06-13 | Cast to avoid warning. | Angelos D. Keromytis | |
2000-06-13 | Support files for shared library, expected by gcc, allows shared libraries to | Dale S. Rahn | |
have constructors and destructors. | |||
2000-06-12 | correct ENI_SALEN case to meet rfc2553bis. | Jun-ichiro itojun Hagino | |
2000-06-12 | correct behavior against invalid sockaddr. previous code may return 0 | Jun-ichiro itojun Hagino | |
(success) on invalid sockaddr. sync with rfc2553bis regarding to getnameinfo error code. (sync with kame) | |||
2000-06-09 | remove unused code | Eric Jackson | |
2000-06-06 | 2nd patch for stack mishandling; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
2000-06-01 | State explicitly that strlc{py,at} only work on real C strings. | Todd C. Miller | |
Clarify point about always NUL-terminating. | |||
2000-05-25 | synchronize net.inet{,6} as much as possible with reality. | Jun-ichiro itojun Hagino | |
there stil are missing items, or items without description. | |||
2000-05-25 | no more nfsiod; mickey | Theo de Raadt | |
2000-05-25 | remove net.inet6.ip6.gif_hlim | Jun-ichiro itojun Hagino | |
2000-05-24 | add AF_INET6. | Jun-ichiro itojun Hagino | |
2000-05-19 | use getifaddrs(3) instead of SIOCGIFCONF, to avoid alignment issues. | Jun-ichiro itojun Hagino | |
2000-05-19 | Fix macro typo. | Angelos D. Keromytis | |
2000-05-18 | Really find the requested assertions, and fix authorizer retrieval. | Angelos D. Keromytis | |
2000-05-18 | Grrr...typo'ed on the typo correction...I'll call it a day (or night). | Angelos D. Keromytis | |
2000-05-18 | Oops, typo. | Angelos D. Keromytis | |
2000-05-18 | Manpage links. | Angelos D. Keromytis | |