| Commit message (Expand) | Author | Age | Files | Lines |
* | Add files for IMA. Yes, I know it's a hack and no, I won't split the affected... | Peter S. Mazinger | 2006-02-13 | 1 | -0/+8 |
* | More renames for IMA | Peter S. Mazinger | 2006-02-13 | 1 | -356/+0 |
* | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | 2006-02-01 | 1 | -0/+2 |
* | Why this? | Peter S. Mazinger | 2006-01-30 | 1 | -1/+1 |
* | Patch by Joseph S. Myers to add support for ARM EABI | Mike Frysinger | 2006-01-29 | 1 | -0/+2 |
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -0/+1 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 1 | -1/+0 |
* | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger | 2006-01-16 | 1 | -2/+2 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -5/+6 |
* | hide internal atexit symbols | Mike Frysinger | 2006-01-08 | 1 | -5/+5 |
* | Remove trailing ; | Peter S. Mazinger | 2005-12-16 | 1 | -1/+1 |
* | Hide exit/_exit | Peter S. Mazinger | 2005-12-15 | 1 | -2/+5 |
* | Hide _stdio_init/term, sorry, one change went mistakenly into the earlier commit | Peter S. Mazinger | 2005-12-14 | 1 | -1/+1 |
* | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | 2005-12-06 | 1 | -6/+3 |
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 1 | -2/+2 |
* | Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch bre... | Peter S. Mazinger | 2005-09-26 | 1 | -75/+171 |
* | punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been released | Mike Frysinger | 2005-09-08 | 1 | -9/+0 |
* | Fix by Martin Schlemmer: | Mike Frysinger | 2005-09-08 | 1 | -0/+8 |
* | Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT to | Joakim Tjernlund | 2005-05-28 | 1 | -0/+2 |
* | Enable new FINI processing. ldso now passes a FINI function | Joakim Tjernlund | 2005-05-21 | 1 | -3/+0 |
* | Prepare for moving ldso FINI handling into libc. | Joakim Tjernlund | 2005-03-20 | 1 | -0/+6 |
* | Handle the app_fini stuff in exit without requiring atexit(). | Manuel Novoa III | 2003-12-27 | 1 | -0/+9 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 1 | -2/+2 |
* | If realloc failed, we'd lose the pointer to the exit function table. | Manuel Novoa III | 2003-11-02 | 1 | -6/+8 |
* | Doh! Fix potential stack corruption caused by dynamic atexit | Eric Andersen | 2003-01-24 | 1 | -2/+6 |
* | Implement dynamic atexit handling. Adds a few bytes and a dependancy | Eric Andersen | 2002-11-19 | 1 | -28/+68 |
* | A bug fix from Alexey V. Neyman: | Eric Andersen | 2002-09-26 | 1 | -2/+2 |
* | Doh! missed a spot. | Eric Andersen | 2002-08-12 | 1 | -0/+2 |
* | Geez I'm an idiot some times. I shouldn't code when I'm exhausted. | Eric Andersen | 2002-08-12 | 1 | -1/+2 |
* | Add missing thread-safe locking.0_9_13 | Eric Andersen | 2002-08-09 | 1 | -0/+27 |
* | Swap in the new stdio code. | Manuel Novoa III | 2002-03-12 | 1 | -5/+8 |
* | Doh! Miles Bader noticed a couple of spots where I forgot | Eric Andersen | 2002-02-19 | 1 | -3/+1 |
* | Rename __stdio_close_all to __stdio_flush_buffers. Eliminate an | Eric Andersen | 2002-02-18 | 1 | -7/+5 |
* | Doh! | Eric Andersen | 2002-02-18 | 1 | -1/+1 |
* | Miles Bader writes: | Eric Andersen | 2002-02-18 | 1 | -1/+2 |
* | A number of naming updates in preparation for adding in | Eric Andersen | 2002-02-13 | 1 | -23/+114 |
* | Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850. | Eric Andersen | 2001-10-11 | 1 | -1/+2 |
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -0/+1 |
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 1 | -1/+1 |
* | Create __uClibc_main to handle what can be done in C instead of each arch's | Manuel Novoa III | 2001-02-19 | 1 | -14/+26 |
* | Revert stdio to initializing itself. Not quite a pretty but that ensures that | Eric Andersen | 2001-02-09 | 1 | -3/+0 |
* | Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a | Manuel Novoa III | 2001-01-25 | 1 | -32/+17 |
* | Note about need to match _SC_ATEXIT_MAX. Minor macro name change. | Manuel Novoa III | 2001-01-17 | 1 | -4/+9 |
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 1 | -58/+24 |
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 1 | -59/+49 |
* | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen | 2000-07-05 | 1 | -0/+1 |
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+117 |