summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Document behaviour with respect to interval timers.sheldonh2002-01-091-0/+4
* mdoc(7) police: add missing markup bits for ``errno''.ru2002-01-093-3/+9
* mdoc(7) police:ru2002-01-095-6/+10
* From the PR:nik2002-01-0910-8/+98
* Fix some 32/64-bit bugs. IPv4 addresses are 32-bits, not longs. On thejhb2002-01-081-8/+12
* Correct phrase 'get an ACL' to 'set an ACL'.jedgar2002-01-071-1/+1
* Modify Delete_Chunk() into Delete_Chunk2() which can take a flagsdillon2002-01-072-1/+20
* We are munmap(2), so there's no need to list ourselves in the SEE ALSOdd2002-01-071-1/+1
* Nuke the paragraph that says "One can obtain user connection requestdd2002-01-071-17/+0
* Suggest using memmove(3) if src and dst may overlap.dd2002-01-071-2/+7
* All information from the "BUGS" section not belonging in "SECURITYchris2002-01-062-48/+34
* Add new "SECURITY CONSIDERATIONS" sections.chris2002-01-063-0/+48
* Enable WARNS?=2.kbyanc2002-01-061-0/+1
* Add a new `SECURITY CONSIDERATIONS' section. Sample code similar tochris2002-01-051-0/+63
* Include a section cross-reference to `EXAMPLES' in `SECURITYchris2002-01-051-1/+3
* Remove the example from SECURITY CONSIDERATIONS. This is mostlychris2002-01-051-54/+0
* Minor grammar and punctuation fixesyar2002-01-041-2/+2
* State clearly that one should call listen(2) on a socketyar2002-01-041-0/+11
* Turn off USER_LOCKING which allows intruder to completely disable OPIEache2002-01-031-1/+3
* Copy the sample `SECURITY CONSIDERATIONS' section from sec-doc.7.chris2002-01-021-0/+66
* Add ifdef sparc64.jake2002-01-021-1/+1
* Connect user trap code to the build.jake2002-01-011-0/+3
* Add libc side of user trap handling.jake2002-01-017-0/+423
* Remove long-obsolete README.des2002-01-011-10/+0
* In verbose mode, display the full error message from the server, strippingdes2002-01-011-3/+48
* Remove VT100 escapes from debugging messages now that they're enabled bydes2002-01-014-22/+21
* Back out errno preservingache2001-12-307-47/+12
* Adapt to new kernel tsb structure.jake2001-12-291-16/+9
* Make sure curbrk is well aligned.jake2001-12-291-0/+1
* Use jmpbuf offsets, not ucontext_t.jake2001-12-291-3/+2
* Add .register directives for gcc3.jake2001-12-291-13/+42
* __infinity is not const.jake2001-12-291-1/+1
* Add jmpbuf offsets. Remove ucontext offsets.jake2001-12-291-9/+8
* Add .register directives for gcc3.jake2001-12-291-6/+11
* Include utrap.h for soft trap types.jake2001-12-291-1/+1
* We use HIDENAME(minbrk) on sparc64 too.jake2001-12-291-1/+1
* Fixed a missing "const".bde2001-12-281-1/+1
* Fix typo (unclosed comment).jake2001-12-281-0/+1
* Add xref to jail(2).mpp2001-12-281-1/+2
* - Make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf.ume2001-12-262-1/+13
* Add "except the handling of errors" into "equivalent to" paragraph.ache2001-12-253-0/+8
* Preserve errno.ache2001-12-255-9/+44
* Back out recent replacement of LC_MESSAGES file with directory.phantom2001-12-241-1/+1
* Sort the disknames when we get them from the kernel.phk2001-12-231-10/+23
* o Change the layout of the tagged lists to be like those in acl(3).chris2001-12-231-3/+12
* Use the real function address (instead of function address + 8) for thedeischen2001-12-223-6/+6
* Save and restore t12 in the jmp_buf. t12 is used during functiondeischen2001-12-222-0/+3
* add missing MLINKSphantom2001-12-211-1/+10
* The VM_STACK option is long dead. MAP_STACK is available everywhere.peter2001-12-211-12/+0
* Slightly re-work locale messages storage scheme. Before this commitphantom2001-12-211-1/+1
OpenPOWER on IntegriCloud