aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add missing internal object functions, hard-coded for ncurses for now.Paul Richards1995-09-131-0/+18
* Back out that last change; we don't build this shared.David Greenman1995-09-061-2/+0
* Bumped shared lib rev to 2.1.David Greenman1995-09-061-0/+2
* 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
* Change my parse fix from 'return argc' to 'return 0'.Andrey A. Chernov1995-08-301-1/+1
* National date/time representation in syslog logfiles looks ugly,Andrey A. Chernov1995-08-291-2/+1
* Brought in changes from rev 1.14.2.1 into main branch.David Greenman1995-08-261-1/+10
* 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
* Small NIS tweak: frob pw_error() a little so that it can say eitherBill Paul1995-08-131-1/+8
* 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-062-3/+3
* Install source files with the -c flag, not with the optional flag ${COPY}.Bruce Evans1995-08-065-13/+13
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-0610-19/+20
* Fix default %c to be ctime-compatible as supposed (by Solaris too)Andrey A. Chernov1995-08-061-4/+4
* Only build libtelnet if the secure libtelnet is not going to be built.Mark Murray1995-08-061-1/+5
* Remove _set_ospeed, it is done in tgetent nowAndrey A. Chernov1995-08-052-6/+0
* Do a little trick which covers 99% cases: initialize ospeedAndrey A. Chernov1995-08-057-48/+53
* 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
* Fix sh coredump in vi mode with empty colon commandAndrey A. Chernov1995-08-041-0/+3
* Implement locale-sensitive strftime () from ADO (heavily modifiedGarrett Wollman1995-08-043-106/+254
* Allow any speeds in baudrateAndrey A. Chernov1995-08-041-2/+6
* Add SA_RESTART to ^Z reaction, EIO was returned in other caseAndrey A. Chernov1995-08-041-0/+3
* Simplify baud printing codeAndrey A. Chernov1995-08-041-84/+1
* Nuke local termcap.h and use system oneAndrey A. Chernov1995-08-042-4/+4
* Remove libftp from MakefileJordan K. Hubbard1995-08-041-1/+1
* Eliminate ospeed switch with new _set_ospeedAndrey A. Chernov1995-08-041-28/+1
* Add non-standard function: _set_ospeed(speed)Andrey A. Chernov1995-08-044-6/+89
* 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