Age | Commit message (Expand) | Author |
2001-02-10 | install wscons.conf and rc.wscons on alpha/hppa/i386/powerpc and call it from rc | Michael Shalayeff |
2001-02-10 | initial import | Michael Shalayeff |
2001-02-10 | Replace -T flag with more standard -I flag and make it work as a standard | Todd C. Miller |
2001-02-10 | Give tar the new -I flag, not -T | Todd C. Miller |
2001-02-10 | add xref Ciphers to -c | Markus Friedl |
2001-02-10 | remove mapping of argv[0] -> hostname; ok markus@ | Kevin Steves |
2001-02-10 | fix memory leak; ok markus@ | Dan Harnett |
2001-02-10 | offer passwd before s/key | Markus Friedl |
2001-02-10 | don't call vis() for \r | Markus Friedl |
2001-02-10 | remove some lines | Markus Friedl |
2001-02-10 | $OpenBSD$ | Federico G. Schwindt |
2001-02-10 | new symbol handling in ddb for ELF, there is still a problem with hangman on ... | Niklas Hallqvist |
2001-02-10 | Insert a missing comma. | Aaron Campbell |
2001-02-10 | remove mapping of argv[0] -> hostname | Markus Friedl |
2001-02-10 | add debug message, since sshd blocks here if DNS is not available | Markus Friedl |
2001-02-10 | Mention that you can quote pathnames with spaces in them | Damien Miller |
2001-02-10 | check correct char in getput flags | Damien Miller |
2001-02-10 | typo; ok Niels | Damien Miller |
2001-02-10 | revert a small change to allow -r option to work again; ok deraadt@ | Dan Harnett |
2001-02-09 | correct AllowGroups and AllowUsers description; jmd@foozle.turbogeek.org | Theo de Raadt |
2001-02-09 | another typo | Todd C. Miller |
2001-02-09 | use correct FREE() do dispose sillyrename on fail; deraadt@ ok | Michael Shalayeff |
2001-02-09 | Tickle D0 power state so the cs4281 works after reboots from Windows 2000. | Aaron Campbell |
2001-02-09 | Add PCI Power Management Control Register definitions; from NetBSD. | Aaron Campbell |
2001-02-09 | check dev in cn_tab for sanity, better than pagefaulting | Michael Shalayeff |
2001-02-09 | Fix BPF support. | Angelos D. Keromytis |
2001-02-09 | Fix an uninitialized variable. | Aaron Campbell |
2001-02-09 | constify static data | Michael Shalayeff |
2001-02-09 | correct default ciphers | Niels Provos |
2001-02-09 | simplify if loops a bit; Reviewed by: beck@ | Brad Smith |
2001-02-09 | no need to revert a change that just fixed a typo | Todd C. Miller |
2001-02-09 | partial success: debug->log; "Permission denied" if no more auth methods | Markus Friedl |
2001-02-09 | as usr.sbin/rtadvd no longer install rtadvd.conf, remove it from | Jun-ichiro itojun Hagino |
2001-02-09 | BOOT_CONFIG is already in conf/GENERIC and this includes it. | Artur Grabowski |
2001-02-09 | Some mdoc fixes. | Aaron Campbell |
2001-02-09 | Revert broken fix, until a correct fix is written. | Marc Espie |
2001-02-09 | reset options if no option is given; from han.holl@prismant.nl | Markus Friedl |
2001-02-09 | do not free twice, thanks to /etc/malloc.conf | Markus Friedl |
2001-02-09 | Check for NULL attribs for chown, chmod & chgrp operations, only send | Damien Miller |
2001-02-09 | o) ${PORTSDIR}/infrastructure | Reinhard J. Sammer |
2001-02-09 | do not assume malloc() returns zero-filled region. found by malloc.conf=AJ. | Jun-ichiro itojun Hagino |
2001-02-09 | Add support for loading the bootloader and kernel from an HFS filesystem, | Dale Rahn |
2001-02-09 | Add support for loading the bootloader and kernel from an HFS filesystem, | Dale Rahn |
2001-02-09 | Bad aaron. Broke alpha. | Artur Grabowski |
2001-02-09 | Handle vr_encap() failure. From FreeBSD. | Aaron Campbell |
2001-02-09 | Sync with FreeBSD: | Aaron Campbell |
2001-02-09 | Fix some typos spotted by d@ | Aaron Campbell |
2001-02-09 | Add support for parsing the media blocks from the SROM on the 21143 adapters. | Aaron Campbell |
2001-02-09 | return error from soaccept() upwards. part of accept(2) fix against RST | Jun-ichiro itojun Hagino |
2001-02-08 | mitigate SSH1 traffic analysis - from Solar Designer <solar@openwall.com>, ok... | Dug Song |