aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump shlib minor because xdr_* functions have been enabled. Do NOTSatoshi Asami1995-08-091-1/+1
* Fix _listmatch() so that it doesn't fall off the end of the list string.Bill Paul1995-08-081-6/+5
* Fix manpage to reflect current sourcesAndrey A. Chernov1995-08-071-21/+49
* Restore %s format support from previous versionAndrey A. Chernov1995-08-071-1/+22
* Just when you thought it was safe...Bill Paul1995-08-073-40/+212
* Install non-source files with the optional flag ${COPY}, not with the flag -c.Bruce Evans1995-08-061-1/+1
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-061-1/+1
* Fix default %c to be ctime-compatible as supposed (by Solaris too)Andrey A. Chernov1995-08-061-4/+4
* The European Commission went out and invented a new sort of summer-timeGarrett Wollman1995-08-053-224/+321
* Don't depend on bogusly-installed <tzfile.h>.Garrett Wollman1995-08-051-1/+1
* Fix cut&paste error: LC_COLLATE should be LC_TIMEAndrey A. Chernov1995-08-051-3/+3
* Add time locale loadingAndrey A. Chernov1995-08-051-0/+8
* Move rtprio.2 from usr.sbin/rtprio to lib/libc/sys, overwriting the bogusBruce Evans1995-08-051-28/+42
* Implement locale-sensitive strftime () from ADO (heavily modifiedGarrett Wollman1995-08-043-106/+254
* Reviewed by: David GreenmanBill Paul1995-08-021-14/+4
* Make strtod conforms manpage, use isspace to skip initial whitespacesAndrey A. Chernov1995-08-011-7/+3
* Similar changes like in strtol, all this family is VERY brokenAndrey A. Chernov1995-08-015-5/+15
* strtol and atoi VERY broken in 8bit chars locale, i.e. if you pass somethingAndrey A. Chernov1995-08-011-1/+3
* Null terminate all strings returned by the dummy uname() routine,Mike Pritchard1995-07-312-18/+26
* bkr() returns an int, and not a pointer. Document this.Joerg Wunsch1995-07-231-3/+3
* Confirmed to work by: rcarter@geli.com (Russell Carter)Bruce Evans1995-07-221-4/+1
* Slight adjustment to previous fix for __ivaliduser(). It was checking forPeter Wemm1995-07-161-2/+4
* Make ruserok() accept the #-starting comment lines we used to haveJoerg Wunsch1995-07-161-0/+2
* The declaration of sigaction was missing a `const'.Bruce Evans1995-07-161-1/+1
* Fix the synopsis of signal() again. Now it is uglier but correct.Bruce Evans1995-07-161-2/+2
* Fix the prototypes for getservby{name,port}().Joerg Wunsch1995-07-091-2/+2
* The ypprot_err() function incorrectly maps YP_NODOM to YPERR_NODOM.Bill Paul1995-07-051-2/+2
* Do the same sanity checking in _pw_breakout_yp() that we do inBill Paul1995-06-261-16/+19
* Fix for a potential problem reported by a user I bumped into on IRCBill Paul1995-06-261-9/+14
* Fixes for PR #508 and #509 ('botched 'Bad netgroup' error message' andBill Paul1995-06-231-7/+43
* Don't cast void functions to void.Jeffrey Hsu1995-06-204-7/+7
* Make _havemaster() use yp_first() (again) instead of yp_order() toBill Paul1995-06-171-2/+6
* Add /usr/local/share/nls to default search pathAndrey A. Chernov1995-06-171-2/+2
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-0/+9
* Remove trailing whitespace.Rodney W. Grimes1995-05-30128-720/+727
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Add a missing link from the setpgid manpage to the setpgrp manpage.Nate Williams1995-05-271-0/+1
* Fixed typo.David Greenman1995-05-151-1/+1