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