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