aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: freebsd-currentMatthew Dillon1998-12-143-44/+192
* Commit out caveat about hardlinks to directories since they areSteve Price1998-12-131-27/+27
* PR: docs/9050Matthew Dillon1998-12-131-0/+1
* Add required #include references to manual pageMatthew Dillon1998-12-131-0/+2
* oops. Fix indentation of the 'for' loop I just added.Matthew Dillon1998-12-131-18/+18
* Handle the race condition where vipw may lock a password file which hasMatthew Dillon1998-12-131-6/+22
* Add a simple library for accessing i/o ports and memory on the alpha.Doug Rabson1998-12-126-0/+743
* CALL -> PCALL for sigaltstack for libc_r.John Birrell1998-12-101-1/+1
* Don't hide mknod, it doesn't need a wrapper and never has had one.John Birrell1998-12-103-6/+6
* Add missing int to prototypes of mvaddstr and mvaddnstr.Steve Price1998-12-101-2/+2
* Removed unused include of <kvm.h>. It was alarming for libc to apparentlyBruce Evans1998-12-071-3/+1
* Obtained from: "Jan B. Koum " <jkb@best.com>Matthew Dillon1998-12-011-1/+2
* - Fix modulo bug that was masked by the correct code in libgcc.a which isNate Williams1998-11-301-1/+1
* On the alpha, sizeof(char*) != sizeof(int) which was assumed inDoug Rabson1998-11-301-1/+1
* Fixed SUBDIR order.Bruce Evans1998-11-291-2/+2
* Add support for pthread_mutexattr_settype(). As a side effect ofEivind Eklund1998-11-286-60/+183
* Enable aio_read(2).Joseph Koshy1998-11-241-2/+2
* Don't mention exit(3) in explanation; _exit(2) is a better choice.Joseph Koshy1998-11-231-2/+2
* Install PAM modules into ${SHLIBDIR}, not ${LIBDIR}.John Polstra1998-11-222-2/+2
* Explicitly depend on libcrypt and libmd for a.out too. Fixes a PAMJohn Polstra1998-11-221-2/+0
* Better document the file format, add in support for nested {}'s in multi-lineJordan K. Hubbard1998-11-222-8/+28
* Make sure libskey is built before libpam. It is required for one ofJohn Polstra1998-11-201-4/+6
* Fix a couple of typos.John Polstra1998-11-191-3/+3
* Man page for aio_read(2).Joseph Koshy1998-11-191-0/+189
* Enable the building of libpam. Move libradius and libtacplus up inJohn Polstra1998-11-181-5/+6
* Build structure for contribified Linux-PAM, plus some home-grownJohn Polstra1998-11-1822-0/+1679
* Add an emply MAIN__() function. This avoid an unresolved reference errorJean-Marc Zucconi1998-11-162-1/+2
* Update to reflect reality.Jacques Vidrine1998-11-161-4/+4
* Use snprintf to make sure we don't overflow a buffer.Kenneth D. Merry1998-11-151-4/+5
* Fix an error message. (it was using an uninitialized variable)Kenneth D. Merry1998-11-151-2/+2
* Interrupt threads waiting in select etc.John Birrell1998-11-153-0/+60
* Close a window between unlocking a spinlock and changing the thread state.John Birrell1998-11-1512-63/+93
* Enable libradius and libtacplus.John Polstra1998-11-131-4/+5
* Initial import of TACACS+ client library donated by Juniper Networks, Inc.John Polstra1998-11-136-0/+1812
* Initial import of RADIUS client library donated by Juniper Networks, Inc.John Polstra1998-11-136-0/+1425
* 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