Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-21 | Support for kcore on alpha. | Artur Grabowski | |
Based on a diff from Mattias Amnefelt <mattiasa at e.kth.se>, which was in turn based on code in NetBSD, but I rewrote all the relevant pieces to have less alignment errors and follow gdb code style. fgs@ ok. | |||
2002-05-19 | enable attaching to a running process on alpha. | Matthieu Herrb | |
ok millert@ | |||
2002-05-18 | don't duplicate things here, just include xm-obsd.h. | Federico G. Schwindt | |
fixes warnings found by deraadt@. tested by miod@ | |||
2002-05-15 | sync | Theo de Raadt | |
2002-05-15 | use -ldes | Theo de Raadt | |
2002-05-14 | this shouldn't be here; reported by wcobb@. | Federico G. Schwindt | |
2002-05-14 | no longer needed; byebye. | Federico G. Schwindt | |
2002-05-14 | regen. | Federico G. Schwindt | |
2002-05-14 | ops, add missing vax vector. | Federico G. Schwindt | |
2002-05-13 | - Sync changes between source and generated files (ie., changes existing | Federico G. Schwindt | |
only in the generated files). - Regen. Whenever is possible, changes should be done to the source files (.am, .in). That way is easier to track and merge local changes when importing. | |||
2002-05-13 | pull some demangler changes as with the libiberty counterpart to please | Federico G. Schwindt | |
binutils; actually both files should be the same. | |||
2002-05-13 | don't incorrectly match powerpc or any other openbsd arch for the | Federico G. Schwindt | |
case; from binutils -current. | |||
2002-05-13 | import binutils 2.14 (excluding testsuites, .info files, and .po files) | Federico G. Schwindt | |
2002-05-13 | hppa pieces; don't regenerate yet. | Federico G. Schwindt | |
2002-05-13 | resolve conflicts. | Federico G. Schwindt | |
2002-05-13 | Import binutils-2.11.2 | Federico G. Schwindt | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
2002-05-13 | Import binutils-2.11.2 | Federico G. Schwindt | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
2002-05-13 | Import binutils-2.11.2 | Federico G. Schwindt | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
2002-05-13 | Import binutils-2.11.2 | Federico G. Schwindt | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
2002-05-13 | Import binutils-2.11.2 | Federico G. Schwindt | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
2002-05-13 | Import binutils-2.11.2 | Federico G. Schwindt | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
2002-05-13 | Import binutils-2.11.2 | Federico G. Schwindt | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
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 | |
well; espie@ ok. | |||
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 | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
2002-05-08 | includes should be installed during `make include', not later. | Marc Espie | |
Fixes this for lex and binutils' bfd. Also, do not install ansidecl.h, we don't really need it, bfd.h uses it, and we installed it so that bfd worked, so let bfd.h include it directly. prompted by mickey@ | |||
2002-05-08 | No more need to build this gprof on ELF archs. We use the native one now. | Artur Grabowski | |
2002-05-01 | Sync with OpenBSD hints file from latest perl snapshot. | Todd C. Miller | |
2002-04-30 | typo, from Denis Afonin. | Marc Espie | |
2002-04-30 | use ${DESTDIR} in install* stuff. From form@. | Mike Pechkin | |
millert@ ok | |||
2002-04-21 | Fix perlbdebguts, perlboot, and perlbot man pages. Noticed by Theo | Todd C. Miller | |
in the sets. | |||
2002-04-21 | simpler manpage generation, using make's features. | Marc Espie | |
ok millert@ | |||
2002-04-20 | If $HOME/.cvspass does not exist and we're login, don't abort but create | Federico G. Schwindt | |
the file. Based on a similar diff commited to cvs repository, except we don't warn if the file doesn't exist and we set cvsroot correctly in all the cases. tholo@ ok. | |||
2002-04-20 | use snprintf more; millert ok | Theo de Raadt | |
2002-04-20 | use _exit() in signal handler; millert ok | Theo de Raadt | |
2002-04-19 | create include dir first. | Marc Espie | |
2002-04-18 | update to sendmail 8.12.3 | Todd C. Miller | |
2002-04-17 | Ld speed-up patch. | Marc Espie | |
This reduces the memory requirements to build any recent big libtool package, like kde. Tested by miod, fries, naddy, and various. | |||
2002-04-08 | correct shared libs support in sparc64 gdb; deraadt@ ok. | Federico G. Schwindt | |
2002-04-05 | If the first field of 'uname -a' output is openbsd, treat the OS as | Todd C. Miller | |
OpenBSD regardless of anything else. Fixes a bizarre problem where if the hostname was set to "openbsd" the correct hint file was not found. | |||
2002-04-04 | use v9a disassembler. no more unknown insn. | Federico G. Schwindt | |
2002-04-04 | more changes from gdb-current. allows bt to work correctly; deraadt@ ok. | Federico G. Schwindt | |
2002-04-03 | disable mmalloc for sparc64; fgs ok | Theo de Raadt | |
2002-04-03 | more stuff adapted from gdb -current. | Federico G. Schwindt | |
2002-04-03 | more sparc64 specific code. | Federico G. Schwindt | |
2002-04-02 | enable gdb in sparc64; deraadt@ ok. | Federico G. Schwindt | |
2002-04-02 | update to a more recent version. should fix the getcwd corruption | Federico G. Schwindt | |
seen in sparc64 gdb; deraadt@ ok. |