aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Since vfork() was changed to fork(), we have to pass errno back from theDag-Erling Smørgrav1998-10-201-3/+6
* Implement a hook to allow us to reclaim the memory used by the first stageDoug Rabson1998-10-192-2/+14
* To clarify last commit, msmith says:David E. O'Brien1998-10-171-1/+1
* Reduce the sbrk() increment from 64K to 4K. There's not much room on theMike Smith1998-10-161-2/+2
* Fix style issues in execl(), and make execle() vfork()-safe.Dag-Erling Smørgrav1998-10-151-13/+23
* Conform to POSIX and close any copies of popen() descriptors inherited by aMike Smith1998-10-151-0/+4
* Fix a couple of potential buffer overrun cases.Kenneth D. Merry1998-10-141-4/+8
* Correct braino in previous commit. I get the pointy hat again.Dag-Erling Smørgrav1998-10-141-3/+4
* Make execl() vfork()-safe. This should fix potential bugs in rcp,Dag-Erling Smørgrav1998-10-141-8/+20
* correct prototype.Jordan K. Hubbard1998-10-141-2/+2
* Add man pages for many of the functions in the CAM library. This coversKenneth D. Merry1998-10-143-33/+983
* Updated library order and comments about it. This fixes libm notBruce Evans1998-10-131-6/+10
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-3/+3
* Add a "dummy light" (actually two dummy lights) to catch people who don'tKenneth D. Merry1998-10-121-4/+27
* Avoid the "Cannot allocate memory" problem that appears on heavilyDag-Erling Smørgrav1998-10-121-4/+10
* Fix a curses bug exposed by the ":numbers" display of systat -iostat.Kenneth D. Merry1998-10-121-2/+2
* Eliminate nested comment warning.John Polstra1998-10-111-1/+1
* Fixed removing of obsolete shared libraries:Bruce Evans1998-10-111-8/+5
* Avoid the need for calling functions that malloc after a vfork().Peter Wemm1998-10-111-2/+10
* libopie also depends on libmd. Programs using libopie shouldn't have toPeter Wemm1998-10-111-1/+4
* libf2c.so.* depends on libm.so. I'm not sure that this matters in thisPeter Wemm1998-10-111-0/+3
* libatm uses libmd; add it to the dependency list so that programs usingPeter Wemm1998-10-111-1/+4
* Deal with /usr/lib/compat/aout, and that we've been installing thingsPeter Wemm1998-10-111-12/+13
* Don't build elf libresolv.so*, no elf freebsd binaries have used it ever.Peter Wemm1998-10-111-3/+10
* Don't install an elf libgnumalloc.so* in /usr/lib/compat.. No elf binariesPeter Wemm1998-10-111-4/+11
* Don't install an elf liby.so[.2] in /usr/lib/compat. We have never hadPeter Wemm1998-10-111-4/+13
* vfork -> fork. The child calls execl() which calls malloc(), soBruce Evans1998-10-101-1/+1
* Remove the description of EBADF (that's an implementation detail if IEivind Eklund1998-10-101-11/+6
* Fix some bugs in pthread scheduler:Dmitrij Tejblum1998-10-096-18/+36
* Now take stdio.h out of files that don't require it.Jordan K. Hubbard1998-10-099-17/+10
* Update docs to match interface change.Jordan K. Hubbard1998-10-091-4/+4
* o move path in libutil.h to paths.hJordan K. Hubbard1998-10-093-10/+11
* Take the path spec back out.Jordan K. Hubbard1998-10-091-4/+1
* All these have to include stdio.h now.Jordan K. Hubbard1998-10-094-4/+8
* remove stdio.h include; I forgot Bruce's cardinal rule that header filesJordan K. Hubbard1998-10-081-2/+1
* Add some rudimentary documentation for my new functions.Jordan K. Hubbard1998-10-084-2/+182
* Correct a build error that got past my build test somehow.Jordan K. Hubbard1998-10-082-0/+3
* Add a simple mechanism for reading property lists from files (whichJordan K. Hubbard1998-10-074-2/+300
* Add strcasecmp source file required for dosfs operation.Mike Smith1998-10-071-0/+74
* Fix a memory leakJulian Elischer1998-10-071-15/+25
* Enable the DOS filesystem. This allows reading from various DOS filesystemsMike Smith1998-10-063-10/+9
* Teach libdisk about alpha boot blocks.Doug Rabson1998-10-064-4/+51
* 64bit portability fixes.Doug Rabson1998-10-051-11/+11
* Don't build with -g.Mike Smith1998-10-041-2/+2
* program written under FreeBSD -> programs written under FreeBSDEivind Eklund1998-10-031-2/+2
* Prune unused zalloc components as recommended by Matt Dillon. Extra debuggingMike Smith1998-10-015-348/+30
* Add libdisk back to alpha build.Jordan K. Hubbard1998-10-011-3/+2
* Eliminate unaligned access on Alpha and also neaten up this code a little.Jordan K. Hubbard1998-09-302-8/+38
* Debug when an environment variable set, no when it is unset.Dmitrij Tejblum1998-09-302-4/+4
* Revise test code for sigwait and add test code for sigsuspend.John Birrell1998-09-302-0/+281