summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
2004-06-27Let's have http://www.OpenBSD.org/ defined as the STARTFILE again.Robert Nagy
ok deraadt@
2004-06-26Fix merge errorTom Cosgrove
ok drahn@
2004-06-24let vax build lynx (workaround); miod okTheo de Raadt
2004-06-22sync with lynx 2.8.5.rel2 which fixes a few minor bugs (null pointer checks,Anil Madhavapeddy
progress bar with very slow connections)
2004-06-22trim some other-os build stuff that crept inAnil Madhavapeddy
2004-06-22update to lynx 2.8.5rel.1Anil Madhavapeddy
tested todd@,naddy@. millert@ deraadt@ ok
2004-06-21Recognize cats as an arm machine. Dunno how this was missed before.Dale Rahn
2004-06-21back out CPP change; obviously not tested. On at least arm, kills atTheo de Raadt
least ANSI_VARARGS deep inside the configure. Sorry -- try again.
2004-06-21propagate CPP here as wellAnil Madhavapeddy
2004-06-21propagate CPP to build system as well, millert@ okAnil Madhavapeddy
2004-06-20ICE with gcc3/propolice -O on macppc fixes:Hiroaki Etoh
- INSN_CODE and LOG_LINKS attributes should be copied from the first insn of splitted insns. ok pvalchev@ and sturm@
2004-06-18tagortag -> tag or tag. From Fabio Olive Leite.Otto Moerbeek
2004-06-16grok 4 new instructions which will show up in VIA C3 Esther, whichTheo de Raadt
isn't that far away... xcrypt-ctr (AES ctr mode), montmul (montgomery multiply for 800 RSA sign/sec at 1024bit), and xsha1/xsha256 too.
2004-06-09Several potential security problems found and fixed by Stefan Esser &Otto Moerbeek
Sebastian Krahmer. ok millert@
2004-06-07Recognize hppa core files.Mark Kettenis
ok mickey@, drahn@, deraadt@
2004-06-07enable dynamic perl; millert okMichael Shalayeff
MAKE SURE TO REBUILD LD.SO FIRST
2004-06-03Enable assembly listings.Miod Vallat
2004-06-01manage NEW_BINUTILS vs non-NEW_BINUTILS better. does not install unnecessaryDale Rahn
pieces anymore. ok deraadt@
2004-06-01remove workaround not needed w/ gcc3 anymore; millert@ okMichael Shalayeff
2004-05-31#ifndef errno declaration. ok millert@Otto Moerbeek
2004-05-31Try to get rid of embedded NUL.Mark Kettenis
ok otto@
2004-05-30emacs undump is very sensative to the section ordering, For W^X a coupleDale Rahn
of sections were moved for protections purposes. This causes problems with emacs undump. Only move the sections if the W^X padding is active. Generate the scripts properly for newer binutils, on i386 if -Z is active, move the executable start address back to the classic base address.
2004-05-30Sync with upstream sources; fixes m88k backtrace bug.Mark Kettenis
ok miod@
2004-05-30Recognize m88k core files.Mark Kettenis
ok miod@
2004-05-26neede for dhared libsMichael Shalayeff
2004-05-25provide a way data plt prepending got; drahn@ okMichael Shalayeff
2004-05-25Enable gdb on m88k again, it works well enough and better than ever.Miod Vallat
2004-05-24Add m88k support.Mark Kettenis
ok miod@
2004-05-24GDB 6.3 (excluding .info files)Mark Kettenis
2004-05-23s/M_M88K_OPENBSD/M_88K_OPENBSD/gMark Kettenis
ok miod@
2004-05-23Workaround for alpha, which generate a relocation entry for a function pointerDale Rahn
in the read-only section rather than a PLT reference like all other archs. workaround ok kettenis@ binutils/ld needs to be fixed and workaround removed eventually.
2004-05-22Don't install /usr/man/man1/gdb.1 and /usr/man/man1/gdbtui.1.Mark Kettenis
ok deraadt@
2004-05-21Properly recognize core dump architecture. Add StackGhost support.Mark Kettenis
ok drahn@
2004-05-21Add missing file.Mark Kettenis
2004-05-21Remove accidentally added .info file.Mark Kettenis
2004-05-21Resolve conflicts for GDB 6.1. Add local patches.Mark Kettenis
ok deraadt@
2004-05-21GDB 6.3 (excluding .info files)Mark Kettenis
2004-05-21GDB 6.1 (excluding .info files)Mark Kettenis
2004-05-21Update headers to gdb-6.1 version to get new constants.Mark Kettenis
ok deraadt@
2004-05-20bfd support for OpenBSD/m88k a.out binaries, glueing existing bits together.Miod Vallat
Gives us working objcopy, objdump, etc, and the ability to process core files to some extent. ok and pushed upstream kettenis@
2004-05-19remove the disabled DO_FORCE_VERS support.Brad Smith
ok drahn@
2004-05-19Add dis-init.c from gdb 6.1.Mark Kettenis
ok drahn@
2004-05-19Binutils 2.15, with testsuites removed, and without gdb and libiberty.Mark Kettenis
2004-05-19Remove a build warning by reverting to old method of testing forDale Rahn
HAVE_DECL_GETOPT. pointed out by a few.
2004-05-19Fix buffer overflow find by Stefan Esser, patch by Derek Robert Price.Todd C. Miller
2004-05-18Do not install binutils nm/size, mickey@Dale Rahn
2004-05-17Enable binutils for arm now that we have binutils 2.14.Dale Rahn
2004-05-17Resolve merge conflicts, adjust method of W^X handing (.sh files)Dale Rahn
remove testsuites (not useable) remove mmalloc (not part of new binutils).
2004-05-17import binutils 2.14 (excluding testsuites, .info files, and .po files)Dale Rahn
2004-05-10Remove prototype conflicting with new libreadline.Mark Kettenis
ok deraadt@, otto@, pval@