summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2000-09-14Remove spurious period.Aaron Campbell
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
2000-08-24KNFTheo de Raadt
2000-08-24proper protosTheo de Raadt
2000-08-22unused variableTheo de Raadt
2000-08-20Fix history section.Todd C. Miller
2000-08-20login.conf code from BSDi. This does not include the bsd auth codeTodd C. Miller
2000-08-18ipsec-acl default changed to 1; confirmed by jason@Federico G. Schwindt
2000-08-09Remove trailing blank lines.Aaron Campbell
2000-07-27grp.h; peter@runestig.comTheo de Raadt
2000-07-19mdoc repairs; requested by mickey@.Aaron Campbell
2000-07-19from freebsd:Michael Shalayeff
2000-07-19off-by-one calculation error; getcwd() would return NULL if the buffer wasTheo de Raadt
2000-07-16Stronger caveat wrt stack smashing via % escapes. Each man pageTodd C. Miller
2000-07-09add description for net.inet6.icmp6.{errppslimit,nd6_maxnudhint}Jun-ichiro itojun Hagino
2000-07-07Add a CAVEATS section explaining that you should never pass a user-suppliedAaron Campbell
2000-06-29Fix a bad example. We don't want to suggest that people passTodd C. Miller
2000-06-26talk about legacy data and swap encryption as suggested by theoNiels Provos
2000-06-26various additions and cleanups written in denver airportTheo de Raadt
2000-06-25explain about crash dumps and swap encryptionNiels Provos
2000-06-14document swap encrypt ctl levelNiels Provos
2000-05-25synchronize net.inet{,6} as much as possible with reality.Jun-ichiro itojun Hagino
2000-05-25remove net.inet6.ip6.gif_hlimJun-ichiro itojun Hagino
2000-04-25well if you cannot do a libc commit properly a week before 2.7 tree lock, sur...Theo de Raadt
2000-04-25getpw*_r()David Leonard
2000-04-18Repairs, mostly removing hard sentence breaks.Aaron Campbell
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-05Clarify _SC_ARG_MAXTodd C. Miller
2000-03-31Add a pointer to zic so new users can figure out how to set theTodd C. Miller
2000-03-24Mention that FNM_LEADING_DIR and FNM_CASEFOLD are extensions.Todd C. Miller
2000-03-23*_r MLINKSDavid Leonard
2000-03-23oops, return values are intDavid Leonard
2000-03-23readdir_r. ok aaron@David Leonard
2000-03-23getgrnam_r, getgrgid_r. ok aaron@David Leonard
2000-03-23Add #ifdef __STDC__ around the rangematch function header to avoidTodd C. Miller
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-03-06Do not leave `(' characters dangling at the end of lines; instead, use theAaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
2000-01-29use alloca() instead of malloc, for vfork safetyTheo de Raadt
2000-01-22Use .Va macro when referring to the global variable errno.Aaron Campbell
2000-01-22Use .Va.Aaron Campbell
2000-01-21Rename ip4.allow to ipip.allowAngelos D. Keromytis
2000-01-19more warning about net.inet6.ip6.forwardingJun-ichiro itojun Hagino
2000-01-13include string.h to get strlen() prototypeTodd C. Miller
2000-01-11Document the new ipsec sysctl variables.Angelos D. Keromytis
2000-01-10Document net.inet.ip.ipsec-invalid-lifeAngelos D. Keromytis