summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* MFC: introduce .Lb macro to libc manpagesAlexey Zelkin2000-04-228-0/+16
* Change getaddrinfo() resolve orderYoshinobu Inoue2000-04-202-75/+317
* MFC: (rev 1.12) document EWOULDBLOCK.Archie Cobbs2000-04-091-0/+7
* MFC: Add a man page for aio_waitcomplete(). Update aio_cancel() to reflectJason Evans2000-03-212-19/+50
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-211-0/+129
* MFC: For libc_r, do not create both weak and strong symbols of the sameJason Evans2000-03-189-8/+14
* Merge rev 1.7, uninitialized variable fix.Jonathan Lemon2000-03-151-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-1368-7735/+0
* 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
* Revert part of the last commit, remove {g|s}etflags from the libcJosef Karthauser2000-02-051-4/+2
* sync iruserok() extension API with other BSDsYoshinobu Inoue2000-02-011-28/+53
* Merge from RELENG_3 (oops):Chris Costello2000-01-291-5/+5
* Undo the ill-conceived breakage of the previous commit and really fix:Jason Evans2000-01-293-26/+28
* Fix various typos and mdoc style issues.Mike Pritchard2000-01-2911-54/+100
* Grammar fix: ``Different than'' should really be ``different from''.Chris Costello2000-01-291-1/+1
* Revive the warning that dllockinit() is experimental and subject toJohn Polstra2000-01-291-1/+6
* For syscalls that are renamed to _thread_sys_foo, create a weak aliasJason Evans2000-01-283-16/+16
* Introduce ACL man pages en masse for library calls, and general introduction.Robert Watson2000-01-2813-7/+1262
* There were so far only 42 different conversion specifications inJoerg Wunsch2000-01-282-0/+22
* Install setflags.3 and its link to getflags.3.Bruce Evans2000-01-281-1/+3
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-2770-274/+277
* Historically file flags (schg, uschg, etc) have been converted fromJosef Karthauser2000-01-277-13/+247
* o Back out rev 1.4 - reallocf() failure clobbers existing `environ'.Ruslan Ermilov2000-01-271-3/+8