summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-07-24leftover from revert of long agoJacob Meuser
2010-07-23Don't initialize acpiec pointer in acpi_softc until registration succeedsJordan Hargrave
2010-07-23Control/data registers were being mapped with swapped io space tagsJordan Hargrave
2010-07-23bring back changes in uaudio.c r1.83, this time remembering to commitJacob Meuser
2010-07-23Fix searchname to handle short name segments, remove hack in acpidock.Jordan Hargrave
2010-07-23Improve English.Ray Lai
2010-07-23AMD amd64 errara are not on the i386 install media, since there is oftenTheo de Raadt
2010-07-23Change the strategy for using the FPU in the kernel. The kernel FPU stateMark Kettenis
2010-07-23Don't leak the contents of the FPU and SSE registers between processes.Mark Kettenis
2010-07-23revert last commit, unbreaking the tree; was missing a macro definitionStuart Henderson
2010-07-23Make sure the u area of new processes is zero-filled; this got lost inMiod Vallat
2010-07-23support for playback sync endpointsJacob Meuser
2010-07-23ANSI/style(9), no binary changeJacob Meuser
2010-07-23matthew@ noted a possible misuse of the rwlock used to protect vscsiDavid Gwynne
2010-07-23regenMike Larkin
2010-07-23SIS 86C202 is not a VGA device, it's an AGP bridge. Use a betterMike Larkin
2010-07-23Manuel Bouyer rescinded clauses 3 and 4 of his license text.Jonathan Gray
2010-07-23Omit more IPI code from non-MP kernels. Found using --gc-sections.Matthew Dempsky
2010-07-23Add suspend/resume logic.Peter Hessler
2010-07-23For suspend/reume, ATI IXP chips (might) need 0x40-0x56 saved.. butTheo de Raadt
2010-07-22ansi. no binary changeJonathan Gray
2010-07-22Give the drive a little bit more time to complete the STANDBY IMMED command.Mark Kettenis
2010-07-22When suspending, save & restore as many registers as we can from theTheo de Raadt
2010-07-22First part of better pciide resume. Wake the channel by performing twoMike Larkin
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