| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-04-15 | Use the proper symbol name for __guard in the workaround for the |  miod | 1 | -1/+1 |
| 2012-04-14 | remove libf2c, hasn't been built since it was moved to ports in 2010. |  jsg | 524 | -72336/+0 |
| 2012-04-13 | Enable multi-threaded debugging on amd64. |  kettenis | 1 | -0/+1 |
| 2012-04-13 | Enable multi-threaded debugging on i386. |  kettenis | 1 | -0/+1 |
| 2012-04-13 | Add support for live debugging of multi-threaded code. |  kettenis | 2 | -0/+93 |
| 2012-04-13 | hook in requisite bits for OpenBSD::MkTemp to build and man. |  espie | 2 | -0/+5 |
| 2012-04-13 | extra .xs glue to use mkstemp and mkdtemp directly |  espie | 4 | -0/+281 |
| 2012-04-12 | Don't munge PID and TID together, since the way GDB displays them isn't very |  kettenis | 1 | -2/+7 |
| 2012-04-12 | Revert change not intended to be committed. |  kurt | 1 | -5/+3 |
| 2012-04-12 | Remove incorrect -pthread preprocessor define _POSIX_THREADS and replace |  kurt | 10 | -14/+16 |
| 2012-04-12 | the fpu control symbol on sh (__fpscr_values) suddenly becomes local |  jsg | 1 | -2/+2 |
| 2012-04-12 | backout gcc revision 112331 "optimized integer divide for SH4" |  jsg | 9 | -882/+27 |
| 2012-04-11 | Minimal threads support for i386. |  kettenis | 3 | -23/+35 |
| 2012-04-09 | Minimal threads support for mips64. |  kettenis | 2 | -7/+21 |
| 2012-04-08 | Minimal threads debug support for powerpc. |  kettenis | 2 | -13/+24 |
| 2012-04-07 | Minimal threads debug support for sparc64. |  kettenis | 3 | -1/+172 |
| 2012-04-07 | The wcookie is per-process, not per-thread. |  kettenis | 1 | -5/+1 |
| 2012-04-07 | Fix previous commit; the function signatures are different for our in-tree |  kettenis | 2 | -6/+6 |
| 2012-04-06 | Minimal threads debug support; enough to make attach and detach work. |  kettenis | 5 | -15/+130 |
| 2012-04-02 | In r1.2, instead of making -fno-ident the default, its semantics have been |  pascal | 1 | -1/+1 |
| 2012-03-31 | sync cvsignore patterns. ok sthen@ |  matthieu | 1 | -4/+4 |
| 2012-03-29 | Add ecoff as possible targets for the mips ports, to be able to muild |  miod | 1 | -2/+2 |
| 2012-03-28 | Default to -mfix-r4000 -mfix-r4400 when building in big endian mode. This is |  miod | 1 | -0/+11 |
| 2012-03-26 | Adjust the default "ignore" list for cvs; |  sthen | 1 | -2/+2 |
| 2012-03-06 | Define NO_UNSAFE_BUILTINS, overlooked when local changes got merged to gcc4. |  pascal | 2 | -0/+8 |
| 2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() |  fgsch | 21 | -34/+34 |
| 2012-03-01 | Sync gcc3 and gcc4 knowledge of the kernel printf capabilities with reality: |  miod | 2 | -126/+160 |
| 2012-01-09 | More efficient method of building the symlink tree that makes better |  millert | 1 | -21/+10 |
| 2012-01-06 | zap double copy of this file, as noticed by brad@ |  espie | 1 | -98/+0 |
| 2012-01-05 | ignore vim's .*.swp files. |  espie | 1 | -0/+1 |
| 2012-01-05 | Teach as(4) about cmpxchg16b on amd64. |  kettenis | 1 | -0/+1 |
| 2012-01-01 | Properly recognize threads in OpenBSD core dumps. |  kettenis | 1 | -0/+5 |
| 2011-12-31 | Properly recognize threads in OpenBSD core dumps. |  kettenis | 1 | -0/+5 |
| 2011-12-15 | Convert restrict -> __restrict. "restrict" is not a keyword in C90 and |  pascal | 3 | -10/+10 |
| 2011-12-15 | Remove the XXX_CHECK defines. This allows clang++ to include cstdio |  pascal | 1 | -3/+0 |
| 2011-12-15 | In duplicate_decls(), don't try to take advantage of the ``permanent_obstack'' |  miod | 1 | -40/+0 |
| 2011-12-04 | Restore MAX_OFILE_ALIGNMENT define (lost during the gcc3 -> gcc4 switch), |  miod | 1 | -0/+3 |
| 2011-11-25 | Final configuration bits for gcc4: require alignment of local arrays on |  miod | 2 | -4/+6 |
| 2011-11-25 | Allow MD backend to prevent the optimization of a bcopy() or memmove() of |  miod | 1 | -4/+13 |
| 2011-11-25 | Gratuitous major crank for upcoming alpha switch to gcc 4, in order to have |  miod | 1 | -1/+1 |
| 2011-11-21 | when testing COMPILER_VERSION don't assume the default case is gcc2 |  jsg | 2 | -8/+9 |
| 2011-11-20 | don't use == when = was intended |  jsg | 1 | -1/+1 |
| 2011-11-16 | Sync to ../binutils/Makefile.bsd-wrapper rev. 1.76: |  schwarze | 1 | -6/+6 |
| 2011-11-12 | Satisfy -Wbounded. |  pirofti | 1 | -2/+6 |
| 2011-11-12 | Unscrew the cross-gcc build after the bounds warning addition. |  pirofti | 1 | -2/+4 |
| 2011-11-09 | openbsd will never support __ARMEB__, so remove it here |  jasper | 1 | -2/+2 |
| 2011-11-02 | Remove '#if !defined(OpenBSD)' wrappers around wcsftime() and iswblank(). |  stsp | 2 | -5/+1 |
| 2011-11-01 | Security fix for CVE-2011-2939, Perl decode_xs heap-based buffer overflow. |  jasper | 2 | -1/+5 |
| 2011-10-30 | Always install addr2line(1), objcopy(1), and readelf(1), even on |  schwarze | 2 | -13/+7 |
| 2011-10-21 | change LINK_SPEC in such a way that -rdynamic will work |  jsg | 12 | -4/+26 |