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