| Commit message (Expand) | Author | Age | Files | Lines |
| * | Backout the prev. commit. It's a bad idea to make-up terms. I believe | Tim Vanderhoek | 1999-12-31 | 2 | -3/+3 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 3 | -14/+19 |
| * | Typo cops. | Tim Vanderhoek | 1999-12-28 | 1 | -1/+1 |
| * | Add history: The reallocf() function first appeared in FreeBSD-3.0. | Tim Vanderhoek | 1999-12-28 | 1 | -0/+5 |
| * | Add ".Xref tolower 3" since its internal use is inferred in DESCRIPTION. | Tim Vanderhoek | 1999-12-28 | 1 | -1/+2 |
| * | Avoid the potentially confusing term "a null pointer" and say "the NULL | Tim Vanderhoek | 1999-12-28 | 2 | -3/+3 |
| * | Add .Xrefs to tolower.3 and toupper.3, respectively. | Tim Vanderhoek | 1999-12-28 | 2 | -0/+2 |
| * | Suppress vast quantities of unneeded warnings spewed by libc's gethostbydns | Robert Watson | 1999-12-28 | 1 | -3/+4 |
| * | Small bug fix and improvements | Yoshinobu Inoue | 1999-12-28 | 1 | -0/+7 |
| * | Work around an assert failure in the dynamic linker's default thread | John Polstra | 1999-12-28 | 1 | -0/+4 |
| * | Getaddrinfo(), getnameinfo(), and etc support in libc/net. | Yoshinobu Inoue | 1999-12-28 | 8 | -4/+3657 |
| * | Make this compile with -Wall -Werror | Peter Wemm | 1999-12-27 | 1 | -1/+2 |
| * | Add a new function dllockinit() for registering thread locking | John Polstra | 1999-12-27 | 3 | -1/+124 |
| * | Creating weak symbols doesn't work correctly when building an aout libc. | Jason Evans | 1999-12-24 | 4 | -16/+8 |
| * | Fixed wrong #include in synopsis. | Bruce Evans | 1999-12-23 | 1 | -2/+2 |
| * | Fixed missing `const' in synopsis. | Bruce Evans | 1999-12-23 | 1 | -1/+1 |
| * | Fixed missing includes in synopsis. | Bruce Evans | 1999-12-23 | 1 | -0/+2 |
| * | Fixed missing installation of a link to ctermid_r.3. | Bruce Evans | 1999-12-23 | 1 | -0/+1 |
| * | Fixed wrong prototype and missing include for strsignal(3). strsignal() | Bruce Evans | 1999-12-23 | 1 | -2/+3 |
| * | Fixed missing installation of a link to getlogin_r.3. This is the first | Bruce Evans | 1999-12-23 | 1 | -0/+1 |
| * | Fixed missing installation of a link to rand_r.3. | Bruce Evans | 1999-12-23 | 1 | -1/+1 |
| * | Fix the fixfsfile() so that it works for both block and character devices | Peter Wemm | 1999-12-23 | 1 | -1/+7 |
| * | Document the current behaviour with respect to the handling of errno. | Sheldon Hearn | 1999-12-22 | 1 | -1/+8 |
| * | Fix a typo which I cannot believe I missed after rereading this text | Jeroen Ruigrok van der Werven | 1999-12-21 | 1 | -1/+1 |
| * | Properly manify this manpage. | Jeroen Ruigrok van der Werven | 1999-12-21 | 1 | -5/+5 |
| * | Fix a bug where a pointer would be one character too far after putting | Ollivier Robert | 1999-12-21 | 3 | -3/+3 |
| * | Rewriting of flags_to_string() and string_to_flags() to use an array. | Ollivier Robert | 1999-12-19 | 3 | -258/+183 |
| * | Initialize a var to quiet -Wall. | David E. O'Brien | 1999-12-18 | 1 | -1/+1 |
| * | Switch over to the OpenBSD fts.c, fixing lots of things. | Brian Feldman | 1999-12-18 | 2 | -142/+250 |
| * | Back up following macros by functions: ishexnumber, isideogram, isnumber, | Alexey Zelkin | 1999-12-17 | 1 | -7/+58 |
| * | Fix handling of trailing :'s to match what other OSes do (spit out | Jordan K. Hubbard | 1999-12-17 | 1 | -2/+8 |
| * | KAME 4th patch | Yoshinobu Inoue | 1999-12-16 | 6 | -4/+1088 |
| * | Document SA_SIGINFO | Martin Cracauer | 1999-12-15 | 1 | -25/+90 |
| * | Make setjmp, longjmp, sigsetjmp, and siglongjmp weak aliases for | Jason Evans | 1999-12-14 | 4 | -8/+24 |
| * | Commented out | Nik Clayton | 1999-12-14 | 1 | -1/+1 |
| * | Remove x-ref to itself. | Bill Fumerola | 1999-12-14 | 1 | -1/+0 |
| * | Correct "standard compilance" notes | Alexey Zelkin | 1999-12-14 | 1 | -2/+8 |
| * | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | Matthew Dillon | 1999-12-12 | 2 | -0/+56 |
| * | While comparing this with OpenBSD (ie: trying to figure out what mkstemps() | Peter Wemm | 1999-12-11 | 1 | -2/+2 |
| * | Remove discussion of %C in the BUGS section. The limitations on valid | Sheldon Hearn | 1999-12-09 | 1 | -4/+0 |
| * | Prevent digit-gobbling for all but %l and %e, which can't be fixed. | Sheldon Hearn | 1999-12-08 | 2 | -12/+85 |
| * | Accept 12 for %l, because it's logical to expect "%l:%M" to work for | Sheldon Hearn | 1999-12-08 | 1 | -1/+1 |
| * | Add a cross-reference to fabs(3) man page. | Chris Costello | 1999-12-07 | 1 | -0/+1 |
| * | Add reference to netgraph(4) in the 'see also' section. | Archie Cobbs | 1999-12-06 | 1 | -0/+1 |
| * | Fix buffer overflows. | Kris Kennaway | 1999-12-05 | 1 | -2/+2 |
| * | Add RLIMIT_SBSIZE here, too. | Brian Feldman | 1999-12-03 | 1 | -0/+4 |
| * | Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS in | Sheldon Hearn | 1999-12-02 | 1 | -1/+8 |
| * | Separate some common sysctl code into sysctl_find_oid() and calling | Brian Feldman | 1999-12-01 | 1 | -0/+4 |
| * | %Ex -> %Ef to not conflict with POSIX | Andrey A. Chernov | 1999-11-30 | 5 | -13/+53 |
| * | Document %Ex and %OB | Andrey A. Chernov | 1999-11-30 | 1 | -2/+4 |