summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Just when you thought it was safe...wpaul1995-08-071-13/+188
* Don't depend on bogusly-installed <tzfile.h>.wollman1995-08-051-1/+1
* Null terminate all strings returned by the dummy uname() routine,mpp1995-07-312-18/+26
* Fix the synopsis of signal() again. Now it is uglier but correct.bde1995-07-161-2/+2
* 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
* Fixes for PR #508 and #509 ('botched 'Bad netgroup' error message' andwpaul1995-06-231-7/+43
* 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
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-0/+9
* Remove trailing whitespace.rgrimes1995-05-3025-124/+124
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* Parse ^? now, our termcap use it and some termcaps from otherache1995-05-141-1/+5
* Fix bracket error for LogMaskache1995-05-021-1/+1
* Added function and man page for ftok(3), used in conjunction withjoerg1995-05-012-0/+135
* Small fix for the following problems:wpaul1995-04-291-2/+10
* in _freecaches(): strdup() allocates us memory -- remember to free it.wpaul1995-04-221-10/+18
* Fix bugs in opendir():bde1995-04-211-9/+23
* Head off potential core dump in _havemaster() (we don't need to free anywpaul1995-04-151-4/+1
* Better conformance to SunOS behavior: if we can't match a user to onewpaul1995-04-141-2/+8
* Add err_set_file() and err_set_exit() functions to make it possible forwollman1995-04-132-18/+64
* Add missing header referenceache1995-04-091-0/+1
* The man page setmode(3) declares `void setmode' when it should bejoerg1995-04-051-1/+1
* getpwent.c: fix problem with emacs dumping core when NIS is enabled. Alsowpaul1995-04-043-21/+34
* Clear IGNPAR in cfmakeraw() instead of set it.ache1995-03-291-2/+2
* Use yp_order() instead of yp_first() in _havemaster() to check for thewpaul1995-03-271-7/+7
* scandir(3) didn't transfer d_type, and d_ino is called d_fileno now.phk1995-03-251-1/+2
* Add calls to endgrent() and endnetgrent() to the end of _createcaches().wpaul1995-03-251-0/+2
* Make sanity checks saner: don't let setnetgrent() or innetgr() swallowwpaul1995-03-241-2/+8
* Change strtok() to strsep(), using strtok() can cause memory corruptionache1995-03-241-16/+29
* Yikes! Fix stupid mistake I made in last commit that made getpwent() ignorewpaul1995-03-241-9/+12
* As per Justin T. Gibbs's request, agument the +@netgroup/-@netgroupwpaul1995-03-241-36/+72
* Don't let setnetgrent() operate on a null or empty group name: it canwpaul1995-03-231-0/+4
* Very important sanity checks: today I clobbered all four NIS servers onwpaul1995-03-231-6/+8
* Lots of fixes/improvements in the +user substitution handling:wpaul1995-03-231-52/+39
* Small cleanups:wpaul1995-03-231-39/+44
* Phew! Done at last: getpwent now understands +@netgroup/-@netgroup directiveswpaul1995-03-231-9/+212
* Use better/stronger/faster NIS lookup code: by using yp_match() instead ofwpaul1995-03-211-44/+14
* Whoops: expanding netgroups that reference multiple netgroups doesn'twpaul1995-03-191-1/+1
* Two major changes:wpaul1995-03-191-4/+71
* Fix 'putting +: in /etc/group causes many programs to dump core' bugwpaul1995-03-181-1/+11
* stdio.h --> unistd.hache1995-03-091-1/+1
* Explain the full story, and make it understandable too.phk1995-02-251-2/+7
* fix the synopsis to showphk1995-02-241-5/+1
* Add missing #include <time.h> with time() prototypeache1995-02-241-0/+1
* Bruce pointed out, that a misleading warning would be issuedse1995-02-171-1/+1
* Protect against duplicate gids in group list (as could be these1995-02-171-2/+5
* Backed out Keith Bostic's getcwd/$PWD hack. It is causing things to breakdg1995-02-072-31/+6
* Document the getenv(PWD) feature.phk1995-02-051-1/+7
* Collapsed _masterpw_breakout_yp() and _pw_breakout_yp() into awpaul1995-02-051-72/+20
OpenPOWER on IntegriCloud