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