summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/atexit.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix a protoderaadt2003-07-311-2/+2
|
* re-enable function pointer table protection, this time make sure thatdhartmei2002-08-301-30/+26
| | | | | malloc.c gets the first mmap() call (since it depends on that, for its sbrk(0) use). ok deraadt@
* Back it out, it breaks something in perl (seen with spamassassin), debugdhartmei2002-07-311-26/+30
| | | | first.
* Replace atexit handler. mprotect() the pages so an attempt to modify thedhartmei2002-07-291-30/+26
| | | | | function pointers from the outside will segfault. Idea, hints and feedback from deraadt. ok deraadt.
* Fix RCS idstholo1996-08-191-2/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+46