summaryrefslogtreecommitdiff
path: root/libc/stdlib/_atexit.c
AgeCommit message (Expand)Author
2016-01-06pthread_atfork handlers not removed during dlcloseWaldemar Brodkorb
2015-01-22libc: Avoid redundant setting of ENOMEMBernhard Reutner-Fischer
2013-02-05libc: atexit: reuse free slots at the end of exit functions tableRonald Wahl
2012-06-15remove duplicate prototypes for _stdio_term().Peter S. Mazinger
2012-06-15resolv.c,time.c,_atexit.c: hide 3 locksPeter S. Mazinger
2012-06-15make __uClibc_fini() hiddenPeter S. Mazinger
2011-09-15Defeat compiler optimization which assumes function addresses are never NULLDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-05-20replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko
2007-05-04- commentary typo fixBernhard Reutner-Fischer
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-02-14after much deliberation, may i present Joseph S. Myers patch to add support f...Mike Frysinger
2006-02-13More renames for IMAPeter S. Mazinger