| Commit message (Expand) | Author | Age | Files | Lines |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -4/+4 |
* | Fix hard-to-rigger locking bug in vsyslog(): | Denis Vlasenko | 2008-06-06 | 1 | -9/+13 |
* | syslog.c: fix a buglet in prev-last commit: logic inversion in closelog | Denis Vlasenko | 2008-06-03 | 1 | -3/+3 |
* | syslog.c: fix indentation and style. No code changes. | Denis Vlasenko | 2008-06-03 | 1 | -47/+46 |
* | Fix bug 575 and other small problems noticed along the way. | Denis Vlasenko | 2008-06-03 | 1 | -42/+46 |
* | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer | 2008-06-03 | 1 | -0/+2 |
* | - shrink a little bit. | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -14/+10 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -6/+6 |
* | Experimentally move libc_hidden_proto(time) to time.h. | Denis Vlasenko | 2008-04-28 | 1 | -1/+1 |
* | blah, enable the stupid hidden proto for fcntl | Mike Frysinger | 2008-01-05 | 1 | -1/+1 |
* | krichy writes in 292: | Mike Frysinger | 2008-01-05 | 1 | -1/+1 |
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 1 | -23/+19 |
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 1 | -1/+0 |
* | 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 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 1 | -1/+0 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -45/+63 |
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 1 | -1/+1 |
* | fix warning | Mike Frysinger | 2005-12-10 | 1 | -1/+1 |
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 1 | -4/+5 |
* | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 1 | -1/+1 |
* | Convert the rest of users to hidden | Peter S. Mazinger | 2005-12-08 | 1 | -1/+1 |
* | Reorder and remove prototypes | Peter S. Mazinger | 2005-12-08 | 1 | -61/+55 |
* | Add prototype for __time, #define time __time is not usable here | Peter S. Mazinger | 2005-12-06 | 1 | -2/+2 |
* | 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 | -17/+25 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -17/+15 |
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 1 | -0/+2 |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | Use strchr instead of index (BSD) | Peter S. Mazinger | 2005-11-10 | 1 | -1/+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 | -39/+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 | -9/+8 |
* | Clean up pthread include mess. Some of these will be needed to support NPTL, ... | "Steven J. Hill" | 2005-10-04 | 1 | -0/+4 |
* | cbachman writes Bug 195: | Mike Frysinger | 2005-04-16 | 1 | -0/+4 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+4 |
* | Jean writes: | Eric Andersen | 2005-01-11 | 1 | -1/+9 |
* | Fix a bug noticed by Oleg I. Vdovikin, oleg at cs dot msu dot su. | Eric Andersen | 2004-04-06 | 1 | -4/+0 |
* | 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 |
* | Patch from Marshall M. Midden: | Eric Andersen | 2003-04-19 | 1 | -33/+39 |
* | Patch from Tiago Marques <tmarques@viaconnect.inf.br> -- fall back to | Eric Andersen | 2002-09-10 | 1 | -3/+12 |
* | Tobias Anderberg <tobias.anderberg@axis.com> noticed that | Eric Andersen | 2002-07-10 | 1 | -1/+1 |
* | Oops. missed a spot | Eric Andersen | 2002-07-02 | 1 | -0/+1 |
* | openlog could deadlock when called from vsyslog, so | Eric Andersen | 2002-07-02 | 1 | -1/+1 |
* | Fix thread locking so it works | Eric Andersen | 2002-06-18 | 1 | -45/+20 |
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -0/+1 |
* | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | 2001-11-21 | 1 | -1/+1 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -2/+1 |
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 1 | -1/+1 |