summaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.0.5_cvscvs2svn1995-06-1019-20/+20
* The +@netgroup/-@netgroup NIS password overrides can fail inDavid Greenman1995-06-021-0/+9
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_0_5'.cvs2svn1995-05-3014-3724/+0
* 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
* Small cleanups:Bill Paul1995-03-231-39/+44
* Phew! Done at last: getpwent now understands +@netgroup/-@netgroup directivesBill Paul1995-03-231-9/+212
* Use better/stronger/faster NIS lookup code: by using yp_match() instead ofBill Paul1995-03-211-44/+14
* Whoops: expanding netgroups that reference multiple netgroups doesn'tBill Paul1995-03-191-1/+1
* Two major changes:Bill Paul1995-03-191-4/+71
* Fix 'putting +: in /etc/group causes many programs to dump core' bugBill Paul1995-03-181-1/+11
* stdio.h --> unistd.hAndrey A. Chernov1995-03-091-1/+1
* Explain the full story, and make it understandable too.Poul-Henning Kamp1995-02-251-2/+7
* fix the synopsis to showPoul-Henning Kamp1995-02-241-5/+1
* Add missing #include <time.h> with time() prototypeAndrey A. Chernov1995-02-241-0/+1
* Bruce pointed out, that a misleading warning would be issuedStefan Eßer1995-02-171-1/+1
* Protect against duplicate gids in group list (as could be theStefan Eßer1995-02-171-2/+5
* Backed out Keith Bostic's getcwd/$PWD hack. It is causing things to breakDavid Greenman1995-02-072-31/+6
* Document the getenv(PWD) feature.Poul-Henning Kamp1995-02-051-1/+7
* Collapsed _masterpw_breakout_yp() and _pw_breakout_yp() into aBill Paul1995-02-051-72/+20
* A cute hack to speed up things by Keith: if getenv("PWD") is the samePoul-Henning Kamp1995-02-041-5/+24
* Include <time.h> instead of <sys/time.h> to get CLK_TCK. IncludingBruce Evans1995-02-031-1/+1
* Change CLK_TCK to CLOCKS_PER_SEC.Bruce Evans1995-02-031-1/+2
* Change CLK_TCK to CLOCKS_PER_SEC. (CLK_TCK is a deprecated POSIX featureBruce Evans1995-02-031-2/+3
* Fix previous change to preserve const'ness.Bruce Evans1995-02-031-2/+2
* Fixed a rather serious bug that presents itself when FreeBSD is configuredBill Paul1995-02-031-2/+16
* Fix for that last fix... pass the hat. :)Bill Paul1995-02-011-2/+1