summaryrefslogtreecommitdiffstats
path: root/libc/misc/utmp/utent.c
Commit message (Expand)AuthorAgeFilesLines
* clean up O_CLOEXEC handlingMike Frysinger2009-10-161-19/+4
* not-cancel: use *_not_cancel variants directlyAustin Foxley2009-09-211-27/+0
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-9/+10
* CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko2009-09-181-16/+23
* utent.c: fix a few bugs, and shrink a bitDenys Vlasenko2009-09-181-58/+40
* Get non nptl threads compiled on x86.Khem Raj2008-12-231-4/+0
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-7/+7
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-1/+1
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-56/+70
* Merge from trunk and bring in NPTL code in the various 'misc' subsystems."Steven J. Hill"2006-08-241-0/+36
* Merge from trunk."Steven J. Hill"2006-02-281-36/+45
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-6/+6
* Merge from trunk."Steven J. Hill"2005-12-081-26/+21
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-6/+3
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-11/+11
* Mini-merge from trunk. Not as fun as a Mini Cooper, but oh well."Steven J. Hill"2005-12-011-2/+5
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-2/+2
* Remove some noiseEric Andersen2002-08-071-13/+0
* Do not assume NULL termination on the ut_id field. ThanksEric Andersen2002-07-161-1/+1
* Some cleanups so utmp/wtmp behaves. Fix potential use ofEric Andersen2002-06-171-89/+149
* Richard June <rjune@bravegnuworld.com> noticed that pututlineEric Andersen2002-04-031-6/+4
* Richard June <rjune@bravegnuworld.com> noticed that setutentEric Andersen2002-04-031-1/+1
* Add missing updwtmp() and fix broken makefileEric Andersen2002-03-151-0/+12
* Don't print an error if the utmp file doesn't exist, getutent will returnDavid McCullough2002-01-171-1/+0
* Update to accomodate the header file changesEric Andersen2001-09-271-5/+7
* Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff)Eric Andersen2000-12-231-0/+135