Age | Commit message (Expand) | Author |
2002-12-02 | mention propolice in version string. idea from margarida; ok millert espie | Peter Valchev |
2002-12-02 | spelling | Theo de Raadt |
2002-12-02 | Document the lovely propolice changes. | Miod Vallat |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-11-24 | wrong word. Thx theo | Marc Espie |
2002-11-24 | Some documentation for local gcc changes. | Marc Espie |
2002-11-22 | specs for -lnpthread. | Marco S Hyman |
2002-11-10 | produce proper canonical version name, support static constructors, enable ex... | Michael Shalayeff |
2002-10-04 | powerpc support for stack trampoline mprotect. | Dale Rahn |
2002-09-23 | Activate exec-stack.h on m68k. This is not really necessary on this arch, | Miod Vallat |
2002-09-23 | Undefine TRANSFER_FROM_TRAMPOLINE, in case it has been defined earlier. | Miod Vallat |
2002-09-19 | build sparc64 like sparc is built. includes config/xm-openbsd.h | Dale Rahn |
2002-09-18 | Fix trampoline issues, by making sure the right stack portion is PROT_EXEC. | Marc Espie |
2002-09-16 | __syslog__ format attribute: same as printf, except for -pedantic, as %m is | Marc Espie |
2002-08-11 | Switch sparc to ELF. | Artur Grabowski |
2002-06-20 | need stdio.h for some prototypes; espie ok | Theo de Raadt |
2002-05-30 | __attribute__((sentinel)) | Marc Espie |
2002-05-30 | move build/host/target fragment to a separate file. | Marc Espie |
2002-05-30 | separate main.c into a separate libfrtbegin.a. | Marc Espie |
2002-05-28 | Fix *.texinfo warnings in gnu/. | Mike Pechkin |
2002-05-11 | bump minor version. | Federico G. Schwindt |
2002-05-11 | funcs and declarations needed by recent changes to cplus-dem.c; espie@ ok | Federico G. Schwindt |
2002-05-11 | pull a few demangler functions needed by new binutils. enable getpwd as | Federico G. Schwindt |
2002-05-11 | don't pull these yet. | Federico G. Schwindt |
2002-05-11 | libiberty version bundled with binutils 2.11. | Federico G. Schwindt |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie |
2002-03-26 | Change the memory model from some home-grown thing that looks to have been | Artur Grabowski |
2002-03-21 | predefine __sparc_v9__ on sparc64; ok art, espie | Peter Valchev |
2002-03-19 | tweak gcc inliner. More weight for leaf functions. Less depth for other | Marc Espie |
2002-03-19 | Remove blatant advertizement. We don't give a fuck if it's NU/Lix | Marc Espie |
2002-03-16 | semi-current config from gcc, seems to work better for us too; espie@ ok | Michael Shalayeff |
2002-03-07 | From NetBSD: Fix evil bitfield bug; hugh@ ok | Federico G. Schwindt |
2002-02-17 | Define an epilogue for vax to protect function ends from gcc's | Hugh Graham |
2002-01-27 | Make f77(1) work on sparc64. ok espie | Peter Valchev |
2002-01-21 | Switch last workaround to a form easier for espie to maintain. | Hugh Graham |
2002-01-21 | Use HOST_CFLAGS to force gcc to build its helper tools without | Hugh Graham |
2002-01-20 | Commit change from gcc mainline that's been kicking around in my tree | Hugh Graham |
2001-11-22 | Bad .IMPSRC. | Marc Espie |
2001-09-25 | let configure script use GNUSYSTEM_AUX_DIR | Marc Espie |
2001-09-24 | Force memory model to medlow for profiling. | Artur Grabowski |
2001-09-11 | revert previous: libstc++ builds now | Jason Wright |
2001-09-10 | Put in a fix from future gcc that implements some unimplemented code. | Artur Grabowski |
2001-09-10 | ctor/dtor emission, stolen from solaris2. | Marc Espie |
2001-09-10 | Initial cut at sparc64 gcc config. | Marc Espie |
2001-09-05 | Don't build libstdc++ on sparc64. | Artur Grabowski |
2001-09-05 | Use __GLOBAL_OFFSET_TABLE_ consistently. | Marc Espie |
2001-09-01 | config changes to tell configure that macppc is a powerpc. Fixes this | Dale Rahn |
2001-08-01 | Do not define 'unix' on powerpc. ok drahn | Peter Valchev |
2001-07-19 | __attribute__((__nonnull__), separate from printf. | Marc Espie |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |