summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2008-04-02Update to queue group-based config in use on the list server.Todd C. Miller
2008-03-28Remove unnecessary whitespace on .type foo,@object lines, which confuse gasMiod Vallat
2008-03-28Enable shared libraries on landisk.Dale Rahn
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-15This should set msg_control using CMSG_SIZE(), and not assume thatTheo de Raadt
2008-03-13Add __data_start symbol to all ELF archs to consistently mark the beginningKurt Miller
2008-03-08more mkhybrid prototypes cleanups.Marc Espie
2008-02-27fix a segfault in gnucvs that can occur with "checkout -c" if there isJoris Vink
2008-02-27start cleaning up that mess (some sprintf -> snprintf, plus -Wall)Marc Espie
2008-02-20Fix a use-after-free bug in the envelope code just after a port 25 fork.Brad Smith
2008-02-15Really enable weak aliases by disabling the unwanted SUPPORTS_WEAK override, theMiod Vallat
2008-02-12Fix a few warnings, including an uninitialized variable in an error case.Miod Vallat
2008-02-10give method name of covariant return issue.Marc Espie
2008-02-08Febuary -> FebruaryJason McIntyre
2008-01-29More read/write result checking fixes to avoid unsigned comparisons vsKenneth R Westerback
2008-01-29fix another make -j race, avoid rebuilding some archives twice in parallel.Marc Espie
2008-01-25"read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because itKenneth R Westerback
2008-01-14Fix a race by making maybe-all-bfd depend on all-bfd and maybe-all-opcodesMark Kettenis
2008-01-14manpages need directories.Marc Espie
2008-01-01In the alpha allocate_stack builtin, only trigger stack probes if not runningMiod Vallat
2007-12-30enforce install -S, avoids races with make -j:Marc Espie
2007-12-24Teach as(1) about %gl on sparc64.Mark Kettenis
2007-12-01fix makefile races.Marc Espie
2007-11-28use sizeof (buf) instead of hardcoded valueCharles Longeau
2007-11-28insert .WAIT so that stuff is built first, and checked afterwards, insteadMarc Espie
2007-11-28add dependencies for protector.o, preventing it from being built too early.Marc Espie
2007-11-28fix race: install-all can only be run *after* all is finished, otherwiseMarc Espie
2007-11-28Fix md_swap{in,out}_reloc.Miod Vallat
2007-11-26Add a new warning to gcc, -Wvariable-decl, which causes it to warn forMiod Vallat
2007-11-26fix build for real, forward maninstall to wrapper1Marc Espie
2007-11-25espie broke the make install codepath (and I think not just for DESTDIR), so ...Theo de Raadt
2007-11-25man pages are in Makefile.bsd-wrapper1, so MLINKS should be there too,Theo de Raadt
2007-11-24some make -j fixes.Marc Espie
2007-11-24Fix a.out header endianness swap.Miod Vallat
2007-11-20the extra stuff also needs stmp-dirs, as found out by naddy@Marc Espie
2007-11-11import perl 5.10.0 from CPANSimon Bertrang
2007-11-11update File::Temp to CPAN version 0.18 as other modules start to use itSimon Bertrang
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