summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
2001-08-12Use INFTIM where possible.Federico G. Schwindt
2001-08-07Use mktemp(1) to avoid /tmp race found by terra@diku.dk.Todd C. Miller
Fix based on patch from mbing@nfr.net.
2001-08-07tree must buildHugh Graham
2001-08-01Add `newer' gas balign/p2align/2bytes/4bytes.Marc Espie
Checked by me on i386, miod@ on m68k (LOTS of thanks). fgs@ was last seen trying it on sparc a long time ago. I know that sparcs are slow, but this is ridiculous. Nobody else moved, so 8-P
2001-07-28Revert accidentally committed changeThorsten Lockert
2001-07-27Use snprintf to avoid potential overflows; zen-parse@gmx.netTodd C. Miller
2001-07-25Fix compilation on mvme88k (until binutils are ready).Miod Vallat
2001-07-21SHLIB_MAJOR/_MINOR not set in bsd.lib.mk anymore. Use major/minor.Kenneth R Westerback
2001-07-19even worse: link against nearly any kerberos library, and you need all ofTheo de Raadt
them. these swedes are insane!
2001-07-19well, with the most recent reorganization, it now turns out that anyTheo de Raadt
program which links -lkrb5 also must link -lkafs as well! someone please mail hin@ an alpha or a powerpc, so that he can become aware of how binutils ("the other linker we use") works.
2001-07-11remove mips leftovers; ok bradPeter Valchev
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-08Fix an obscure bug: make sure aliases are referenced.Marc Espie
Otherwise, if a shared library uses an aliased symbol in another library, the alias will only be partially resolved (everything setup... except for the real symbol marked as referenced, so the relocation ends up being zero and causes core-dumps on runtimes). Caused quite a few crashes: Xfree's 4 GL (linked with libc_r) or kerberosV exhibited the problem...
2001-07-07Silence 2 warnings. GNU code acts as if any non-gnu libc is stupid,Todd C. Miller
ours is not...
2001-07-02fix some incorrect cat page dependenciesTodd C. Miller
2001-07-01when you support kerberosV, you apparently need to also link in the 12Theo de Raadt
other libraries that it's tentacles lead to. This is just disgusting, and are going to pressure the KTH people to fix this. It's unmaintainable. kerberosV and kerberosIV even have cross dependencies. It's insane. patch developed at the same time by drahn and I
2001-06-23print names in reference (.%A) as belowJun-ichiro itojun Hagino
first guy, ... first guy and second guy, ... first, second, and second guy, ... based on comment from "Brian J. Kifiak" <bk@rt.fm>.
2001-06-09Revert to older demangle. Not tested nor updated yet.Marc Espie
2001-06-09bye byeMarc Espie
2001-06-09bye, byeMarc Espie
2001-06-09Bye, byeMarc Espie
2001-06-09Automatic cvs merge. Dread what I will have to fix after this excuseMarc Espie
of a program is done...
2001-06-09Long delayed import of binutils-2.10.1. Turns out art@ needs some alphaMarc Espie
bug-fixes...
2001-06-09Fill some field earlier, should allow better .init/dlopen interaction.Marc Espie
From NetBSD. fgsch@ agrees.
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