summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-30allow compilation without -Ox. we may want to simplify #ifdefs more,Jun-ichiro itojun Hagino
after 2.7 is out.
2000-04-30prevent messing with critical psl flags -- from netbsdBrandon Creighton
2000-04-30send debug messages in SSH2 formatMarkus Friedl
2000-04-30be more careful with strcpy/sprintf. From tcpdump.org. millert@ okEric Jackson
2000-04-30#ifdef vax -> #ifdef __vax__Brandon Creighton
2000-04-30#ifdef vax -> #ifdef __vax__Brandon Creighton
2000-04-30Change 5985 by gsar@auger on 2000/04/28 07:30:28Todd C. Miller
forked child may not exit correctly if it failed to open /dev/console (from Graham Barr)
2000-04-30Change 5982 by gsar@auger on 2000/04/28 04:48:25Todd 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-30Change 5948 by gsar@auger on 2000/04/25 18:21:57Todd C. Miller
typo in vars.pm that leads to cryptic message (from Piotr Piatkowski <kompas@kompas.usr.onet.pl>)
2000-04-30stock perl 5.6.1Todd C. Miller
2000-04-30Change 5969 by gsar@auger on 2000/04/27 17:50:56Todd C. Miller
fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
2000-04-30Perl Change 5912 by gsar@auger on 2000/04/24 04:17:15Todd C. Miller
fix totally broken caching in UNIVERSAL::isa() (from Nick Ing-Simmons); fixes problems with 5.6.0 and Tk.
2000-04-30misc header reordering, remove #undef of relocation_infoBrandon Creighton
ok espie@
2000-04-30installboot(8) goes into arch subdirectory, espie@Miod Vallat
2000-04-29handle .tgz files tooTheo de Raadt
2000-04-29add $ tagKenneth R Westerback
2000-04-29add $ tagKenneth R Westerback
2000-04-29add $ tagKenneth R Westerback
2000-04-29add $ tagKenneth R Westerback
2000-04-29Use perl 5.6.0 features:Marc Espie
- don't use IO::File, autovivify handles instead, - use open 3 args mode for security, - pipe return code is now useful, so use it. Don't install the whatis.db file directly, instead put it in a tmp location, and copy it only if it changed: this avoids spurious errors on ro /usr.
2000-04-29Fixed a tyopMiod Vallat
2000-04-29typoTheo de Raadt
2000-04-29add $ tagKenneth R Westerback
2000-04-29Prune /tmp traversal at .X11-unixTodd C. Miller
Since /tmp might be a link to /var/tmp, prune at ssh-* or .X11-unix like the find on /tmp does.
2000-04-29keysize warnings error() -> log()Markus Friedl
2000-04-29SynchMarc Espie
2000-04-29ktrace(2) should not follow symbolic links; from FreeBSDTodd C. Miller
2000-04-29compare return value of signal(3) to SIG_ERR, not < 0 as it has not returnedTodd C. Miller
an int for ages...
2000-04-29don't call chan_write_failed() if we are not writingMarkus Friedl
2000-04-29From Lars Hecking <lhecking@nmrc.ucc.ie>:Marc Espie
grab NetBSD changes to recognize Linux ados labels, so that OpenBSD can mount them (provided it doesn't run into more endianness problems)
2000-04-29indentTheo de Raadt
2000-04-29strerrorTheo de Raadt
2000-04-29syncTheo de Raadt
2000-04-29Bump miniroot to 8704... might be slight overkill, but at leastMarc Espie
everything fits...
2000-04-29make bus_space_region* w/o extra functions, seem to work ok for usMichael Shalayeff
from netbsd: make sure the payload is aligned when using e2-over-802.11 encapsulation, as enabled by the link0 flag. fixes pr kern/9700.
2000-04-29from netbsd: fix vp3_cfg_intr_maskMichael Shalayeff
2000-04-29fix spec. PR1217Eric Jackson
2000-04-28cleanTheo de Raadt
2000-04-28ResurrectedMiod Vallat
2000-04-28Resurrected, and sync with current (not 100% complete)Miod Vallat
2000-04-28syncTheo de Raadt
2000-04-28IRE SafeNet CryptIC PCI cardTheo de Raadt
2000-04-28Make the -H option work again.Todd C. Miller
2000-04-28Fix obj on amiga. I'm an idiot.Marc Espie
2000-04-28Remove last remnants of @option preserve and @option extract-in-placeMarc Espie
We don't use these, and they are a bad idea anyway.
2000-04-28fix Xr; glam0006@tc.umn.eduTheo de Raadt
2000-04-28fleshTheo de Raadt
2000-04-28If symlinks to the package exist, remove them along with the package.Marc Espie
(current fix for flavors not being found as proper dependencies).
2000-04-28improve the englishTheo de Raadt