summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2003-11-10Disable EXPN and VRFY to help thwart address harvesters and requireTodd C. Miller
2003-11-10add more privacy flagsTodd C. Miller
2003-11-06Teach gdb about the existence of SIGINFO. Fixes PR 3173.Otto Moerbeek
2003-10-31add pegasos to config.guess matchesDale Rahn
2003-10-15reverse the comment on binutils gas/ld as that's what it is nowMichael Shalayeff
2003-10-11Bye bye GNU bc/dc.Otto Moerbeek
2003-10-07toplev.c, flags.h: add -fstack-protector-all option to generate protection in...Hiroaki Etoh
2003-10-07flag_stack_protection enables to genereate protecting instruments for every f...Hiroaki Etoh
2003-10-07rtl_epilogue: fix pp warning message trouble at -Wmissing-noreturn.Hiroaki Etoh
2003-10-07copy_args_for_protection: fix the problem that move_arg_location may corrupt ...Hiroaki Etoh
2003-10-06This is one of these eerie moments when you realize that a significant partMiod Vallat
2003-10-03missing -h support; jeffi@rcn.comTheo de Raadt
2003-10-03Make msp bind to 127.0.0.1 instead of localhost since "localhost" mayTodd C. Miller
2003-10-01Introduce a new target switch, -mmemcpy (and -mno-memcpy).Miod Vallat
2003-10-01Don't use the contents of ~/.signature for the Organization field.Todd C. Miller
2003-09-26Disable bc (and dc).Otto Moerbeek
2003-09-25Free buffer and set it to NULL on error lest it be used.Todd C. Miller
2003-09-20Fix pasto; closes PR 3482Todd C. Miller
2003-09-20powerpc ld.so has a slightly unreasonable expectation about __got_startDale Rahn
2003-09-19Make CTORS/DTORS non-writeable in dynamic binaries. ok deraadt@Dale Rahn
2003-09-18- missing .ElJason McIntyre
2003-09-17New sendmail prototype for OpenBSD with more features enabled thatTodd C. Miller
2003-09-17Update to sendmail-8.12.10. This includes a fix for a buffer overflowTodd C. Miller
2003-09-16from millertTheo de Raadt
2003-09-09pass the -a flag to grep so that it doesn't treat some info files as binaryDavid Krause
2003-09-05Stop the bounds checker warning on a bound of 0, so now it only triggersAnil Madhavapeddy
2003-09-03- use displays and indentJason McIntyre
2003-09-03- new sentence, new lineJason McIntyre
2003-09-02escape punctuation;Jason McIntyre
2003-09-02A slightly reworked version of the "default to -fno-ident" change, whichMiod Vallat
2003-08-26stop dumping "GCC: (GNU) 2.95.3 20010125 (prerelease, propolice)" intoTed Unangst
2003-08-22Enable support for DSN-specific timeouts. This allows you to junkTodd C. Miller
2003-08-21A port of the g++ bugfix found atMiod Vallat
2003-08-21fix symbol name error in mcount functionality in a.out->ELF transition.Dale Rahn
2003-08-19typo in comment, compiler vs. complierBrad Smith
2003-08-15remove extra \n in {warn,err}{,x} callsTheo de Raadt
2003-08-13Correct comments about queue runner.Todd C. Miller
2003-08-13Install sendmail tuning guideTodd C. Miller
2003-08-12Stop the madness, though shalt not pass FD_SETSIZE as the first param toTodd C. Miller
2003-08-12Don't tell people to use FD_SETSIZE as the first argument to select().Todd C. Miller
2003-08-11Convert to queue groups and queuing-only config w/ a queue runner.Todd C. Miller
2003-08-10link File::Basename to basename, dirname, fileparseMarc Espie
2003-08-10sprintf -> snprintf, okay millert@.Marc Espie
2003-08-09Perl hints to use -O1 on mvme88k now; ok millert@Miod Vallat
2003-08-09fix for mcount call to allow .text sizes larger than 512k; epsie@ okMichael Shalayeff
2003-08-08On some architectures, being too optimistic in preserve_subexpressions_p(),Miod Vallat
2003-08-07Disable the so-called optimized memcpy functions for small (less than a fewMiod Vallat
2003-08-06Check for and skip variable-length arrays while bounds checking insteadAnil Madhavapeddy
2003-08-06small cleanup;Jason McIntyre
2003-08-06backport a fix from current gdb to fix a crash when using set enumTed Unangst