aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Build libmd shared for a.out too. Required for some PAM modules.John Polstra1998-11-121-4/+1
* Cleanup. Make it compile on alpha.Dima Ruban1998-11-101-17/+0
* Fix a .Nm -> .Fn fix that was missed in the previous commit.Joseph Koshy1998-11-091-1/+1
* fetch_err.h is a generated file, so don't look for it in ${.CURDIR}.Dag-Erling Smørgrav1998-11-071-2/+2
* Second of a series of cleanups to libfetch.Dag-Erling Smørgrav1998-11-0612-231/+569
* Don't call pthread_mutex_lock with _SPINLOCK held.Dmitrij Tejblum1998-11-063-63/+90
* Added info about non-blocking support.David Greenman1998-11-061-1/+15
* Update manual page to reflect changes in rev 1.12 ofJoseph Koshy1998-11-061-3/+6
* First of a series of cleanups to libfetch. Changed files, inDag-Erling Smørgrav1998-11-059-153/+260
* Added a manual page for sendfile(2).David Greenman1998-11-052-2/+139
* Remove stray .endif from previous commit (I hope this is right)Peter Wemm1998-11-041-2/+1
* Include mergesort() in description of errors.Robert Nordier1998-11-041-1/+3
* Drop unused labels.Robert Nordier1998-11-041-2/+2
* Handle a zero elements argument.Robert Nordier1998-11-041-0/+3
* Don't need this one anymore.Mike Smith1998-11-041-81/+0
* Well I never. Seems like _setjmp()/_longjmp() are just what the doctorMike Smith1998-11-043-8/+16
* Improve the quality of isspace() to match expectations. This should makeMike Smith1998-11-041-2/+2
* Don't try to build (nonexistent) Alpha setjmp until we have one.Mike Smith1998-11-041-1/+3
* Move setjmp/longjmp implementations here from libc; no signal handlingMike Smith1998-11-044-4/+504
* A feeble attempt at kld compatability. The mount_* programs assume thatPeter Wemm1998-11-031-1/+10
* Add:Mike Smith1998-11-015-10/+73
* Add a new field to the devsw structure; dv_print, to print all valid unitsMike Smith1998-10-313-2/+19
* Typo.Jean-Marc Zucconi1998-10-301-1/+1
* Prevent buffer overflow in getpwnam()Mike Smith1998-10-291-2/+2
* Clarify processing of the string argument by psignal().Robert Nordier1998-10-291-1/+3
* (Whoops: make it better instead of worse this time). ClarifyRobert Nordier1998-10-291-1/+1
* Clarify processing of the string argument by perror().Robert Nordier1998-10-291-8/+5
* Check for a zero-length as well as a NULL string argument.Robert Nordier1998-10-291-1/+1
* The man page implies that the string argument to psignal() may beRobert Nordier1998-10-291-4/+2
* Handle ELF symbols better. This fixes "vmstat -i" for the caseJohn Polstra1998-10-281-59/+77
* Fixes for handling 'wfd' (and any other disk with a non-2-character name)Mike Smith1998-10-272-9/+9
* (`'): and (`'); -> (`:') and (`;')Bill Fenner1998-10-261-2/+2
* Bogon I somehow inserted between compiling and commiting...David E. O'Brien1998-10-261-1/+1
* Quiet many compiler warnings. Still fails -Wconversion in one case.David E. O'Brien1998-10-266-23/+27
* Slight style police.David E. O'Brien1998-10-251-3/+13
* fix unsigned overflowAndrey A. Chernov1998-10-251-5/+7
* Fix types.Dima Ruban1998-10-211-19/+19
* Revert last change. mkstemp() wasn't to blame, it's nvi. However,Peter Wemm1998-10-201-21/+5
* Stop mk*temp() from being pathologically stupid in the face of a umask(0);Peter Wemm1998-10-201-5/+21
* 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