Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix all clang warnings in libc regress and cleanup some make files. | bluhm | 2017-07-27 | 2 | -8/+10 |
| | |||||
* | Hide __atexit and __atexit_register_cleanup() | guenther | 2015-10-25 | 1 | -2/+3 |
| | | | | | | | | Wrap __cxa_{atexit,finalize}() so the call from exit() goes direct Switch regress/lib/libc/atexit/ to be built with -static so that it can still access __atexit* ok millert@ jca@ | ||||
* | Use dprintf() instead of fprintf() in the signal handler | guenther | 2015-10-25 | 1 | -3/+4 |
| | |||||
* | Always call atexit handlers as if they were registered with __cxa_atexit. | kettenis | 2014-06-18 | 1 | -5/+5 |
| | | | | | | | | | | | The extra argument doesn't hurt genuine atexit handlers and this fixes a bug where we didn't provide the argument (effectively passing garbage) for functions registered with __cxa_atexit in the main executable. Pointed out by Dmitriy Ivanov <dimitry@google.com> and Elliott Hughes <enh@google.com>. ok matthew@ | ||||
* | Adapt atexit() regress to recent changes and add __cxa_atexit() regress. | millert | 2007-09-03 | 1 | -3/+3 |
| | | | | __cxa_atexit() regress from kurt@ | ||||
* | add missing includes | david | 2003-09-02 | 1 | -1/+2 |
| | | | | ok deraadt@ tedu@ dhartmei@ krw@ | ||||
* | add missing CLEANFILES; ok deraadt@ | david | 2003-07-31 | 1 | -1/+2 |
| | |||||
* | various cleanups; david says results are same | deraadt | 2003-07-31 | 1 | -11/+11 |
| | |||||
* | do not use an absolute path in include; dhartmei@ ok | mickey | 2002-10-21 | 2 | -3/+4 |
| | |||||
* | Move __cleanup into mprotect'ed page to prevent unintentional modifications | dhartmei | 2002-09-14 | 2 | -10/+20 |
| | | | | similar to the atexit handlers. Idea and help deraadt@, ok deraadt@ | ||||
* | the regress target should be run-regress-atexit_test to avoid | avsm | 2002-09-02 | 1 | -2/+2 |
| | | | | aborting a regress run if it fails | ||||
* | Try to modify __atexit directly and see if our function gets called. | dhartmei | 2002-07-29 | 4 | -0/+152 |