summaryrefslogtreecommitdiffstats
path: root/gnu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Recognize `t' as a valid format modifier for kprintf-style format strings.miod2014-05-081-3/+4
* Match search_string_def() prototype change, forgotten in previous protector.[ch]miod2014-05-071-1/+1
* When the stack protector heuristics doesn't cover a function, leavemartynas2014-05-061-8/+7
* Introduce -fstack-shuffle, which randomizes local stack variables.martynas2014-05-062-12/+33
* Remove the ``addressable'' argument to search_string_def(). Turned out to bemiod2014-05-062-15/+9
* Revert 1.49 (bad merge with free dejavu)miod2014-05-011-1/+1
* x86-64 ABI requires arrays greater than 16 bytes to be aligned tomartynas2014-05-011-1/+1
* Remove KERBEROS5 from the Makefiles (except ssh for now, where it isreyk2014-04-221-9/+1
* Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ ismiod2014-04-153-14/+3
* Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN.brad2014-04-132-11/+2
* Bring back the fix in r1.16 of the gcc 2.95 version of protector.c - the codemiod2014-04-121-1/+1
* Revive the fix for Perl RT bug 116441 (null dereference affectingkili2014-04-101-1/+2
* Build libgcc without SSP. With the new SSP-strong heuristics,martynas2014-04-081-2/+3
* Add the missing addressing modes for the fucomip instruction. Surprisingly,miod2014-04-062-0/+4
* Put back 1.11, lost during the last update; unbreaks NOPIC builds.miod2014-04-031-2/+2
* Change the heuristics of -fstack-protector to select to protectmartynas2014-03-302-2/+2
* remove gets reference. ok espietedu2014-03-272-2/+0
* Make perl build in a non-writable src treeafresh12014-03-261-6/+6
* Merge perl-5.18.2 plus local patches, remove old filesafresh12014-03-241353-161406/+139874
* Import perl-5.18.2afresh12014-03-241604-94047/+154829
* use smtpd man pages by default. ok deraadt jmctedu2014-03-193-5/+19
* Add a few more instruction patterns that are apparently needed by gcc 4.8.kettenis2014-03-131-13/+16
* no more rmail in base; ok millertjmc2014-03-121-6/+2
* Having CpuSMAP and Cpu64 overlap isn't a terribly good idea.kettenis2014-02-171-2/+2
* install man perlinterp so you can learn all about the interpretertedu2014-02-151-0/+1
* Add support for i386 XSAVE family of instructions: xgetbv, xsetbv, xsave,guenther2014-02-098-27/+116
* Update to sendmail 8.14.8. This touches a lot of files due to themillert2014-02-07478-1100/+1671
* Catch SIGPIPE to clean up temp filesguenther2014-01-242-0/+8
* Add strong stack protector mode for the original propolice in GCC3.martynas2014-01-206-12/+51
* Fix the NAME section:schwarze2014-01-181-3/+4
* Add wcstring attribute support for Wbounded. To be used for wchar.hmartynas2014-01-142-5/+43
* Add a new option "-fstack-protector-strong" for GCC4. This includesmartynas2014-01-147-11/+99
* Enable Wbounded by default. Passing bound bigger than the buffermartynas2014-01-132-2/+2
* Recognize PT_OPENBSD_RANDOMIZE in linker scripts.kettenis2013-12-302-0/+4
* Prevent GCC from inlining these unsafe builtins: sprintf, vsprintf,martynas2013-12-282-6/+28
* Backport the code from binutils 2.16 that makes weak undefined referenceskettenis2013-12-171-53/+114
* When writing a history entry, don't downcast time() return value tojca2013-12-141-2/+2
* Revert the previous commit; this is not the right approach.kettenis2013-12-113-5/+17
* Stop the madness! Prevent GCC from inlining these unsafe functions:martynas2013-12-113-17/+5
* Backport from gcc4 (mostly): make collect2 preserve ld's stdout andguenther2013-12-033-36/+77
* Kill usage of timeb.h for upcoming removal of libcompat. OK deraadt@millert2013-12-0317-129/+75
* Do not add -lcompat in configure.naddy2013-12-022-2/+2
* disable kerberos support (only used for pserver, which we stronglyderaadt2013-11-111-7/+7
* Make gcc call collect2 on powerpc (instead of directly calling ld).jca2013-10-291-3/+0
* Revert previous, wrong M ...jca2013-10-291-1/+1
* Make gcc call collect2 on powerpc (instead of directly calling ld).jca2013-10-291-1/+1
* f_bavail has been 64bits for some time now so revert 1.12.fgsch2013-10-241-2/+0
* Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.guenther2013-10-242-2/+2
* fix a few obvious .Ar markup errors (unfortunately, there are many more)schwarze2013-10-191-10/+10
* Depending on wether the kernel has been compiled with or withoutbluhm2013-10-191-0/+1