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