summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2001-05-11MAP_SHARED is better. Maybe we're trying to map /dev/ksyms.Artur Grabowski
2001-05-11MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-05-11Update with new sysctl'sAngelos D. Keromytis
2001-05-05Prototype for nice() lives in unistd.h, not nlist.h (pasto?)Todd C. Miller
2001-05-01Use pread() to avoid lseek() abuse, from art's todo list. Tested withAaron Campbell
2001-04-23Various man page fixes and improvements from gluk@Aaron Campbell
2001-04-05remove extra continue statementsTheo de Raadt
2001-04-02use a len in g_Ctoc, easier code; freebsdTheo de Raadt
2001-03-28Fix some glob defects:Todd C. Miller
2001-03-28must spec +1 in this one case...Theo de Raadt
2001-03-28avoid g_Ctoc() overflows; art@ okTheo de Raadt
2001-03-28KNFTheo de Raadt
2001-03-22a bit closer to the queen's englishTheo de Raadt
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-14Move description of exect() to execve(2) man page. Add a note about exect() notAaron Campbell
2001-03-11mdoc police.Aaron Campbell
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-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-13Avoid theoretical potential buffer overflowPaul Janzen
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-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-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
2001-01-26Clarify that the proctitle is set to "progname: fmt", not "progname:fmt".Aaron Campbell
2001-01-25ELf-size independent nlist.Artur Grabowski
2001-01-21Shuffle man page sections into preferred order.Aaron Campbell
2001-01-20style(9) in example code.Aaron Campbell
2001-01-17first cut at "what is allowed in a signal handler, based on but extended from...Theo de Raadt
2001-01-12Clarify sigsetjmp vs. setjmp vs. _setjmp.Todd C. Miller
2001-01-060xFF is not a control character in ISO 8859; ok angelos@Christian Weisgerber
2001-01-05Use ISO 8859 to determine printability.Angelos D. Keromytis
2001-01-04Update.Angelos D. Keromytis
2001-01-04Document kern.malloc treeAngelos D. Keromytis
2000-12-24Various repairs, mostly to get rid of short lines.Aaron Campbell
2000-12-23type is not a .FnMarkus Friedl
2000-12-21typo; initalizes -> intializes. Some other fixes while I'm here.Aaron Campbell
2000-12-21document net.inet6.icmp6.mtudisc_{hi,lo}watJun-ichiro itojun Hagino
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastAaron Campbell
2000-12-12Remove references to ipsec-acl.Angelos D. Keromytis
2000-12-09avoid incorrect free; reported by danh@nfol.com, my fixTheo de Raadt
2000-12-04Silently convert s/key -> skey in login_getstyle(). A bit of a hackTodd C. Miller
2000-11-29Don't print an extra newline after reading passphrase if echo was notTodd C. Miller
2000-11-23zero pw_passwd before freeingTodd C. Miller