Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-25 | Move NOPIC for mips from toplevel to the libraries that have problems | Mats 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 | |
2000-08-16 | Pull in proper Makefile.inc, spotted by someone who is not me but | Todd C. Miller | |
I've lost the reference. | |||
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-08-01 | Fix sanity check, sendmail is started from rc, not netstart. | Todd C. Miller | |
From brad@comstyle.com. | |||
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-07-26 | From gcc devel sources: make_temp_file -> mips_make_temp_file to avoid | Marc Espie | |
conflict with libiberty. | |||
2000-07-26 | make_temp_file proto is in libiberty now | Marc Espie | |
2000-07-26 | thinko | Marc Espie | |
2000-07-26 | New | Marc Espie | |
2000-07-26 | Synch includes with version provided with binutils 2.10 | Marc Espie | |
(don't integrate ATTRIBUTE_xxx macro changes yet) | |||
2000-07-26 | Partial synch with binutils-2.10 | Marc Espie | |
- Update all libiberty files apart from the C++ demangler and hashtab.c (taken from gcc 2.96, interface changed, would need to keep synch'ed with gcc) - bump version. | |||
2000-07-26 | libiberty version bundled with binutils-2.10 | Marc Espie | |
2000-07-26 | Prototype for make_temp_file (forgot to commit) | Marc Espie | |
2000-07-26 | Crosstools fix (accepted by the FSF ages ago, lost through the cracks | Marc Espie | |
here). Thanks mickey@ for reminding me. | |||
2000-07-18 | Recognize .lo as a valid object extension. | Marc Espie | |
This should help David Mazieres and others build C++ shared libraries with libtool. (from gcc main development tree, patch by me, approved by FSF and niklas@) | |||
2000-07-07 | use %s with fprintf | Theo de Raadt | |
2000-07-03 | Sorry, no dynamic libraries yet... | Marc Espie | |
2000-07-03 | float_format/collect2 for vax. | Marc Espie | |
I guessed those might be needed, bjc@ checked they are. | |||
2000-06-28 | integrate USE_SSL into real settings; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
2000-06-28 | -U option. | Oleg Safiullin | |
Does nothing, just for compatibility with aout ldconfig. | |||
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-06-18 | typo | Jun-ichiro itojun Hagino | |
2000-06-18 | make /etc/mail/sendmail.cf to listen to both IPv4 and IPv6 smtp port. | Jun-ichiro itojun Hagino | |
supply /etc/mail/sendmail-IPv4only.cf, since sendmail.cf chokes on IPv4-only kernel. | |||
2000-06-18 | enable IPv6 support in sendmail. by default, listens AF_INET only | Jun-ichiro itojun Hagino | |
(need DaemonPortOptions line to listen to AF_INET6 socket) default address family handling is from 8.11.0beta3. | |||
2000-06-15 | Add missing .include; form@openbsd.ru | Todd C. Miller | |
2000-06-11 | newaliases(1) -> newaliases(8) | Todd C. Miller | |
2000-06-11 | newaliases.1 -> newaliases.8 | Todd C. Miller | |
In the past any user could do a newaliases but these days you have to be a "trusted user" (in class T) so section 1 is inappropriate. | |||
2000-06-05 | Fix | Marc Espie | |
2000-06-05 | Fix merge | Marc Espie | |
2000-06-05 | Fix merge | Marc Espie | |
2000-06-05 | Fix idiotic merge conflicts, regen configure | Marc Espie | |
2000-06-05 | Synch with 2.95.3 (pre-rel) | Marc Espie | |
2000-06-05 | Synch with 2.95.3 (pre-rel) | Marc Espie | |
2000-06-05 | Synch with 2.95.3 (pre-rel) | Marc Espie | |
2000-06-05 | m68k asm knows about m68030-m68060 already, no need for upgrade, the | Marc Espie | |
documentation was lacking, so pass options through. (Prompted by Lars Hecking, ok niklas@) | |||
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-15 | ENVDEF= -> ENVDEF+= -- missed in last commit. | Todd C. Miller | |
2000-05-15 | Add support for building libraries with debugging information in them. | Niklas Hallqvist | |
Enable by setting DEBUGLIBS=yes in /etc/mk.conf, then -g libraries will get installed in /usr/lib/debug. This directory will be searched first if gcc is given the -g flag during the link stage. |