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