Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-01 | No multi-line strings, to please gcc3. No functional change. | Miod Vallat | |
2004-01-08 | __init/__fini handling on ELF has not been correct. It is supposed to | Dale Rahn | |
be a section which code stubs (branches) can be added to initialize/destructor This adds MD stubs to allow this to operate as expected. should fix wine and behave according to ELF specs. ok miod@ | |||
2003-05-30 | Fix dependancy building for ELF startup code. Changed Makefiles | Dale Rahn | |
to build startup code the same on all (ELF) archs. hppa ok mickey@ | |||
2003-02-28 | copy basename of argv[0] to bss for __progname, so that large stack smash | Theo de Raadt | |
does not make propolice reporting ineffective; millert miod ok | |||
2002-08-11 | Adapt sparc crt* to how things are done on our other ELF architectures. | Artur Grabowski | |
Some parts of crt0.c are from NetBSD. | |||
2002-07-22 | Remove some dead ifdefs to make the code more readable. | Artur Grabowski | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-03-24 | Use "realinstall" to allow the framework to do other work if needed; | Thorsten Lockert | |
path of least surprise. Ok millert@ | |||
1999-08-20 | Fix RCS Ids | Niklas Hallqvist | |
1997-06-24 | Use OpenBSD tags and not SCCS or RCS Id tags | Thorsten Lockert | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |