aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Strip the leading path from __progname as is done in the a.out case. AlsoSteve Price1998-12-242-6/+18
* Disable building with alpha software completion options until we upgradeDoug Rabson1998-12-241-2/+3
* [This is a null commit to supply the correct log entry]Doug Rabson1998-12-232-2/+2
* Implement fpsetmask() and other fp*() functions. Programs should useDoug Rabson1998-12-2310-33/+61
* Implement and document file list retrieval.Dag-Erling Smørgrav1998-12-218-13/+207
* Added documenation for the existing implementation of asctime_r,Wes Peters1998-12-201-0/+35
* Add "fla" to Disk_Names()Poul-Henning Kamp1998-12-191-2/+2
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-3/+5
* Don't specify a language to compile_et.Dag-Erling Smørgrav1998-12-185-12/+12
* Enable building libio on the alpha.Doug Rabson1998-12-171-2/+6
* Note that dying on NULL is an implementation detail.Eivind Eklund1998-12-171-5/+7
* Restore old semantics (broken in rev 1.47's buffer overflow fix).Eivind Eklund1998-12-171-1/+3
* <sys/types.h> isn't a prerequisite for <kvm.h>.Bruce Evans1998-12-161-1/+0
* The previous commit was bogus. <stdlib.h> was never a prerequisiteBruce Evans1998-12-161-2/+0
* Declare size_t and ssize_t if they are not already declared, so thatBruce Evans1998-12-161-6/+15
* Adjust for kern.ps_strings and PS_STRINGS not being a pointer. ThisBruce Evans1998-12-161-17/+12
* Declare setproctitle() as printf0-like.Bruce Evans1998-12-161-2/+2
* Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This isBruce Evans1998-12-162-16/+14
* Implement and document fetchStatFTP.Dag-Erling Smørgrav1998-12-162-49/+132
* Remove unused header files. Fix a few shadowing bugs. Improve error reporting.Dag-Erling Smørgrav1998-12-162-57/+30
* Add verbose flag, and support functions.Dag-Erling Smørgrav1998-12-1610-59/+109
* Old stuff laying around: Don't use a function called getstr(), that hasPeter Wemm1998-12-161-1/+1
* Add reminder to return memory allocated by this call.Warner Losh1998-12-161-1/+10
* Fix the "Unknown HTTP error" message.Dag-Erling Smørgrav1998-12-151-3/+3
* Reviewed by: JKHWes Peters1998-12-142-86/+216
* 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