aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix an NFS-related installation problem.John Polstra1999-01-111-1/+1
* POSIX introduced optreset to deal with multiple invocationsMike Smith1999-01-111-2/+2
* Fix a minor security problem in libc_r.Warner Losh1999-01-113-12/+75
* Merge changes from vendor branch (1.1.1 -> 1.1.3) into mainline.Peter Wemm1999-01-1013-103/+157
* This commit was generated by cvs2svn to compensate for changes in r42468,Peter Wemm1999-01-1012-145/+553
|\
| * Import zlib 1.1.3 onto the vendor branch.Peter Wemm1999-01-1021-235/+697
* | If we can't open alias.log, don't try to write to theBrian Somers1999-01-101-2/+4
* | Switch to using ".So" as the extension for PIC object files ratherJohn Polstra1999-01-094-10/+10
* | Changes for alpha support.Jordan K. Hubbard1999-01-082-2/+21
* | Strip the leading path from __progname.Steve Price1999-01-071-3/+7
* | Make the implementation and documentation agree. Specifically:Dag-Erling Smørgrav1999-01-062-6/+11
* | add MLINKs for all the functions covered by the manpageDavid E. O'Brien1999-01-061-0/+10
* | spell checkDavid E. O'Brien1999-01-061-4/+4
* | Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc.Dmitrij Tejblum1999-01-042-13/+4
* | Add STANDARDS section.Garrett Wollman1999-01-031-6/+37
* | Fix grammar in the description of timegm() by totally rewriting it. RemoveGarrett Wollman1999-01-031-20/+29
* | Ignore the fs_spec entry for "/" in /etc/fstab if the device whichBruce Evans1999-01-011-0/+29
* | Updated type of ss_size in struct sigaltstack.Bruce Evans1999-01-011-3/+2
* | Eliminate all dependence on boot1 and boot2. This is passed in byJordan K. Hubbard1998-12-313-28/+6
* | Transition libdisk to use /boot since what it's looking for (boot1 and boot2)Jordan K. Hubbard1998-12-301-2/+2
* | Backed out previous commit. It depends on a.out utilities and librariesBruce Evans1998-12-301-2/+2
* | Fixed bootstrapping of /usr/mdec/boot[12].Bruce Evans1998-12-301-2/+2
* | Fixed type mismatches in args to __syscall(). One for mmap() broke onBruce Evans1998-12-271-5/+5
* | Avoid using ld -O (as in bsd.lib.mk).Bruce Evans1998-12-271-7/+16
* | Fixed CLEANFILES.Bruce Evans1998-12-272-5/+5
* | 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-87/+217