| Commit message (Expand) | Author | Age | Files | Lines |
| * | First of a series of cleanups to libfetch. Changed files, in | Dag-Erling Smørgrav | 1998-11-05 | 9 | -153/+260 |
| * | Added a manual page for sendfile(2). | David Greenman | 1998-11-05 | 2 | -2/+139 |
| * | Remove stray .endif from previous commit (I hope this is right) | Peter Wemm | 1998-11-04 | 1 | -2/+1 |
| * | Include mergesort() in description of errors. | Robert Nordier | 1998-11-04 | 1 | -1/+3 |
| * | Drop unused labels. | Robert Nordier | 1998-11-04 | 1 | -2/+2 |
| * | Handle a zero elements argument. | Robert Nordier | 1998-11-04 | 1 | -0/+3 |
| * | Don't need this one anymore. | Mike Smith | 1998-11-04 | 1 | -81/+0 |
| * | Well I never. Seems like _setjmp()/_longjmp() are just what the doctor | Mike Smith | 1998-11-04 | 3 | -8/+16 |
| * | Improve the quality of isspace() to match expectations. This should make | Mike Smith | 1998-11-04 | 1 | -2/+2 |
| * | Don't try to build (nonexistent) Alpha setjmp until we have one. | Mike Smith | 1998-11-04 | 1 | -1/+3 |
| * | Move setjmp/longjmp implementations here from libc; no signal handling | Mike Smith | 1998-11-04 | 4 | -4/+504 |
| * | A feeble attempt at kld compatability. The mount_* programs assume that | Peter Wemm | 1998-11-03 | 1 | -1/+10 |
| * | Add: | Mike Smith | 1998-11-01 | 5 | -10/+73 |
| * | Add a new field to the devsw structure; dv_print, to print all valid units | Mike Smith | 1998-10-31 | 3 | -2/+19 |
| * | Typo. | Jean-Marc Zucconi | 1998-10-30 | 1 | -1/+1 |
| * | Prevent buffer overflow in getpwnam() | Mike Smith | 1998-10-29 | 1 | -2/+2 |
| * | Clarify processing of the string argument by psignal(). | Robert Nordier | 1998-10-29 | 1 | -1/+3 |
| * | (Whoops: make it better instead of worse this time). Clarify | Robert Nordier | 1998-10-29 | 1 | -1/+1 |
| * | Clarify processing of the string argument by perror(). | Robert Nordier | 1998-10-29 | 1 | -8/+5 |
| * | Check for a zero-length as well as a NULL string argument. | Robert Nordier | 1998-10-29 | 1 | -1/+1 |
| * | The man page implies that the string argument to psignal() may be | Robert Nordier | 1998-10-29 | 1 | -4/+2 |
| * | Handle ELF symbols better. This fixes "vmstat -i" for the case | John Polstra | 1998-10-28 | 1 | -59/+77 |
| * | Fixes for handling 'wfd' (and any other disk with a non-2-character name) | Mike Smith | 1998-10-27 | 2 | -9/+9 |
| * | (`'): and (`'); -> (`:') and (`;') | Bill Fenner | 1998-10-26 | 1 | -2/+2 |
| * | Bogon I somehow inserted between compiling and commiting... | David E. O'Brien | 1998-10-26 | 1 | -1/+1 |
| * | Quiet many compiler warnings. Still fails -Wconversion in one case. | David E. O'Brien | 1998-10-26 | 6 | -23/+27 |
| * | Slight style police. | David E. O'Brien | 1998-10-25 | 1 | -3/+13 |
| * | fix unsigned overflow | Andrey A. Chernov | 1998-10-25 | 1 | -5/+7 |
| * | Fix types. | Dima Ruban | 1998-10-21 | 1 | -19/+19 |
| * | Revert last change. mkstemp() wasn't to blame, it's nvi. However, | Peter Wemm | 1998-10-20 | 1 | -21/+5 |
| * | Stop mk*temp() from being pathologically stupid in the face of a umask(0); | Peter Wemm | 1998-10-20 | 1 | -5/+21 |
| * | Since vfork() was changed to fork(), we have to pass errno back from the | Dag-Erling Smørgrav | 1998-10-20 | 1 | -3/+6 |
| * | Implement a hook to allow us to reclaim the memory used by the first stage | Doug Rabson | 1998-10-19 | 2 | -2/+14 |
| * | To clarify last commit, msmith says: | David E. O'Brien | 1998-10-17 | 1 | -1/+1 |
| * | Reduce the sbrk() increment from 64K to 4K. There's not much room on the | Mike Smith | 1998-10-16 | 1 | -2/+2 |
| * | Fix style issues in execl(), and make execle() vfork()-safe. | Dag-Erling Smørgrav | 1998-10-15 | 1 | -13/+23 |
| * | Conform to POSIX and close any copies of popen() descriptors inherited by a | Mike Smith | 1998-10-15 | 1 | -0/+4 |
| * | Fix a couple of potential buffer overrun cases. | Kenneth D. Merry | 1998-10-14 | 1 | -4/+8 |
| * | Correct braino in previous commit. I get the pointy hat again. | Dag-Erling Smørgrav | 1998-10-14 | 1 | -3/+4 |
| * | Make execl() vfork()-safe. This should fix potential bugs in rcp, | Dag-Erling Smørgrav | 1998-10-14 | 1 | -8/+20 |
| * | correct prototype. | Jordan K. Hubbard | 1998-10-14 | 1 | -2/+2 |
| * | Add man pages for many of the functions in the CAM library. This covers | Kenneth D. Merry | 1998-10-14 | 3 | -32/+982 |
| * | Updated library order and comments about it. This fixes libm not | Bruce Evans | 1998-10-13 | 1 | -6/+10 |
| * | Calls one or more of malloc(), warn(), err(), syslog(), execlp() or | Dag-Erling Smørgrav | 1998-10-13 | 1 | -3/+3 |
| * | Add a "dummy light" (actually two dummy lights) to catch people who don't | Kenneth D. Merry | 1998-10-12 | 1 | -4/+27 |
| * | Avoid the "Cannot allocate memory" problem that appears on heavily | Dag-Erling Smørgrav | 1998-10-12 | 1 | -4/+10 |
| * | Fix a curses bug exposed by the ":numbers" display of systat -iostat. | Kenneth D. Merry | 1998-10-12 | 1 | -2/+2 |
| * | Eliminate nested comment warning. | John Polstra | 1998-10-11 | 1 | -1/+1 |
| * | Fixed removing of obsolete shared libraries: | Bruce Evans | 1998-10-11 | 1 | -8/+5 |
| * | Avoid the need for calling functions that malloc after a vfork(). | Peter Wemm | 1998-10-11 | 1 | -2/+10 |