summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Conform to POSIX and close any copies of popen() descriptors inherited by amsmith1998-10-151-0/+4
* Fix a couple of potential buffer overrun cases.ken1998-10-141-4/+8
* Correct braino in previous commit. I get the pointy hat again.des1998-10-141-3/+4
* Make execl() vfork()-safe. This should fix potential bugs in rcp,des1998-10-141-8/+20
* correct prototype.jkh1998-10-141-2/+2
* Add man pages for many of the functions in the CAM library. This coversken1998-10-143-33/+983
* Updated library order and comments about it. This fixes libm notbde1998-10-131-6/+10
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() ordes1998-10-131-3/+3
* Add a "dummy light" (actually two dummy lights) to catch people who don'tken1998-10-121-4/+27
* Avoid the "Cannot allocate memory" problem that appears on heavilydes1998-10-121-4/+10
* Fix a curses bug exposed by the ":numbers" display of systat -iostat.ken1998-10-121-2/+2
* Eliminate nested comment warning.jdp1998-10-111-1/+1
* Fixed removing of obsolete shared libraries:bde1998-10-111-8/+5
* Avoid the need for calling functions that malloc after a vfork().peter1998-10-111-2/+10
* libopie also depends on libmd. Programs using libopie shouldn't have topeter1998-10-111-1/+4
* libf2c.so.* depends on libm.so. I'm not sure that this matters in thispeter1998-10-111-0/+3
* libatm uses libmd; add it to the dependency list so that programs usingpeter1998-10-111-1/+4
* Deal with /usr/lib/compat/aout, and that we've been installing thingspeter1998-10-111-12/+13
* Don't build elf libresolv.so*, no elf freebsd binaries have used it ever.peter1998-10-111-3/+10
* Don't install an elf libgnumalloc.so* in /usr/lib/compat.. No elf binariespeter1998-10-111-4/+11
* Don't install an elf liby.so[.2] in /usr/lib/compat. We have never hadpeter1998-10-111-4/+13
* vfork -> fork. The child calls execl() which calls malloc(), sobde1998-10-101-1/+1
* Remove the description of EBADF (that's an implementation detail if Ieivind1998-10-101-11/+6
* Fix some bugs in pthread scheduler:dt1998-10-096-18/+36
* Now take stdio.h out of files that don't require it.jkh1998-10-099-17/+10
* Update docs to match interface change.jkh1998-10-091-4/+4
* o move path in libutil.h to paths.hjkh1998-10-093-10/+11
* Take the path spec back out.jkh1998-10-091-4/+1
* All these have to include stdio.h now.jkh1998-10-094-4/+8
* remove stdio.h include; I forgot Bruce's cardinal rule that header filesjkh1998-10-081-2/+1
* Add some rudimentary documentation for my new functions.jkh1998-10-084-2/+182
* Correct a build error that got past my build test somehow.jkh1998-10-082-0/+3
* Add a simple mechanism for reading property lists from files (whichjkh1998-10-074-2/+300
* Add strcasecmp source file required for dosfs operation.msmith1998-10-071-0/+74
* Fix a memory leakjulian1998-10-071-15/+25
* Enable the DOS filesystem. This allows reading from various DOS filesystemsmsmith1998-10-063-10/+9
* Teach libdisk about alpha boot blocks.dfr1998-10-064-4/+51
* 64bit portability fixes.dfr1998-10-051-11/+11
* Don't build with -g.msmith1998-10-041-2/+2
* program written under FreeBSD -> programs written under FreeBSDeivind1998-10-031-2/+2
* Prune unused zalloc components as recommended by Matt Dillon. Extra debuggingmsmith1998-10-015-348/+30
* Add libdisk back to alpha build.jkh1998-10-011-3/+2
* Eliminate unaligned access on Alpha and also neaten up this code a little.jkh1998-09-302-8/+38
* Debug when an environment variable set, no when it is unset.dt1998-09-302-4/+4
* Revise test code for sigwait and add test code for sigsuspend.jb1998-09-302-0/+281
* Revise test code for sigwait and add test code for sigsuspend.jb1998-09-304-18/+116
* Fix a comment.jb1998-09-301-1/+1
* Cosmetic cleansing. This code requires extra work to keep the garbagejb1998-09-303-6/+9
* Move the cleanup code that frees memory allocated for a dead thread fromjb1998-09-3020-390/+700
* Use snprintf instead of sprintf to avoid long source file paths fromjb1998-09-303-36/+93
OpenPOWER on IntegriCloud