summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
2001-06-07Restore debugging to att format.Marc Espie
Noticed and requested by aazubel@mail.ru and fgs@.
2001-06-02Remove a few extraneous subshells. Okay millert@Marc Espie
2001-05-25Support KERBEROS5 / gssapi. (hin@ ok)Hakan Olsson
2001-05-24merge in perl 5.6.1 with our local changesTodd C. Miller
2001-05-24stock perl 5.6.1Todd C. Miller
2001-05-08Insure detection of prefixes is limited to whole words. This avoidsMarc Espie
recognizing /usr/libdata as /usr/lib. Ok millert@
2001-04-19undo change which breaks the alpha. I did not see this change and approve ↵Theo de Raadt
it during tree lock. Grrr
2001-04-18date: 2001/04/18 18:33:13; author: drahn; state: Exp; lines: +41 -0Dale Rahn
Use the /var/run/ld.so.hints for looking up transitive dependancies on shared libraries in ld, this is done in linux with ld.so.conf, but the string is stored in ld.so.hints for openbsd. Fixes some "-rpath" compilation errors. as with the linux case, this is only for the native ld. Ok'd by espie@.
2001-04-17Let ldd scan shared libraries. Since it doesn't load them, it doesn'tMarc Espie
use the hint cache nor anything, but at least it shows what dependencies exist.
2001-04-11sync with recent .Nm changes made in the ELF ldconfig man pageBrad Smith
2001-04-09Don't use config.cache as a dependency as it breaks GLOBAL_AUTOCONF_CACHETodd C. Miller
(and there is no rule to generate it anyway).
2001-03-28Goodbye, gdb uses src/gnu/lib/libreadline now.Marc Espie
2001-03-28Kill remaining references to binutils's readline.Marc Espie
2001-03-21permit [] hostname formats in CVSroot, for v6Theo de Raadt
2001-03-18Build gnu/lib/libreadline and use it instead of the one currentlyTodd C. Miller
in the binutils dir.
2001-03-15Document `P' in update output; mostly from bk@rt.fmThorsten Lockert
2001-03-07Revert my bfd change, and instead make ld match bfd, which isNiklas Hallqvist
the way Red hat choose. Both ways work, the important thing is that things match. However if we use the red hat solution we will not need to merge local changes when importing new binutils releases; espie made me aware of the import issues which I forgot due to lack of sleep :-).
2001-03-071st bug on the road to shlibs on alpha:Niklas Hallqvist
match the maxpagesize between bfd and ld.
2001-03-02signal handler repairs; phil@cs.wwu.eduTheo de Raadt
2001-02-11Disable bogus check for whether a file in the current directory (only!)Thorsten Lockert
were checked out of a different CVSROOT -- makes it very hard to have replicated repositories.
2001-02-11Document the fact that the wrong thing is likely to happen in many casesThorsten Lockert
here, if something is checked out from a (read-only?) replica of a repos, and then checked in to the master, files will be skipped. This needs to be resolved, somehow.
2001-02-10Fix merge problemThorsten Lockert
2001-02-10Integrate local changesThorsten Lockert
2001-02-10Latest from Cyclic SoftwareThorsten Lockert
2001-02-10Latest from Cyclic SoftwareThorsten Lockert
2001-02-09Fix some typos spotted by d@Aaron Campbell
2001-02-07Change 6214 by gsar@auger on 2000/06/08 13:57:54Todd C. Miller
@_ can't have junk in it even in the non-USE_ITHREADS case because caller() wants to populate @DB::args with it (causes a coredump in Carp::confess())
2001-02-04Copy symlinks in addition to running h2ph so machine/foo.ph worksTodd C. Miller
Closes PR #1665
2001-01-31regen'd.Marc Espie
Correct line numbers. Note that autoconf 2.13 is slightly different from the version originally used in binutils 2.10 (namely the mmap and alloca tests have been slightly modified, with no consequences for us... the changes are mostly for C++ compatibility).
2001-01-31SpacingMarc Espie
2001-01-31Switch alpha to ELF.Artur Grabowski
2001-01-23Tweak to allow groff -Tdvi -mandoc ... to work.Marco S Hyman
The mdoc macros were re-defining a font alias needed when dvi output was selected. Note: due to groff dvi font limitiations -Tps produces nicer printed material than -Tdvi when using the mandoc macros. OK millert@
2001-01-17Remove libiberty from the list of dependencies, since we use the installMarc Espie
version.
2001-01-16Enforce building stuff at compile time, not install time.Marc Espie
2000-12-30Install history.h in install (PR 1478)Angelos D. Keromytis
2000-12-28Fixed m88k related defines.Steve Murphree
2000-12-19-libiberty is a bogus dependency, so remove it, as we share it with egcs.Marc Espie
PR 1571.
2000-12-12rsh was changed to ssh. reflect this in error messages. ok deraadt@Todd T. Fries
2000-12-10oops, document that CVS_RSH defaults to "ssh" nowTheo de Raadt
2000-12-10change default connection protocol from "rsh" to "ssh", so that CVS_RSHTheo de Raadt
no longer needs setting.
2000-12-05powerpc has shared libs for OpenBSD >= 2.8Todd C. Miller
2000-11-21If NOMAN is set just touch rcsfile.5 instead of trying to pic it.Todd C. Miller
Hack to work around alpha problems.
2000-11-20Make new binutils compile on Alpha again; ok espie@tomo
2000-11-10these contain special cases where they build man pages into .0 files;Theo de Raadt
they must now also build .ps files if MANPS is set.
2000-11-10Backout last change, broke as emulation orderMiod Vallat
2000-11-09permit -Tps; aaron okTheo de Raadt
2000-11-09case of headerTheo de Raadt
2000-11-07Passive ftp support from newer lynx sources. To enable it, seeFederico G. Schwindt
FTP_PASSIVE in lynx.cfg.
2000-10-29Pull updated file from binutils CVS : fixes tons of warnings, espie@ okMiod Vallat
2000-10-29Repair mips-based targets, espie@ okMiod Vallat