aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/__atexit.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-17ansification: remove _DEFUNYaakov Selkowitz1-3/+1
2018-01-17ansification: remove _ANDYaakov Selkowitz1-3/+3
2017-02-06Unify names of all lock objectsFreddie Chopin1-8/+8
2015-12-21Fix atexit logic to honor _ATEXIT_DYNAMIC_ALLOC setting.Jeff Johnston1-0/+7
2015-12-21Add static instance of _on_exit_args for _REENT_SMALL platforms.Jeff Johnston1-1/+8
2015-12-14Add missing lock releases in __register_exitproc().Freddie Chopin1-1/+9
2013-08-19 * libc/stdlib/__atexit.c (__register_exitproc): NULL-ifyCorinna Vinschen1-0/+2
2013-07-022013-07-02 Joey Ye <joey.ye@arm.com>Jeff Johnston1-0/+36
2013-05-082013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston1-1/+6
2013-05-072013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston1-4/+6
2013-05-072013-05-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston1-1/+4
2012-01-032012-01-03 Viachaslau Kulakouski <Viachaslau.Kulakouski@oracle.com>Jeff Johnston1-1/+1
2010-04-062010-04-06 Dave Korn <dave.korn.cygwin@googlemail.com>Jeff Johnston1-4/+4
2010-02-04* libc/stdlib/__atexit.c (__atexit_lock): Define a global lock for atexitChristopher Faylor1-5/+4
2009-04-232009-04-23 Paul Brook <paul@codesourcery.com>Jeff Johnston1-1/+10
2006-03-21 * acconfig.h (_ATEXIT_DYNAMIC_ALLOC): Undef.Mark Mitchell1-0/+4
2004-09-152004-09-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-6/+0
2004-09-142004-09-14 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+8
2004-09-092004-09-09 Paul Brook <paul@codesourcery.com>Jeff Johnston1-0/+86