summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2000-01-06add missing variables under net.inet6.ip6.Jun-ichiro itojun Hagino
2000-01-02Try to reopen socket if send fails. (perhaps syslogd restarted)Hugh Graham
2000-01-02add description for PF_INET6 (net.inet6.*).Jun-ichiro itojun Hagino
1999-12-30VM_SWAPENCRYPTNiels Provos
1999-12-08Don't use stdio since we don't want the password to end up in stdioTodd C. Miller
1999-11-17Add missing MLINKsTodd C. Miller
1999-10-28Add ip4.allow and etherip.allow entries.Angelos D. Keromytis
1999-10-07document more tcp specific sysctls, mostly netbsd.Niels Provos
1999-10-06Make this man page much clearer.Aaron Campbell
1999-10-03put back FTS_CHDIRROOT until next library major number crankTodd C. Miller
1999-10-03kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer usedTodd C. Miller
1999-10-03Fix multiple problems in the FTS_NOCHDIR case (mycroft@netbsd.org):Todd C. Miller
1999-09-27Formatting and grammar.Aaron Campbell
1999-09-26`nl' means something special to mdoc, so it must be escaped it meant literally.Aaron Campbell
1999-09-23Typo fixes.Alex Feldman
1999-09-22Add a RETURN VALUES section; fgsch@Aaron Campbell
1999-09-16use writev() where possibleTheo de Raadt
1999-09-15redo master.passwd.byname check if either the uid or euid changes, this wasTheo de Raadt
1999-09-14indentTheo de Raadt
1999-09-03Use strtol() and strtoul() instead of atoi(). This allows us to catchTodd C. Miller
1999-09-02insert missing commaAaron Campbell
1999-09-01string.h for memcpy protoTheo de Raadt
1999-08-31Consistify naming of RETURN VALUES section.Aaron Campbell
1999-08-27fts_pathlen and fts_namelen are u_short, not shortTodd C. Miller
1999-08-25Don't need to include sys/ucred.hTodd C. Miller
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-08-16doc isinff() and isnanf()Theo de Raadt
1999-08-16If the FTS_NOCHDIR flag is set and the final directory is empty,Todd C. Miller
1999-08-11more unescaped \n lines in nroff documentsTheo de Raadt
1999-08-03Return an open failure if the fstab is zero length or not a regular file.Jason Downs
1999-07-31fix printing error; marcTheo de Raadt
1999-07-26use .AqAaron Campbell
1999-07-17Add a warning that our implementation is different from other vendors (Solaris).Jason Downs
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-07capitalize .Dt argumentAaron Campbell
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-07-04document KERN_RND and KERN_NOSUIDCOREDUMPAaron Campbell
1999-07-02remove redundant .Pp macrosAaron Campbell
1999-07-02- rnd(4) does not exist, it is really random(4)Aaron Campbell
1999-07-02some formatting fixesAaron Campbell
1999-07-02remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,Aaron Campbell
1999-06-30document KERN_ARND, this mangpage needs work, KERN_RND, KERN_NOSUIDCOREDUMP,Niels Provos
1999-06-29add Xr for stdio(3) like the is*() man pagesAaron Campbell
1999-06-06Grammatical, spelling, and format fixesPaul Janzen
1999-06-05use .Tn instead of .Em for logical/bitwise OR + ANDAaron Campbell
1999-06-05change some .Em/.Va to .Li, looks nicerAaron Campbell
1999-06-05change some .Va to .Li, also more .DvAaron Campbell
1999-06-05some more .DvAaron Campbell
1999-06-04After some constructive criticism from pjanzen@ and some e-mail tag:Aaron Campbell