Age | Commit message (Expand) | Author |
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 |
2001-06-01 | proto for dlerror() changed | Theo de Raadt |
2001-05-29 | fix the alpha after that last diff which was obviously not tested | Theo de Raadt |
2001-05-28 | Commonize csu code for elf systems, powerpc now no longer has it's own | Dale Rahn |
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski |
2001-03-24 | Use "realinstall" to allow the framework to do other work if needed; | Thorsten Lockert |
2001-02-03 | Remove even more dead code. | Artur Grabowski |
2001-02-03 | oops. | Artur Grabowski |
2001-02-03 | Schedule running of __fini in __init, not __start. | Artur Grabowski |
2001-02-03 | An OpenBSD tag doesn't hurt. | Artur Grabowski |
2001-02-03 | Add an OS note identifying OpenBSD binaries. | Artur Grabowski |
2001-02-03 | Decruftification. | Artur Grabowski |
2001-02-03 | Use crtbegin and crtend from common_elf. | Artur Grabowski |
2001-02-03 | Create a common_elf directory with crtbegin and crtend that can | Artur Grabowski |
2001-02-03 | Don't define ECOFF_COMPAT. We're ELF. | Artur Grabowski |
2001-01-31 | deconfuse include path. (XXX - this for my future hacks). | Artur Grabowski |
2001-01-25 | This is not how we'll do dynamic libraries on alpha anyway. | Artur Grabowski |
2000-10-13 | Changes to the powerpc startup files to work in a more typical ELF | Dale Rahn |
2000-06-28 | Powerpc was missing the scrt.o startup file. now used by the ramdisk instbin. | Dale S. Rahn |
2000-06-13 | Support files for shared library, expected by gcc, allows shared libraries to | Dale S. Rahn |
1999-12-09 | dlopen and dlsym take const char * parameters. | Marc Espie |
1999-08-24 | Do not error out if we have been statically linked but would like ld.so for d... | Niklas Hallqvist |
1999-08-20 | Fix RCS Ids | Niklas Hallqvist |
1999-07-23 | Eliminate namespace pollution, the crt0 file should not conflict | Dale S. Rahn |
1999-03-13 | Fix loading of constant into upper portion off register, prevously | Dale S. Rahn |
1999-02-01 | When compiling for ELF use .init and .fini sections instead of special syms. | Per Fogelstrom |
1999-01-28 | update for binutils 2.9.1, whenever it might show up... The changes | Dale S. Rahn |
1998-09-15 | If something is a.out dependent... don't use if in elf ports... | Per Fogelstrom |
1998-07-05 | Changes to support profiling on the powerpc port, startup code. | Dale S. Rahn |
1998-06-01 | consitancize with other archs | Michael Shalayeff |
1998-05-14 | $OpenBSD$ | Niklas Hallqvist |
1998-02-09 | merge in rev 1.2 | Niklas Hallqvist |
1998-02-08 | Update from NetBSD | Niklas Hallqvist |
1998-02-03 | Make __{CTOR,DTOR}_LIST__ extern instead of array of size zero | Marco S Hyman |
1997-11-08 | make obj thingies. | Todd T. Fries |
1997-10-07 | Makefile refers to NOPIC, so at least bring bsd.own.mk in before, as some | Niklas Hallqvist |
1997-07-24 | use -fno-omit-frame-pointer; the reason is almost crazy; pr#287 | Theo de Raadt |