summaryrefslogtreecommitdiffstats
path: root/gnu
AgeCommit message (Expand)AuthorFilesLines
2004-11-08Invoke _cachectl() with correct size parameters.miod1-4/+4
2004-11-08Partially revert to binutils 2.14: do not put a ``warning: '' prefixmiod1-8/+3
2004-11-07fix man page path; moritz@jodeit.orgderaadt1-1/+1
2004-11-04Set default OS/ABI to OpenBSD/ELF for all ELF ports.kettenis1-6/+4
2004-11-03we use our own ways to install manual pages, not their tree traversalsderaadt2-6/+5
2004-11-03one more ${srcdir} place, now puts .info properly in obj/; ok deraadtpvalchev1-1/+1
2004-11-03incorrectly places output files in ${srcdir} -- candidate for passing backderaadt1-1/+1
2004-11-02Temporarily workaround propolice compiler problem until compilerpefo1-1/+5
2004-11-02Do not enable -fdelete-null-pointer-checks at -O2 by default on OpenBSD.miod1-0/+2
2004-11-02Prevent gcc from generating bogus constructs such asmiod1-0/+14
2004-11-02Merge glitches.miod8-1263/+2674
2004-11-02Merge conflicts, bringing our changes back in:miod451-82848/+87773
2004-11-02Binutils 2.15, with testsuites removed, and without gdb and libiberty.miod546-27480/+227462
2004-10-27Add support to find DWARF call fame info in shared libraries.kettenis3-0/+19
2004-10-23Add support for passing the tag name in to the program specified by themillert2-0/+12
2004-10-21Move the cross glue from the root makefile to the toolchain's,grange2-9/+34
2004-10-21Backport from lynx-2.8.6dev.7b to prevent a memory exhaustion from crashingavsm6-18/+51
2004-10-16- use shlib_version for major/minor lib revsbrad4-6/+12
2004-10-08Lookup libraries based on version numbers for implicit as well explict librariesdrahn1-6/+137
2004-09-18gnu code will never, ever, EVER, get close to passing lintderaadt4-4/+12
2004-09-18Update to sendmail-8.13.1millert28-135/+434
2004-09-15better check for ro/data section allocationmickey1-2/+2
2004-09-06Fix a previous merge error.pefo1-0/+1
2004-09-06Add t-openbsd64 to handle some libgcc.a build issues (needed functions)pefo4-61/+81
2004-09-06Correctly account for the %a5 register in function prologues; fixesmiod1-4/+2
2004-08-30cute side-effect of bsd.lib.mk, some typos only show up with make tags.espie1-2/+2
2004-08-28we don't need this filepefo1-21/+0
2004-08-25typos from -f (PR #3907);jmc1-4/+4
2004-08-23Shared library support for hppa.kettenis4-6/+178
2004-08-17strncmp works only if starting after start of buffer.espie1-3/+4
2004-08-15Don't check for -fno-delete-null-pointer-checks on gcc 2; the resultingmillert1-2/+7
2004-08-14Set default ABI to "OpenBSD ELF" on amd64.kettenis2-2/+4
2004-08-14Add example genericstablemillert1-1/+15
2004-08-14When reading the ld.so hints file, map the entire file in a single mmapdrahn1-11/+15
2004-08-14gcc 3.3.2 needs -fno-delete-null-pointer-checks in addition tomillert2-56/+22
2004-08-13Add sparc64 libkvm kernel memory image debugging support.kettenis3-4/+41
2004-08-13Adjust sigtramp recognition for (not so recent) changes on sparc64.kettenis1-10/+20
2004-08-12Avoid dereferencing outside the bounds of an array. Found by mmapmillert1-2/+2
2004-08-11Pick common code for trampoline mprotect() code. This did not work at allmiod5-73/+16
2004-08-11Clean up old mips stuff and add sgi.pefo8-95/+11
2004-08-11mips->mips64. ok deraadt@pefo1-2/+2
2004-08-10missing \ at eolderaadt1-2/+2
2004-08-09proper version chekc for shlibsmickey1-1/+1
2004-08-09merge 5.8.5 into HEADmillert542-56427/+10445
2004-08-09Import of stock perl 5.8.5millert507-6760/+23670
2004-08-09Remove second instance of nls.c from the file list.pefo1-2/+2
2004-08-09fix obvious typo in catalogespie2-1/+1
2004-08-08Correct handling of union return values on vax.kettenis1-2/+2
2004-08-08Make sure that format variable is not a variable sized array correctlyavsm1-1/+1
2004-08-05Watch your step and do not access memory below what you've just allocated;miod1-3/+4