summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-07-22Remove the VM_KMPAGESFREE sysctl. After the pmemrangeThordur I. Bjornsson
2010-07-22Clean the macros from puc(4). Now with correct logic.Paul Irofti
2010-07-22Fix a few more scsi_scsi_cmd() removal regressions, caught byMatthew Dempsky
2010-07-22Add suspend/resume logic. As discussed with phessler@, incorporatingMark Kettenis
2010-07-22Instead of trying to biowait on a buf that has errored, do theThordur I. Bjornsson
2010-07-22Reset the keyboard controller on resume, and also alert the childrenTheo de Raadt
2010-07-22Don't do anything on suspend/resume for now (there is a diff brewing,Theo de Raadt
2010-07-22Toggle the mouse through the disabled and enabled states when suspendingTheo de Raadt
2010-07-22pretty large cleanup of SMALL_KERNELTheo de Raadt
2010-07-22Remove unused function prototypesJordan Hargrave
2010-07-22Fixes for AES CTR mode from mikeb:Thordur I. Bjornsson
2010-07-22Prevent a process from entering wpi_ioctl while another process isMark Kettenis
2010-07-22When suspending, only call athn_stop() when IFF_RUNNING is set.Mark Kettenis
2010-07-22We have this nice KMEMSTATS option to control when we use kmemstats,Matthew Dempsky
2010-07-22Mark two more DMA accessible malloc(9)s.Matthew Dempsky
2010-07-22In st_space() and st_write_filemarks(), if scsi_xs_get() returns NULL,Matthew Dempsky
2010-07-22In scsi_inquire_vpd(), actually just return EJUSTRETURN when dealingMatthew Dempsky
2010-07-22style(9) fix and release rwlock(9) if scsi_xs_get() returns NULL,Matthew Dempsky
2010-07-22In safte_match(), return 0 on SCSI errors, not an errno value. FixesMatthew Dempsky
2010-07-22Appropriately set SCSI_DATA_IN or SCSI_DATA_OUT depending on type ofMatthew Dempsky
2010-07-22SCSI HBA drivers are supposed to get their SCSI CDBs from xs->cmd, notMatthew Dempsky
2010-07-22remove unused variableTheo de Raadt
2010-07-22Eliminate scsi_scsi_cmd() now that ss(4) is gone and with it theKenneth R Westerback
2010-07-21Some ss(4) bits escaped the purge, eliminate them.Nicholas Marriott
2010-07-21let mpath build again even though it is disabledTodd T. Fries
2010-07-21Disable the heuristics for legacy free systems if pckbc flags are set to 1Miod Vallat
2010-07-21in the acpi GPE handler, late ack level interrupts not edge interrupts.Theo de Raadt
2010-07-21spacing and indents that are driving me crazyTheo de Raadt
2010-07-21ptm needs no read/write, just use enodev.Nicholas Marriott
2010-07-21No need for read/write functions, just use enodev like all the otherTheo de Raadt
2010-07-21Fix more cdev initializations which were using enodev for poll; ok kettenisTheo de Raadt
2010-07-21clean up a pile of prototypes and shred some macros which were just coveringTheo de Raadt
2010-07-21Merge the edge and level gpe handlers into one (now possible since theTheo de Raadt
2010-07-21Make sure that the FPU IPIs shoot down the right FPU context and not the FPUMark Kettenis
2010-07-21Add suspend/unsuspend logic.Mark Kettenis
2010-07-21add a couple quirks for the E-MU 0202Jacob Meuser
2010-07-21Repost ATI FireGL M24 using the emulator. This card is seen on some IBMMike Larkin
2010-07-21remove duplicate AP192K_GPIO_XXX macros,Alexandre Ratchov
2010-07-21disable vscsi until we actually have something that uses it (like iscsid),David Gwynne
2010-07-21make ENVY_GPIO_XXX macros card specific, add stub for audiophile 192kAlexandre Ratchov
2010-07-21* check that the bytes per frame the device is reporting isn't aJacob Meuser
2010-07-21move use_maxpkt out of struct chan, use a local variable in theJacob Meuser
2010-07-21some bits for USB 2.0 playback support. I'm not 100% sure aboutJacob Meuser
2010-07-21delete #if 0 code we are not going to use; ok marcoTheo de Raadt
2010-07-21currently we use the endpoint's maximum packet size for recording,Jacob Meuser
2010-07-21remove gratuitous carriage return that snuck inTodd T. Fries
2010-07-21Garbage collect ata_bio's badsect field.Matthew Dempsky
2010-07-20support 24-bit encodings. simplify the way supported encodings areJacob Meuser
2010-07-20make the mask code for acpi_enable_onegpe() match other similar codeTheo de Raadt
2010-07-20opration -> operationMiod Vallat