| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-08-06 | Switch vax to gcc 3.3.6. |  miod | 3 | -6/+15 |
| 2013-08-06 | One major difference between gcc 2.95 and gcc 3, is that the latter comes |  miod | 2 | -0/+6 |
| 2013-08-05 | Use proper types for device and inode numbers |  guenther | 1 | -3/+3 |
| 2013-07-30 | Fix attribute((init_priority)) on sparc and sparc64. |  kettenis | 2 | -0/+8 |
| 2013-07-13 | Register GDB_OSABI_OPENBSD_ELF as well. |  miod | 1 | -0/+2 |
| 2013-07-13 | In Perl_upg_version(), do not compare double against 10e50 on vax, for this |  miod | 1 | -0/+4 |
| 2013-07-11 | ELF configuration for gcc3 on vax. |  miod | 3 | -5/+99 |
| 2013-07-05 | Put the a.out as and ld to rest in the Attic, finally! |  miod | 247 | -97951/+0 |
| 2013-07-05 | ELF_TOOLCHAIN bye bye. |  miod | 4 | -55/+3 |
| 2013-07-05 | VAX ELF toolchain, using `%' as the register prefix. Heavily based upon |  miod | 16 | -137/+261 |
| 2013-07-04 | Add support for the GCC binary integer constants extension. |  jsg | 4 | -6/+87 |
| 2013-07-03 | add support for %td for ptrdiff_t in kernel printf |  sf | 1 | -3/+4 |
| 2013-07-01 | Unbreak "make includes" with an empty /usr/include by creating the 'objc' |  mpi | 1 | -1/+3 |
| 2013-06-21 | exists() calls in make are expensive so switch to test(1) and use the shell |  robert | 1 | -5/+4 |
| 2013-06-20 | Move the declaration of `disable_x_prog' outside of a #ifdef AUTH_SERVER_SUPPORT |  miod | 1 | -2/+2 |
| 2013-06-19 | don't link to hx509, pthread and ntlm related libraries |  robert | 1 | -1/+1 |
| 2013-06-18 | Shuffle library link order to appease the static arch deities. |  miod | 1 | -1/+1 |
| 2013-06-17 | link to the new kerberos libraries |  robert | 1 | -1/+1 |
| 2013-06-12 | Update to sendmail-8.14.7 |  jca | 37 | -252/+520 |
| 2013-06-06 | Disable a broken optimization in try_combine(); GCC PR #34628. |  miod | 1 | -0/+2 |
| 2013-06-04 | classify_integer(): test whether the value can be built using the `set' |  miod | 2 | -41/+67 |
| 2013-06-04 | Add "length" attribute to "weird" class instructions of small length: user |  miod | 2 | -22/+32 |
| 2013-06-04 | Do not feed UTF-8 input into mandoc or nroff |  schwarze | 1 | -1/+8 |
| 2013-06-03 | avoid rebuilding server.c and client.c in the install target |  robert | 1 | -2/+2 |
| 2013-06-03 | Only produce UTF-8 output if the user's locale asks for it. |  schwarze | 1 | -1/+1 |
| 2013-06-03 | backport commitid support from newer CVS (with a different random id |  jcs | 9 | -1/+91 |
| 2013-05-18 | Put libgcov.a in the same directory as libgcc.a rather than /usr/lib (unlike |  miod | 1 | -1/+2 |
| 2013-05-18 | Replace strcpy() calls with strlcpy() to avoid triggering warnings when |  miod | 1 | -2/+2 |
| 2013-05-18 | Build and install libgcov on gcc 4 platforms. Build machinery from FreeBSD. |  miod | 2 | -1/+89 |
| 2013-05-17 | Don't reject '++' and '--' in expressions. Some versions of gcc emit these. |  kettenis | 1 | -6/+9 |
| 2013-05-14 | make sure the linear ordering matches what makedoc actually does, otherwise |  espie | 1 | -3/+3 |
| 2013-05-09 | Allow gdb on m88k to fetch symbols from shared libraries when debugging |  miod | 4 | -2/+87 |
| 2013-05-09 | Define WINT_TYPE as well. |  miod | 1 | -0/+3 |
| 2013-05-09 | Define LOCAL_ALIGNMENT as well. |  miod | 1 | -0/+3 |
| 2013-05-08 | Backport fix for gcc PR target/31152: |  miod | 1 | -4/+1 |
| 2013-05-08 | A port of the current gcc 3.3.6 m88k backend to gcc 4.2.1. |  miod | 13 | -6/+8420 |
| 2013-05-08 | In block_move_sequence(), use emit_move_insn() instead of rolling our own |  miod | 2 | -57/+4 |
| 2013-05-08 | Do not define OBSD_NO_DYNAMIC_LIBRARIES when building an ELF m88k compiler. |  miod | 1 | -2/+1 |
| 2013-04-28 | Revert the previous commit. It breaks the xenocara build on macppc and the |  bcallah | 2 | -91/+74 |
| 2013-04-26 | Fix linker errors when using llvm/clang. |  bcallah | 2 | -74/+91 |
| 2013-04-24 | Disable ident queries since ident(1) does not run by default anymore. |  ajacoutot | 2 | -2/+6 |
| 2013-04-20 | Define PIC_OFFSET_TABLE_REGNUM as INVALID_REGNUM when not compiling PIC. |  miod | 1 | -3/+1 |
| 2013-04-20 | remove dead code in print_operand() |  miod | 1 | -4/+0 |
| 2013-04-19 | Use time_t instead of long for archive timestamps, and print them as long long; |  miod | 15 | -28/+48 |
| 2013-04-19 | Revert 1.47 (bad merge) |  miod | 1 | -1/+1 |
| 2013-04-19 | Constrain the 2038 check to only when sizeof(time_t) == sizeof(int). |  deraadt | 1 | -3/+3 |
| 2013-04-18 | Use __guard_local as the stack protector canary symbol, as already done in |  miod | 1 | -1/+1 |
| 2013-04-17 | Define and fill machine-specific DT_88K_PLT{START,END} _DYNAMIC tags when |  miod | 2 | -1/+20 |
| 2013-04-17 | Crank MAXPAGESIZE from 4KB to 64KB to match what SVR4/m88k and DG/UX do. |  miod | 1 | -1/+1 |
| 2013-04-11 | Do not abuse -finhibit-size-directive to control tight code alignment: |  miod | 2 | -12/+7 |