summaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.7cvs2svn1998-07-241-64/+0
* MFC: doc fixes, casts, cosmetic.Jordan K. Hubbard1998-07-1917-46/+56
* MFC: Move ftok() from libcompat to libc.John Polstra1998-06-283-5/+7
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-06-133-0/+194
* MFC: {r1.4} tftpd also uses LOG_FTP.Joseph Koshy1998-06-051-2/+3
* MFC: {r1.4} correct misleading statement on lifetimes of cookies returnedJoseph Koshy1998-06-031-16/+11
* Remove style nits introduced with last commit.Steve Price1998-05-261-3/+3
* Update code example to reflect new usage.Steve Price1998-05-251-11/+9
* MFC part 2: Static initializers for mutexes and condition variables.Thomas Gellekum1998-04-231-1/+1
* MFC: Nul terminate sockaddr_un::sun_pathBrian Somers1998-03-061-3/+4
* MFC: Make SyslogAddr a sockaddr_un rather than a sockaddr.Brian Somers1998-03-051-10/+12
* MFC: more miscellaneous cleanups and the new mktmp() functions from OpenBSDJordan K. Hubbard1998-03-041-3/+3
* MFC: doc & security fixes.Jordan K. Hubbard1998-03-032-6/+8
* MFC: doc fix, bring in security fixes to fts.c.Jordan K. Hubbard1998-03-031-24/+92
* MFC: revised fix for PR 5345 and 5610.Steve Price1998-03-011-14/+7
* MFC: bring in arc4random code.Jordan K. Hubbard1998-03-011-4/+5
* MFC: Strings are terminated by NUL, not NULL.James Raynard1998-02-281-3/+3
* Really remove the config_* files this time.Steve Price1998-02-282-260/+0
* MFC: Remove the config_* routines.Steve Price1998-02-281-5/+3
* MFC rev 1.15: Prevent corruption of errno.Stephen McKay1998-02-201-1/+5
* MFC: #include <unistd.h> for nice(3).Steve Price1998-02-181-0/+1
* Submitted by: jallison@whistle.comJulian Elischer1998-02-181-3/+1
* MFC: doc fixJordan K. Hubbard1998-02-171-1/+1
* MFC: doc cleanups and one potential overflow.Jordan K. Hubbard1998-02-174-7/+8
* MFC: doc cleanups.Jordan K. Hubbard1998-02-173-4/+15
* MFC: history.Jordan K. Hubbard1998-02-171-0/+4
* MFC: Since we have bidirectional pipes, allow bidirectional popen()s.Jordan K. Hubbard1998-02-172-37/+64
* MFC: cleanup.Jordan K. Hubbard1998-02-174-6/+13
* MFC: more fascist signal blocking.Jordan K. Hubbard1998-02-171-40/+11
* MFC: doc cleanup, various cosmetic adjustments.Jordan K. Hubbard1998-02-174-12/+14
* MFC: doc fixes.Jordan K. Hubbard1998-02-172-6/+7
* MFC: much more extensive error checking.Jordan K. Hubbard1998-02-171-9/+36
* MFC: more doc cleanups.Jordan K. Hubbard1998-02-171-19/+53
* MFC: misc doc fixes.Jordan K. Hubbard1998-02-172-8/+11
* Merge in fix for PR #5610 from -current.Bill Paul1998-02-131-7/+14
* Add the stringlist functions. (the files were tagged back onto the 2.2Mike Smith1998-01-281-5/+6
* Merge from version 1.5 of current.James Raynard1998-01-051-1/+1
* Merge from -current: close PR by fixing _listmatch() to notBill Paul1997-11-161-7/+14
* Merge from main branch 1.4 -> 1.6: Fix misuse of NULL, and useJohn Polstra1997-10-261-2/+2
* Merge Sun NIS+ compat fix from -current (if netgroup.byhost or netgroup.byuserBill Paul1997-10-131-12/+25
* Merge the un-typo fix from -current. Bruce is quite right; this is legalMike Smith1997-09-281-1/+1
* Prototype typo fix (MFC)Mike Smith1997-09-281-1/+1
* Merged changes from rev 1.10: file descriptor leak.David Greenman1997-09-011-2/+5
* MFC: (added HW_MACHINE_ARCH).KATO Takenori1997-08-301-0/+3
* MFC: try getpwnam(getlogin()) before getpwuid(getuid())Andrey A. Chernov1997-08-281-3/+5
* Do approx what issetugid() does in current rath than issetugid().Warner Losh1997-08-281-1/+2
* Temporarily remove call to issetugid() until it's actually *IMPLEMENTED*Jordan K. Hubbard1997-08-271-4/+3
* MFC: don't getenv(HOME) if set[ug]idWarner Losh1997-08-271-3/+4
* YAMFC: bring over sysctlbyname(), as requested by a number of people.Peter Wemm1997-08-133-4/+15
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-08-111-0/+35