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