Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-08-09 | For man pages that describe multiple functions, split the .Nm arguments | Aaron Campbell | |
onto separate lines in the NAME section. | |||
2000-08-09 | Insert missing period. | Aaron Campbell | |
2000-08-09 | Remove trailing blank lines. | Aaron Campbell | |
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)). |