summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/atexit.c
Commit message (Expand)AuthorAgeFilesLines
* 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