summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Another round of man page cleanups.mpp1996-02-122-3/+2
* Correct a bunch of man page cross references and generallympp1996-02-1111-23/+24
* Added some missing MLINKS for section 3 man pages.mpp1996-02-092-3/+3
* Another round of spelling fixes.mpp1996-01-302-4/+4
* Fix even more spelling errors in some more man pages.mpp1996-01-304-5/+5
* Getpwent() and getservent() can wind up calling free() withmpp1996-01-291-1/+0
* Changed the description of SIGSYS to better reflect whatmpp1996-01-221-1/+1
* Obtained from: uthreads packagejulian1996-01-221-0/+37
* Reviewed by: julian and (hsu?)julian1996-01-225-4/+167
* Bump libutil revision after recent addition of setproctitle().peter1996-01-011-1/+9
* Finally complete my fix for the behaviour of getpass(3) upon receiptjoerg1995-12-312-18/+56
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-304-1745/+0
* Don't block SIGINT in getpass(3); this doesn't make sense.joerg1995-12-271-1/+1
* Bring in an initial version of setproctitle().. This is intended topeter1995-12-262-0/+222
* Include sys/time.h, not sys/user.h.dg1995-12-081-1/+1
* Small tweak: don't try closing /etc/netgroup if we haven't opened it yet.wpaul1995-12-021-1/+2
* Add #include <sys/user.h>.phk1995-10-281-0/+1
* Remove unneded ctype.hache1995-10-261-1/+0
* Fix it for chars with 8bit setache1995-10-231-1/+1
* Fixed lint from cc -Wall.bde1995-10-221-5/+6
* Minor cleanup, mostly unused vars and missing #includes.phk1995-10-2219-43/+46
* Add $Id$ since this version of the file has diverged from the BSD base apeter1995-10-211-1/+5
* Another tweak/speedup pass:wpaul1995-10-111-62/+80
* Some NIS bug stomping:wpaul1995-10-061-24/+41
* Fix the problem that I aroused with the last commit..peter1995-10-051-4/+10
* Make ttyname() use posix-style tcgetattr() to check to see that it'speter1995-09-221-3/+3
* Fix security bugs with a "new approach", using stdio's powerful bufferpeter1995-09-151-18/+86
* getgrent.c: adjust _nextypgroup() slightly so that it continues processingwpaul1995-09-052-4/+10
* getpwent.c: turn the code that checks the override caches into awpaul1995-09-023-74/+79
* National date/time representation in syslog logfiles looks ugly,ache1995-08-291-2/+1
* Fix _listmatch() so that it doesn't fall off the end of the list string.wpaul1995-08-081-6/+5
* 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
OpenPOWER on IntegriCloud