summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-22.Nm does not require an argument; from Mark LumsdenJason McIntyre
2007-11-22shuffle some structure elements; avoid using enums in *_config structs.Reyk Floeter
2007-11-22Fix relay roundrobin mode to work correctly when multiple hosts in aReyk Floeter
2007-11-22Pull from master repo:Stefan Kempf
2007-11-22add "demote", was missing. noticed by camield@Henning Brauer
2007-11-22Diff from Mark Lumsden: cleanup of reading strings and numbers, toOtto Moerbeek
2007-11-22be a bit less aggressive retrying; this keeps the message queueOtto Moerbeek
2007-11-22if the drift file is missing, reset adjfreq to zero; iirc diff from GlaserOtto Moerbeek
2007-11-22add (new) "url" protocol action, this can be used to match/filter URLReyk Floeter
2007-11-22disable i386 ipmi as well, because marco has an acpi interaction bug to fix s...Theo de Raadt
2007-11-22On 88110, skip the faulting instruction in double_reg_fixup() if it canMiod Vallat
2007-11-22Quote a few errata to explain why odd things are done in oddly ways on 88110.Miod Vallat
2007-11-22Remove the cpu parameter from cmmu_set_sapr(), since it is only invokedMiod Vallat
2007-11-22Remove explicit tlb flush from vmapbuf(), since pmap_enter() will takeMiod Vallat
2007-11-22Add an extra parameter to pmap_remove_pte() to control whether it willMiod Vallat
2007-11-22Move the cmmu lock to 88200-specific code. 88110 MP code will use ipisMiod Vallat
2007-11-22Ansi-fy.Kenneth R Westerback
2007-11-22Ooops. Don't de-reference st until after it has been pointed at theKenneth R Westerback
2007-11-22pass the carp ifp to rt_missmsg() when generating the RTM_ADD messagesHenning Brauer
2007-11-22pf_src_tree_remove_state() is called upon pf_insert_state() failures.Henning Brauer
2007-11-22Factor out the virtual host portion of carp into a separate structMarco Pfatschbacher
2007-11-21Use bcopy instead of assignment to avoid a possible misaligned access.Miod Vallat
2007-11-21TypoMiod Vallat
2007-11-21move HTTP cookie and query lookup code from the into separate functionsReyk Floeter
2007-11-21spacingReyk Floeter
2007-11-21spacingReyk Floeter
2007-11-21extend action grammar with "filter value" and "expect value" as aReyk Floeter
2007-11-21move digest string handling into an extra function.Reyk Floeter
2007-11-21fix the tree comparison function. it turned out that it could failReyk Floeter
2007-11-21simplify sppp_chap_scr() now that we are using arc4random_bytes()Can Erkin Acar
2007-11-21Better cache invalidation functions (still horribly unoptimal, but lessMiod Vallat
2007-11-21Don't bother flushing caches in pmap_{copy,zero}_page(), since our cachesMiod Vallat
2007-11-21Move pmap_set_modify() prototype to a header fileMiod Vallat
2007-11-21Move external interrupt and ast handling from m881[01]0_trap() to theirMiod Vallat
2007-11-21A really horrible fix for sigreturn on 88110. This will probably be replacedMiod Vallat
2007-11-21Collect subid #defines at the top.Deanna Phillips
2007-11-21attach Logitech QuickCam Pro 5000 as ugen for nowRobert Nagy
2007-11-21regenRobert Nagy
2007-11-21add Logitech QuickCam Pro 5000Robert Nagy
2007-11-21Remove superfluous function declarationBret Lambert
2007-11-21tweak previous;Jason McIntyre
2007-11-21rename the "url" filter action to "query" to use the correct term.Reyk Floeter
2007-11-21back out previous: henning says it's wrong;Jason McIntyre
2007-11-21allow the http digest type to be either SHA1 or MD5 determined by theReyk Floeter
2007-11-21more work on the "filter" action: close the connection instantly whenReyk Floeter
2007-11-21document the fact that port can be specified in table statements insidePierre-Yves Ritschard
2007-11-21document hoststatectl poll.Pierre-Yves Ritschard
2007-11-21make sure all hosts are checked when hoststatectl poll is issued, nowPierre-Yves Ritschard
2007-11-21note that -q is the default if no other options are specified; ok dlgJason McIntyre
2007-11-21Fix grammar, pointed out by Jim Razmus and RW.Ray Lai