Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix all clang warnings in libc regress and cleanup some make files. | bluhm | 2017-07-27 | 1 | -7/+6 |
| | |||||
* | 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@ | ||||
* | add missing CLEANFILES; ok deraadt@ | david | 2003-07-31 | 1 | -1/+2 |
| | |||||
* | do not use an absolute path in include; dhartmei@ ok | mickey | 2002-10-21 | 1 | -1/+2 |
| | |||||
* | Move __cleanup into mprotect'ed page to prevent unintentional modifications | dhartmei | 2002-09-14 | 1 | -2/+4 |
| | | | | 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 | 1 | -0/+12 |