summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add man pages for the sem_*() functions.jasone2000-02-166-0/+503
* Fix coredump in gethostbyaddr() when the returned answer is too large tofenner2000-02-161-0/+4
* Replace `.Os BSD' which caused a troff error with `.Bx' which alsochris2000-02-141-1/+1
* Document the support in the kernel for hardware debug registers on theobrien2000-02-121-1/+20
* Add more dual stack consideration.shin2000-02-101-1/+5
* Let getaddrinfo() and related functions supports traditional IPv4 formatshin2000-02-102-4/+10
* Replace the existing documentation for ``KERN_QUANTUM'' with a morechris2000-02-101-4/+2
* IPv6 scoped addr format is changed as recent KAME change.shin2000-02-092-6/+16
* There is a problem in that one cannot use ctype.h at the same time as partsobrien2000-02-082-49/+145
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-051-4/+2
* sync iruserok() extension API with other BSDsshin2000-02-011-28/+53
* Merge from RELENG_3 (oops):chris2000-01-291-5/+5
* Undo the ill-conceived breakage of the previous commit and really fix:jasone2000-01-293-26/+28
* Fix various typos and mdoc style issues.mpp2000-01-2911-54/+100
* Grammar fix: ``Different than'' should really be ``different from''.chris2000-01-291-1/+1
* Revive the warning that dllockinit() is experimental and subject tojdp2000-01-291-1/+6
* For syscalls that are renamed to _thread_sys_foo, create a weak aliasjasone2000-01-283-16/+16
* Introduce ACL man pages en masse for library calls, and general introduction.rwatson2000-01-2813-7/+1262
* There were so far only 42 different conversion specifications injoerg2000-01-282-0/+22
* Install setflags.3 and its link to getflags.3.bde2000-01-281-1/+3
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-2770-274/+277
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-277-13/+247
OpenPOWER on IntegriCloud