| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from NetBSD. Addition of inet_ntop() and inet_pton() description. | shin | 2000-03-12 | 2 | -2/+60 |
* | Cosmetic fix. Re-order MLINKS for if_indextoname.3 and inet.3 as alphabetical | shin | 2000-03-12 | 1 | -2/+2 |
* | Correct MLINKS contents for rcmd.3, because it is obsolete due to | shin | 2000-03-12 | 1 | -3/+4 |
* | Import from KAME. Advanced API related function descriptions. | shin | 2000-03-12 | 3 | -1/+790 |
* | Add in IPV4 NIS support. | jlemon | 2000-03-09 | 1 | -0/+39 |
* | Fix various unsigned vs signed errors that caused problems with uids | paul | 2000-03-09 | 1 | -5/+14 |
* | More grammer, wording, and mdoc fixes. | shin | 2000-03-09 | 1 | -26/+20 |
* | Temporary cosmetic change to prevent gcc-2.95.2 from doing an | cracauer | 2000-03-08 | 1 | -1/+1 |
* | Replace structure copy form ifreq obtained by SIOCGIFADDR | shin | 2000-03-03 | 2 | -2/+2 |
* | CMSG_XXX macros alignment fixes to follow RFC2292. | shin | 2000-03-03 | 1 | -6/+18 |
* | Fixed wrong function return types in synopsis. | bde | 2000-03-03 | 2 | -4/+4 |
* | -Reflect function name change. | shin | 2000-03-02 | 1 | -36/+83 |
* | Remove more single-space hard sentence breaks. | sheldonh | 2000-03-02 | 4 | -6/+12 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 47 | -147/+294 |
* | Fix errors in .Xr usage. | nik | 2000-03-01 | 1 | -1/+1 |
* | Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2). | ps | 2000-02-28 | 2 | -0/+8 |
* | Restore `[no]{s|u}unlnk' and `[no]opaque' support. | ru | 2000-02-22 | 3 | -6/+21 |
* | Change IPv6 scoped addr format again based on recent standard discussion. | shin | 2000-02-19 | 2 | -9/+6 |
* | Fix null-pointer dereference crash when the system is intentionally | dillon | 2000-02-16 | 1 | -1/+2 |
* | Add man pages for the sem_*() functions. | jasone | 2000-02-16 | 6 | -0/+503 |
* | Fix coredump in gethostbyaddr() when the returned answer is too large to | fenner | 2000-02-16 | 1 | -0/+4 |
* | Replace `.Os BSD' which caused a troff error with `.Bx' which also | chris | 2000-02-14 | 1 | -1/+1 |
* | Document the support in the kernel for hardware debug registers on the | obrien | 2000-02-12 | 1 | -1/+20 |
* | Add more dual stack consideration. | shin | 2000-02-10 | 1 | -1/+5 |
* | Let getaddrinfo() and related functions supports traditional IPv4 format | shin | 2000-02-10 | 2 | -4/+10 |
* | Replace the existing documentation for ``KERN_QUANTUM'' with a more | chris | 2000-02-10 | 1 | -4/+2 |
* | IPv6 scoped addr format is changed as recent KAME change. | shin | 2000-02-09 | 2 | -6/+16 |
* | There is a problem in that one cannot use ctype.h at the same time as parts | obrien | 2000-02-08 | 2 | -49/+145 |
* | Revert part of the last commit, remove {g|s}etflags from the libc | joe | 2000-02-05 | 1 | -4/+2 |
* | sync iruserok() extension API with other BSDs | shin | 2000-02-01 | 1 | -28/+53 |
* | Merge from RELENG_3 (oops): | chris | 2000-01-29 | 1 | -5/+5 |
* | Undo the ill-conceived breakage of the previous commit and really fix: | jasone | 2000-01-29 | 3 | -26/+28 |
* | Fix various typos and mdoc style issues. | mpp | 2000-01-29 | 11 | -54/+100 |
* | Grammar fix: ``Different than'' should really be ``different from''. | chris | 2000-01-29 | 1 | -1/+1 |
* | Revive the warning that dllockinit() is experimental and subject to | jdp | 2000-01-29 | 1 | -1/+6 |
* | For syscalls that are renamed to _thread_sys_foo, create a weak alias | jasone | 2000-01-28 | 3 | -16/+16 |
* | Introduce ACL man pages en masse for library calls, and general introduction. | rwatson | 2000-01-28 | 13 | -7/+1262 |
* | There were so far only 42 different conversion specifications in | joerg | 2000-01-28 | 2 | -0/+22 |
* | Install setflags.3 and its link to getflags.3. | bde | 2000-01-28 | 1 | -1/+3 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 70 | -274/+277 |
* | Historically file flags (schg, uschg, etc) have been converted from | joe | 2000-01-27 | 7 | -13/+247 |
* | o Back out rev 1.4 - reallocf() failure clobbers existing `environ'. | ru | 2000-01-27 | 1 | -3/+8 |
* | Allow reverse lookup for loopback addr. | shin | 2000-01-27 | 1 | -1/+1 |
* | Fixed wrong includes in synopsis. | bde | 2000-01-27 | 1 | -8/+11 |
* | Document the memory leak that is inherent in FreeBSD's semantics | archie | 2000-01-26 | 1 | -0/+15 |
* | A few more touchups: | rwatson | 2000-01-26 | 3 | -73/+94 |
* | Removed 3rd arg from bindresvport_sa() call, because the 3rd arg have been | shin | 2000-01-26 | 1 | -2/+1 |
* | bindresvport related changes | shin | 2000-01-26 | 4 | -75/+138 |
* | Fix getaddrinfo() behaviour to be more compliant with RFC2553. Patches are | shin | 2000-01-26 | 1 | -116/+17 |
* | Minor fixes to library interface to improve POSIX.1e compliance. This | rwatson | 2000-01-26 | 9 | -78/+65 |