summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/atexit.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* re-enable function pointer table protection, this time make sure thatdhartmei2002-08-301-35/+51
| | | | | 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-46/+35
| | | | first.
* Replace atexit handler. mprotect() the pages so an attempt to modify thedhartmei2002-07-291-35/+46
| | | | | 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/+68