Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2000-05-15 | Update to reality | Todd C. Miller | |
2000-05-15 | since Makefile.inc is included at the end, do ENVDEF+= there | Todd C. Miller | |
and use ENVDEF= in the Makefile (this was reversed). Also, pull in the right Makefile.inc for things that don't get installed in usr.sbin. | |||
2000-05-03 | typo (etc -> etc/mail migration). deraadt okay'ed | Jun-ichiro itojun Hagino | |
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>) | |||
2000-04-30 | Change 5948 by gsar@auger on 2000/04/25 18:21:57 | Todd C. Miller | |
typo in vars.pm that leads to cryptic message (from Piotr Piatkowski <kompas@kompas.usr.onet.pl>) | |||
2000-04-30 | stock perl 5.6.1 | Todd C. Miller | |
2000-04-30 | Change 5969 by gsar@auger on 2000/04/27 17:50:56 | Todd C. Miller | |
fix Sys::Syslog breakage on domain sockets (from Tom Hughes) | |||
2000-04-30 | Perl Change 5912 by gsar@auger on 2000/04/24 04:17:15 | Todd C. Miller | |
fix totally broken caching in UNIVERSAL::isa() (from Nick Ing-Simmons); fixes problems with 5.6.0 and Tk. | |||
2000-04-30 | misc header reordering, remove #undef of relocation_info | Brandon Creighton | |
ok espie@ | |||
2000-04-27 | Call ctor/dtor lists generated by collect2 as well. | Marc Espie | |
Since those are properly protected against multiple execution, even if collect2/ld manages to link them at some point, this won't add problems. | |||
2000-04-27 | Support -shared on a.out platforms: pass the right options to ld | Marc Espie | |
(e.g., no start symbol, -x -Bshareable). collect2 should do the rest, wrt ctors/dtors | |||
2000-04-27 | Mention RFC2476 and port 587 | Todd C. Miller | |
2000-04-27 | rules are going to local_rulesets now | Michael Shalayeff | |
2000-04-24 | Make dlopened modules prefer symbols defined locally | Niklas Hallqvist | |
2000-04-24 | Add xstrdup() - like strdup but get fatal error if memory is exhausted. | Oleg Safiullin | |
Avoid duplicates in search path. ok espie@ | |||
2000-04-24 | Better fix for all the dash shenanigans; rra@stanford.edu | Todd C. Miller | |
Updates Man.pm to version 1.04. | |||
2000-04-24 | Fix in scalar vs. list dereference bug in InputObjects.pm. Keep | Todd C. Miller | |
dashes in C<> blocks from getting \e prepended to them. They should have a \ prepended to escape them which this does correctly do yet, but at least it produces legible documentation; rra@stanford.edu | |||
2000-04-22 | Sendmail didn't buy back the arc4random() changes so just use | Todd C. Miller | |
srandomdev() which seeds itself from arc4random(). Sendmail doesn't really need crypto-strength random numbers. | |||
2000-04-21 | a little bit of glue to call openssl; mark@moxienet.com | Theo de Raadt | |