summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2001-03-20document new interpretation for net.inet6.icmp6.nodeinfo.Jun-ichiro itojun Hagino
2001-03-19set gl_pathv to NULL after we free it; christos@netbsd.orgTodd C. Miller
2001-03-18GLOB_LIMIT changes from christosTheo de Raadt
2001-03-18Fix lots of register masks.Brandon Creighton
2001-03-14Move description of exect() to execve(2) man page. Add a note about exect() notAaron Campbell
2001-03-11mdoc police.Aaron Campbell
2001-03-11Cosmetic: Super-user -> SuperuserAaron Campbell
2001-03-11Convert flags list from a literal display to a nicely formatted list.Aaron Campbell
2001-03-11Section shuffling.Aaron Campbell
2001-03-11Add cvs tag, remove incompatible LIBRARY section, plus other OpenBSD'ificationsAaron Campbell
2001-03-11Better grammar, move HISTORY before CAVEATS, and add some missing commas.Aaron Campbell
2001-03-11mdoc police.Aaron Campbell
2001-03-11Fix typo: disklable -> disklabel; from NetBSD.Aaron Campbell
2001-03-09Xr mlockallArtur Grabowski
2001-03-09Add mlockall and munlockall. man-page from NetBSD.Artur Grabowski
2001-03-09typoArtur Grabowski
2001-03-09PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they j...Theo de Raadt
2001-03-08document that exit() -> wait() only returns low bitsTheo de Raadt
2001-03-03typoTheo de Raadt
2001-03-03plug many memory leaksTheo de Raadt
2001-03-02missed a second hash->ohashMarc Espie
2001-03-02Missed one hash->ohashMarc Espie
2001-03-02Fix preambleMarc Espie
2001-03-02Oops, ohash_lookup_string bit the dust.Marc Espie
2001-03-02Add ohash_* functions to libc.Marc Espie
2001-03-01describe a few new flags; jlemon@freebsd.orgNiels Provos
2001-03-01Spelling: preceeding -> precedingAaron Campbell
2001-02-28ipip.allow can also be set to 2, which skips the loopback spoofAngelos D. Keromytis
2001-02-22Add a caveat about our O_TRUNC paranoia; art@ okAnil Madhavapeddy
2001-02-18fix typoTodd C. Miller
2001-02-17spelling and grammarPaul Janzen
2001-02-17It's not that I mind split infinitives. I just like to save'em for whenPaul Janzen
2001-02-17Document behaviour with a NULL format string, and try to not split infinitivesPaul Janzen
2001-02-16style(9) nit in examples, aaron@ oksmart
2001-02-13Avoid theoretical potential buffer overflowPaul Janzen
2001-02-12capitalizationAaron Campbell
2001-02-12correct listener side example. from deraadtJun-ichiro itojun Hagino
2001-02-10Make sure $RSH is not the empty string.Todd C. Miller
2001-02-10Insert a missing comma.Aaron Campbell
2001-02-08implement upper limit to icmp6 redirects (experimental, turned off)Jun-ichiro itojun Hagino
2001-02-07dd ECONNABORTED.Jun-ichiro itojun Hagino
2001-02-07by default, don't bark on inbound ND messages, as outsider may be able toJun-ichiro itojun Hagino
2001-02-04This is OpenBSD, not 4.2BSDTodd C. Miller
2001-02-04Add RETURN VALUES sectionTodd C. Miller
2001-02-03Fix the the elf nlist for cases where we can't mmap the headers.Artur Grabowski
2001-02-01MAXLOGNAME defn changedTheo de Raadt
2001-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
2001-01-26wording updates. typo in example (s/err1/errx/).Jun-ichiro itojun Hagino
2001-01-26Clarify that the proctitle is set to "progname: fmt", not "progname:fmt".Aaron Campbell
2001-01-25ELf-size independent nlist.Artur Grabowski