Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell | |
breaks and getting rid of short lines, making these files easier to work with. | |||
2000-10-17 | damn it, i have had it with this untested weak shit | Theo de Raadt | |
2000-10-16 | re-add weak sparc support; d@ | Theo de Raadt | |
2000-10-14 | oops; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt | |
2000-10-14 | document net.inet.tcp.rstppslimit. | Jun-ichiro itojun Hagino | |
2000-10-12 | MAP_FAILED, not -1. | Artur Grabowski | |
2000-10-11 | back out weak symbols; deraadt@ | David Leonard | |
2000-10-10 | mention icmp{,6}.errppslimit | Jun-ichiro itojun Hagino | |
2000-10-10 | Fresh infinity from NetBSD. | Hugh Graham | |
2000-10-06 | weaken syscall symbols in libc by default | David Leonard | |
2000-10-06 | Add a CAVEATS section to warn programmers that shell meta-characters will | Aaron Campbell | |
be passed to the command interpreter. | |||
2000-10-04 | use weak symbols in sparc's libc | David Leonard | |
2000-10-04 | teach tags about SYSENTRY | David Leonard | |
2000-10-03 | bt_open.c: parenthesize - and & proper (from freebsd); | Michael Shalayeff | |
hash_bigkey.c: fix NULL dereference exposed on big bsize values; hash_buf.c: fix DEBUG1 cases to make them print, not crash; hash.3: document real default values for bsize and ffactor. | |||
2000-09-30 | Make it obvious that open(2) returns ELOOP if O_NOFOLLOW was specified | Todd C. Miller | |
and the target is a symlink. | |||
2000-09-25 | fix off-by-1 error. | Jun-ichiro itojun Hagino | |
From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> | |||
2000-09-25 | doc that O_TRUNC needs a write mode | Theo de Raadt | |
2000-09-25 | document pmtu discovery, from NetBSD | Niels Provos | |
2000-09-25 | char const* -> const char * | Federico G. Schwindt | |
2000-09-24 | unlock, instead of re-lock. fixes PR#1408 | David Leonard | |
2000-09-22 | IPng -> IPv6 | Aaron Campbell | |
2000-09-22 | ipx_addr(3) takes a const char *. | Todd C. Miller | |
2000-09-22 | Document cd/ados/msdos options. | Marc Espie | |
2000-09-19 | Update. | Angelos D. Keromytis | |
2000-09-16 | Change setuserpath() from void to int so we can pass up a return | Todd C. Miller | |
value if setenv() fails. Porblem pointed out by deraadt. | |||
2000-09-14 | Remove spurious period. | Aaron Campbell | |
2000-09-12 | o add missing getsid() prototype | Todd C. Miller | |
o fix typo in getsid() that broke getsid(pid) where pid != 0 o cause getsid() and getpgid() to return EPERM if requesting the id of a session/process group not in the current session o check for NULL session in getsid() for exiting processes | |||
2000-09-11 | The mkstemp() function appeared in 4.4BSD; todd@ | Aaron Campbell | |
2000-09-08 | typo in comment, AILASES -> ALIASES | Brad Smith | |
2000-09-06 | Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/ | Todd C. Miller | |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-08-31 | on /etc/hosts lookup, set "official host name" (the leftmost hostname) | Jun-ichiro itojun Hagino | |
into ai_canonname. this is to synchronize with practice in gethostby*. comment from ume@mahoroba.org. sync with kame. | |||
2000-08-31 | fix _PATH_DEFPATH; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt | |
2000-08-31 | Put the CAVEATS section explaining format string issues in this man page too. | Aaron Campbell | |
2000-08-25 | In the format string bug description under CAVEATS, clarify what we mean by | Aaron Campbell | |
building the string ``by hand'' using a function like snprintf(); deraadt@ ok | |||
2000-08-24 | KNF | Theo de Raadt | |
2000-08-24 | proper protos | Theo de Raadt | |
2000-08-24 | fix includes | Theo de Raadt | |
2000-08-24 | uninit variables | Theo de Raadt | |
2000-08-22 | Wall | Theo de Raadt | |
2000-08-22 | unused variable | Theo de Raadt | |
2000-08-22 | Add MLINKS for timelocal() and timegm(); pointed out by Theo. | Todd C. Miller | |
2000-08-22 | Quickly describe timelocal() and timegm() and note that they are | Todd C. Miller | |
deprecated interfaces. | |||
2000-08-20 | Fix history section. | Todd C. Miller | |
2000-08-20 | login.conf code from BSDi. This does not include the bsd auth code | Todd C. Miller | |
which will come later. At this stage it is primarily used for setting resource limits. | |||
2000-08-18 | ipsec-acl default changed to 1; confirmed by jason@ | Federico G. Schwindt | |
2000-08-13 | strings are NUL-terminated, not NULL-terminated | Theo de Raadt | |
2000-08-12 | Mention that mknod(2) will return EINVAL when chroot(2)'d. | Todd C. Miller | |
2000-08-09 | document that the current implementation is not thread-safe. sync with kame. | Jun-ichiro itojun Hagino | |
From: "Greg Thompson" <johnnyteardrop@hotmail.com> | |||
2000-08-09 | More of the same. | Aaron Campbell | |