summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Expand)Author
2000-11-07Passive ftp support from newer lynx sources. To enable it, seeFederico G. Schwindt
2000-10-29Pull updated file from binutils CVS : fixes tons of warnings, espie@ okMiod Vallat
2000-10-29Repair mips-based targets, espie@ okMiod Vallat
2000-10-25Add shared library awareness to powerpc gdb. Uses the "standard" SVR4 solibDale Rahn
2000-10-21Add missing local change that was lost in a merge.Todd C. Miller
2000-10-20Correct FILES section, since our sendbug(1) uses mktemp(1) for generatingAaron Campbell
2000-10-20Add support for major/minor version numbers.Marc Espie
2000-10-18set siteprefix and siteprefixexp to /usr/local as they should beTodd C. Miller
2000-10-18set siteprefix and siteprefixexp to /usr/local as they should beTodd C. Miller
2000-10-11Use "cc -shared" not "ld -Bstatic" to build shared objectsTodd C. Miller
2000-10-06${SHELL} move-if-changedDavid Leonard
2000-10-06ldconfig(1) -> ldconfig(8)Aaron Campbell
2000-10-03More format string paranoia; deraadt@ okAaron Campbell
2000-09-21Fix man pages for good.Marc Espie
2000-09-21Trim down RRS text relocation warnings, no need to see 1000 of themMarc Espie
2000-09-20Avoid erasing a GOT definition.Marc Espie
2000-09-19install tools and scripts in libdata; espieTheo de Raadt
2000-09-17More DESTDIRMarc Espie
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-09-15Add powerpc-openbsd to list of supported systems.Dale S. Rahn
2000-09-14Lost manpages (gdb and objdump)Marc Espie
2000-09-14Some installation problems: older gnu programs don't know about DESTDIR,Marc Espie
2000-09-14Can't directly :M${MACHINE_ARCH}, so kludge it thru a for loop.Marc Espie
2000-09-13Allow make clean to proceed.Marc Espie
2000-09-12Need to mention where to install binutils...Marc Espie
2000-09-12Recognize sparc/i386/m68k-openbsd, and use the netbsd emulation then.Marc Espie
2000-09-12Allow gen-aout.c to compile on something other than #@#!%linuxMarc Espie
2000-09-12remove cygnus tree gdb dependencies: we definitely don't want to dependMarc Espie
2000-09-12Configure the right directories depending on arch.Marc Espie
2000-09-12Adapt gdb to function name change in bfd.Marc Espie
2000-09-12Change make_tempname() interface to create file or directory when needed.Marc Espie
2000-09-12Avoid calls to insecure choose_temp_baseMarc Espie
2000-09-12Check for mkdtemp and mkstemp.Marc Espie
2000-09-12Do not build cxxfilt, the -current version lies with gccMarc Espie
2000-09-12link against installed libibertyMarc Espie
2000-09-12Resolve other problems that dumb cvs can't find out by itself.Marc Espie
2000-09-12Help stupid cvs fixing basic conflicts.Marc Espie
2000-09-12Import binutils-2.10Marc Espie
2000-09-07Remove unwanted MANSUBDIR that crept in from my private treeMarc Espie
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-08-08The official perl fix deletes the /bin/mail code entirely.Todd C. Miller
2000-08-07#ifdef out code that runs /bin/mail insecurely. We don't have a /bin/mailTodd C. Miller
2000-08-04Overriding SUBDIRS from make command line no longer works forMarc Espie
2000-08-04New make passes DESTDIR thru correctly, fix make releaseMarc Espie
2000-08-04New make passes DESTDIR correctly, and texinfo handles it correctly.Marc Espie
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-07-31Don't try to pass GNUCFLAGS over to submakes, wrecks havok with POSIX makeMarc Espie
2000-07-31Remove unneeded SUBDIR override.Marc Espie
2000-07-31comma splicePaul Janzen
2000-07-26avoid indexing into arrays using signed chars; discovered by fuzzTheo de Raadt