summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2000-09-19Update.Angelos D. Keromytis
2000-09-17Arguments to .Dt macros should be all-caps.Aaron Campbell
2000-09-17Fix typo in NAME section; loict@bougon.net. While I'm here, capitalify theAaron Campbell
argument to .Dt, and move the BUGS section to the end like most man pages. This is my 1000th commit since joining the OpenBSD dev team.
2000-09-16Change setuserpath() from void to int so we can pass up a returnTodd C. Miller
value if setenv() fails. Porblem pointed out by deraadt.
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-09-14Remove spurious period.Aaron Campbell
2000-09-12o add missing getsid() prototypeTodd 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-11The mkstemp() function appeared in 4.4BSD; todd@Aaron Campbell
2000-09-08typo in comment, AILASES -> ALIASESBrad Smith
2000-09-06Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/Todd C. Miller
2000-09-05des_modes(7) not des_modes(7); jmd@turbogeek.orgTheo de Raadt
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-08-31on /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-31fix _PATH_DEFPATH; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
2000-08-31Put the CAVEATS section explaining format string issues in this man page too.Aaron Campbell
2000-08-25In the format string bug description under CAVEATS, clarify what we mean byAaron Campbell
building the string ``by hand'' using a function like snprintf(); deraadt@ ok
2000-08-24KNFTheo de Raadt
2000-08-24proper protosTheo de Raadt
2000-08-24fix includesTheo de Raadt
2000-08-24uninit variablesTheo de Raadt
2000-08-22WallTheo de Raadt
2000-08-22unused variableTheo de Raadt
2000-08-22Add MLINKS for timelocal() and timegm(); pointed out by Theo.Todd C. Miller
2000-08-22Quickly describe timelocal() and timegm() and note that they areTodd C. Miller
deprecated interfaces.
2000-08-20Fix history section.Todd C. Miller
2000-08-20Crank minor to correspond to login.conf changes in libcTodd C. Miller
2000-08-20login.conf code from BSDi. This does not include the bsd auth codeTodd C. Miller
which will come later. At this stage it is primarily used for setting resource limits.
2000-08-18ipsec-acl default changed to 1; confirmed by jason@Federico G. Schwindt
2000-08-13strings are NUL-terminated, not NULL-terminatedTheo de Raadt
2000-08-12Mention that mknod(2) will return EINVAL when chroot(2)'d.Todd C. Miller
2000-08-11Fix lexer bug (bad handling of escaped double-quote).Angelos D. Keromytis
2000-08-09document that the current implementation is not thread-safe. sync with kame.Jun-ichiro itojun Hagino
From: "Greg Thompson" <johnnyteardrop@hotmail.com>
2000-08-09More of the same.Aaron Campbell
2000-08-09For man pages that describe multiple functions, split the .Nm argumentsAaron Campbell
onto separate lines in the NAME section.
2000-08-09Insert missing period.Aaron Campbell
2000-08-09Remove trailing blank lines.Aaron Campbell
2000-08-07quiet warningBrad Smith
2000-08-07remove test_pw until we get getpwnam_r() backBrad Smith
2000-08-07this obviously wasn't tested, fix check. We don't even build libpthread byBrad Smith
default on i386 yet.
2000-08-05formatting, grammar, and typo correctionPaul Janzen
2000-08-05pretty; ok millertTheo de Raadt
2000-08-05talk about errno; and try to list sighandler safe functionsTheo de Raadt
2000-08-03fix xref: info_mkdb -> cap_mkdb; ok millert@Christian Weisgerber
2000-08-02typoAaron Campbell
2000-08-02update other obsoleted rfcsNiels Provos
2000-08-02return error if salt is too small; pr 1336Niels Provos
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-08-01close fd for pw_lck on exec, okay deraadt@Niels Provos
2000-08-01Traditional NDBM supports dbm_open(foo, O_WRONLY) but dbopen() doesTodd 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-31reinsert corrected history section, based on jdolecek@netbsdPaul Janzen