summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add missing entries for 38400/57600/115200 bauds to tmspc10[]ache1995-07-231-1/+2
* 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
* Fix the synopsis of signal() again. Now it is uglier but correct.bde1995-07-161-2/+2
* Change this to do what it should have done from the start.phk1995-07-127-41/+59
* Fix the prototypes for getservby{name,port}().joerg1995-07-091-2/+2
* The ypprot_err() function incorrectly maps YP_NODOM to YPERR_NODOM.wpaul1995-07-051-2/+2
* Numerous Makefile fixes:wollman1995-06-301-11/+30
* Change ld.so to correctly load dependant libraries for dlopen and unload themdfr1995-06-272-4/+16
* Do the same sanity checking in _pw_breakout_yp() that we do inwpaul1995-06-261-16/+19
* Fix for a potential problem reported by a user I bumped into on IRCwpaul1995-06-261-9/+14
* 41 headers must be implicitly included and one more (<sys/param.h>) mustbde1995-06-251-1/+2
* Update the man page for kvm_getprocs.3 to reflect our sysctl-basedjoerg1995-06-241-9/+9
* Fixes for PR #508 and #509 ('botched 'Bad netgroup' error message' andwpaul1995-06-231-7/+43
* Fix handling NULL-encapsulated interfaces (lo & tun)ache1995-06-221-3/+12
* Don't cast void functions to void.hsu1995-06-204-7/+7
* Make _havemaster() use yp_first() (again) instead of yp_order() towpaul1995-06-171-2/+6
* Add /usr/local/share/nls to default search pathache1995-06-171-2/+2
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-1114-85/+172
* Remove trailing whitespace.rgrimes1995-05-308-79/+79
OpenPOWER on IntegriCloud