summaryrefslogtreecommitdiffstats
path: root/gnu
AgeCommit message (Expand)AuthorFilesLines
2011-10-17Some wcsftime declarations were still wrapped in !defined(__OpenBSD__).stsp2-4/+0
2011-10-16libstdc++ (gcc2) major bump for safety. wscanf and wcsftime were added to libc.stsp1-1/+1
2011-10-16Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc3) and bump major.stsp3-21/+17
2011-10-16Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc4) and bump major.stsp4-19/+5
2011-10-11Update Digest module to 1.17 (security fix).rpointel8-66/+109
2011-09-27Enable previous find_barrier() pessimization also for non-PIC code too.miod1-5/+2
2011-09-24Tell perl not to attempt to use LC_COLLATE or LC_NUMERIC which wemillert1-3/+3
2011-09-22Always install all manuals on all architectures.schwarze1-1/+15
2011-09-22Add missing ia64 bits.kettenis1-1/+7
2011-09-20In find_barrier(), be less aggressive when deciding how many instructionsmiod1-0/+7
2011-09-19- enable thread model posix for gcc 3 which makes dwarf2 exceptionnaddy3-6/+3
2011-09-19Don't unconditionally create the dynamic sections since that makes buildingkettenis1-0/+2
2011-09-18Override LIB2ADDEH on ia64. Probably not quite right, but at least this makeskettenis1-1/+5
2011-09-15Port the -Wbounded extension from gcc3 to gcc4. Based on work started bynicm9-29/+637
2011-09-03Fix backtrace across signals on amd64guenther1-1/+1
2011-08-04Don't use 128-bit long doubles for now (and perhaps forever). It isn'tkettenis1-0/+3
2011-08-04Add support for hppa64.kettenis4-3/+197
2011-08-02After the MANIFEST-based symbolic link creation loop, there is a checkderaadt1-0/+4
2011-07-27Add support for OpenBSD/hppa64.kettenis1-0/+26
2011-07-26Add OpenBSD/hppa support.kettenis3-1/+49
2011-07-22update to lynx2.8.7rel.2, with local patches:avsm209-53911/+96252
2011-07-18Enable SJLJ C++ exceptions on arm here too.matthieu1-1/+5
2011-07-10remove a duplicate definition of BadOp(), fixes compilation on i386jsg1-8/+0
2011-07-08This was included in the diff which merged miod's WIP code, but was misseddrahn1-0/+63
2011-07-06Replace a comment asking for a particular order to build stuff inschwarze1-4/+6
2011-07-06Finalize work on the math library. It's time to do this monstermartynas3-3/+3
2011-07-05Allow switching between binutils and binutils 2.17.drahn1-2/+7
2011-07-04My merges of miod's binutils-2.17 WIP code with my changed necessary to getdrahn16-63/+47
2011-07-04declare a return type on a function returning void, matches upstreamjsg1-1/+1
2011-07-04Add ia64 target.pirofti1-1/+3
2011-07-04Let ia64 gcc compile.pirofti1-0/+19
2011-06-25Remove ueberold a.out configuration leftovers.miod3-39/+4
2011-06-25Fix gcc PR #35965 as suggested inmiod1-2/+4
2011-06-24use .PATH instead of .PATH.c & .PATH.m; something in the recent bsd.man.mkderaadt1-3/+2
2011-06-23switch to installing source manuals (base part)schwarze4-25/+17
2011-06-13Let opcodes build for ia64 cross-tools.pirofti1-2/+3
2011-06-08On ARM, make GCC generate code which uses our library fabs, fabsf,martynas1-0/+15
2011-05-30Apply sendmail 8.14.5 errata 2011-05-26 patch.bluhm1-2/+4
2011-05-18Start making the introductions between OpenBSD and Itanium.pirofti3-1/+3
2011-05-17Update to sendmail 8.14.5millert74-782/+1889
2011-05-09Handle lazy relocation stubs like Linux does, (but with simplified code sincekettenis3-2/+107
2011-04-28Safety bump of gcc2 libstdc++ for wprintf(). Tested by otto, thanks!stsp1-1/+1
2011-04-28Expose wprintf and friends in the gcc3 libstdc++ std:: namespace.stsp2-7/+7
2011-04-28Bring back wprintf() for gcc4 libstdc++.stsp2-10/+4
2011-04-27Merge from gcc3:naddy1-0/+7
2011-04-26Default gcc on alpha to -mfp-rounding-mode=d, to make code which assumesmiod1-0/+7
2011-04-24Grr, this was supposed to be an import without the testsuite directories,miod4988-771347/+0
2011-04-24A first attempt at merging our local changes and fixes into the 2.17 codebase.miod82-253/+1887
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against amiod7071-0/+2632011
2011-04-24Back out wprintf diff and crank. Need to check more architectures first.stsp2-4/+10