| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | libopie also depends on libmd. Programs using libopie shouldn't have to | Peter Wemm | 1998-10-11 | 1 | -1/+4 |
| * | libf2c.so.* depends on libm.so. I'm not sure that this matters in this | Peter Wemm | 1998-10-11 | 1 | -0/+3 |
| * | libatm uses libmd; add it to the dependency list so that programs using | Peter Wemm | 1998-10-11 | 1 | -1/+4 |
| * | Deal with /usr/lib/compat/aout, and that we've been installing things | Peter Wemm | 1998-10-11 | 1 | -12/+13 |
| * | Don't build elf libresolv.so*, no elf freebsd binaries have used it ever. | Peter Wemm | 1998-10-11 | 1 | -3/+10 |
| * | Don't install an elf libgnumalloc.so* in /usr/lib/compat.. No elf binaries | Peter Wemm | 1998-10-11 | 1 | -4/+11 |
| * | Don't install an elf liby.so[.2] in /usr/lib/compat. We have never had | Peter Wemm | 1998-10-11 | 1 | -4/+13 |
| * | vfork -> fork. The child calls execl() which calls malloc(), so | Bruce Evans | 1998-10-10 | 1 | -1/+1 |
| * | Remove the description of EBADF (that's an implementation detail if I | Eivind Eklund | 1998-10-10 | 1 | -11/+6 |
| * | Fix some bugs in pthread scheduler: | Dmitrij Tejblum | 1998-10-09 | 6 | -18/+36 |
| * | Now take stdio.h out of files that don't require it. | Jordan K. Hubbard | 1998-10-09 | 9 | -17/+10 |
| * | Update docs to match interface change. | Jordan K. Hubbard | 1998-10-09 | 1 | -4/+4 |
| * | o move path in libutil.h to paths.h | Jordan K. Hubbard | 1998-10-09 | 3 | -10/+11 |
| * | Take the path spec back out. | Jordan K. Hubbard | 1998-10-09 | 1 | -4/+1 |
| * | All these have to include stdio.h now. | Jordan K. Hubbard | 1998-10-09 | 4 | -4/+8 |