Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | boring protos | 2003-06-26 | 1 | -5/+5 | |
| | |||||
* | add a newline at end of file. gcc3 rightfully complains if the file | 2003-03-31 | 1 | -2/+2 | |
| | | | | | | is not newline terminated. From Thorsten Glaser | ||||
* | 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. | 2002-02-16 | 4 | -16/+16 | |
| | |||||
* | Commonize csu code for elf systems, powerpc now no longer has it's own | 2001-05-28 | 2 | -0/+112 | |
| | | | | | | | | | | | | | | versions of these files. Fixed a bug in ld.so in this, instead of scheduling the fini of each of the shared libraries with atexit. schedule a function of ld.so itself and it will walk all of the open libraries when the program exits. otherwise a shared library could be dl_open()ed and then dl_close()d and then it would not be mapped for the atexit processing. TODO: What if atexit is not found (process did not link against libc?) Do shared libraries that are dl_closed have their global destructors run? | ||||
* | oops. | 2001-02-03 | 1 | -4/+3 | |
| | |||||
* | Schedule running of __fini in __init, not __start. | 2001-02-03 | 1 | -1/+2 | |
| | |||||
* | An OpenBSD tag doesn't hurt. | 2001-02-03 | 1 | -0/+1 | |
| | |||||
* | Add an OS note identifying OpenBSD binaries. | 2001-02-03 | 2 | -1/+23 | |
| | | | | This appears to be the standard way to do it. | ||||
* | Decruftification. | 2001-02-03 | 1 | -8/+1 | |
| | |||||
* | Create a common_elf directory with crtbegin and crtend that can | 2001-02-03 | 2 | -0/+125 | |
be shared between archs. |