summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Expand)Author
2004-11-02Merge glitches.Miod Vallat
2004-11-02Merge conflicts, bringing our changes back in:Miod Vallat
2004-11-02Binutils 2.15, with testsuites removed, and without gdb and libiberty.Miod Vallat
2004-10-27Add support to find DWARF call fame info in shared libraries.Mark Kettenis
2004-10-23Add support for passing the tag name in to the program specified by theTodd C. Miller
2004-10-21Move the cross glue from the root makefile to the toolchain's,Alexander Yurchenko
2004-10-21Backport from lynx-2.8.6dev.7b to prevent a memory exhaustion from crashingAnil Madhavapeddy
2004-10-08Lookup libraries based on version numbers for implicit as well explict librariesDale Rahn
2004-09-15better check for ro/data section allocationMichael Shalayeff
2004-09-06Fix a previous merge error.Per Fogelstrom
2004-09-06Add t-openbsd64 to handle some libgcc.a build issues (needed functions)Per Fogelstrom
2004-08-28we don't need this filePer Fogelstrom
2004-08-23Shared library support for hppa.Mark Kettenis
2004-08-23GDB 6.3 (excluding .info files)Mark Kettenis
2004-08-17strncmp works only if starting after start of buffer.Marc Espie
2004-08-15Don't check for -fno-delete-null-pointer-checks on gcc 2; the resultingTodd C. Miller
2004-08-14Set default ABI to "OpenBSD ELF" on amd64.Mark Kettenis
2004-08-14When reading the ld.so hints file, map the entire file in a single mmapDale Rahn
2004-08-14gcc 3.3.2 needs -fno-delete-null-pointer-checks in addition toTodd C. Miller
2004-08-13Add sparc64 libkvm kernel memory image debugging support.Mark Kettenis
2004-08-13Adjust sigtramp recognition for (not so recent) changes on sparc64.Mark Kettenis
2004-08-12Avoid dereferencing outside the bounds of an array. Found by mmapTodd C. Miller
2004-08-11Pick common code for trampoline mprotect() code. This did not work at allMiod Vallat
2004-08-11Clean up old mips stuff and add sgi.Per Fogelstrom
2004-08-11mips->mips64. ok deraadt@Per Fogelstrom
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
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
2004-08-05Watch your step and do not access memory below what you've just allocated;Miod Vallat
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
2004-07-27Don't override PREFERRED_DEBUGGING_TYPE. This makes DWARF2 the defaultMark Kettenis
2004-07-22Add vax libkvm kernel memory image debugging support.Mark Kettenis
2004-07-20Do not provide builtins for strcpy() and strcat(), as done with gcc 2, onMiod Vallat
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-07-11move PICFLAG override for sparc after the inclusion of bsd.lib.mk; ok deraadtPeter Valchev
2004-07-08Sync libkvm interface with FSF repository. This adds new "kvm proc" andMark Kettenis
2004-07-06Unbreak m68k build.Mark Kettenis
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
2004-06-26Fix merge errorTom Cosgrove
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
2004-06-22trim some other-os build stuff that crept inAnil Madhavapeddy
2004-06-22update to lynx 2.8.5rel.1Anil Madhavapeddy
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