summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-24some spelling fixes from Martynas VenckusJason McIntyre
2007-11-24Try a forced unmount if mount_mfs is killed with SIGKILL.Marco Pfatschbacher
2007-11-24enable PCIAGP on amd64, tested for some time now by various peopleReyk Floeter
2007-11-24Do not mark any page as global on monoprocessor kernels if running on aMiod Vallat
2007-11-24Slightly faster cache flushing operations on MP systems.Miod Vallat
2007-11-24Allow for any baud rate within a range rather thanJonathan Gray
2007-11-24Pull from master repo:Stefan Kempf
2007-11-24Add newline after comment. The following instruction would not beStefan Kempf
2007-11-23Don't do anything in the shutdownhook if the registers aren't mapped.Mark Kettenis
2007-11-23ukbd_rawrepeat only there if WSDISPLAY_COMPAT_RAWKBDTheo de Raadt
2007-11-23Check for invalid dev indices, which could get here through ioctl.Deanna Phillips
2007-11-23If the card has gone away, return imediately from the interrupt handler.Mark Kettenis
2007-11-23starting bits to implement hotplug of sili controllers. this adds the codeDavid Gwynne
2007-11-23Since the devices that we detach may have children we cannot rely on theMark Kettenis
2007-11-23feng shuiDavid Gwynne
2007-11-23Don't use uninitialized variables in umbg_detach.Marc Balmer
2007-11-23Make sure that variables used during detach are initialized during attach.Marc Balmer
2007-11-23use copyin and copyout to get the actual ata data in and out of the kernelDavid Gwynne
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