Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-07 | Restore debugging to att format. | Marc Espie | |
Noticed and requested by aazubel@mail.ru and fgs@. | |||
2001-06-02 | Remove a few extraneous subshells. Okay millert@ | Marc Espie | |
2001-05-25 | Support KERBEROS5 / gssapi. (hin@ ok) | Hakan Olsson | |
2001-05-24 | merge in perl 5.6.1 with our local changes | Todd C. Miller | |
2001-05-24 | stock perl 5.6.1 | Todd C. Miller | |
2001-05-08 | Insure detection of prefixes is limited to whole words. This avoids | Marc Espie | |
recognizing /usr/libdata as /usr/lib. Ok millert@ | |||
2001-04-19 | undo change which breaks the alpha. I did not see this change and approve ↵ | Theo de Raadt | |
it during tree lock. Grrr | |||
2001-04-18 | date: 2001/04/18 18:33:13; author: drahn; state: Exp; lines: +41 -0 | Dale 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-17 | Let ldd scan shared libraries. Since it doesn't load them, it doesn't | Marc Espie | |
use the hint cache nor anything, but at least it shows what dependencies exist. | |||
2001-04-11 | sync with recent .Nm changes made in the ELF ldconfig man page | Brad Smith | |
2001-04-09 | Don't use config.cache as a dependency as it breaks GLOBAL_AUTOCONF_CACHE | Todd C. Miller | |
(and there is no rule to generate it anyway). | |||
2001-03-28 | Goodbye, gdb uses src/gnu/lib/libreadline now. | Marc Espie | |
2001-03-28 | Kill remaining references to binutils's readline. | Marc Espie | |
2001-03-21 | permit [] hostname formats in CVSroot, for v6 | Theo de Raadt | |
2001-03-18 | Build gnu/lib/libreadline and use it instead of the one currently | Todd C. Miller | |
in the binutils dir. | |||
2001-03-15 | Document `P' in update output; mostly from bk@rt.fm | Thorsten Lockert | |
2001-03-07 | Revert my bfd change, and instead make ld match bfd, which is | Niklas 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-07 | 1st bug on the road to shlibs on alpha: | Niklas Hallqvist | |
match the maxpagesize between bfd and ld. | |||
2001-03-02 | signal handler repairs; phil@cs.wwu.edu | Theo de Raadt | |
2001-02-11 | Disable 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-11 | Document the fact that the wrong thing is likely to happen in many cases | Thorsten 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-10 | Fix merge problem | Thorsten Lockert | |
2001-02-10 | Integrate local changes | Thorsten Lockert | |
2001-02-10 | Latest from Cyclic Software | Thorsten Lockert | |
2001-02-10 | Latest from Cyclic Software | Thorsten Lockert | |
2001-02-09 | Fix some typos spotted by d@ | Aaron Campbell | |
2001-02-07 | Change 6214 by gsar@auger on 2000/06/08 13:57:54 | Todd 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-04 | Copy symlinks in addition to running h2ph so machine/foo.ph works | Todd C. Miller | |
Closes PR #1665 | |||
2001-01-31 | regen'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-31 | Spacing | Marc Espie | |
2001-01-31 | Switch alpha to ELF. | Artur Grabowski | |
2001-01-23 | Tweak 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-17 | Remove libiberty from the list of dependencies, since we use the install | Marc Espie | |
version. | |||
2001-01-16 | Enforce building stuff at compile time, not install time. | Marc Espie | |
2000-12-30 | Install history.h in install (PR 1478) | Angelos D. Keromytis | |
2000-12-28 | Fixed 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-12 | rsh was changed to ssh. reflect this in error messages. ok deraadt@ | Todd T. Fries | |
2000-12-10 | oops, document that CVS_RSH defaults to "ssh" now | Theo de Raadt | |
2000-12-10 | change default connection protocol from "rsh" to "ssh", so that CVS_RSH | Theo de Raadt | |
no longer needs setting. | |||
2000-12-05 | powerpc has shared libs for OpenBSD >= 2.8 | Todd C. Miller | |
2000-11-21 | If NOMAN is set just touch rcsfile.5 instead of trying to pic it. | Todd C. Miller | |
Hack to work around alpha problems. | |||
2000-11-20 | Make new binutils compile on Alpha again; ok espie@ | tomo | |
2000-11-10 | these 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-10 | Backout last change, broke as emulation order | Miod Vallat | |
2000-11-09 | permit -Tps; aaron ok | Theo de Raadt | |
2000-11-09 | case of header | Theo de Raadt | |
2000-11-07 | Passive ftp support from newer lynx sources. To enable it, see | Federico G. Schwindt | |
FTP_PASSIVE in lynx.cfg. | |||
2000-10-29 | Pull updated file from binutils CVS : fixes tons of warnings, espie@ ok | Miod Vallat | |
2000-10-29 | Repair mips-based targets, espie@ ok | Miod Vallat | |