summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2002-06-08sayonara, you should not be here; reported by wcobb@Federico G. Schwindt
2002-06-07Switch powerpc to using new split (aout/elf) link.hDale Rahn
2002-06-05some manual cruft federico keeps in the generated fileMichael Shalayeff
2002-06-05provide our own path for generating the ldscripts and tweak it accordingly; ↵Michael Shalayeff
fgsch@ ok
2002-06-05default to passive, upgrade to active as needed; Andrew BasterfieldTheo de Raadt
list@lostgeneration.freeserve.co.uk
2002-06-04spellingTheo de Raadt
2002-06-03Update to sendmail-8.12.4Todd C. Miller
2002-06-03fix typoTodd T. Fries
2002-06-03make ro /usr/src work again, tholo@ okTodd T. Fries
while I'm here, make 'cleandir' cleanup all files
2002-06-03make ro /usr/src work againTodd T. Fries
while I'm here, make 'cleandir' cleanup all files
2002-06-03use issetugid() instead of uid/gid comparisons; from drahnTheo de Raadt
2002-06-01mkisofs goes awayTheo de Raadt
2002-05-31we use mkhybrid for everything nowTheo de Raadt
2002-05-31don't write CVSvn.texi to src.Wilbern Cobb
ok millert@.
2002-05-30__attribute__((sentinel))Marc Espie
for now, just check that a function with an ellipsis is always called with the last parameter a null pointer (sentinel may take parameters in the future, if I figure out how to check a specific value and its type). okay millert@
2002-05-30move build/host/target fragment to a separate file.Marc Espie
Idea taken from recent gcc's. - unobfuscate the code, since config.gcc does not go through m4. - no synch problems, since config.gcc is the file that changes the most, and configure no longer needs to be re-gen'ed. ok millert@
2002-05-30separate main.c into a separate libfrtbegin.a.Marc Espie
Handle that in g77spec. Taken from gcc 3.1 (apart from the Makefile.bsd-wrapper changes). This allows one to link fortran code with other languages on ELF platforms: putting main.c in libg2c.so would make libg2c insist it got a MAIN__ symbol. Okay fgs@, pval@.
2002-05-28Fix *.texinfo warnings in gnu/.Mike Pechkin
espie@ request and OK
2002-05-24replace code w/ no license w/ public domain codeEric Jackson
deraadt@ ok
2002-05-21Support for kcore on alpha.Artur Grabowski
Based on a diff from Mattias Amnefelt <mattiasa at e.kth.se>, which was in turn based on code in NetBSD, but I rewrote all the relevant pieces to have less alignment errors and follow gdb code style. fgs@ ok.
2002-05-19enable attaching to a running process on alpha.Matthieu Herrb
ok millert@
2002-05-18don't duplicate things here, just include xm-obsd.h.Federico G. Schwindt
fixes warnings found by deraadt@. tested by miod@
2002-05-15syncTheo de Raadt
2002-05-15use -ldesTheo de Raadt
2002-05-14this shouldn't be here; reported by wcobb@.Federico G. Schwindt
2002-05-14no longer needed; byebye.Federico G. Schwindt
2002-05-14regen.Federico G. Schwindt
2002-05-14ops, add missing vax vector.Federico G. Schwindt
2002-05-13- Sync changes between source and generated files (ie., changes existingFederico G. Schwindt
only in the generated files). - Regen. Whenever is possible, changes should be done to the source files (.am, .in). That way is easier to track and merge local changes when importing.
2002-05-13pull some demangler changes as with the libiberty counterpart to pleaseFederico G. Schwindt
binutils; actually both files should be the same.
2002-05-13don't incorrectly match powerpc or any other openbsd arch for theFederico G. Schwindt
case; from binutils -current.
2002-05-13import binutils 2.14 (excluding testsuites, .info files, and .po files)Federico G. Schwindt
2002-05-13hppa pieces; don't regenerate yet.Federico G. Schwindt
2002-05-13resolve conflicts.Federico G. Schwindt
2002-05-13Import binutils-2.11.2Federico G. Schwindt
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
2002-05-13Import binutils-2.11.2Federico G. Schwindt
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
2002-05-13Import binutils-2.11.2Federico G. Schwindt
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
2002-05-13Import binutils-2.11.2Federico G. Schwindt
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
2002-05-13Import binutils-2.11.2Federico G. Schwindt
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
2002-05-13Import binutils-2.11.2Federico G. Schwindt
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
2002-05-13Import binutils-2.11.2Federico G. Schwindt
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
2002-05-11bump minor version.Federico G. Schwindt
2002-05-11funcs and declarations needed by recent changes to cplus-dem.c; espie@ okFederico G. Schwindt
2002-05-11pull a few demangler functions needed by new binutils. enable getpwd asFederico G. Schwindt
well; espie@ ok.
2002-05-11don't pull these yet.Federico G. Schwindt
2002-05-11libiberty version bundled with binutils 2.11.Federico G. Schwindt
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@
2002-05-08includes should be installed during `make include', not later.Marc Espie
Fixes this for lex and binutils' bfd. Also, do not install ansidecl.h, we don't really need it, bfd.h uses it, and we installed it so that bfd worked, so let bfd.h include it directly. prompted by mickey@
2002-05-08No more need to build this gprof on ELF archs. We use the native one now.Artur Grabowski
2002-05-01Sync with OpenBSD hints file from latest perl snapshot.Todd C. Miller