| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix types. | dima | 1998-10-21 | 1 | -19/+19 |
* | Revert last change. mkstemp() wasn't to blame, it's nvi. However, | peter | 1998-10-20 | 1 | -21/+5 |
* | Stop mk*temp() from being pathologically stupid in the face of a umask(0); | peter | 1998-10-20 | 1 | -5/+21 |
* | Since vfork() was changed to fork(), we have to pass errno back from the | des | 1998-10-20 | 1 | -3/+6 |
* | Implement a hook to allow us to reclaim the memory used by the first stage | dfr | 1998-10-19 | 2 | -2/+14 |
* | To clarify last commit, msmith says: | obrien | 1998-10-17 | 1 | -1/+1 |
* | Reduce the sbrk() increment from 64K to 4K. There's not much room on the | msmith | 1998-10-16 | 1 | -2/+2 |
* | Fix style issues in execl(), and make execle() vfork()-safe. | des | 1998-10-15 | 1 | -13/+23 |
* | Conform to POSIX and close any copies of popen() descriptors inherited by a | msmith | 1998-10-15 | 1 | -0/+4 |
* | Fix a couple of potential buffer overrun cases. | ken | 1998-10-14 | 1 | -4/+8 |
* | Correct braino in previous commit. I get the pointy hat again. | des | 1998-10-14 | 1 | -3/+4 |
* | Make execl() vfork()-safe. This should fix potential bugs in rcp, | des | 1998-10-14 | 1 | -8/+20 |
* | correct prototype. | jkh | 1998-10-14 | 1 | -2/+2 |
* | Add man pages for many of the functions in the CAM library. This covers | ken | 1998-10-14 | 3 | -33/+983 |
* | Updated library order and comments about it. This fixes libm not | bde | 1998-10-13 | 1 | -6/+10 |
* | Calls one or more of malloc(), warn(), err(), syslog(), execlp() or | des | 1998-10-13 | 1 | -3/+3 |
* | Add a "dummy light" (actually two dummy lights) to catch people who don't | ken | 1998-10-12 | 1 | -4/+27 |
* | Avoid the "Cannot allocate memory" problem that appears on heavily | des | 1998-10-12 | 1 | -4/+10 |
* | Fix a curses bug exposed by the ":numbers" display of systat -iostat. | ken | 1998-10-12 | 1 | -2/+2 |
* | Eliminate nested comment warning. | jdp | 1998-10-11 | 1 | -1/+1 |
* | Fixed removing of obsolete shared libraries: | bde | 1998-10-11 | 1 | -8/+5 |
* | Avoid the need for calling functions that malloc after a vfork(). | peter | 1998-10-11 | 1 | -2/+10 |
* | libopie also depends on libmd. Programs using libopie shouldn't have to | peter | 1998-10-11 | 1 | -1/+4 |
* | libf2c.so.* depends on libm.so. I'm not sure that this matters in this | peter | 1998-10-11 | 1 | -0/+3 |
* | libatm uses libmd; add it to the dependency list so that programs using | peter | 1998-10-11 | 1 | -1/+4 |
* | Deal with /usr/lib/compat/aout, and that we've been installing things | peter | 1998-10-11 | 1 | -12/+13 |
* | Don't build elf libresolv.so*, no elf freebsd binaries have used it ever. | peter | 1998-10-11 | 1 | -3/+10 |
* | Don't install an elf libgnumalloc.so* in /usr/lib/compat.. No elf binaries | peter | 1998-10-11 | 1 | -4/+11 |
* | Don't install an elf liby.so[.2] in /usr/lib/compat. We have never had | peter | 1998-10-11 | 1 | -4/+13 |
* | vfork -> fork. The child calls execl() which calls malloc(), so | bde | 1998-10-10 | 1 | -1/+1 |
* | Remove the description of EBADF (that's an implementation detail if I | eivind | 1998-10-10 | 1 | -11/+6 |
* | Fix some bugs in pthread scheduler: | dt | 1998-10-09 | 6 | -18/+36 |
* | Now take stdio.h out of files that don't require it. | jkh | 1998-10-09 | 9 | -17/+10 |
* | Update docs to match interface change. | jkh | 1998-10-09 | 1 | -4/+4 |
* | o move path in libutil.h to paths.h | jkh | 1998-10-09 | 3 | -10/+11 |
* | Take the path spec back out. | jkh | 1998-10-09 | 1 | -4/+1 |
* | All these have to include stdio.h now. | jkh | 1998-10-09 | 4 | -4/+8 |
* | remove stdio.h include; I forgot Bruce's cardinal rule that header files | jkh | 1998-10-08 | 1 | -2/+1 |
* | Add some rudimentary documentation for my new functions. | jkh | 1998-10-08 | 4 | -2/+182 |
* | Correct a build error that got past my build test somehow. | jkh | 1998-10-08 | 2 | -0/+3 |
* | Add a simple mechanism for reading property lists from files (which | jkh | 1998-10-07 | 4 | -2/+300 |
* | Add strcasecmp source file required for dosfs operation. | msmith | 1998-10-07 | 1 | -0/+74 |
* | Fix a memory leak | julian | 1998-10-07 | 1 | -15/+25 |
* | Enable the DOS filesystem. This allows reading from various DOS filesystems | msmith | 1998-10-06 | 3 | -10/+9 |
* | Teach libdisk about alpha boot blocks. | dfr | 1998-10-06 | 4 | -4/+51 |
* | 64bit portability fixes. | dfr | 1998-10-05 | 1 | -11/+11 |
* | Don't build with -g. | msmith | 1998-10-04 | 1 | -2/+2 |
* | program written under FreeBSD -> programs written under FreeBSD | eivind | 1998-10-03 | 1 | -2/+2 |
* | Prune unused zalloc components as recommended by Matt Dillon. Extra debugging | msmith | 1998-10-01 | 5 | -348/+30 |
* | Add libdisk back to alpha build. | jkh | 1998-10-01 | 1 | -3/+2 |