summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Another tweak/speedup pass:wpaul1995-10-111-62/+80
* phkmalloc/2phk1995-10-082-311/+370
* Some NIS bug stomping:wpaul1995-10-061-24/+41
* remove GCC support functions from libc.phk1995-10-052-4/+2
* Fix the problem that I aroused with the last commit..peter1995-10-051-4/+10
* Make a link-time warning for the use of gets().peter1995-10-041-0/+3
* Calling sbrk(2) with zero argument doesn't need to generate a syscall.phk1995-10-042-8/+20
* Add man pages for the SYSV shm* and sem* functions.joerg1995-10-037-1/+890
* This gets() used \r\n, which is doggish.bde1995-09-291-1/+1
* Make ttyname() use posix-style tcgetattr() to check to see that it'speter1995-09-221-3/+3
* A buglet when dumping and a stylistic point from Mike.phk1995-09-221-8/+8
* ``phkmalloc''phk1995-09-163-373/+1123
* Fix security bugs with a "new approach", using stdio's powerful bufferpeter1995-09-151-18/+86
* Indicate that backlog limit is 32.dg1995-09-151-1/+1
* getgrent.c: adjust _nextypgroup() slightly so that it continues processingwpaul1995-09-052-4/+10
* Clear up a minor bogosity in yp_match(): we have YPMATCHCACHE turnedwpaul1995-09-021-5/+5
* getpwent.c: turn the code that checks the override caches into awpaul1995-09-023-74/+79
* National date/time representation in syslog logfiles looks ugly,ache1995-08-291-2/+1
* Remove the CFLAGS+=-I${CURDIR}/net that I previously added.peter1995-08-211-1/+0
* Define DEBUG as 1 instead of as nothing so that it doesn't conflict withbde1995-08-211-1/+1
* Fix bogus include paths, some of which stopped libresolv from compiling.bde1995-08-216-14/+12
* Update the resolver part of libc to bind-4.9.3-beta24 level (from beta9p1)peter1995-08-209-215/+420
* fgetline does not exist.. fgetln is in it's place. Correct the X-Ref.peter1995-08-181-1/+1
* There is no such file as /usr/include/ufs/quota.h. There is a filejoerg1995-08-151-1/+1
* Submitted by: Bill Fenner <fenner@parc.xerox.com>wpaul1995-08-141-3/+5
* Forget to close fileache1995-08-112-0/+2
* Bump shlib minor because xdr_* functions have been enabled. Do NOTasami1995-08-091-1/+1
* Fix _listmatch() so that it doesn't fall off the end of the list string.wpaul1995-08-081-6/+5
* Fix manpage to reflect current sourcesache1995-08-071-21/+49
* Restore %s format support from previous versionache1995-08-071-1/+22
* Just when you thought it was safe...wpaul1995-08-073-40/+212
* Install non-source files with the optional flag ${COPY}, not with the flag -c.bde1995-08-061-1/+1
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-061-1/+1
* Fix default %c to be ctime-compatible as supposed (by Solaris too)ache1995-08-061-4/+4
* The European Commission went out and invented a new sort of summer-timewollman1995-08-053-224/+321
* Don't depend on bogusly-installed <tzfile.h>.wollman1995-08-051-1/+1
* Fix cut&paste error: LC_COLLATE should be LC_TIMEache1995-08-051-3/+3
* Add time locale loadingache1995-08-051-0/+8
* Move rtprio.2 from usr.sbin/rtprio to lib/libc/sys, overwriting the bogusbde1995-08-051-28/+42
* Implement locale-sensitive strftime () from ADO (heavily modifiedwollman1995-08-043-106/+254
* Reviewed by: David Greenmanwpaul1995-08-021-14/+4
* Make strtod conforms manpage, use isspace to skip initial whitespacesache1995-08-011-7/+3
* Similar changes like in strtol, all this family is VERY brokenache1995-08-015-5/+15
* strtol and atoi VERY broken in 8bit chars locale, i.e. if you pass somethingache1995-08-011-1/+3
* Null terminate all strings returned by the dummy uname() routine,mpp1995-07-312-18/+26
* bkr() returns an int, and not a pointer. Document this.joerg1995-07-231-3/+3
* Confirmed to work by: rcarter@geli.com (Russell Carter)bde1995-07-221-4/+1
* Slight adjustment to previous fix for __ivaliduser(). It was checking forpeter1995-07-161-2/+4
* Make ruserok() accept the #-starting comment lines we used to havejoerg1995-07-161-0/+2
* The declaration of sigaction was missing a `const'.bde1995-07-161-1/+1
OpenPOWER on IntegriCloud