| Age | Commit message (Expand) | Author | Files | Lines |
| 2004-06-07 | enable dynamic perl; millert ok |  mickey | 1 | -1/+1 |
| 2004-06-03 | Make sure libobjc is self-contained on vax, so that .m programs can link. |  miod | 1 | -0/+4 |
| 2004-06-03 | Enable assembly listings. |  miod | 2 | -4/+2 |
| 2004-06-01 | manage NEW_BINUTILS vs non-NEW_BINUTILS better. does not install unnecessary |  drahn | 1 | -14/+43 |
| 2004-06-01 | remove workaround not needed w/ gcc3 anymore; millert@ ok |  mickey | 1 | -28/+1 |
| 2004-05-31 | #ifndef errno declaration. ok millert@ |  otto | 1 | -0/+2 |
| 2004-05-30 | emacs undump is very sensative to the section ordering, For W^X a couple |  drahn | 3 | -7/+18 |
| 2004-05-30 | Sync with upstream sources; fixes m88k backtrace bug. |  kettenis | 1 | -5/+3 |
| 2004-05-30 | Recognize m88k core files. |  kettenis | 1 | -0/+4 |
| 2004-05-27 | for openbsd-*-hppa* force libtool to pass all dep-libs through for -lgcc used for shlib linking; espie@ ok |  mickey | 1 | -0/+3 |
| 2004-05-26 | neede for dhared libs |  mickey | 2 | -21/+40 |
| 2004-05-25 | provide a way data plt prepending got; drahn@ ok |  mickey | 2 | -2/+3 |
| 2004-05-25 | Enable gdb on m88k again, it works well enough and better than ever. |  miod | 1 | -2/+2 |
| 2004-05-24 | Add m88k support. |  kettenis | 8 | -0/+1079 |
| 2004-05-23 | s/M_M88K_OPENBSD/M_88K_OPENBSD/g |  kettenis | 2 | -2/+2 |
| 2004-05-23 | Workaround for alpha, which generate a relocation entry for a function pointer |  drahn | 1 | -1/+11 |
| 2004-05-22 | Don't install /usr/man/man1/gdb.1 and /usr/man/man1/gdbtui.1. |  kettenis | 1 | -10/+2 |
| 2004-05-21 | Properly recognize core dump architecture. Add StackGhost support. |  kettenis | 4 | -91/+138 |
| 2004-05-21 | Add missing file. |  kettenis | 1 | -0/+71 |
| 2004-05-21 | Remove accidentally added .info file. |  kettenis | 7 | -36428/+0 |
| 2004-05-21 | Resolve conflicts for GDB 6.1. Add local patches. |  kettenis | 980 | -225632/+39900 |
| 2004-05-21 | GDB 6.1 (excluding .info files) |  kettenis | 1797 | -105966/+685080 |
| 2004-05-21 | Update headers to gdb-6.1 version to get new constants. |  kettenis | 2 | -16/+79 |
| 2004-05-20 | bfd support for OpenBSD/m88k a.out binaries, glueing existing bits together. |  miod | 10 | -2/+63 |
| 2004-05-20 | Correctly copy text into line buffer. |  kettenis | 1 | -1/+1 |
| 2004-05-19 | remove the disabled DO_FORCE_VERS support. |  brad | 1 | -35/+1 |
| 2004-05-19 | Add dis-init.c from gdb 6.1. |  kettenis | 4 | -38/+60 |
| 2004-05-19 | Remove a build warning by reverting to old method of testing for |  drahn | 1 | -8/+5 |
| 2004-05-19 | When passing a variable of 32 bytes or larger, as argument to a function, |  miod | 1 | -0/+8 |
| 2004-05-19 | In __builtin_saveregs(), initialize __va_stk to a correct value. |  miod | 1 | -1/+3 |
| 2004-05-19 | Fix buffer overflow find by Stefan Esser, patch by Derek Robert Price. |  millert | 1 | -4/+42 |
| 2004-05-18 | Do not install binutils nm/size, mickey@ |  drahn | 2 | -10/+10 |
| 2004-05-17 | Enable binutils for arm now that we have binutils 2.14. |  drahn | 1 | -5/+2 |
| 2004-05-17 | Resolve merge conflicts, adjust method of W^X handing (.sh files) |  drahn | 2049 | -626027/+160994 |
| 2004-05-17 | Make FUNCTION_ARG_ADVANCE() really match FUNCTION_ARG() register usage. |  miod | 1 | -2/+7 |
| 2004-05-17 | import binutils 2.14 (excluding testsuites, .info files, and .po files) |  drahn | 903 | -46143/+320798 |
| 2004-05-17 | WHoops, only define _FFR_QUEUERETURN_DSN once. |  millert | 1 | -2/+2 |
| 2004-05-17 | Update floatformat.[ch] to gdb-6.1 version. Include regex.c in library. |  kettenis | 4 | -76/+256 |
| 2004-05-11 | If no help file is present don't print the sendmail version--we |  millert | 1 | -2/+1 |
| 2004-05-11 | Build sendmail with -D_FFR_QUEUERETURN_DSN to enable confTO_QUEUERETURN_DSN. |  millert | 1 | -2/+2 |
| 2004-05-10 | Remove prototype conflicting with new libreadline. |  kettenis | 1 | -4/+0 |
| 2004-05-10 | Resolve conflicts for GNU readline 4.3p5. |  kettenis | 34 | -5573/+9712 |
| 2004-05-10 | GNU readline 4.3p5 |  kettenis | 62 | -3065/+9598 |
| 2004-05-05 | Only define __LP64__ if in 64 bit mode. ok deraadt@ millert@ |  drahn | 1 | -1/+2 |
| 2004-05-04 | Do not disable -fcaller-saves anymore. |  miod | 1 | -12/+10 |
| 2004-05-04 | Backport a fix from gcc 3 (revision 1.32): |  miod | 1 | -1/+8 |
| 2004-04-23 | Port the gcc2 bounds checking support to gcc3, activated with -Wbounded |  avsm | 13 | -40/+654 |
| 2004-04-21 | Add luna88k related directories and information to the build infrastructure. |  miod | 11 | -0/+33 |
| 2004-04-21 | - point people to smm docs |  jmc | 1 | -15/+9 |
| 2004-04-19 | some gcc3/propolice --enable-checking fixes: |  avsm | 4 | -4/+20 |