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