summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2007-11-07Fix potential heap overflow given a specially crafted regexp.Todd C. Miller
2007-11-05make sure configure does not hardcode MAKE in its generated makefile.Marc Espie
2007-11-03man pages can only be built after configure has runMarc Espie
2007-11-03fix groff build:Marc Espie
2007-11-03make sure configure is done before we try building manpages.Marc Espie
2007-10-29add missing dependency. Taken from upstream gcc.Marc Espie
2007-10-25fix dependency. ok millert@, \_o< miod@Marc Espie
2007-10-03On i386, use PCB_SAVECTX flags to distinguish between state saved by a normalMark Kettenis
2007-09-03crank libc and libstdc++ majorsTodd C. Miller
2007-09-03Add __cxa_atexit() support for gcc3. This provides support for shared object...Todd C. Miller
2007-08-24fix a bug leading to infinite recursion; adapted from CPANSimon Bertrang
2007-08-21Treat Ldatafault_internal as having a trap frame.Mark Kettenis
2007-07-23- enable thread support in libobjcKurt Miller
2007-07-16Backport a gcc3 fix:Miod Vallat
2007-07-05On OpenBSD/hppa, not all space registers are equivalent, so don't setMark Kettenis
2007-06-16INTMAX_TYPE and UINTMAX_TYPE are always in terms of long long onTodd C. Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-26introduce Mdocdate tag, requested by jmc.Niall O'Higgins
2007-05-20hack generated Makefile so that section is properly 3p.Marc Espie
2007-05-15pass COPTS thru, okay millert@Marc Espie
2007-05-12when comparing two revisions of a directory tree, don't show dead filesNikolay Sturm
2007-04-05Make sure all public declarations are declared .globl; remove code toMark Kettenis
2007-04-04Update to sendmail-8.14.1Todd C. Miller
2007-03-28new C version written by ray is worlds betterTheo de Raadt
2007-03-26remove old pages; spotted by kettenisJason McIntyre
2007-03-26sort the MAN entry; ok deraadtJason McIntyre
2007-03-25pick up the newer rev man pages; noticed by ingo schwarze, first rev byTheo de Raadt
2007-03-23Enable our sendbug(1), prodded by deraadt@.Ray Lai
2007-03-19build two more man pages; Ingo SchwarzeTheo de Raadt
2007-03-18Disable stack frame checking in the prologue under OpenBSD, unless you compileMiod Vallat
2007-03-15.Nm does not need an argument; from Igor SobradoJason McIntyre
2007-03-03Add new FUNC/ENDFUNC macros to generate size/type (function) for ELFDale Rahn
2007-03-02Move landisk to hardware floating point. At the moment the FPU context isMiod Vallat
2007-02-24replace 400 lines of md5 code in Digest::MD5's XS with 4 linesSimon Bertrang
2007-02-16Back-port a getpeername() fix from IO version 1.30.Todd C. Miller
2007-02-14remove GNU RCS implementation from the tree. Open RCS has been used for overNiall O'Higgins
2007-02-06fix some dodgy displays;Jason McIntyre
2007-02-04upgrade documentation so it reflects the way MakeMaker currently fillsMarc Espie
2007-02-04Update to sendmail-8.14.0. OK mbalmer@Todd C. Miller
2007-02-01Ignore HASATTRIBUTE_UNUSED for C++ as our g++ does not grokTodd C. Miller
2007-01-31gcc 3.3 doesn't support __attribute__((unused)) in C++ mode. PatchTodd C. Miller
2007-01-30Michael Shalayeff agreed to remove the advertising clauses from hisRay Lai
2007-01-20-Wstack-larger-than support, copied from gcc2.Miod Vallat
2007-01-17Remove references to xm files that no longer exist. Taken from GCC 3.4.Marc Aurele La France
2007-01-07Make unwinding through kernel trap frames work on sparc64.Mark Kettenis
2007-01-06Make gcc(1) really ignore __attribute__((visibility)) if HAVE_GAS_HIDDEN isn'tMark Kettenis
2006-12-26Make exception handling work on alpha.Mark Kettenis
2006-12-26Fix inline asm. From GCC PR 17856. Fixes gnash on amd64.Mark Kettenis
2006-12-23Remove trailing spaces in sed expression.Mark Kettenis
2006-12-13Fix a few unitialized vars, all taken from gcc trunk, except theOtto Moerbeek