aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix it for chars with 8bit setAndrey A. Chernov1995-10-231-1/+1
* Treat empty encoding as "C" encodingAndrey A. Chernov1995-10-231-1/+1
* Optimize PathLocale handling.Andrey A. Chernov1995-10-231-7/+15
* Don't reset LC_TIME to C when it isn't neccessaryAndrey A. Chernov1995-10-231-13/+17
* Use fake (empty) startup_setlocale for XPG4Andrey A. Chernov1995-10-231-3/+3
* Reduce static binaries bloat by splitting out normally unusedAndrey A. Chernov1995-10-233-8/+45
* Migrate from XPG4 to XPG3 (libxpg4 will be added soon)Andrey A. Chernov1995-10-239-55/+443
* Fixed lint from cc -Wall.Bruce Evans1995-10-221-5/+6
* minor cleanup, #includes.Poul-Henning Kamp1995-10-225-6/+11
* Mino cleanup, #includes & unused vars.Poul-Henning Kamp1995-10-222-2/+6
* Minor cleanup, #include's and unused vars.Poul-Henning Kamp1995-10-223-1/+5
* Well, cvs commit core'ed on me, I belive I have got all the locks out,Poul-Henning Kamp1995-10-2223-32/+64
* Remove EXTRA_SANITY, fix a unused var.Poul-Henning Kamp1995-10-221-4/+8
* More cleanup.Poul-Henning Kamp1995-10-223-4/+1
* limit the number of functions we pull in for 'i386'.Poul-Henning Kamp1995-10-221-1/+11
* and so on...Poul-Henning Kamp1995-10-221-5/+3
* As above.Poul-Henning Kamp1995-10-223-5/+7
* As above.Poul-Henning Kamp1995-10-223-3/+2
* Minor cleanup, mostly unused vars and missing #includes.Poul-Henning Kamp1995-10-2219-43/+46
* Add $Id$ since this version of the file has diverged from the BSD base aPeter Wemm1995-10-211-1/+5
* Propogate default table to restricted 8859-1 templateAndrey A. Chernov1995-10-191-0/+32
* Remove the bugs section. sh(1) now has a ulimit builtin.Joerg Wunsch1995-10-191-9/+0
* Doubled the performance of getenv()/__findenv() by rewriting it to notDavid Greenman1995-10-171-20/+24
* Add moncontrol.3 -> monstartup.3 link here.Poul-Henning Kamp1995-10-151-0/+1
* Another tweak/speedup pass:Bill Paul1995-10-111-62/+80
* phkmalloc/2Poul-Henning Kamp1995-10-082-311/+370
* Some NIS bug stomping:Bill Paul1995-10-061-24/+41
* remove GCC support functions from libc.Poul-Henning Kamp1995-10-052-4/+2
* Fix the problem that I aroused with the last commit..Peter Wemm1995-10-051-4/+10
* Make a link-time warning for the use of gets().Peter Wemm1995-10-041-0/+3
* Calling sbrk(2) with zero argument doesn't need to generate a syscall.Poul-Henning Kamp1995-10-042-8/+20
* Add man pages for the SYSV shm* and sem* functions.Joerg Wunsch1995-10-037-1/+890
* This gets() used \r\n, which is doggish.Bruce Evans1995-09-291-1/+1
* Make ttyname() use posix-style tcgetattr() to check to see that it'sPeter Wemm1995-09-221-3/+3
* A buglet when dumping and a stylistic point from Mike.Poul-Henning Kamp1995-09-221-8/+8
* ``phkmalloc''Poul-Henning Kamp1995-09-163-360/+1110
* Fix security bugs with a "new approach", using stdio's powerful bufferPeter Wemm1995-09-151-18/+86
* Indicate that backlog limit is 32.David Greenman1995-09-151-1/+1
* getgrent.c: adjust _nextypgroup() slightly so that it continues processingBill Paul1995-09-052-4/+10
* Clear up a minor bogosity in yp_match(): we have YPMATCHCACHE turnedBill Paul1995-09-021-5/+5
* getpwent.c: turn the code that checks the override caches into aBill Paul1995-09-023-74/+79
* National date/time representation in syslog logfiles looks ugly,Andrey A. Chernov1995-08-291-2/+1
* Remove the CFLAGS+=-I${CURDIR}/net that I previously added.Peter Wemm1995-08-211-1/+0
* Define DEBUG as 1 instead of as nothing so that it doesn't conflict withBruce Evans1995-08-211-1/+1
* Fix bogus include paths, some of which stopped libresolv from compiling.Bruce Evans1995-08-216-14/+12
* Update the resolver part of libc to bind-4.9.3-beta24 level (from beta9p1)Peter Wemm1995-08-209-215/+420
* fgetline does not exist.. fgetln is in it's place. Correct the X-Ref.Peter Wemm1995-08-181-1/+1
* There is no such file as /usr/include/ufs/quota.h. There is a fileJoerg Wunsch1995-08-151-1/+1
* Submitted by: Bill Fenner <fenner@parc.xerox.com>Bill Paul1995-08-141-3/+5
* Forget to close fileAndrey A. Chernov1995-08-112-0/+2