summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) cleanup:phantom2000-05-041-6/+5
* Use assembler directives rather than ALTENTRY() so that longjmp() andjasone2000-05-044-20/+16
* Add missing man pages. Fix various compliance bugs, mostly having to do withjasone2000-05-021-0/+85
* Remove cancellation point propagation.jasone2000-04-261-4/+4
* Fix typo. Use `.Fa' to denote a function argument.jkoshy2000-04-261-2/+4
* Spell MAP_NOSYNC correctly.wollman2000-04-232-2/+2
* .Lb-ifywollman2000-04-232-0/+4
* Introduce .Lb macro to libutil manpagesphantom2000-04-221-6/+2
* Introduce .Lb macro to libposix1e manpagesphantom2000-04-2211-15/+37
* Introduce .Lb macro to libc_r manpages.phantom2000-04-226-0/+12
* Add shm_open(3) and shm_unlink(3). The documentation could use a goodwollman2000-04-224-2/+457
* Introduce ".Lb" macro to libc manpages.phantom2000-04-21363-1/+727
* Change getaddrinfo() resolve ordershin2000-04-202-75/+317
* Add comment after localesache2000-04-1212-24/+48
* Fix typo, reported by George Cox.asmodai2000-04-121-8/+8
* Do proper byte swapping in 64bit routines.sheldonh2000-04-121-14/+23
* Better wording according to multibyte(3)ache2000-04-1112-24/+96
* Add a missing THREAD_UNLOCK() found missing by Valentin Nechayevphk2000-04-102-8/+2
* Document EWOULDBLOCK as a possible errno return value.archie2000-04-091-0/+7
* Back out valid argument domain change - sneak to this function by error.ache2000-03-281-4/+2
* Describe valid argument domain for 8-bit wide locales to prevent common errorache2000-03-2815-0/+30
* Decrement the timeout being passed to poll() if poll was interrupted forjlemon2000-03-261-5/+22
* Spelling, fprintf -> err, remove unneeded variable declarationcharnier2000-03-261-8/+3
* Fixed missing #include of <sys/types.h> in synopsis.bde2000-03-231-2/+3
* Fixed missing #include of <sys/types.h> in synopsis.bde2000-03-231-0/+1
* Fixed wrong arg type in synopsis.bde2000-03-231-1/+1
* Add a man page for aio_waitcomplete(). Update the aio_cancel() man page tojasone2000-03-213-19/+179
* Back out that last commit, it may be insecure (pointed out by Warnerbsd2000-03-161-1/+1
* Slight adjustment to __ivaliduser() - don't ignore the last line inbsd2000-03-161-1/+1
* Take care to avoid having "strong" and "weak" symbols of the same name injasone2000-03-1610-12/+14
* Fix uninitialized variable.jlemon2000-03-151-1/+1
* Merge from NetBSD. Addition of inet_ntop() and inet_pton() description.shin2000-03-122-2/+60
* Cosmetic fix. Re-order MLINKS for if_indextoname.3 and inet.3 as alphabeticalshin2000-03-121-2/+2
* Correct MLINKS contents for rcmd.3, because it is obsolete due toshin2000-03-121-3/+4
* Import from KAME. Advanced API related function descriptions.shin2000-03-123-1/+790
* Add in IPV4 NIS support.jlemon2000-03-091-0/+39
* Fix various unsigned vs signed errors that caused problems with uidspaul2000-03-091-5/+14
* More grammer, wording, and mdoc fixes.shin2000-03-091-26/+20
* Temporary cosmetic change to prevent gcc-2.95.2 from doing ancracauer2000-03-081-1/+1
* Replace structure copy form ifreq obtained by SIOCGIFADDRshin2000-03-032-2/+2
* CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-031-6/+18
* Fixed wrong function return types in synopsis.bde2000-03-032-4/+4
* -Reflect function name change.shin2000-03-021-36/+83
* Remove more single-space hard sentence breaks.sheldonh2000-03-024-6/+12
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-0247-147/+294
* Fix errors in .Xr usage.nik2000-03-011-1/+1
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).ps2000-02-282-0/+8
* Restore `[no]{s|u}unlnk' and `[no]opaque' support.ru2000-02-223-6/+21
* Change IPv6 scoped addr format again based on recent standard discussion.shin2000-02-192-9/+6
* Fix null-pointer dereference crash when the system is intentionallydillon2000-02-161-1/+2
OpenPOWER on IntegriCloud