Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-29 | Adapt the newer of our GDB versions to a.out ports. The main part of this | Niklas Hallqvist | |
commit comes from NetBSD. Also, the kernel debugging mode is a bit different but you will notice when you type gdb -k because it documents the difference | |||
1998-03-29 | GDB 6.3 (excluding .info files) | Niklas Hallqvist | |
1998-03-29 | GDB 6.1 (excluding .info files) | Niklas Hallqvist | |
1998-03-29 | Set ALL_MODULES and INSTALL_MODULES variables to really control what | Todd C. Miller | |
gets built. Needed for gdb-only platforms. | |||
1998-03-26 | RCS id cleanup | Niklas Hallqvist | |
1998-03-26 | Only build/install everything for alpha, mips, and powerpc. Others willl | Todd C. Miller | |
just get gdb. This will be used in the future when we use the binutils gdb for all platforms. As things stand right now, this change affects nothing since only alpha, mips, and powerpc use binutils. | |||
1998-03-26 | Pass in SUBDIRS variable for "make install" like we do for "make all". | Todd C. Miller | |
Required for when we use binutils gdb for all ports. | |||
1998-03-25 | shlib soon... | Per Fogelstrom | |
1998-03-25 | use sysv4.h | Per Fogelstrom | |
1998-03-25 | Add openbsd as target | Per Fogelstrom | |
1998-03-25 | don't localise .lcomm if it's defined .globl | Per Fogelstrom | |
1998-03-18 | Correct object format to collect | Per Fogelstrom | |
1998-03-18 | make -R /path/to/lib work the same as -R/path/to/lib | Marco S Hyman | |
Thanks to <Marc.Espie@liafa.jussieu.fr> for pointing this out. | |||
1998-03-14 | install helpfiles in locally. -moj | Mats O Jansson | |
1998-03-13 | Remove the check for char subscripts in -Wall again, somehow this | Todd C. Miller | |
got lost in the gcc 2.8.1 upgrade. | |||
1998-03-12 | Integrate local changes | Thorsten Lockert | |
1998-03-12 | Latest version from Cyclic; files missed in first run | Thorsten Lockert | |
1998-03-12 | Latest version from Cyclic | Thorsten Lockert | |
1998-03-11 | Pass on -R to ld. Marco S Hyman <marc@snafu.org> | Todd C. Miller | |
1998-03-11 | support non-executable shell scripts | Theo de Raadt | |
1998-03-11 | default to our web page | Theo de Raadt | |
1998-03-11 | support non-executable shell scripts | Theo de Raadt | |
1998-03-11 | add lynx. -moj | Mats O Jansson | |
1998-03-11 | make it work in our world... -moj | Mats O Jansson | |
1998-03-11 | Lynx 2.8 | Mats O Jansson | |
1998-03-08 | update to gcc 2.8.1 | Todd C. Miller | |
1998-03-08 | FSF gcc 2.8.1 | Todd C. Miller | |
1998-03-08 | FSF gcc 2.8.1 | Todd C. Miller | |
1998-03-07 | Don't make -Wall imply -Wchar-subscripts as that warning is just | Todd C. Miller | |
plain stupid. | |||
1998-03-07 | fix typo | Todd C. Miller | |
1998-03-06 | This file belongs in the obj/ dir, go away | Niklas Hallqvist | |
1998-03-06 | Do not install a ${arch}-unknown-openbsd2.x link | Niklas Hallqvist | |
1998-03-05 | Minor formatting, capitalization, and punctuation changes. | Todd C. Miller | |
Aaron Jackson <jackson@msrce.howard.edu> | |||
1998-03-04 | Don't try and rebuild configure with autoconf. We have no guarantee | Todd C. Miller | |
that the timestamp on configure will be newer than configure.in... | |||
1998-03-04 | use mkstemp() correctly, i think | Theo de Raadt | |
1998-03-04 | fix cmp of g++ include files | Todd C. Miller | |
1998-03-04 | Typos... | Angelos D. Keromytis | |
1998-03-04 | Make it a little bit cleaner, and make sure temp files get deleted. | Angelos D. Keromytis | |
Thanks Theo. | |||
1998-03-04 | tmpnam() -> mkstemp() | Angelos D. Keromytis | |
1998-03-04 | Remove window of ^C "opportunity" -- could leave junk files in /tmp | Angelos D. Keromytis | |
1998-03-04 | mktemp() -> mkstemp() | Angelos D. Keromytis | |
1998-03-04 | Fix mktemp()->mkstemp()... | Angelos D. Keromytis | |
1998-03-03 | GCC 2.8.0 merge | Niklas Hallqvist | |
1998-02-28 | A merge of the late resolution of symbols code Ian Lance Taylor added to | Niklas Hallqvist | |
gas2 back in 1993. gcc2.8 generates code which relies on this. | |||
1998-02-22 | Add emulation of binutils 2.x ld options: -rpath dir, -shared, -soname, | Theo de Raadt | |
--whole-archive, --no-whole-archive for compatibility with ELF ports and to aid migration to bintils. Update manpage with new options; jonathan | |||
1998-02-22 | Merge local changes to support a configuration file with Cyclic's scheme | Thorsten Lockert | |
1998-02-22 | Integrate local changes | Thorsten Lockert | |
1998-02-22 | Latest version from Cyclic; files missed in first run | Thorsten Lockert | |
1998-02-22 | Latest version from Cyclic | Thorsten Lockert | |
1998-02-20 | Our semctl takes a union semun as 4th arg | Niklas Hallqvist | |