summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Introduce .Lb macro to libc_r manpages.Alexey Zelkin2000-04-226-0/+12
* Add shm_open(3) and shm_unlink(3). The documentation could use a goodGarrett Wollman2000-04-224-2/+457
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-21363-1/+727
* Change getaddrinfo() resolve orderYoshinobu Inoue2000-04-202-75/+317
* Add comment after localesAndrey A. Chernov2000-04-1212-24/+48
* Fix typo, reported by George Cox.Jeroen Ruigrok van der Werven2000-04-121-8/+8
* Do proper byte swapping in 64bit routines.Sheldon Hearn2000-04-121-14/+23
* Better wording according to multibyte(3)Andrey A. Chernov2000-04-1112-24/+96
* Add a missing THREAD_UNLOCK() found missing by Valentin NechayevPoul-Henning Kamp2000-04-102-8/+2
* Document EWOULDBLOCK as a possible errno return value.Archie Cobbs2000-04-091-0/+7
* Back out valid argument domain change - sneak to this function by error.Andrey A. Chernov2000-03-281-4/+2
* Describe valid argument domain for 8-bit wide locales to prevent common errorAndrey A. Chernov2000-03-2815-0/+30
* Decrement the timeout being passed to poll() if poll was interrupted forJonathan Lemon2000-03-261-5/+22
* Spelling, fprintf -> err, remove unneeded variable declarationPhilippe Charnier2000-03-261-8/+3
* Fixed missing #include of <sys/types.h> in synopsis.Bruce Evans2000-03-231-2/+3
* Fixed missing #include of <sys/types.h> in synopsis.Bruce Evans2000-03-231-0/+1
* Fixed wrong arg type in synopsis.Bruce Evans2000-03-231-1/+1
* Add a man page for aio_waitcomplete(). Update the aio_cancel() man page toJason Evans2000-03-213-19/+179
* Back out that last commit, it may be insecure (pointed out by WarnerBrian S. Dean2000-03-161-1/+1
* Slight adjustment to __ivaliduser() - don't ignore the last line inBrian S. Dean2000-03-161-1/+1
* Take care to avoid having "strong" and "weak" symbols of the same name inJason Evans2000-03-1610-12/+14
* Fix uninitialized variable.Jonathan Lemon2000-03-151-1/+1
* Merge from NetBSD. Addition of inet_ntop() and inet_pton() description.Yoshinobu Inoue2000-03-122-2/+60
* Cosmetic fix. Re-order MLINKS for if_indextoname.3 and inet.3 as alphabeticalYoshinobu Inoue2000-03-121-2/+2
* Correct MLINKS contents for rcmd.3, because it is obsolete due toYoshinobu Inoue2000-03-121-3/+4
* Import from KAME. Advanced API related function descriptions.Yoshinobu Inoue2000-03-123-1/+790
* Add in IPV4 NIS support.Jonathan Lemon2000-03-091-0/+39
* Fix various unsigned vs signed errors that caused problems with uidsPaul Richards2000-03-091-5/+14
* More grammer, wording, and mdoc fixes.Yoshinobu Inoue2000-03-091-26/+20
* Temporary cosmetic change to prevent gcc-2.95.2 from doing anMartin Cracauer2000-03-081-1/+1
* Replace structure copy form ifreq obtained by SIOCGIFADDRYoshinobu Inoue2000-03-032-2/+2
* CMSG_XXX macros alignment fixes to follow RFC2292.Yoshinobu Inoue2000-03-031-6/+18
* Fixed wrong function return types in synopsis.Bruce Evans2000-03-032-4/+4
* -Reflect function name change.Yoshinobu Inoue2000-03-021-36/+83
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-024-6/+12
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-0247-147/+294
* Fix errors in .Xr usage.Nik Clayton2000-03-011-1/+1
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).Paul Saab2000-02-282-0/+8
* Restore `[no]{s|u}unlnk' and `[no]opaque' support.Ruslan Ermilov2000-02-223-6/+21
* Change IPv6 scoped addr format again based on recent standard discussion.Yoshinobu Inoue2000-02-192-9/+6
* Fix null-pointer dereference crash when the system is intentionallyMatthew Dillon2000-02-161-1/+2
* Add man pages for the sem_*() functions.Jason Evans2000-02-166-0/+503
* Fix coredump in gethostbyaddr() when the returned answer is too large toBill Fenner2000-02-161-0/+4
* Replace `.Os BSD' which caused a troff error with `.Bx' which alsoChris Costello2000-02-141-1/+1
* Document the support in the kernel for hardware debug registers on theDavid E. O'Brien2000-02-121-1/+20
* Add more dual stack consideration.Yoshinobu Inoue2000-02-101-1/+5
* Let getaddrinfo() and related functions supports traditional IPv4 formatYoshinobu Inoue2000-02-102-4/+10
* Replace the existing documentation for ``KERN_QUANTUM'' with a moreChris Costello2000-02-101-4/+2
* IPv6 scoped addr format is changed as recent KAME change.Yoshinobu Inoue2000-02-092-6/+16
* There is a problem in that one cannot use ctype.h at the same time as partsDavid E. O'Brien2000-02-082-49/+145