summaryrefslogtreecommitdiffstats
path: root/gnu
AgeCommit message (Expand)AuthorFilesLines
2006-07-17say goodbye to old filesespie10-2267/+0
2006-07-17conflict resolutionespie69-14300/+25405
2006-07-17import texinfo 4.8 into the tree.espie279-27813/+67401
2006-07-17make sure we pass makeinfo --no-split around, fixes gcc.info/g77.infoespie1-2/+3
2006-07-13fix info target, make sure as.info gets built during built, not install.espie1-1/+1
2006-07-12makeinfo --no-split, simplifies sets immensely.espie7-50/+23
2006-07-11Fix false-positive -Wbounded warnings for sscanf(3) format-string checking.avsm1-9/+11
2006-06-14fix bug which would make very deeply nested mime cause (essentially)deraadt3-10/+33
2006-05-30Avoid stack oflow on bad data. PR 5132. Backport from binutils mainotto1-30/+59
2006-05-18add some more xcrypt & co opcodeshshoexer1-0/+6
2006-05-16Bring over upstream changes that fix backtraces through signal handlers andkettenis4-19/+276
2006-05-13Declare a symbol of __mips64__for 64-bit MIPS targets.brad1-0/+1
2006-05-09Fix singular/plural mismatch, okay jmc@pedro1-2/+2
2006-05-04Allow USING_NEW_BINUTILS to be overriden by whatever invokes make here.miod1-9/+9
2006-04-22typo from jasper lievisse adriaanse; tweak whilst here...jmc1-3/+3
2006-04-18Backport fix for gcc bug #10692. Fixes code generation for htons()otto1-0/+4
2006-04-10switch to openrcs and eliminate more gnu from the tree.joris1-2/+2
2006-04-06Add limited support for -CC option. In particular, this does not workespie5-18/+53
2006-04-01Remove index entries for \n since nroff will try to expand this.millert2-3/+3
2006-04-01Fix typo; E<GT> -> E<gt>. From jmc@millert1-2/+2
2006-03-28merge in perl 5.8.8millert400-31523/+50487
2006-03-28perl 5.8.8 importmillert817-19967/+68002
2006-03-26Fix memset(.., ..., 0) bugs that are already fixed upstream.kettenis2-4/+4
2006-03-22Enable efi support on OpenBSD/i386.kettenis1-1/+1
2006-03-22Update to sendmail 8.13.6millert83-1110/+2317
2006-03-09Recognize %z in addition to %Z as a printf format specifier; from espie@miod1-0/+7
2006-02-26Handle soft interrupt frames too.kettenis1-3/+4
2006-02-19memset(p, 0, sizeof(p)) -> memset(p, 0, sizeof(*p)).otto1-1/+1
2006-02-04Don't link libmilter against libldap and liblber if WANT_LDAP is definedmbalmer1-1/+3
2006-01-13Major number bump due to types changes.millert2-2/+2
2006-01-13Adapt to the machine/_types.h changes; size_t and ptrdiff_t are nowmillert22-58/+64
2006-01-08Allow @value in @include. Backported from texinfo 3.8.kettenis1-3/+7
2006-01-06Include <sys/types.h> and don't define away __size_tmillert2-4/+12
2006-01-02The official fix for the Perl sprintf buffer overflow.brad11-23/+79
2005-12-28Skip ld.so resolver on sparc too.kettenis3-4/+7
2005-12-28Skip ld.so resolver on sparc64. This makes stepping into functions in sharedkettenis2-3/+4
2005-12-28Support for skipping ld.so resolver.kettenis3-0/+69
2005-12-28Fix single-stepping over system calls on sparc and sparc64.kettenis1-1/+20
2005-12-27Backport of a fix from lynx2.8.6dev.16 which prevents a crash.moritz1-1/+3
2005-12-22Teach gdb about interrupt frames on i386 too.kettenis1-21/+34
2005-12-22Install header files for MMX/SSE intrinsics on amd64 too.kettenis1-2/+2
2005-12-22Teach gdb how to unwind amd64 kernel trap frames.kettenis2-5/+118
2005-12-21Teach gdb how to unwind i386 kernel trap frames.kettenis3-6/+128
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>millert2-4/+3
2005-12-16build old info files; ok espiederaadt1-5/+10
2005-12-13Don't define _BIG_ENDIAN on macpcc, only __BIG_ENDIAN__.millert1-0/+20
2005-12-11Don't free pathname after successfull _try_needed call; it's cached in thatkettenis1-1/+0
2005-12-06Try to prevent infinite backtraces.kettenis1-0/+12
2005-12-04amd64 threads support.kettenis2-24/+150
2005-12-03Use PERL_INT_MAX instead of INT_MAX in previous commit for consistencymillert1-1/+1