| Commit message (Expand) | Author | Age | Files | Lines |
* | fix a problem with hidden getutent in non-threaded builds | Denys Vlasenko | 2011-02-06 | 1 | -1/+1 |
* | libc_utmp: Fix getutmp and getutmpx for x86_64 | Carmelo Amoroso | 2010-11-28 | 1 | -2/+4 |
* | misc: utmpx based logging support | Salvatore Cro | 2010-09-14 | 4 | -0/+115 |
* | Merge commit 'origin/master' into nptl | Austin Foxley | 2010-04-06 | 1 | -40/+51 |
|\ |
|
| * | utent: do not create extra static functions if !THREADS | Denys Vlasenko | 2010-04-05 | 1 | -37/+49 |
| * | getutid is not used internally, removing hidden_proto | Denys Vlasenko | 2010-04-05 | 1 | -4/+3 |
* | | Merge commit 'origin/master' into nptl | Austin Foxley | 2010-04-02 | 1 | -2/+2 |
|\| |
|
| * | prettify make clean | Bernhard Reutner-Fischer | 2010-03-25 | 1 | -2/+2 |
* | | use *_not_cancel variants to avoid accidental cancellations with nptl | Austin Foxley | 2009-10-17 | 2 | -9/+11 |
|/ |
|
* | clean up O_CLOEXEC handling | Mike Frysinger | 2009-10-07 | 1 | -17/+4 |
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 1 | -9/+10 |
* | wtmp code: style fixes, no code changes | Denys Vlasenko | 2009-09-05 | 1 | -18/+7 |
* | CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure | Denys Vlasenko | 2009-09-05 | 1 | -13/+18 |
* | utent.c: fix a few bugs, and shrink a bit | Denys Vlasenko | 2009-09-05 | 1 | -47/+34 |
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-17 | 1 | -0/+2 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 2 | -4/+4 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 2 | -8/+8 |
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 2 | -2/+2 |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -4/+4 |
* | Revert revision 19345 plus libc_hidden_proto for __uc_malloc. | Bernd Schmidt | 2008-06-12 | 1 | -9/+4 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 2 | -5/+5 |
* | add hidden_proto's for __uc_malloc | Denis Vlasenko | 2008-02-12 | 1 | -0/+1 |
* | make utent.c, getpass.c use __uc_malloc | Denis Vlasenko | 2007-07-30 | 1 | -4/+8 |
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 1 | -42/+35 |
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 1 | -1/+0 |
* | some more fixes from rholzmann in Bug 716 ... make sure the code actually fun... | Mike Frysinger | 2006-03-22 | 1 | -21/+41 |
* | make sure we reset static_fd after it's closed in utmpname() | Mike Frysinger | 2006-02-15 | 1 | -2/+2 |
* | fix fcntl() call so that it actually forces file to be closed on exec() | Mike Frysinger | 2006-02-15 | 1 | -1/+1 |
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger | 2006-02-13 | 1 | -11/+8 |
* | rholzmann writes in Bug 716: | Mike Frysinger | 2006-02-11 | 1 | -13/+12 |
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -3/+4 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 2 | -50/+55 |
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 2 | -8/+8 |
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 1 | -0/+2 |
* | Hide more | Peter S. Mazinger | 2005-12-07 | 1 | -26/+21 |
* | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | 2005-12-06 | 1 | -6/+3 |
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -1/+1 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 2 | -18/+18 |
* | Correct typo | Peter S. Mazinger | 2005-11-29 | 1 | -1/+1 |
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 1 | -2/+5 |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger | 2005-11-01 | 1 | -1/+0 |
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -35/+8 |
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger | 2005-10-25 | 1 | -0/+26 |
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger | 2005-10-12 | 1 | -8/+7 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -4/+4 |
* | Revert Peter's __lib_gettimeofday patch. There's the minor issue of | Manuel Novoa III | 2004-10-31 | 1 | -1/+1 |
* | Peter S. Mazinger writes: | Eric Andersen | 2004-10-19 | 1 | -1/+1 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 1 | -2/+2 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |