summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
2004-08-10missing \ at eolTheo de Raadt
2004-08-09proper version chekc for shlibsMichael Shalayeff
2004-08-09merge 5.8.5 into HEADTodd C. Miller
remove now-unused files crank libperl shared library major number update Makefile.bsd-wrapper tweak openbsd hints file for arm and m68k
2004-08-09Import of stock perl 5.8.5Todd C. Miller
2004-08-09fix obvious typo in catalogMarc Espie
2004-08-08Correct handling of union return values on vax.Mark Kettenis
Fix stepping over functions on vax. ok tdeval@
2004-08-05Watch your step and do not access memory below what you've just allocated;Miod Vallat
fixes SIGV on m68k. ok tdeval@ millert@
2004-08-04Fix propolice merge error in options list.Miod Vallat
2004-07-31eliminate portion for 3.2, there was no 3.2 release.Brad Smith
ok mickey@
2004-07-27Don't override PREFERRED_DEBUGGING_TYPE. This makes DWARF2 the defaultMark Kettenis
again; stabs doesn't work for 64-bit code. ok miod@, espie@
2004-07-22Add vax libkvm kernel memory image debugging support.Mark Kettenis
ok miod@, wow deraadt@
2004-07-20Do not provide builtins for strcpy() and strcat(), as done with gcc 2, onMiod Vallat
the sole purpose of making these easier to spot and exterminate. tested by various people on amd64 and I on arm&sparc64, ok deraadt@
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
2004-07-11move PICFLAG override for sparc after the inclusion of bsd.lib.mk; ok deraadtPeter Valchev
forgot to commit this with the .mk changes, sparc was broken for a while
2004-07-08Sync libkvm interface with FSF repository. This adds new "kvm proc" andMark Kettenis
"kvm pcb" commands. ok deraadt@
2004-07-06Unbreak m68k build.Mark Kettenis
ok miod@
2004-07-05Compile at -O1 on m68k, sig11 in LYMainLoop at -O2.Miod Vallat
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@