summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-01-22Update to ncurses-5.2-20010114Todd C. Miller
2001-01-22PAGE_SHIFT can be a define, avoid double-define.Artur Grabowski
2001-01-22put more manual pages inTheo de Raadt
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 from...Theo de Raadt
2001-01-16typo in comment, change -> chanceBrad Smith
2001-01-16switch stacks even when restoring a preempted thread. (credit to pefo@)David Leonard
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
2001-01-12Clarify sigsetjmp vs. setjmp vs. _setjmp.Todd C. Miller
2001-01-12make sure s always has enough from for trailing \0. even though strlcpy willBob Beck
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-07libutil.h -> util.hChristian Weisgerber
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-04grammarTodd T. Fries
2001-01-04spellingTodd T. Fries
2001-01-04spellingTodd T. Fries
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
2001-01-02do not honour environment variables if issetugid, and even more strongly supp...Theo de Raadt
2001-01-02Fix a problem introduced by the printf format sweep. Passing a NULLTodd C. Miller
2000-12-31-lpthread -> -pthreadBrad Smith
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
2000-12-21Mention that SVR4 expects fully duplex pipesPaul Janzen
2000-12-21document net.inet6.icmp6.mtudisc_{hi,lo}watJun-ichiro itojun Hagino
2000-12-18fix util script runs to not assume they are executable.Bob Beck
2000-12-17data base -> databaseTodd C. Miller
2000-12-16Remove - RSA is there now, don't need to talk about it being stubbed.Bob Beck
2000-12-16add in forgotten dso stuff.Bob Beck
2000-12-15oops, forgot top level makefile.bsd-wrapper on mergeBob Beck
2000-12-15Oops, missed makefile change, and must crank major on these, someBob Beck
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastAaron Campbell
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where itAaron Campbell