Age | Commit message (Expand) | Author |
2011-05-10 | when undeferring a packet, try to timeout_del first to check if you | David Gwynne |
2011-05-10 | tweak timeout_del so it can tell the caller if it actually did remove a | David Gwynne |
2011-05-09 | Refactor queue allocation and initialization into a wdc_alloc_queue() | Matthew Dempsky |
2011-05-09 | Initialize the wdc ata_drive_datas structs earlier in wdcattach() so | Matthew Dempsky |
2011-05-09 | Add signature read/write functions for i386 hibernate. | Mike Larkin |
2011-05-08 | Fix a few minor issues in i386 hibernate support code relating to | Mike Larkin |
2011-05-08 | memory handling fix | Takuya ASADA |
2011-05-08 | Move ata_put_xfer() from ata_xfer to atascsi_methods. It's just silly | Matthew Dempsky |
2011-05-08 | Eliminate a few unused wdc capability flags (WDC_CAPABILITY_HWLOCK, | Matthew Dempsky |
2011-05-08 | fix variable name | Takuya ASADA |
2011-05-08 | combus renamed uartbus, com_oct renamed cn30xxuart | Takuya ASADA |
2011-05-08 | obio renamed iobus, moved interrupt handler code to dev/octeon_intr.c | Takuya ASADA |
2011-05-08 | because bufs now come out of a pool rather than a global list of staticly | David Gwynne |
2011-05-07 | Uvm Anonymous Objects depending on size either use an array or a | Owain Ainsworth |
2011-05-07 | So long, uvm_pglist.h | Owain Ainsworth |
2011-05-06 | acknowledge only those interrupts that we can process; | Mike Belopuhov |
2011-05-06 | session id is only in the lower 32 bits of crp_sid | Mike Belopuhov |
2011-05-05 | Adjust comments on the statements in the various ITLB handlers that make sure | Mark Kettenis |
2011-05-05 | The gateway page (which contains the system call entry point) needs to be | Mark Kettenis |
2011-05-05 | Go back to only attempting one IDENTIFY command against directly | Matthew Dempsky |
2011-05-05 | add support for muting the master channel on i2s based cards, this allows the | Jasper Lievisse Adriaanse |
2011-05-05 | Attach to Samsung Galaxy S, from Erik Mugele. ok jsg@ mk@ | Stuart Henderson |
2011-05-05 | sync | Stuart Henderson |
2011-05-05 | Add Samsung Galaxy S, from Erik Mugele, ok jsg@ mk@ | Stuart Henderson |
2011-05-05 | synaptics touchpad keep the current (pms) behaviour until WSMOUSEIO_SETMODE | Alexandr Shadchin |
2011-05-05 | Make sure we restore sr4 at the very end (just before we go physical) otherwise | Mark Kettenis |
2011-05-04 | When printing scsi device ids, skip leading blanks and collapse multiple | Stuart Henderson |
2011-05-04 | Collapse m_pullup and m_pullup2 into a single function, as they're | Bret Lambert |
2011-05-04 | fix volume up and down using the keyboard keys | Jasper Lievisse Adriaanse |
2011-05-04 | Clean up gotos for listening sockets to make it obvious when packets | Bret Lambert |
2011-05-03 | We need a little more room for out kernel stack, at least for now. | Mark Kettenis |
2011-05-03 | Properly save and restore the space registers to/from the trap frame. | Mark Kettenis |
2011-05-03 | Move SLIST initializations earlier so that failure handling paths can | Matthew Dempsky |
2011-05-03 | spaces | Marco Peereboom |
2011-05-02 | Fix a tyop which could potentially lead to null dereference. | Charles Longeau |
2011-05-02 | Fix potential null dereference. | Charles Longeau |
2011-05-02 | Fix potential null dereference. | Charles Longeau |
2011-05-02 | Fix potential null dereference. | Charles Longeau |
2011-05-02 | Do not check malloc return value against NULL, as M_WAITOK is used. | Charles Longeau |
2011-05-02 | Add definitions for the radeon kms related ioctls (i.e. gem/ttm on | Owain Ainsworth |
2011-05-02 | Add PCI-Cardbus bridges and the most popular pcmcia and cardbus drivers. In | Miod Vallat |
2011-05-02 | Cope with userland mappings of unmanaged pages (i.e. device memory being | Miod Vallat |
2011-05-02 | remove workaround found in FreeBSD driver but not in Intel's official | David Hill |
2011-05-02 | Some extra paranoia for if we fail to attach. | Owain Ainsworth |
2011-05-02 | recognize SO_RTABLE socket option at the SOL_SOCKET level; | Mike Belopuhov |
2011-05-02 | Add a workaround for an 82579 hardware bug that can result in | Jonathan Gray |
2011-05-02 | Radeon HD3000; from Pedro la Peu. | Owain Ainsworth |
2011-05-02 | sync | Owain Ainsworth |
2011-05-02 | Radeon HD300; from Pedro la Peu. Thanks! | Owain Ainsworth |
2011-05-01 | Fix counting of interrupts for devices that attach to elroy(4). Shared | Mark Kettenis |