summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2000-10-15Reflect reality.Marc Espie
2000-10-15Explain how -shared is supposed to work and what breaks when youMarc Espie
misuse it.
2000-10-15Don't link shared libraries against -lc on ppc either.Marc Espie
2000-10-15Finish synch'ing.Marc Espie
2000-10-14build both -fPIC and -fpic on sparc; espie (not around, and this needs to be ↵Theo de Raadt
in the tree nowish)
2000-10-11Use "cc -shared" not "ld -Bstatic" to build shared objectsTodd C. Miller
2000-10-10build mkhybridBob Beck
2000-10-10mkhybrid 1.12b5.1Bob Beck
Note, this normally makes a "mkisofs" which is the same binary, mkisofs from here needs to be tested out prior to replacing our existing mkisofs with this. (currently just installs mkhybrid)
2000-10-09Fix non-exploitable buffer oflow in test mode. Also add a line to uncommentTodd C. Miller
in sendmail/Makefile to cause sendmail to drop privs in test mode. From sendmail+gshapiro@SENDMAIL.ORG
2000-10-09RenamedMarc Espie
2000-10-09Compile libgcc -fPIC on all OpenBSD architectures.Marc Espie
(better name for the fragment)
2000-10-09Don't select libc for -shared for now.Marc Espie
(Will revisit that decision after we switch libc/libc_r -> libc/libpthreads)
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-25switch powerpc to libgcc -fPIC.Marc Espie
2000-09-25Patch from Alexander N. Kabaev <ak03@gte.com>Marc Espie
Fixes GCC GNATS PR 258 and 413.
2000-09-25Miscellaneous cvs wackiness: remove resurrected files and `solve'Marc Espie
artificial conflicts.
2000-09-24Synch with FSF stable treeMarc Espie
2000-09-24Activate libgcc -fPIC for powerpcMarc Espie
(other architectures pending)
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
each time.
2000-09-20Avoid erasing a GOT definition.Marc Espie
This is needed for a -fPIC libgcc.
2000-09-19install tools and scripts in libdata; espieTheo de Raadt
2000-09-17More DESTDIRMarc Espie
2000-09-16ELF linkage does not require collect2, ld does everything necessary.Dale S. Rahn
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
but we have a mix here -> convert the old ones to heed DESTDIR. Also, fix manpages installation in Makefile.bsd-wrapper (INSTALL_MAN setting that got lost, bad MANDIR, don't set MANDIR if PREFIX is the standard location)
2000-09-14Can't directly :M${MACHINE_ARCH}, so kludge it thru a for loop.Marc Espie
Thanks, Dale.
2000-09-13Allow make clean to proceed.Marc Espie
(This is probably a work-around for a bug in ksh)
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
on tcl there. This should restore the tree to build status, even though patches are still pending.
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
Use the new interface to call safe mkstemp or mkdtemp when available.
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
(trivial part done, `interesting' patches remain)
2000-09-12Help stupid cvs fixing basic conflicts.Marc Espie
2000-09-12Import binutils-2.10Marc Espie
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
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
Closes PR 1246
2000-08-25Move NOPIC for mips from toplevel to the libraries that have problemsMats O Jansson
with shared libraries. This will allow libiberty.so to be created by default. -moj
2000-08-20#define HASSETUSERCONTEXT now that we have login.conf support.Todd C. Miller