| Commit message (Expand) | Author | Age | Files | Lines |
| * | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -6/+0 |
| * | hostid: improve extremely unreadable parts | Denis Vlasenko | 2008-12-01 | 1 | -1/+1 |
| * | on Bernd's request, remove commented-out code snippets | Denis Vlasenko | 2008-12-01 | 1 | -1/+0 |
| * | shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ... | Denis Vlasenko | 2008-11-29 | 1 | -5/+6 |
| * | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -1/+1 |
| * | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -3/+3 |
| * | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 1 | -1/+1 |
| * | - remove a couple of duplicate includes | Bernhard Reutner-Fischer | 2008-08-27 | 1 | -1/+0 |
| * | Introduce and use small[u]int type. Changes in size: | Denis Vlasenko | 2008-05-20 | 1 | -1/+1 |
| * | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -1/+1 |
| * | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 1 | -9/+5 |
| * | Some warnings go away | Peter S. Mazinger | 2006-01-27 | 1 | -4/+4 |
| * | Make i386 build w/ -std=c99 (almost) | Peter S. Mazinger | 2006-01-23 | 1 | -1/+1 |
| * | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 1 | -1/+0 |
| * | move a bunch of arch-specific checks out of common files and into an arch spe... | Mike Frysinger | 2006-01-19 | 1 | -32/+4 |
| * | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -12/+13 |
| * | update for newer binutils | Mike Frysinger | 2006-01-09 | 1 | -1/+1 |
| * | fix typo | Mike Frysinger | 2006-01-08 | 1 | -1/+1 |
| * | grammar fix | Mike Frysinger | 2006-01-05 | 1 | -1/+1 |
| * | New hidden versions | Peter S. Mazinger | 2005-12-16 | 1 | -4/+6 |
| * | Hide _stdio_init/term, sorry, one change went mistakenly into the earlier commit | Peter S. Mazinger | 2005-12-14 | 1 | -2/+2 |
| * | add an abort for arm | Mike Frysinger | 2005-12-09 | 1 | -0/+2 |
| * | Convert the rest of users to hidden | Peter S. Mazinger | 2005-12-08 | 1 | -1/+1 |
| * | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | 2005-12-06 | 1 | -5/+2 |
| * | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -0/+2 |
| * | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -2/+2 |
| * | Hide more of stdio,getdents, use internal __raise | Peter S. Mazinger | 2005-11-15 | 1 | -1/+2 |
| * | Add a config option for abort() to shutdown the stdio subsystem. This is | Manuel Novoa III | 2005-07-28 | 1 | -0/+14 |
| * | define an abort instruction for m68k | Mike Frysinger | 2005-07-10 | 1 | -0/+2 |
| * | define an abort instruction for alpha | Mike Frysinger | 2005-07-10 | 1 | -1/+3 |
| * | alphabetize and warn if an arch is undefined | Mike Frysinger | 2005-07-10 | 1 | -7/+8 |
| * | whitespace/syntax updates | Mike Frysinger | 2005-06-29 | 1 | -50/+50 |
| * | if we have a signal handler in place to cover SIGABRT, we have to make sure t... | Mike Frysinger | 2005-06-29 | 1 | -1/+3 |
| * | Paul Mundt lethal at linux-sh dot org writes: | Eric Andersen | 2004-02-12 | 1 | -0/+2 |
| * | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 1 | -8/+0 |
| * | Patch from Paul Mundt, lethal at linux-sh dot org, | Eric Andersen | 2004-01-31 | 1 | -0/+4 |
| * | Add missing abort instruction for powerpc | Eric Andersen | 2004-01-30 | 1 | -1/+5 |
| * | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 1 | -2/+2 |
| * | Fix locking | Eric Andersen | 2002-08-08 | 1 | -0/+19 |
| * | Oops... forgot to update abort.c. | Manuel Novoa III | 2002-03-13 | 1 | -4/+7 |
| * | Doh! Miles Bader noticed a couple of spots where I forgot | Eric Andersen | 2002-02-19 | 1 | -1/+1 |
| * | Rename __stdio_close_all to __stdio_flush_buffers. Eliminate an | Eric Andersen | 2002-02-18 | 1 | -6/+4 |
| * | Hack the 68000 last ditch abort to work for all 68000 targets. | David McCullough | 2001-12-05 | 1 | -1/+1 |
| * | Cleanup abort() so it behaves itself a bit better | Eric Andersen | 2001-11-21 | 1 | -10/+65 |
| * | Create __uClibc_main to handle what can be done in C instead of each arch's | Manuel Novoa III | 2001-02-19 | 1 | -4/+5 |
| * | A bunch of updates, part from Manuel Novoa III (such as more long long | Eric Andersen | 2001-01-01 | 1 | -2/+0 |
| * | Make spelling of uClibc be consistant. | Eric Andersen | 2000-11-04 | 1 | -1/+1 |
| * | Bypass problem with signals for the moment... | Eric Andersen | 2000-10-17 | 1 | -0/+2 |
| * | Formatting update | Eric Andersen | 2000-10-07 | 1 | -19/+17 |
| * | This is making far too much sense. | Eric Andersen | 2000-10-04 | 1 | -1/+0 |