summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Expand)Author
2001-09-11yes this is a configure diff, but this library order is needed for static lib...Theo de Raadt
2001-09-10no shared libs on sparc64 (yet)Jason Wright
2001-09-06Add stbar to the opcodes list; art@ ok.Federico G. Schwindt
2001-09-06Use ${CC} to link ld.so, so that it will grok whatever you throw atMarc Espie
2001-09-05Support for sparc64. gdb disabled for now.Artur Grabowski
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-05sparc64 uses new binutils.Artur Grabowski
2001-09-05remove work-around for _GLOBAL_OFFSET_TABLE_, now that the last piecesMarc Espie
2001-09-05Use __GLOBAL_OFFSET_TABLE_ consistently.Marc Espie
2001-09-04alpha has shared libs; pointed out by brad@Todd C. Miller
2001-09-01config changes to tell configure that macppc is a powerpc. Fixes thisDale Rahn
2001-08-30Fixed version of Matthieu's change from revision 1.12Todd C. Miller
2001-08-30Detect broken libraries that reference themselves.Marc Espie
2001-08-29Nope, this makes cvs dump coreTheo de Raadt
2001-08-27allow for local tags that include numbers (like $XFree86$). FirstMatthieu Herrb
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
2001-08-07tree must buildHugh Graham
2001-08-01Add `newer' gas balign/p2align/2bytes/4bytes.Marc Espie
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
2001-07-19well, with the most recent reorganization, it now turns out that anyTheo de Raadt
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
2001-07-07Silence 2 warnings. GNU code acts as if any non-gnu libc is stupid,Todd C. Miller
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
2001-06-23print names in reference (.%A) as belowJun-ichiro itojun Hagino
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
2001-06-09Long delayed import of binutils-2.10.1. Turns out art@ needs some alphaMarc Espie
2001-06-09Fill some field earlier, should allow better .init/dlopen interaction.Marc Espie
2001-06-07Restore debugging to att format.Marc Espie
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
2001-04-19undo change which breaks the alpha. I did not see this change and approve it...Theo de Raadt
2001-04-18date: 2001/04/18 18:33:13; author: drahn; state: Exp; lines: +41 -0Dale Rahn
2001-04-17Let ldd scan shared libraries. Since it doesn't load them, it doesn'tMarc Espie
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