summaryrefslogtreecommitdiffstats
path: root/libc/misc/utmp
Commit message (Expand)AuthorAgeFilesLines
* fix a problem with hidden getutent in non-threaded buildsDenys Vlasenko2011-02-061-1/+1
* libc_utmp: Fix getutmp and getutmpx for x86_64Carmelo Amoroso2010-11-281-2/+4
* misc: utmpx based logging supportSalvatore Cro2010-09-144-0/+115
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-061-40/+51
|\
| * utent: do not create extra static functions if !THREADSDenys Vlasenko2010-04-051-37/+49
| * getutid is not used internally, removing hidden_protoDenys Vlasenko2010-04-051-4/+3
* | Merge commit 'origin/master' into nptlAustin Foxley2010-04-021-2/+2
|\|
| * prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* | use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley2009-10-172-9/+11
|/
* clean up O_CLOEXEC handlingMike Frysinger2009-10-071-17/+4
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-9/+10
* wtmp code: style fixes, no code changesDenys Vlasenko2009-09-051-18/+7
* CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko2009-09-051-13/+18
* utent.c: fix a few bugs, and shrink a bitDenys Vlasenko2009-09-051-47/+34
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-202-4/+4
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-202-8/+8
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-182-2/+2
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* Revert revision 19345 plus libc_hidden_proto for __uc_malloc.Bernd Schmidt2008-06-121-9/+4
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-192-5/+5
* add hidden_proto's for __uc_mallocDenis Vlasenko2008-02-121-0/+1
* make utent.c, getpass.c use __uc_mallocDenis Vlasenko2007-07-301-4/+8
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-42/+35
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-1/+0
* some more fixes from rholzmann in Bug 716 ... make sure the code actually fun...Mike Frysinger2006-03-221-21/+41
* make sure we reset static_fd after it's closed in utmpname()Mike Frysinger2006-02-151-2/+2
* fix fcntl() call so that it actually forces file to be closed on exec()Mike Frysinger2006-02-151-1/+1
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-11/+8
* rholzmann writes in Bug 716:Mike Frysinger2006-02-111-13/+12
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-3/+4
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-142-50/+55
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-132-8/+8
* Use internal versionsPeter S. Mazinger2005-12-081-0/+2
* Hide morePeter S. Mazinger2005-12-071-26/+21
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-6/+3
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-1/+1
* Hide mostly used functionsPeter S. Mazinger2005-12-012-18/+18
* Correct typoPeter S. Mazinger2005-11-291-1/+1
* Hiding againPeter S. Mazinger2005-11-291-2/+5
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-35/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+26
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-8/+7
* merge parallel build supportMike Frysinger2005-01-251-4/+4
* Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III2004-10-311-1/+1
* Peter S. Mazinger writes:Eric Andersen2004-10-191-1/+1
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-2/+2
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1