index
:
user/sven/glibc.git
master
origin/HEAD
origin/master
origin/release/2.10/master
origin/release/2.11/master
origin/release/2.12/master
origin/release/2.13/master
origin/release/2.14/master
origin/release/2.15/master
origin/release/2.16/master
origin/release/2.17/master
origin/release/2.18/master
origin/release/2.19/master
origin/release/2.20/master
origin/release/2.21/master
origin/release/2.22/master
origin/release/2.23/master
origin/release/2.24/master
origin/release/2.25/master
origin/release/2.26/master
origin/release/2.27/master
origin/release/2.28/master
origin/release/2.29/master
origin/release/2.30/master
origin/release/2.31/master
origin/release/2.32/master
origin/release/2.33/master
origin/release/2.34/master
origin/release/2.35/master
origin/release/2.36/master
origin/release/2.37/master
origin/release/2.38/master
origin/release/2.39/master
origin/release/2.40/master
origin/release/2.41/master
origin/release/2.42/master
origin/release/2.43/master
GNU C Library
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
/
exit.c
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2025-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-08-05
stdlib: Allow concurrent quick_exit (BZ 31997)
Adhemerval Zanella
2024-07-30
stdlib: Allow concurrent exit (BZ 31997)
Adhemerval Zanella
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2023-09-04
__call_tls_dtors: Use call_function_static_weak
Samuel Thibault
2023-03-27
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
2023-02-20
stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]
Vitaly Buka
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
2022-12-12
stdlib: Move _IO_cleanup to call_function_static_weak
Adhemerval Zanella
2022-10-18
Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources
Florian Weimer
2022-10-18
Introduce <pointer_guard.h>, extracted from <sysdep.h>
Florian Weimer
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-05-14
stdlib: Fix data race in __run_exit_handlers [BZ #27749]
Vitaly Buka
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-09-21
Fix BZ# 22180.
Paul Pluzhnikov
2017-09-20
Fix BZ 14333
Paul Pluzhnikov
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-06-06
Bug 20198: quick_exit should not call destructors.
Carlos O'Donell
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
2013-03-28
Avoid unconditional __call_tls_dtors calls in static linking.
Roland McGrath
2013-02-18
C++11 thread_local destructors support
Siddhesh Poyarekar
2013-01-02
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2012-02-09
Replace FSF snail mail address with URLs.
Paul Eggert
2009-03-10
* stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
Ulrich Drepper
2009-03-08
* stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
Ulrich Drepper
2005-12-18
* stdlib/cxa_atexit.c: Use PTR_MANGLE on function pointer. Fill in
Ulrich Drepper
2005-11-06
* configure.in: Remove gnu_ld definition and everything using it.
Ulrich Drepper
2004-12-22
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
Ulrich Drepper
2007-07-12
2.5-18.1
Jakub Jelinek
2002-08-03
* include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
Roland McGrath
2001-07-06
Update to LGPL v2.1.
Andreas Jaeger
2001-01-12
Update.
Ulrich Drepper
2001-01-11
Update.
Ulrich Drepper
1999-12-27
Update.
Ulrich Drepper
1999-11-25
Update.
Ulrich Drepper
1999-10-11
Fix typo.
Ulrich Drepper
1999-04-28
Update.
Ulrich Drepper
1997-11-12
Update.
cvs/libc-ud-971111
Ulrich Drepper
1997-02-10
update from main archive 970209
cvs/libc-970210
Ulrich Drepper
1996-10-31
update from main archive 961030
cvs/libc-961031
Ulrich Drepper
1995-02-18
initial import
Roland McGrath