Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-21 | Fix man pages for good. | Marc Espie | |
2000-09-21 | Trim down RRS text relocation warnings, no need to see 1000 of them | Marc Espie | |
each time. | |||
2000-09-20 | Avoid erasing a GOT definition. | Marc Espie | |
This is needed for a -fPIC libgcc. | |||
2000-09-19 | install tools and scripts in libdata; espie | Theo de Raadt | |
2000-09-17 | More DESTDIR | Marc Espie | |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt | |
2000-09-15 | Add powerpc-openbsd to list of supported systems. | Dale S. Rahn | |
2000-09-14 | Lost manpages (gdb and objdump) | Marc Espie | |
2000-09-14 | Some 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-14 | Can't directly :M${MACHINE_ARCH}, so kludge it thru a for loop. | Marc Espie | |
Thanks, Dale. | |||
2000-09-13 | Allow make clean to proceed. | Marc Espie | |
(This is probably a work-around for a bug in ksh) | |||
2000-09-12 | Need to mention where to install binutils... | Marc Espie | |
2000-09-12 | Recognize sparc/i386/m68k-openbsd, and use the netbsd emulation then. | Marc Espie | |
2000-09-12 | Allow gen-aout.c to compile on something other than #@#!%linux | Marc Espie | |
2000-09-12 | remove cygnus tree gdb dependencies: we definitely don't want to depend | Marc Espie | |
on tcl there. This should restore the tree to build status, even though patches are still pending. | |||
2000-09-12 | Configure the right directories depending on arch. | Marc Espie | |
2000-09-12 | Adapt gdb to function name change in bfd. | Marc Espie | |
2000-09-12 | Change 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-12 | Avoid calls to insecure choose_temp_base | Marc Espie | |
2000-09-12 | Check for mkdtemp and mkstemp. | Marc Espie | |
2000-09-12 | Do not build cxxfilt, the -current version lies with gcc | Marc Espie | |
2000-09-12 | link against installed libiberty | Marc Espie | |
2000-09-12 | Resolve other problems that dumb cvs can't find out by itself. | Marc Espie | |
(trivial part done, `interesting' patches remain) | |||
2000-09-12 | Help stupid cvs fixing basic conflicts. | Marc Espie | |
2000-09-12 | Import binutils-2.10 | Marc Espie | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
2000-09-07 | Remove unwanted MANSUBDIR that crept in from my private tree | Marc Espie | |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-08-08 | The 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/mail | Todd C. Miller | |
so this bug doesn't bite us but... | |||
2000-08-04 | Overriding SUBDIRS from make command line no longer works for | Marc Espie | |
recursive Makefile (in this case, this will miss doc subdirs), so pass it in the environment instead, and tweak Makefile after configure slightly so that main SUBDIRS can be changed. Also remove config/config.status rule duplication by use of .USE. | |||
2000-08-04 | New make passes DESTDIR thru correctly, fix make release | Marc Espie | |
2000-08-04 | New 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-zero | Todd C. Miller | |
2000-07-31 | Don't try to pass GNUCFLAGS over to submakes, wrecks havok with POSIX make | Marc Espie | |
rules. | |||
2000-07-31 | Remove unneeded SUBDIR override. | Marc Espie | |
2000-07-31 | comma splice | Paul Janzen | |
2000-07-26 | avoid indexing into arrays using signed chars; discovered by fuzz | Theo de Raadt | |
2000-06-28 | integrate USE_SSL into real settings; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
2000-06-28 | Improve remove_search_dir(), avoid memory leak. | Oleg Safiullin | |
Add support for -U option: Unconfigure directories specified on the command line or remove inaccessible directories from search path if no directories spec- ified. This option cannot be used with -m. - this option helps to correctly pkg_delete packages like postgresql, mysql (with shared libs in package's own directory). ok espie@ | |||
2000-05-30 | Install history.h in /usr/include/readline, PR 934 | Angelos D. Keromytis | |
2000-05-27 | gas recognizes m68020/30/40/60... doubtful it does anything useful | Marc Espie | |
with 68060, but still, IT's there. | |||
2000-05-25 | rename rtld(1) to ld.so(1) | Theo de Raadt | |
2000-05-18 | Update from perl-current--fixes the op/universal test. | Todd C. Miller | |
2000-05-01 | Make it compile even if exec-permissions are missing on cfg_defs.sh | Hans Insulander | |
and cfg_edit.sh. Work by maja@, ok deraadt@ | |||
2000-04-30 | disable GLOBAL_AUTOCONF_CACHE for the moment, since it doesn't work. Noticed ↵ | Mats O Jansson | |
by millert@. -moj | |||
2000-04-30 | code missed when upgraded to 2.8.2. -moj | Mats O Jansson | |
2000-04-30 | Fix typo introduced in mkstemp addition. | Todd C. Miller | |
2000-04-30 | - do not miss /usr/lib in search path. | Oleg Safiullin | |
- ldconfig -R: do not add /usr/lib to search path, use previously configured dirs instead. - avoid duplicates in search path ok espie@ | |||
2000-04-30 | Change 5985 by gsar@auger on 2000/04/28 07:30:28 | Todd C. Miller | |
forked child may not exit correctly if it failed to open /dev/console (from Graham Barr) | |||
2000-04-30 | Change 5982 by gsar@auger on 2000/04/28 04:48:25 | Todd C. Miller | |
avoid error in IO::Socket::INET when given an unknown service name with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>) |