summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2005-01-06sync with list serverTodd C. Miller
2005-01-05Unbreak m88k build.Mark Kettenis
2005-01-02add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@Dale Rahn
2005-01-02-fzero-initialized-in-bss is wrong, meaning code thatTed Unangst
depends on zero initialized variables showing up in data fails. turn it off by default. ok deraadt@ miod@
2005-01-02document starttls(8);Jason McIntyre
2004-12-31add starttls(8) to SEE ALSO;Jason McIntyre
2004-12-30gcc 3.3.5 loop optimization will produce incorrect output on powerpc; aMiod Vallat
victim of this being awk(1), which in turn caused some manual pages to be generated without dates at the bottom. Since this is fixed by the (invasive) loop optimization rewrite done for 3.4, we can not expect a 3.3 fix anytime soon, and the fix is non-trivial, so disable the failing section of code on powerpc only. This has the net effect of magically turning -O1 and -O2 into -Os as far as -floop-optimize is concerned. Problem spotted by deraadt@, researched by otto@ and yours truly; this workaround agreed by many.
2004-12-30Actual synch with 3.3.5.Marc Espie
Changes in Makefile.bsd-wrapper to avoid prereq. Fix in lib*/config.h.in to include the right ones and get the correct definitions. Bump of shlib_version accordingly.
2004-12-30tidy up AUTHORS a little;Jason McIntyre
2004-12-30move copyright into main body of man page (commented out);Jason McIntyre
discussed w/ deraadt@
2004-12-30mention online bug tracking system: based on a commit from fbsd;Jason McIntyre
minor mdoc tweaks;
2004-12-27Add sgi support.Mark Kettenis
2004-12-27Update mips-specific code to gdb-current.Mark Kettenis
2004-12-27Don't crash on intermixed 32-bit and 64-bit DWARF sections.Mark Kettenis
2004-12-27Add add_setshow_enum_cmd.Mark Kettenis
2004-12-27Add back nbsd.mt.Mark Kettenis
2004-12-27Resolve conflicts for GDB 6.3. Add local patches.Mark Kettenis
ok deraadt@
2004-12-27GDB 6.3 (excluding .info files)Mark Kettenis
2004-12-27Some post bintuils-2.15 changes for gdb-6.3.Mark Kettenis
2004-12-26Remove duplicate definition of LONG_DOUBLE_TYPE_SIZE, and shrink WINT_TYPEMiod Vallat
to 32 bits, as done on all other OpenBSD platforms. ok espie@
2004-12-25zap this tooMarc Espie
2004-12-25solve remaining conflictsMarc Espie
2004-12-25update those manually, since cvs got confused.Marc Espie
2004-12-25propolice markerMarc Espie
2004-12-25new stacknote.s can't depend on stmp-dirs either or our make will rebuild stuffMarc Espie
during install.
2004-12-25revert to cast-as-lvalues being pedantic warnings for now.Marc Espie
2004-12-25some new i386-specific include files. Adjust directory name.Marc Espie
2004-12-24gcc 3.3.5Marc Espie
2004-12-24result of mergeMarc Espie
2004-12-24gcc 3.3.5Marc Espie
2004-12-24mergeMarc Espie
2004-12-24gcc 3.3.5Marc Espie
2004-12-24result from merge... highly weird, since dale mixed things upMarc Espie
and we're going back, as his libf2c 3.3.2 is actually libf2c 3.2.3.
2004-12-24fix up conflictsMarc Espie
2004-12-22Add -ULDAPMAP to CPPFLAGS so we can't inadvertanly build errstring.o withTodd C. Miller
ldap requirements in the milter.
2004-12-16Update to sendmail-8.13.2Todd C. Miller
2004-12-08fix perlbug 32446: socket on fd 1 gets duped to fd 0 on ↵Markus Friedl
close(STDIN)+close(STDOUT); from Steffen Ullrich at genua.de; ok millert@
2004-12-06Do not access memory out of bounds when parsing input; fixes an incorrectMiod Vallat
as behaviour when compiling sys/arch/mac68k/dev/if_ae.c with -pipe. ok tdeval@ deraadt@
2004-12-01Prevent -fno-builtin-{abort,exit} from causing cc1 to dump core.Miod Vallat
Spotted by espie@
2004-11-29Clarify what a category is and update the list of categories to match ourTodd C. Miller
current machine architectures. Based on a diff from jmc@
2004-11-24Do not put a ``warning: '' prefix to stabs warning messages, as we alreadyMiod Vallat
provide it in the message. Same logic as in ld/emultempl/elf32.em, except that some arches use duplicated code in libbfd now. Can you spell bloat?
2004-11-22.{N,O}x fixes;Jason McIntyre
2004-11-19syncTodd T. Fries
2004-11-16Bring exec-stack.h correctly on i386/ELF; spotted by pageexec@freemail.huMiod Vallat
2004-11-12Don't use the IRIX workaround for relocs. Seems to break reloc count inPer Fogelstrom
some shared libs and we don't need any workaround in OpenBSD.
2004-11-10Put back cross build piece which was lost with the 2.15 upgrade.Dale Rahn
2004-11-08Sync the weak symbol logic with the ELF ld.so, and use N_AUX() instead ofMiod Vallat
rolling our own version; no functional changes. ok millert@
2004-11-08Invoke _cachectl() with correct size parameters.Miod Vallat
ok millert@
2004-11-08Partially revert to binutils 2.14: do not put a ``warning: '' prefixMiod Vallat
to stabs warning messages, as we already provide it in the message. This will not change until all our supported architectures move to ELF.
2004-11-07fix man page path; moritz@jodeit.orgTheo de Raadt