Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-28 | do not test ai_canonname, as ai_canonname can be vary by /etc/hosts. | Jun-ichiro itojun Hagino | |
2004-02-28 | Make dynamic-forward understand nc's new output. ok markus@ | Darren Tucker | |
2004-02-28 | - Don't permit 0-padded unit numbers on cloned interfaces. Bug repoprt | Ryan Thomas McBride | |
from otto@ - Fix signedness issue with unit numbers. Bug report from Thorsten Glaser ok millert@ otto@ | |||
2004-02-28 | kill bad functions; some sort of ok from marc who is trying to confuse me | Theo de Raadt | |
2004-02-28 | makeing->making | Jolan Luff | |
2004-02-28 | avoid bad functions; tedu ok | Theo de Raadt | |
2004-02-28 | struct reg changed | Theo de Raadt | |
2004-02-28 | regress tests full of warnings make me go red | Theo de Raadt | |
2004-02-28 | more aobut ami(4) | Michael Shalayeff | |
2004-02-28 | typo | Michael Shalayeff | |
2004-02-28 | list out more of supported models | Michael Shalayeff | |
2004-02-28 | dig lsi/symbios sata boards; reported and tesing by pailloncy@ifrance.com | Michael Shalayeff | |
2004-02-28 | - ensure greylist entry expiry is not updated until actually whitelisted | Bob Beck | |
to avoid keeping multiple grey entries around from a single host for extra time. - make -G work - paranoia and cleanup suggestions from deraadt@ ok millert@ | |||
2004-02-27 | unbreak | Bjorn Sandell | |
ok beck@ | |||
2004-02-27 | sync | Theo de Raadt | |
2004-02-27 | move to amd64_() functions | Theo de Raadt | |
2004-02-27 | remove old crud | Theo de Raadt | |
2004-02-27 | change to amd_*() functions | Theo de Raadt | |
2004-02-27 | one more | Michael Shalayeff | |
2004-02-27 | Reset bit counter at the right time, fixes debug output in the case where | Darren Tucker | |
the DH group is rejected. ok markus@ | |||
2004-02-27 | Make /etc/moduli line buffer big enough for 8kbit primes, in case anyone | Darren Tucker | |
ever uses one. ok markus@ | |||
2004-02-27 | Prevent sshd from sending DH groups with a primitive generator of zero or | Darren Tucker | |
one, even if they are listed in /etc/moduli. ok markus@ | |||
2004-02-27 | Typos | Miod Vallat | |
2004-02-27 | 88k uthread stuff. some regress succeeds, a few others still fail. This | Theo de Raadt | |
is enough to start debugging further.. ok miod | |||
2004-02-27 | more machdep sysctl support | Theo de Raadt | |
2004-02-27 | kbd_reset can work on amd64 too | Theo de Raadt | |
2004-02-27 | developers who do not test compile should be shot | Theo de Raadt | |
2004-02-27 | permit 10% of memory as buffer cache | Theo de Raadt | |
2004-02-27 | put a bit more flesh in the sysctl machdep; parts from tom | Theo de Raadt | |
2004-02-27 | Move setperf_prio to the machdep code, requested by deraadt@ | Alexander Yurchenko | |
ok deraadt@ | |||
2004-02-27 | Disable interrupts in wi_intr() before sending an ACK. Fixes a | Todd C. Miller | |
race condition and makes things consistent with the rest of the code. From NetBSD. OK deraadt@ | |||
2004-02-27 | Add swiss german keymap tested on PBG4. go ahead and commit miod@ | Claudio Jeker | |
2004-02-27 | sync | Matthieu Herrb | |
2004-02-27 | +Radeon 9200, and a typo noticed by anil@. Ok deraadt@, tom@ | Matthieu Herrb | |
2004-02-27 | Backport from i386 andreas' diff for removing leading and | Alexander Yurchenko | |
duplicated spaces from cpu brand string. ok deraadt@ | |||
2004-02-27 | sync | Theo de Raadt | |
2004-02-27 | zap bad message; spotted by pvalchev | Theo de Raadt | |
2004-02-27 | Introduce simple priorities mechanism so that concurrent | Alexander Yurchenko | |
hw.setperf handlers don't override each other. Problem reported and tested by danh@. ok tedu@ deraadt@ | |||
2004-02-27 | Cleanup I[3456]86_CPU defines usage, unbreaks compilation | Alexander Yurchenko | |
without some of them. Problem reported by William Culler <william@neo.rr.com>. Help from tedu@ chris@, ok tedu@ chris@ deraadt@. | |||
2004-02-27 | remove unneded peer pointer in struct prefix and change a in_addr_t to | Claudio Jeker | |
struct in_addr. OK henning@ | |||
2004-02-27 | NO SPRINTF! | Theo de Raadt | |
2004-02-27 | fix CFLAGS -I | David Krause | |
ok deraadt@ | |||
2004-02-27 | fix bogus assert() usage in afsd, and avoid an assert when | Bob Beck | |
ThisCell is specified as a nonexeistent cell. found by matthieu@, ok deraadt@ | |||
2004-02-27 | Remove dead code. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-02-27 | Add group 14 (modp2048) to predefined suites. Manpage also updated. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-02-27 | make spamlogd watch the destination of outbound smtp connections, | Bob Beck | |
so that replies to mail sent out do not get greylisting delays. ok millert@ | |||
2004-02-27 | oops; move to 3.5-beta | Theo de Raadt | |
2004-02-27 | move to 3.5-beta | Theo de Raadt | |
2004-02-27 | sync after amd64 MACHINE_ARCH change. | Miod Vallat | |
2004-02-27 | Fix a botched strchr() inlining in vga_load_font and avoid dereferencing | Todd C. Miller | |
data->name if it is NULL. Fixes the WSDISPLAY_USEFONT ioctl. Adapted from a patch by Benjamin Lewis; NULL check from NetBSD. OK tdeval@ |