Age | Commit message (Expand) | Author |
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 |
2007-11-20 | A line got lost while hand-editing diffs... | Miod Vallat |
2007-11-20 | On 88110, use a shorter path in pmap_is_modified(), since we perform | Miod Vallat |
2007-11-20 | Move 88110 trap-on-write processing from two duplicated sections in trap.c to | Miod Vallat |
2007-11-20 | Fix MP locking issues when processing data access faults on 88110, similar | Miod Vallat |
2007-11-20 | Overhaul of the pmap debug messages. They now provide slightly better | Miod Vallat |
2007-11-20 | Fix setregs() on 88110, so that binaries do not skip their first instruction. | Miod Vallat |
2007-11-20 | In data_access_emulation(), make sure that if we want the pipeline replay | Miod Vallat |
2007-11-20 | the extra stuff also needs stmp-dirs, as found out by naddy@ | Marc Espie |
2007-11-20 | Fix possible mbuf leak on error. ok reyk@ | Can Erkin Acar |
2007-11-20 | make pthread vfork() not call fork(), but actually call vfork(). our | Theo de Raadt |
2007-11-20 | tweak previous; | Jason McIntyre |