Age | Commit message (Expand) | Author |
2023-11-18 | crt0 uses a helper function in a MD src/libexec/ld.so .h file (rather than | Theo de Raadt |
2020-10-15 | crt0 MD _dl_exit() performs syscall to SYS_exit directly, but then | Theo de Raadt |
2020-10-14 | use symbolic SYS_exit instead of the value 1 | Theo de Raadt |
2018-10-06 | Insert definitions of environ and __progname in MD_CRT0_START again. | Kenji Aoyama |
2018-06-16 | Add add PIE support for m88k (requires gcc4 toolchain) | Philip Guenther |
2016-03-24 | Unbreak arm and m88k: COPY relocations for weak symbols that are overloaded | Philip Guenther |
2016-03-20 | Rearrange C runtime bits: now that ld.so exports environ and __progname, | Philip Guenther |
2015-09-01 | In static binaries, invoke kbind() once to disable it. | Philip Guenther |
2014-11-12 | Merge Makefiles, moving the build up a level and putting the CPU-specific | Philip Guenther |
2013-12-03 | Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in | Philip Guenther |
2013-05-08 | Don't declare ___start static, for gcc4 would optimize it out. | Miod Vallat |
2013-01-15 | build crt{begin,end}S.o with -fpic. | Miod Vallat |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat |
2011-11-08 | Pass install the -S option to avoid a window where the target isn't | Philip Guenthe |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2005-08-04 | zap rcsid. Okay deraadt@, krw@ | Marc Espie |
2004-07-24 | New, working, profiling code for m88k. | Miod Vallat |
2004-01-04 | kill multi-line string; ok miod | Peter Valchev |
2003-12-26 | Put this again, but this time make sure the compiler really does not frob the | Miod Vallat |
2003-12-26 | Revert - this was a bit premature. | Miod Vallat |
2003-12-25 | A much simpler and more readable start() routine... | Miod Vallat |
2003-03-10 | duplicate words and spelling fixes in comments | David Krause |
2003-02-28 | copy basename of argv[0] to bss for __progname, so that large stack smash | Theo de Raadt |
2001-06-26 | Put m88k-related files in the correctly named directory. | Miod Vallat |