summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/atexit.c
Commit message (Expand)AuthorAgeFilesLines
* Add files for IMA. Yes, I know it's a hack and no, I won't split the affected...Peter S. Mazinger2006-02-131-0/+8
* More renames for IMAPeter S. Mazinger2006-02-131-356/+0
* global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger2006-02-011-0/+2
* Why this?Peter S. Mazinger2006-01-301-1/+1
* Patch by Joseph S. Myers to add support for ARM EABIMike Frysinger2006-01-291-0/+2
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+1
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-2/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-5/+6
* hide internal atexit symbolsMike Frysinger2006-01-081-5/+5
* Remove trailing ;Peter S. Mazinger2005-12-161-1/+1
* Hide exit/_exitPeter S. Mazinger2005-12-151-2/+5
* Hide _stdio_init/term, sorry, one change went mistakenly into the earlier commitPeter S. Mazinger2005-12-141-1/+1
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-6/+3
* 100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger2005-11-261-2/+2
* Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch bre...Peter S. Mazinger2005-09-261-75/+171
* punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been releasedMike Frysinger2005-09-081-9/+0
* Fix by Martin Schlemmer:Mike Frysinger2005-09-081-0/+8
* Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT toJoakim Tjernlund2005-05-281-0/+2
* Enable new FINI processing. ldso now passes a FINI functionJoakim Tjernlund2005-05-211-3/+0
* Prepare for moving ldso FINI handling into libc.Joakim Tjernlund2005-03-201-0/+6
* Handle the app_fini stuff in exit without requiring atexit().Manuel Novoa III2003-12-271-0/+9
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-2/+2
* If realloc failed, we'd lose the pointer to the exit function table.Manuel Novoa III2003-11-021-6/+8
* Doh! Fix potential stack corruption caused by dynamic atexitEric Andersen2003-01-241-2/+6
* Implement dynamic atexit handling. Adds a few bytes and a dependancyEric Andersen2002-11-191-28/+68
* A bug fix from Alexey V. Neyman:Eric Andersen2002-09-261-2/+2
* Doh! missed a spot.Eric Andersen2002-08-121-0/+2
* Geez I'm an idiot some times. I shouldn't code when I'm exhausted.Eric Andersen2002-08-121-1/+2
* Add missing thread-safe locking.0_9_13Eric Andersen2002-08-091-0/+27
* Swap in the new stdio code.Manuel Novoa III2002-03-121-5/+8
* Doh! Miles Bader noticed a couple of spots where I forgotEric Andersen2002-02-191-3/+1
* Rename __stdio_close_all to __stdio_flush_buffers. Eliminate anEric Andersen2002-02-181-7/+5
* Doh!Eric Andersen2002-02-181-1/+1
* Miles Bader writes:Eric Andersen2002-02-181-1/+2
* A number of naming updates in preparation for adding inEric Andersen2002-02-131-23/+114
* Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen2001-10-111-1/+2
* Update to accomodate the header file changesEric Andersen2001-09-271-0/+1
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-1/+1
* Create __uClibc_main to handle what can be done in C instead of each arch'sManuel Novoa III2001-02-191-14/+26
* Revert stdio to initializing itself. Not quite a pretty but that ensures thatEric Andersen2001-02-091-3/+0
* Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III2001-01-251-32/+17
* Note about need to match _SC_ATEXIT_MAX. Minor macro name change.Manuel Novoa III2001-01-171-4/+9
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-58/+24
* Bug ugly formatting updateEric Andersen2000-10-091-59/+49
* Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen2000-07-051-0/+1
* Initial revision0_9_1Erik Andersen2000-05-141-0/+117