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