Age | Commit message (Expand) | Author |
2004-01-28 | for make obj, enter x86_64; mickey ok | Theo de Raadt |
2004-01-28 | things for amd64; from art@ | Michael Shalayeff |
2004-01-26 | add finalized guard to destructor calls, to prevent multiple calls. | Marc Espie |
2004-01-26 | small clean-up: typedef to desambiguate const, prototypes... | Marc Espie |
2004-01-08 | __init/__fini handling on ELF has not been correct. It is supposed to | Dale Rahn |
2004-01-05 | Do not have non-dynamic crt0 depend upon libc's strrchr() function on a.out. | Miod Vallat |
2004-01-04 | kill multi-line string; ok miod | Peter Valchev |
2004-01-04 | c++rt0 is a relic. It shall go away. | Dale Rahn |
2004-01-04 | c++rt0.o is a relic of long ago. tested on ELF drahn a.out miod, ok miod@ | Dale Rahn |
2004-01-04 | zap multi-line literals; ok deraadt | Peter Valchev |
2003-12-28 | correct array initializer size to be [1], not [0] fixes gcc3 libstdc++ error | Dale Rahn |
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-12-04 | also export _start as an alias to __start (noticed by pval@) and redo the ear... | Michael Shalayeff |
2003-11-22 | remove multi-line literals in __asm syntax to keep gcc3 happy | Anil Madhavapeddy |
2003-08-25 | Define both _start and __start in crt0, all of the other architectures do. | Dale Rahn |
2003-06-27 | ansi | Theo de Raadt |
2003-06-26 | boring protos | Theo de Raadt |
2003-06-04 | more 3/4 cleanups for lazy developers | Theo de Raadt |
2003-05-30 | i sent you the damn working diff, didn't i? | Michael Shalayeff |
2003-05-30 | Fix dependancy building for ELF startup code. Changed Makefiles | Dale Rahn |
2003-04-17 | i386 startup code for ELF. based on newer version of NetBSD code. | Dale Rahn |
2003-03-31 | add a newline at end of file. gcc3 rightfully complains if the file | Bruno Rohee |
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 |
2003-02-26 | Switch to a C version of powerpc crt0 file. easier to read. moves | Dale Rahn |
2003-01-16 | extern the eprol and etext; better eprol definition | Michael Shalayeff |
2002-11-10 | build crtbegin/crtend as it is ment for elf | Michael Shalayeff |
2002-09-17 | uncommit, since it breaks macppc libc. millert and miod have now said they | Theo de Raadt |
2002-09-17 | use a different name for __syscall(); millert@ miod@ niklas@ ok | Michael Shalayeff |
2002-08-11 | Adapt sparc crt* to how things are done on our other ELF architectures. | Artur Grabowski |
2002-07-22 | Remove some dead ifdefs to make the code more readable. | Artur Grabowski |
2002-07-14 | Fix an oversight in revision 1.9. ld_entry was set in one more spot. | Artur Grabowski |
2002-07-11 | We need to map the data segment of ld.so with PROT_EXEC for the GOT. | Artur Grabowski |
2002-06-05 | one more level of indirection for dlopen structure. | Marc Espie |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-02 | fix some protos | Michael Shalayeff |
2001-09-11 | add sparc64; op2@squish.org | Jason Wright |
2001-09-02 | I don't even want to know how I could screw this up so bad and noone noticed. | Artur Grabowski |
2001-08-29 | build crt0, crtbegin and friends. | Artur Grabowski |
2001-08-29 | crt0. Almost like on alpha, except that sparc64 needs an assembler stub | Artur Grabowski |
2001-08-19 | remove unused bits and pieces. | Brad Smith |
2001-08-19 | make obj in hppa always | Michael Shalayeff |
2001-08-19 | either way this is what i'm using now | Michael Shalayeff |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-07-18 | Wall | Theo de Raadt |
2001-07-11 | remove mips leftovers; ok brad | Peter Valchev |
2001-06-26 | Put m88k-related files in the correctly named directory. | Miod Vallat |