summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a new field to the devsw structure; dv_print, to print all valid unitsmsmith1998-10-313-2/+19
* Typo.jmz1998-10-301-1/+1
* Prevent buffer overflow in getpwnam()msmith1998-10-291-2/+2
* Clarify processing of the string argument by psignal().rnordier1998-10-291-1/+3
* (Whoops: make it better instead of worse this time). Clarifyrnordier1998-10-291-1/+1
* Clarify processing of the string argument by perror().rnordier1998-10-291-8/+5
* Check for a zero-length as well as a NULL string argument.rnordier1998-10-291-1/+1
* The man page implies that the string argument to psignal() may bernordier1998-10-291-4/+2
* Handle ELF symbols better. This fixes "vmstat -i" for the casejdp1998-10-281-59/+77
* Fixes for handling 'wfd' (and any other disk with a non-2-character name)msmith1998-10-272-9/+9
* (`'): and (`'); -> (`:') and (`;')fenner1998-10-261-2/+2
* Bogon I somehow inserted between compiling and commiting...obrien1998-10-261-1/+1
* Quiet many compiler warnings. Still fails -Wconversion in one case.obrien1998-10-266-23/+27
* Slight style police.obrien1998-10-251-3/+13
* fix unsigned overflowache1998-10-251-5/+7
* Fix types.dima1998-10-211-19/+19
* Revert last change. mkstemp() wasn't to blame, it's nvi. However,peter1998-10-201-21/+5
* Stop mk*temp() from being pathologically stupid in the face of a umask(0);peter1998-10-201-5/+21
* Since vfork() was changed to fork(), we have to pass errno back from thedes1998-10-201-3/+6
* Implement a hook to allow us to reclaim the memory used by the first stagedfr1998-10-192-2/+14
* To clarify last commit, msmith says:obrien1998-10-171-1/+1
* Reduce the sbrk() increment from 64K to 4K. There's not much room on themsmith1998-10-161-2/+2
* Fix style issues in execl(), and make execle() vfork()-safe.des1998-10-151-13/+23
* 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
OpenPOWER on IntegriCloud