| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-10-17 | Some wcsftime declarations were still wrapped in !defined(__OpenBSD__). |  stsp | 2 | -4/+0 |
| 2011-10-16 | libstdc++ (gcc2) major bump for safety. wscanf and wcsftime were added to libc. |  stsp | 1 | -1/+1 |
| 2011-10-16 | Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc3) and bump major. |  stsp | 3 | -21/+17 |
| 2011-10-16 | Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc4) and bump major. |  stsp | 4 | -19/+5 |
| 2011-10-11 | Update Digest module to 1.17 (security fix). |  rpointel | 8 | -66/+109 |
| 2011-09-27 | Enable previous find_barrier() pessimization also for non-PIC code too. |  miod | 1 | -5/+2 |
| 2011-09-24 | Tell perl not to attempt to use LC_COLLATE or LC_NUMERIC which we |  millert | 1 | -3/+3 |
| 2011-09-22 | Always install all manuals on all architectures. |  schwarze | 1 | -1/+15 |
| 2011-09-22 | Add missing ia64 bits. |  kettenis | 1 | -1/+7 |
| 2011-09-20 | In find_barrier(), be less aggressive when deciding how many instructions |  miod | 1 | -0/+7 |
| 2011-09-19 | - enable thread model posix for gcc 3 which makes dwarf2 exception |  naddy | 3 | -6/+3 |
| 2011-09-19 | Don't unconditionally create the dynamic sections since that makes building |  kettenis | 1 | -0/+2 |
| 2011-09-18 | Override LIB2ADDEH on ia64. Probably not quite right, but at least this makes |  kettenis | 1 | -1/+5 |
| 2011-09-15 | Port the -Wbounded extension from gcc3 to gcc4. Based on work started by |  nicm | 9 | -29/+637 |
| 2011-09-03 | Fix backtrace across signals on amd64 |  guenther | 1 | -1/+1 |
| 2011-08-04 | Don't use 128-bit long doubles for now (and perhaps forever). It isn't |  kettenis | 1 | -0/+3 |
| 2011-08-04 | Add support for hppa64. |  kettenis | 4 | -3/+197 |
| 2011-08-02 | After the MANIFEST-based symbolic link creation loop, there is a check |  deraadt | 1 | -0/+4 |
| 2011-07-27 | Add support for OpenBSD/hppa64. |  kettenis | 1 | -0/+26 |
| 2011-07-26 | Add OpenBSD/hppa support. |  kettenis | 3 | -1/+49 |
| 2011-07-22 | update to lynx2.8.7rel.2, with local patches: |  avsm | 209 | -53911/+96252 |
| 2011-07-18 | Enable SJLJ C++ exceptions on arm here too. |  matthieu | 1 | -1/+5 |
| 2011-07-10 | remove a duplicate definition of BadOp(), fixes compilation on i386 |  jsg | 1 | -8/+0 |
| 2011-07-08 | This was included in the diff which merged miod's WIP code, but was missed |  drahn | 1 | -0/+63 |
| 2011-07-06 | Replace a comment asking for a particular order to build stuff in |  schwarze | 1 | -4/+6 |
| 2011-07-06 | Finalize work on the math library. It's time to do this monster |  martynas | 3 | -3/+3 |
| 2011-07-05 | Allow switching between binutils and binutils 2.17. |  drahn | 1 | -2/+7 |
| 2011-07-04 | My merges of miod's binutils-2.17 WIP code with my changed necessary to get |  drahn | 16 | -63/+47 |
| 2011-07-04 | declare a return type on a function returning void, matches upstream |  jsg | 1 | -1/+1 |
| 2011-07-04 | Add ia64 target. |  pirofti | 1 | -1/+3 |
| 2011-07-04 | Let ia64 gcc compile. |  pirofti | 1 | -0/+19 |
| 2011-06-25 | Remove ueberold a.out configuration leftovers. |  miod | 3 | -39/+4 |
| 2011-06-25 | Fix gcc PR #35965 as suggested in |  miod | 1 | -2/+4 |
| 2011-06-24 | use .PATH instead of .PATH.c & .PATH.m; something in the recent bsd.man.mk |  deraadt | 1 | -3/+2 |
| 2011-06-23 | switch to installing source manuals (base part) |  schwarze | 4 | -25/+17 |
| 2011-06-13 | Let opcodes build for ia64 cross-tools. |  pirofti | 1 | -2/+3 |
| 2011-06-08 | On ARM, make GCC generate code which uses our library fabs, fabsf, |  martynas | 1 | -0/+15 |
| 2011-05-30 | Apply sendmail 8.14.5 errata 2011-05-26 patch. |  bluhm | 1 | -2/+4 |
| 2011-05-18 | Start making the introductions between OpenBSD and Itanium. |  pirofti | 3 | -1/+3 |
| 2011-05-17 | Update to sendmail 8.14.5 |  millert | 74 | -782/+1889 |
| 2011-05-09 | Handle lazy relocation stubs like Linux does, (but with simplified code since |  kettenis | 3 | -2/+107 |
| 2011-04-28 | Safety bump of gcc2 libstdc++ for wprintf(). Tested by otto, thanks! |  stsp | 1 | -1/+1 |
| 2011-04-28 | Expose wprintf and friends in the gcc3 libstdc++ std:: namespace. |  stsp | 2 | -7/+7 |
| 2011-04-28 | Bring back wprintf() for gcc4 libstdc++. |  stsp | 2 | -10/+4 |
| 2011-04-27 | Merge from gcc3: |  naddy | 1 | -0/+7 |
| 2011-04-26 | Default gcc on alpha to -mfp-rounding-mode=d, to make code which assumes |  miod | 1 | -0/+7 |
| 2011-04-24 | Grr, this was supposed to be an import without the testsuite directories, |  miod | 4988 | -771347/+0 |
| 2011-04-24 | A first attempt at merging our local changes and fixes into the 2.17 codebase. |  miod | 82 | -253/+1887 |
| 2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a |  miod | 7071 | -0/+2632011 |
| 2011-04-24 | Back out wprintf diff and crank. Need to check more architectures first. |  stsp | 2 | -4/+10 |