summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-23Sanitize the use of timeouts:Marc Balmer
2007-11-23implement translation of the scsi vpd page for fetching a disks serialDavid Gwynne
2007-11-23if we cant fetch the serial then fill it with "(unknown)".David Gwynne
2007-11-23kprintf -> printf, unbreaks USB_DEBUGMarc Winiger
2007-11-23t10 has a whole spec on doing SCSI to ATA translation called SAT. i wishDavid Gwynne
2007-11-23Degrade sensor status in an interrupt context.Marc Balmer
2007-11-23No need for process context to degrade the sensor status.Marc Balmer
2007-11-23move nmea stuff to same place other line discs goTheo de Raadt
2007-11-23- use either "host name" or "hostname", i decided to use "hostname" everywhereReyk Floeter
2007-11-23re-implement the "mark" action and document it in the manpage:Reyk Floeter
2007-11-23add cvs idStuart Henderson
2007-11-23fix typoStuart Henderson
2007-11-22Split the cmmu code routines into single 88110 (MVME197LE) and 88110+88410Miod Vallat
2007-11-22Introduce an inline function to skip an instruction on 88110 and use itMiod Vallat
2007-11-22A decent workaround for errata #16. I have verified it gets triggered, theMiod Vallat
2007-11-22Do not reenable interrupts for netsted interrupts if interrupts wereMiod Vallat
2007-11-22Do not bother saving the fault address registers if the fault statusMiod Vallat
2007-11-22Do not redirect exception occuring when enabling the fpu to the error handler,Miod Vallat
2007-11-22Do not save a copy of the previous exception frame in a fixed memory location.Miod Vallat
2007-11-22Pull from master repo:Stefan Kempf
2007-11-22Pull from master repo:Stefan Kempf
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