summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update to reflect reality.nectar1998-11-161-4/+4
* Use snprintf to make sure we don't overflow a buffer.ken1998-11-151-4/+5
* Fix an error message. (it was using an uninitialized variable)ken1998-11-151-2/+2
* Interrupt threads waiting in select etc.jb1998-11-153-0/+60
* Close a window between unlocking a spinlock and changing the thread state.jb1998-11-1512-63/+93
* Enable libradius and libtacplus.jdp1998-11-131-4/+5
* This commit was generated by cvs2svn to compensate for changes in r41120,jdp1998-11-136-0/+1812
|\
| * Initial import of TACACS+ client library donated by Juniper Networks, Inc.jdp1998-11-136-0/+1812
* | This commit was generated by cvs2svn to compensate for changes in r41118,jdp1998-11-136-0/+1425
|\ \ | |/
| * Initial import of RADIUS client library donated by Juniper Networks, Inc.jdp1998-11-136-0/+1425
* Build libmd shared for a.out too. Required for some PAM modules.jdp1998-11-121-4/+1
* Cleanup. Make it compile on alpha.dima1998-11-101-17/+0
* Fix a .Nm -> .Fn fix that was missed in the previous commit.jkoshy1998-11-091-1/+1
* fetch_err.h is a generated file, so don't look for it in ${.CURDIR}.des1998-11-071-2/+2
* Second of a series of cleanups to libfetch.des1998-11-0612-231/+569
* Don't call pthread_mutex_lock with _SPINLOCK held.dt1998-11-063-63/+90
* Added info about non-blocking support.dg1998-11-061-1/+15
* Update manual page to reflect changes in rev 1.12 ofjkoshy1998-11-061-3/+6
* First of a series of cleanups to libfetch. Changed files, indes1998-11-059-153/+260
* Added a manual page for sendfile(2).dg1998-11-052-2/+139
* Remove stray .endif from previous commit (I hope this is right)peter1998-11-041-2/+1
* Include mergesort() in description of errors.rnordier1998-11-041-1/+3
* Drop unused labels.rnordier1998-11-041-2/+2
* Handle a zero elements argument.rnordier1998-11-041-0/+3
* Don't need this one anymore.msmith1998-11-041-81/+0
* Well I never. Seems like _setjmp()/_longjmp() are just what the doctormsmith1998-11-043-8/+16
* Improve the quality of isspace() to match expectations. This should makemsmith1998-11-041-2/+2
* Don't try to build (nonexistent) Alpha setjmp until we have one.msmith1998-11-041-1/+3
* Move setjmp/longjmp implementations here from libc; no signal handlingmsmith1998-11-044-4/+504
* A feeble attempt at kld compatability. The mount_* programs assume thatpeter1998-11-031-1/+10
* Add:msmith1998-11-015-10/+73
* 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
OpenPOWER on IntegriCloud