Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-05 | formatting, grammar, and typo correction | Paul Janzen | |
2000-08-05 | pretty; ok millert | Theo de Raadt | |
2000-08-05 | talk about errno; and try to list sighandler safe functions | Theo de Raadt | |
2000-08-02 | update other obsoleted rfcs | Niels Provos | |
2000-08-02 | return error if salt is too small; pr 1336 | Niels Provos | |
2000-08-01 | Traditional NDBM supports dbm_open(foo, O_WRONLY) but dbopen() does | Todd C. Miller | |
not allow O_WRONLY (it returns EINVAL). If the users passes O_WRONLY to dbm_open, strip it and use O_RDWR instead. | |||
2000-07-31 | reinsert corrected history section, based on jdolecek@netbsd | Paul Janzen | |
2000-07-30 | avoid buffer overrun on too-long reply for NIS hostname lookup. | Jun-ichiro itojun Hagino | |
2000-07-27 | grp.h; peter@runestig.com | Theo de Raadt | |
2000-07-25 | document pitfall cases in argument parsing. sync with kame. | Jun-ichiro itojun Hagino | |
2000-07-21 | Document that truncate() can also be used to extend the size of a file. | Christian Weisgerber | |
From FreeBSD; ok deraadt@ | |||
2000-07-19 | mdoc repairs; requested by mickey@. | Aaron Campbell | |
2000-07-19 | from freebsd: | Michael Shalayeff | |
strtofflags/fflagstostr to convert file flags to/from binary from/into a string as used in chflags(1). use u_int32_t instead of u_long (as freebsd does). increase libc minor. millert@ ok. | |||
2000-07-19 | off-by-one calculation error; getcwd() would return NULL if the buffer was | Theo de Raadt | |
the needed length + terminating byte + 1; that 1 is not needed; assar | |||
2000-07-16 | Stronger caveat wrt stack smashing via % escapes. Each man page | Todd C. Miller | |
carries the same caveat... | |||
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 | 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-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 | 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-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-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-18 | note get{addr,name}info are recommended than inet_xx. | Jun-ichiro itojun Hagino | |
2000-06-14 | document swap encrypt ctl level | Niels Provos | |
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-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-17 | nroff fixes (correct Dt, linebreak). | Jun-ichiro itojun Hagino | |
2000-05-15 | correct type of 2nd argument to meet RFC2553. (this should raise no ABI | Jun-ichiro itojun Hagino | |
problem due to type promotion). PR 1228. | |||
2000-05-15 | translate DNS error code into getaddrinfo error code (EAI_xxx). PR 1229. | Jun-ichiro itojun Hagino | |
2000-05-15 | Add support for building libraries with debugging information in them. | Niklas Hallqvist | |
Enable by setting DEBUGLIBS=yes in /etc/mk.conf, then -g libraries will get installed in /usr/lib/debug. This directory will be searched first if gcc is given the -g flag during the link stage. | |||
2000-05-01 | bye bye semconfig(2) | Theo de Raadt | |