aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Add #include <sys/user.h>.Poul-Henning Kamp1995-10-281-0/+1
* Remove unneded ctype.hAndrey A. Chernov1995-10-261-1/+0
* Fix it for chars with 8bit setAndrey A. Chernov1995-10-231-1/+1
* Fixed lint from cc -Wall.Bruce Evans1995-10-221-5/+6
* 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
* Another tweak/speedup pass:Bill Paul1995-10-111-62/+80
* Some NIS bug stomping:Bill Paul1995-10-061-24/+41
* Fix the problem that I aroused with the last commit..Peter Wemm1995-10-051-4/+10
* Make ttyname() use posix-style tcgetattr() to check to see that it'sPeter Wemm1995-09-221-3/+3
* Fix security bugs with a "new approach", using stdio's powerful bufferPeter Wemm1995-09-151-18/+86
* getgrent.c: adjust _nextypgroup() slightly so that it continues processingBill Paul1995-09-052-4/+10
* 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
* Fix _listmatch() so that it doesn't fall off the end of the list string.Bill Paul1995-08-081-6/+5
* Just when you thought it was safe...Bill Paul1995-08-071-13/+188
* Don't depend on bogusly-installed <tzfile.h>.Garrett Wollman1995-08-051-1/+1
* Null terminate all strings returned by the dummy uname() routine,Mike Pritchard1995-07-312-18/+26
* Fix the synopsis of signal() again. Now it is uglier but correct.Bruce Evans1995-07-161-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
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-0/+9
* Remove trailing whitespace.Rodney W. Grimes1995-05-3025-124/+124
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Parse ^? now, our termcap use it and some termcaps from otherAndrey A. Chernov1995-05-141-1/+5
* Fix bracket error for LogMaskAndrey A. Chernov1995-05-021-1/+1
* Added function and man page for ftok(3), used in conjunction withJoerg Wunsch1995-05-012-0/+135
* Small fix for the following problems:Bill Paul1995-04-291-2/+10
* in _freecaches(): strdup() allocates us memory -- remember to free it.Bill Paul1995-04-221-10/+18
* Fix bugs in opendir():Bruce Evans1995-04-211-9/+23
* Head off potential core dump in _havemaster() (we don't need to free anyBill Paul1995-04-151-4/+1
* Better conformance to SunOS behavior: if we can't match a user to oneBill Paul1995-04-141-2/+8
* Add err_set_file() and err_set_exit() functions to make it possible forGarrett Wollman1995-04-132-18/+64
* Add missing header referenceAndrey A. Chernov1995-04-091-0/+1
* The man page setmode(3) declares `void setmode' when it should beJoerg Wunsch1995-04-051-1/+1
* getpwent.c: fix problem with emacs dumping core when NIS is enabled. AlsoBill Paul1995-04-043-21/+34
* Clear IGNPAR in cfmakeraw() instead of set it.Andrey A. Chernov1995-03-291-2/+2
* Use yp_order() instead of yp_first() in _havemaster() to check for theBill Paul1995-03-271-7/+7
* scandir(3) didn't transfer d_type, and d_ino is called d_fileno now.Poul-Henning Kamp1995-03-251-1/+2
* Add calls to endgrent() and endnetgrent() to the end of _createcaches().Bill Paul1995-03-251-0/+2
* Make sanity checks saner: don't let setnetgrent() or innetgr() swallowBill Paul1995-03-241-2/+8
* Change strtok() to strsep(), using strtok() can cause memory corruptionAndrey A. Chernov1995-03-241-16/+29
* Yikes! Fix stupid mistake I made in last commit that made getpwent() ignoreBill Paul1995-03-241-9/+12
* As per Justin T. Gibbs's request, agument the +@netgroup/-@netgroupBill Paul1995-03-241-36/+72
* Don't let setnetgrent() operate on a null or empty group name: it canBill Paul1995-03-231-0/+4
* Very important sanity checks: today I clobbered all four NIS servers onBill Paul1995-03-231-6/+8
* Lots of fixes/improvements in the +user substitution handling:Bill Paul1995-03-231-52/+39