summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Collapse)Author
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
they're really needed.
2001-02-17Document behaviour with a NULL format string, and try to not split infinitivesPaul Janzen
that don't have to be split.
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
negative value to {mtudisc,redirect}_{hi,lo}wat will turn off the limitation. sync with kame.
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
fill up /var with bogus packets. setting net.inet6.icmp6.nd6_debug will re-enable kernel messages on invalid ND packet and other occasions. improve icmp6 stats.
2001-02-04This is OpenBSD, not 4.2BSDTodd C. Miller
Bring this man page into the current millenium, it looks like little other than cut & paste has been done to this man page since 4.3BSD.
2001-02-04Add RETURN VALUES sectionTodd C. Miller
Max alarm time is 100000000 seconds, not 2147483647 (as enforced by itimerfix() in kern_time.c)
2001-02-03Fix the the elf nlist for cases where we can't mmap the headers.Artur Grabowski
This makes /dev/ksyms work (when that code is commited).
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
sync with latest kame.
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-24alignment seems like a good idea; after art@alphaMichael Shalayeff
2001-01-24Add alignment on this ugly array.Artur Grabowski
Fixes the unaligned accesses in awk.
2001-01-21Shuffle man page sections into preferred order.Aaron Campbell
2001-01-20style(9) in example code.Aaron Campbell
2001-01-18Remove errant line (pasto).Todd C. Miller
2001-01-18Provide examples showing how to convert old code to use sigprocmask(2).Todd C. Miller
2001-01-17first cut at "what is allowed in a signal handler, based on but extended ↵Theo de Raadt
from FreeBSD list
2001-01-13Sync function comment with man page; fanf@covalent.netTodd C. Miller
2001-01-12Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)'Todd C. Miller
not get a SEGV; Richard Kettlewell <rjk@greenend.org.uk>
2001-01-12Clarify sigsetjmp vs. setjmp vs. _setjmp.Todd C. Miller
2001-01-10put up FD_* manual pages, in section 3Theo de Raadt
2001-01-08fix %p matching. checked by angelos. closes PR1612David Leonard
2001-01-060xFF is not a control character in ISO 8859; ok angelos@Christian Weisgerber
2001-01-05do not refer getnodebyname. sync with kame.Jun-ichiro itojun Hagino
2001-01-05Use ISO 8859 to determine printability.Angelos D. Keromytis
2001-01-04grammer/spellingTodd T. Fries
2001-01-04Update.Angelos D. Keromytis
2001-01-04Document kern.malloc treeAngelos D. Keromytis
2001-01-03Make it an error to open a zero-length file for read-only access.Todd C. Miller
This makes cap_mkdb happier, though cap_mkdb still behaves incorrectly when given multiple files (but that is cap_mkdb's fault).
2000-12-29don't use %ebx, that's what %edx is for; Andy Doran <ad@netbsd.org>Michael Shalayeff
2000-12-24Various repairs, mostly to get rid of short lines.Aaron Campbell
2000-12-23type is not a .FnMarkus Friedl
2000-12-23create proper docs for timer{add,clear,sub,isset,cmp}Theo de Raadt
2000-12-21more Va stuffTheo de Raadt
2000-12-21document svc_getreqset2(), a non-standard interfaceTheo de Raadt
2000-12-21mdoc prefers `\e' as an escape character.Aaron Campbell
2000-12-21typo; initalizes -> intializes. Some other fixes while I'm here.Aaron Campbell
2000-12-21IPPORT_RESERVED - 1, not 1023Theo de Raadt
2000-12-21typo; ciper -> cipherAaron Campbell