summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-11-07Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-07Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-07Make sure to mark the controller as dying in order to stop processingMartin Pieuchot
2013-11-07Remove isoc_len from the transfer descriptor, it is assigned once butMartin Pieuchot
2013-11-07Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-07add a simplistic version of WARN_ON_ONCE() that doesn't warnJonathan Gray
2013-11-06pull the event ack handling out of mpii_event_process into mpii_event_doneDavid Gwynne
2013-11-06simplify a crazy expressionTheo de Raadt
2013-11-06In hibernate_write_chunks(), keep track of relative block numbers insteadTheo de Raadt
2013-11-06spacingTheo de Raadt
2013-11-06return the known error, instead of EIOTheo de Raadt
2013-11-06shorten dev_t in hib_infoTheo de Raadt
2013-11-06Don't cargo-cult copy the invocation of size(1) on compiled bootblocks,Miod Vallat
2013-11-06forgot armv7/armv7 files...Sylvestre Gallon
2013-11-06After factorizing armv7_machdep code here is an effort to factorize allSylvestre Gallon
2013-11-06shorten variable name for the hibernate info struct, throughout. MuchTheo de Raadt
2013-11-06Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-06Document 'machine boot' in boot(8) on i386 and amd64.Bryan Steele
2013-11-06See previous commit. This is the next step in the process. The code nowTheo de Raadt
2013-11-06Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-06use DEV_BSIZE instead of "secsize"Theo de Raadt
2013-11-06Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-06Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-06Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-06Make usbd_free_xfer return void, since no callers use the return value.Jeremy Evans
2013-11-06Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-06Add support for the RTS5229 card reader to rtsx(4).Stefan Sperling
2013-11-06teach the side-effect free drivers about the partition they are dealingTheo de Raadt
2013-11-06regenStefan Sperling
2013-11-06Add RTS5229 Card Reader PCI ID. From Pedro Martelletto.Stefan Sperling
2013-11-06Call the new MD hook before and after setting the power state of a device.Martin Pieuchot
2013-11-06Add support for Power Resources for Dx states and the necessary hookMartin Pieuchot
2013-11-06dont leak ccbs in mpii_sas_remove_device. detaching lots (like, 1000) ofDavid Gwynne
2013-11-06remove some abuse of bufqs where they were overloaded to store workq_tasksDavid Gwynne
2013-11-06Errant assignment that snuck in long ago. Pointed out by deraadt@Mike Larkin
2013-11-05octrng: Add name checks during match.Paul Irofti
2013-11-05octrng: Fix control flags.Paul Irofti
2013-11-05octrng: Disable debug by default.Paul Irofti
2013-11-05Remove useless #ifdef *BSD cruft from sppp(4). No binary change.Stefan Sperling
2013-11-05Sigh. How many typos can be made in one diff. Fix DL_SETPSOFFSET() toKenneth R Westerback
2013-11-05DL_SETDSIZE() and DL_SETPSIZE() are not the same thing. Use the latterKenneth R Westerback
2013-11-05Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-05Add a stub for the new MD hook needed to handle ACPI Power Resources.Martin Pieuchot
2013-11-05Fix RAID levels 0, 4, 5, and 6 with partitions larger than 2TB.Reyk Floeter
2013-11-05Change an #if 0 surrounding a debug printf into a DPRINTF instead.Mike Larkin
2013-11-05new function uvm_hibswap() finds a the largest free zone in swap, whichTheo de Raadt
2013-11-05remove pool constructors and destructors. theyre called for everyDavid Gwynne
2013-11-05Replace direct references to p_size, p_offset and d_secperunit withKenneth R Westerback
2013-11-04Enable locking of fields using the acpi global lock if required. Seems to fixMark Kettenis
2013-11-04substantial namespace cleanup. Might go a little bit too far, but weTheo de Raadt