summaryrefslogtreecommitdiffstats
path: root/lib/csu/crtbegin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add finalized guard to destructor calls, to prevent multiple calls.espie2004-01-261-5/+10
* small clean-up: typedef to desambiguate const, prototypes...espie2004-01-261-5/+6
* __init/__fini handling on ELF has not been correct. It is supposed todrahn2004-01-081-13/+24
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-5/+5
* oops.art2001-02-031-4/+3
* Schedule running of __fini in __init, not __start.art2001-02-031-1/+2
* Add an OS note identifying OpenBSD binaries.art2001-02-031-1/+3
* Decruftification.art2001-02-031-8/+1
* Create a common_elf directory with crtbegin and crtend that canart2001-02-031-0/+112