summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Collapse)Author
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
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-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
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-19off-by-one calculation error; getcwd() would return NULL if the buffer wasTheo de Raadt
the needed length + terminating byte + 1; that 1 is not needed; assar
2000-07-16Stronger caveat wrt stack smashing via % escapes. Each man pageTodd C. Miller
carries the same caveat...
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
format string directly without %s.
2000-06-29Fix a bad example. We don't want to suggest that people passTodd C. Miller
a string to err that could have % escapes in it.
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
there stil are missing items, or items without description.
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, ↵Theo de Raadt
surely it can wait till after 2.7
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
- Some punctuation fixes. - Some `id' -> `ID'.
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
timezone. The obvious thing to do is 'man timezone' so hopefully folks will be able to get the info they need.
2000-03-24Mention that FNM_LEADING_DIR and FNM_CASEFOLD are extensions.Todd C. Miller
I got bit by this recently in my own code...
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
promotion of test to int, thus violating the prototype. Gcc handles this gracefully but more std ANSI compilers will complain.
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
2000-03-06Do not leave `(' characters dangling at the end of lines; instead, use theAaron Campbell
appropriate mdoc macros to handle these cases.
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
least, this is the impression I get from looking at a lot of Perl docs.
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
2000-01-09Add ipsec-acl description, and remove bogus PF_ENCAP entry (encdebugAngelos D. Keromytis
is under ip, not under encap).
2000-01-08fix sizeof's when aliasing reentrant structures.David Leonard
(this caused group name lookups to fail)
2000-01-07Document gre.allow and mobileip.allowAngelos D. Keromytis
2000-01-06_THREAD_PRIVATE_* macros changedDavid Leonard
2000-01-06use thread-specific storage for the members listDavid Leonard
2000-01-06wording fix in net.inet6.icmp6.errratelim.Jun-ichiro itojun Hagino