Age | Commit 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-30 | allow compilation without -Ox. we may want to simplify #ifdefs more, | Jun-ichiro itojun Hagino | |
after 2.7 is out. | |||
2000-04-30 | prevent messing with critical psl flags -- from netbsd | Brandon Creighton | |
2000-04-30 | send debug messages in SSH2 format | Markus Friedl | |
2000-04-30 | be more careful with strcpy/sprintf. From tcpdump.org. millert@ ok | Eric Jackson | |
2000-04-30 | #ifdef vax -> #ifdef __vax__ | Brandon Creighton | |
2000-04-30 | #ifdef vax -> #ifdef __vax__ | Brandon Creighton | |
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-30 | installboot(8) goes into arch subdirectory, espie@ | Miod Vallat | |
2000-04-29 | handle .tgz files too | Theo de Raadt | |
2000-04-29 | add $ tag | Kenneth R Westerback | |
2000-04-29 | add $ tag | Kenneth R Westerback | |
2000-04-29 | add $ tag | Kenneth R Westerback | |
2000-04-29 | add $ tag | Kenneth R Westerback | |
2000-04-29 | Use 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-29 | Fixed a tyop | Miod Vallat | |
2000-04-29 | typo | Theo de Raadt | |
2000-04-29 | add $ tag | Kenneth R Westerback | |
2000-04-29 | Prune /tmp traversal at .X11-unix | Todd 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-29 | keysize warnings error() -> log() | Markus Friedl | |
2000-04-29 | Synch | Marc Espie | |
2000-04-29 | ktrace(2) should not follow symbolic links; from FreeBSD | Todd C. Miller | |
2000-04-29 | compare return value of signal(3) to SIG_ERR, not < 0 as it has not returned | Todd C. Miller | |
an int for ages... | |||
2000-04-29 | don't call chan_write_failed() if we are not writing | Markus Friedl | |
2000-04-29 | From 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-29 | indent | Theo de Raadt | |
2000-04-29 | strerror | Theo de Raadt | |
2000-04-29 | sync | Theo de Raadt | |
2000-04-29 | Bump miniroot to 8704... might be slight overkill, but at least | Marc Espie | |
everything fits... | |||
2000-04-29 | make bus_space_region* w/o extra functions, seem to work ok for us | Michael 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-29 | from netbsd: fix vp3_cfg_intr_mask | Michael Shalayeff | |
2000-04-29 | fix spec. PR1217 | Eric Jackson | |
2000-04-28 | clean | Theo de Raadt | |
2000-04-28 | Resurrected | Miod Vallat | |
2000-04-28 | Resurrected, and sync with current (not 100% complete) | Miod Vallat | |
2000-04-28 | sync | Theo de Raadt | |
2000-04-28 | IRE SafeNet CryptIC PCI card | Theo de Raadt | |
2000-04-28 | Make the -H option work again. | Todd C. Miller | |
2000-04-28 | Fix obj on amiga. I'm an idiot. | Marc Espie | |
2000-04-28 | Remove last remnants of @option preserve and @option extract-in-place | Marc Espie | |
We don't use these, and they are a bad idea anyway. | |||
2000-04-28 | fix Xr; glam0006@tc.umn.edu | Theo de Raadt | |
2000-04-28 | flesh | Theo de Raadt | |
2000-04-28 | If 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-28 | improve the english | Theo de Raadt | |