| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-04-08 | Build libgcc without SSP. With the new SSP-strong heuristics, |  martynas | 1 | -2/+3 |
| 2014-04-06 | Add the missing addressing modes for the fucomip instruction. Surprisingly, |  miod | 2 | -0/+4 |
| 2014-04-03 | Put back 1.11, lost during the last update; unbreaks NOPIC builds. |  miod | 1 | -2/+2 |
| 2014-03-30 | Change the heuristics of -fstack-protector to select to protect |  martynas | 2 | -2/+2 |
| 2014-03-27 | remove gets reference. ok espie |  tedu | 2 | -2/+0 |
| 2014-03-26 | Make perl build in a non-writable src tree |  afresh1 | 1 | -6/+6 |
| 2014-03-24 | Merge perl-5.18.2 plus local patches, remove old files |  afresh1 | 1353 | -161229/+139697 |
| 2014-03-24 | Import perl-5.18.2 |  afresh1 | 1604 | -93961/+154743 |
| 2014-03-19 | use smtpd man pages by default. ok deraadt jmc |  tedu | 3 | -5/+19 |
| 2014-03-13 | Add a few more instruction patterns that are apparently needed by gcc 4.8. |  kettenis | 1 | -13/+16 |
| 2014-03-12 | no more rmail in base; ok millert |  jmc | 1 | -6/+2 |
| 2014-02-17 | Having CpuSMAP and Cpu64 overlap isn't a terribly good idea. |  kettenis | 1 | -2/+2 |
| 2014-02-15 | install man perlinterp so you can learn all about the interpreter |  tedu | 1 | -0/+1 |
| 2014-02-09 | Add support for i386 XSAVE family of instructions: xgetbv, xsetbv, xsave, |  guenther | 8 | -27/+116 |
| 2014-02-07 | Update to sendmail 8.14.8. This touches a lot of files due to the |  millert | 478 | -1100/+1671 |
| 2014-01-24 | Catch SIGPIPE to clean up temp files |  guenther | 2 | -0/+8 |
| 2014-01-20 | Add strong stack protector mode for the original propolice in GCC3. |  martynas | 6 | -12/+51 |
| 2014-01-18 | Fix the NAME section: |  schwarze | 1 | -3/+4 |
| 2014-01-14 | Add wcstring attribute support for Wbounded. To be used for wchar.h |  martynas | 2 | -5/+43 |
| 2014-01-14 | Add a new option "-fstack-protector-strong" for GCC4. This includes |  martynas | 7 | -11/+99 |
| 2014-01-13 | Enable Wbounded by default. Passing bound bigger than the buffer |  martynas | 2 | -2/+2 |
| 2013-12-30 | Recognize PT_OPENBSD_RANDOMIZE in linker scripts. |  kettenis | 2 | -0/+4 |
| 2013-12-28 | Prevent GCC from inlining these unsafe builtins: sprintf, vsprintf, |  martynas | 2 | -6/+28 |
| 2013-12-17 | Backport the code from binutils 2.16 that makes weak undefined references |  kettenis | 1 | -53/+114 |
| 2013-12-14 | When writing a history entry, don't downcast time() return value to |  jca | 1 | -2/+2 |
| 2013-12-11 | Revert the previous commit; this is not the right approach. |  kettenis | 3 | -5/+17 |
| 2013-12-11 | Stop the madness! Prevent GCC from inlining these unsafe functions: |  martynas | 3 | -17/+5 |
| 2013-12-03 | Backport from gcc4 (mostly): make collect2 preserve ld's stdout and |  guenther | 3 | -36/+77 |
| 2013-12-03 | Kill usage of timeb.h for upcoming removal of libcompat. OK deraadt@ |  millert | 17 | -129/+75 |
| 2013-12-02 | Do not add -lcompat in configure. |  naddy | 2 | -2/+2 |
| 2013-11-11 | disable kerberos support (only used for pserver, which we strongly |  deraadt | 1 | -7/+7 |
| 2013-10-29 | Make gcc call collect2 on powerpc (instead of directly calling ld). |  jca | 1 | -3/+0 |
| 2013-10-29 | Revert previous, wrong M ... |  jca | 1 | -1/+1 |
| 2013-10-29 | Make gcc call collect2 on powerpc (instead of directly calling ld). |  jca | 1 | -1/+1 |
| 2013-10-24 | f_bavail has been 64bits for some time now so revert 1.12. |  fgsch | 1 | -2/+0 |
| 2013-10-24 | Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval. |  guenther | 2 | -2/+2 |
| 2013-10-19 | fix a few obvious .Ar markup errors (unfortunately, there are many more) |  schwarze | 1 | -10/+10 |
| 2013-10-19 | Depending on wether the kernel has been compiled with or without |  bluhm | 1 | -0/+1 |
| 2013-10-09 | Merge binutils 2.15 einfo() buffering change to binutils-2.17. |  millert | 1 | -0/+4 |
| 2013-09-30 | Make stderr buffered in einfo(). Speeds up display of error messages |  millert | 1 | -0/+4 |
| 2013-09-05 | gcc4 has phased out -W in favor of -Wextra. Teach gcc3 to recognize -Wextra |  miod | 1 | -1/+1 |
| 2013-09-05 | Explicitely define USE_GAS for OpenBSD targets; the configure machinery in |  miod | 1 | -0/+2 |
| 2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 9 | -12/+12 |
| 2013-08-11 | A few fixes from Tim Mcintosh: |  miod | 1 | -6/+49 |
| 2013-08-08 | Remove an optimizer workaround for alpha/gcc2 although it was being |  brad | 1 | -5/+1 |
| 2013-08-08 | ino_t will never be smaller than 32 bits again; prep for when it's 64 bits. |  guenther | 1 | -5/+5 |
| 2013-08-08 | Prep for big ino_t: cast to unsigned long long and format with %ll or %q |  guenther | 2 | -4/+4 |
| 2013-08-07 | don't warn on missing newline at eof |  jsg | 3 | -7/+0 |
| 2013-08-06 | Remove gcc 2.95 from the tree. One of the least bogus compiler we had (although |  miod | 5869 | -1523173/+0 |
| 2013-08-06 | Remove support for COMPILER_VERSION == gcc2. |  miod | 4 | -22/+10 |