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