| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add in IPV4 NIS support. | Jonathan Lemon | 2000-03-09 | 1 | -0/+39 |
| * | Fix various unsigned vs signed errors that caused problems with uids | Paul Richards | 2000-03-09 | 1 | -5/+14 |
| * | More grammer, wording, and mdoc fixes. | Yoshinobu Inoue | 2000-03-09 | 1 | -26/+20 |
| * | Temporary cosmetic change to prevent gcc-2.95.2 from doing an | Martin Cracauer | 2000-03-08 | 1 | -1/+1 |
| * | Replace structure copy form ifreq obtained by SIOCGIFADDR | Yoshinobu Inoue | 2000-03-03 | 2 | -2/+2 |
| * | CMSG_XXX macros alignment fixes to follow RFC2292. | Yoshinobu Inoue | 2000-03-03 | 1 | -6/+18 |
| * | Fixed wrong function return types in synopsis. | Bruce Evans | 2000-03-03 | 2 | -4/+4 |
| * | -Reflect function name change. | Yoshinobu Inoue | 2000-03-02 | 1 | -36/+83 |
| * | Remove more single-space hard sentence breaks. | Sheldon Hearn | 2000-03-02 | 4 | -6/+12 |
| * | Remove single-space hard sentence breaks. These degrade the quality | Sheldon Hearn | 2000-03-02 | 47 | -147/+294 |
| * | Fix errors in .Xr usage. | Nik Clayton | 2000-03-01 | 1 | -1/+1 |
| * | Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2). | Paul Saab | 2000-02-28 | 2 | -0/+8 |
| * | Restore `[no]{s|u}unlnk' and `[no]opaque' support. | Ruslan Ermilov | 2000-02-22 | 3 | -6/+21 |
| * | Change IPv6 scoped addr format again based on recent standard discussion. | Yoshinobu Inoue | 2000-02-19 | 2 | -9/+6 |
| * | Fix null-pointer dereference crash when the system is intentionally | Matthew Dillon | 2000-02-16 | 1 | -1/+2 |
| * | Add man pages for the sem_*() functions. | Jason Evans | 2000-02-16 | 6 | -0/+503 |
| * | Fix coredump in gethostbyaddr() when the returned answer is too large to | Bill Fenner | 2000-02-16 | 1 | -0/+4 |
| * | Replace `.Os BSD' which caused a troff error with `.Bx' which also | Chris Costello | 2000-02-14 | 1 | -1/+1 |
| * | Document the support in the kernel for hardware debug registers on the | David E. O'Brien | 2000-02-12 | 1 | -1/+20 |
| * | Add more dual stack consideration. | Yoshinobu Inoue | 2000-02-10 | 1 | -1/+5 |
| * | Let getaddrinfo() and related functions supports traditional IPv4 format | Yoshinobu Inoue | 2000-02-10 | 2 | -4/+10 |
| * | Replace the existing documentation for ``KERN_QUANTUM'' with a more | Chris Costello | 2000-02-10 | 1 | -4/+2 |
| * | IPv6 scoped addr format is changed as recent KAME change. | Yoshinobu Inoue | 2000-02-09 | 2 | -6/+16 |
| * | There is a problem in that one cannot use ctype.h at the same time as parts | David E. O'Brien | 2000-02-08 | 2 | -49/+145 |
| * | Revert part of the last commit, remove {g|s}etflags from the libc | Josef Karthauser | 2000-02-05 | 1 | -4/+2 |
| * | sync iruserok() extension API with other BSDs | Yoshinobu Inoue | 2000-02-01 | 1 | -28/+53 |
| * | Merge from RELENG_3 (oops): | Chris Costello | 2000-01-29 | 1 | -5/+5 |
| * | Undo the ill-conceived breakage of the previous commit and really fix: | Jason Evans | 2000-01-29 | 3 | -26/+28 |
| * | Fix various typos and mdoc style issues. | Mike Pritchard | 2000-01-29 | 11 | -54/+100 |
| * | Grammar fix: ``Different than'' should really be ``different from''. | Chris Costello | 2000-01-29 | 1 | -1/+1 |
| * | Revive the warning that dllockinit() is experimental and subject to | John Polstra | 2000-01-29 | 1 | -1/+6 |
| * | For syscalls that are renamed to _thread_sys_foo, create a weak alias | Jason Evans | 2000-01-28 | 3 | -16/+16 |
| * | Introduce ACL man pages en masse for library calls, and general introduction. | Robert Watson | 2000-01-28 | 13 | -7/+1262 |
| * | There were so far only 42 different conversion specifications in | Joerg Wunsch | 2000-01-28 | 2 | -0/+22 |
| * | Install setflags.3 and its link to getflags.3. | Bruce Evans | 2000-01-28 | 1 | -1/+3 |
| * | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans | 2000-01-27 | 70 | -274/+277 |
| * | Historically file flags (schg, uschg, etc) have been converted from | Josef Karthauser | 2000-01-27 | 7 | -13/+247 |
| * | o Back out rev 1.4 - reallocf() failure clobbers existing `environ'. | Ruslan Ermilov | 2000-01-27 | 1 | -3/+8 |
| * | Allow reverse lookup for loopback addr. | Yoshinobu Inoue | 2000-01-27 | 1 | -1/+1 |
| * | Fixed wrong includes in synopsis. | Bruce Evans | 2000-01-27 | 1 | -8/+11 |
| * | Document the memory leak that is inherent in FreeBSD's semantics | Archie Cobbs | 2000-01-26 | 1 | -0/+15 |
| * | A few more touchups: | Robert Watson | 2000-01-26 | 3 | -73/+94 |
| * | Removed 3rd arg from bindresvport_sa() call, because the 3rd arg have been | Yoshinobu Inoue | 2000-01-26 | 1 | -2/+1 |
| * | bindresvport related changes | Yoshinobu Inoue | 2000-01-26 | 4 | -75/+138 |
| * | Fix getaddrinfo() behaviour to be more compliant with RFC2553. Patches are | Yoshinobu Inoue | 2000-01-26 | 1 | -116/+17 |
| * | Minor fixes to library interface to improve POSIX.1e compliance. This | Robert Watson | 2000-01-26 | 9 | -78/+65 |
| * | several tcp apps IPv6 update | Yoshinobu Inoue | 2000-01-25 | 3 | -5/+33 |
| * | Improve the explanation on the (in)security of mktemp(3). | Sheldon Hearn | 2000-01-25 | 1 | -3/+6 |
| * | We _do_ support MS_ASYNC | Guido van Rooij | 2000-01-24 | 1 | -1/+1 |
| * | Clarify that we don't offer hard realtime. | Alfred Perlstein | 2000-01-24 | 1 | -3/+8 |