summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-28do not test ai_canonname, as ai_canonname can be vary by /etc/hosts.Jun-ichiro itojun Hagino
2004-02-28Make 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 repoprtRyan Thomas McBride
from otto@ - Fix signedness issue with unit numbers. Bug report from Thorsten Glaser ok millert@ otto@
2004-02-28kill bad functions; some sort of ok from marc who is trying to confuse meTheo de Raadt
2004-02-28makeing->makingJolan Luff
2004-02-28avoid bad functions; tedu okTheo de Raadt
2004-02-28struct reg changedTheo de Raadt
2004-02-28regress tests full of warnings make me go redTheo de Raadt
2004-02-28more aobut ami(4)Michael Shalayeff
2004-02-28typoMichael Shalayeff
2004-02-28list out more of supported modelsMichael Shalayeff
2004-02-28dig lsi/symbios sata boards; reported and tesing by pailloncy@ifrance.comMichael Shalayeff
2004-02-28- ensure greylist entry expiry is not updated until actually whitelistedBob 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-27unbreakBjorn Sandell
ok beck@
2004-02-27syncTheo de Raadt
2004-02-27move to amd64_() functionsTheo de Raadt
2004-02-27remove old crudTheo de Raadt
2004-02-27change to amd_*() functionsTheo de Raadt
2004-02-27one moreMichael Shalayeff
2004-02-27Reset bit counter at the right time, fixes debug output in the case whereDarren Tucker
the DH group is rejected. ok markus@
2004-02-27Make /etc/moduli line buffer big enough for 8kbit primes, in case anyoneDarren Tucker
ever uses one. ok markus@
2004-02-27Prevent sshd from sending DH groups with a primitive generator of zero orDarren Tucker
one, even if they are listed in /etc/moduli. ok markus@
2004-02-27TyposMiod Vallat
2004-02-2788k uthread stuff. some regress succeeds, a few others still fail. ThisTheo de Raadt
is enough to start debugging further.. ok miod
2004-02-27more machdep sysctl supportTheo de Raadt
2004-02-27kbd_reset can work on amd64 tooTheo de Raadt
2004-02-27developers who do not test compile should be shotTheo de Raadt
2004-02-27permit 10% of memory as buffer cacheTheo de Raadt
2004-02-27put a bit more flesh in the sysctl machdep; parts from tomTheo de Raadt
2004-02-27Move setperf_prio to the machdep code, requested by deraadt@Alexander Yurchenko
ok deraadt@
2004-02-27Disable interrupts in wi_intr() before sending an ACK. Fixes aTodd C. Miller
race condition and makes things consistent with the rest of the code. From NetBSD. OK deraadt@
2004-02-27Add swiss german keymap tested on PBG4. go ahead and commit miod@Claudio Jeker
2004-02-27syncMatthieu Herrb
2004-02-27+Radeon 9200, and a typo noticed by anil@. Ok deraadt@, tom@Matthieu Herrb
2004-02-27Backport from i386 andreas' diff for removing leading andAlexander Yurchenko
duplicated spaces from cpu brand string. ok deraadt@
2004-02-27syncTheo de Raadt
2004-02-27zap bad message; spotted by pvalchevTheo de Raadt
2004-02-27Introduce simple priorities mechanism so that concurrentAlexander Yurchenko
hw.setperf handlers don't override each other. Problem reported and tested by danh@. ok tedu@ deraadt@
2004-02-27Cleanup I[3456]86_CPU defines usage, unbreaks compilationAlexander Yurchenko
without some of them. Problem reported by William Culler <william@neo.rr.com>. Help from tedu@ chris@, ok tedu@ chris@ deraadt@.
2004-02-27remove unneded peer pointer in struct prefix and change a in_addr_t toClaudio Jeker
struct in_addr. OK henning@
2004-02-27NO SPRINTF!Theo de Raadt
2004-02-27fix CFLAGS -IDavid Krause
ok deraadt@
2004-02-27fix bogus assert() usage in afsd, and avoid an assert whenBob Beck
ThisCell is specified as a nonexeistent cell. found by matthieu@, ok deraadt@
2004-02-27Remove dead code.Hans-Joerg Hoexer
ok ho@
2004-02-27Add group 14 (modp2048) to predefined suites. Manpage also updated.Hans-Joerg Hoexer
ok ho@
2004-02-27make 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-27oops; move to 3.5-betaTheo de Raadt
2004-02-27move to 3.5-betaTheo de Raadt
2004-02-27sync after amd64 MACHINE_ARCH change.Miod Vallat
2004-02-27Fix a botched strchr() inlining in vga_load_font and avoid dereferencingTodd 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@