Age | Commit message (Expand) | Author |
2010-07-24 | leftover from revert of long ago | Jacob Meuser |
2010-07-23 | Don't initialize acpiec pointer in acpi_softc until registration succeeds | Jordan Hargrave |
2010-07-23 | Control/data registers were being mapped with swapped io space tags | Jordan Hargrave |
2010-07-23 | bring back changes in uaudio.c r1.83, this time remembering to commit | Jacob Meuser |
2010-07-23 | Fix searchname to handle short name segments, remove hack in acpidock. | Jordan Hargrave |
2010-07-23 | Improve English. | Ray Lai |
2010-07-23 | AMD amd64 errara are not on the i386 install media, since there is often | Theo de Raadt |
2010-07-23 | Change the strategy for using the FPU in the kernel. The kernel FPU state | Mark Kettenis |
2010-07-23 | Don't leak the contents of the FPU and SSE registers between processes. | Mark Kettenis |
2010-07-23 | revert last commit, unbreaking the tree; was missing a macro definition | Stuart Henderson |
2010-07-23 | Make sure the u area of new processes is zero-filled; this got lost in | Miod Vallat |
2010-07-23 | support for playback sync endpoints | Jacob Meuser |
2010-07-23 | ANSI/style(9), no binary change | Jacob Meuser |
2010-07-23 | matthew@ noted a possible misuse of the rwlock used to protect vscsi | David Gwynne |
2010-07-23 | regen | Mike Larkin |
2010-07-23 | SIS 86C202 is not a VGA device, it's an AGP bridge. Use a better | Mike Larkin |
2010-07-23 | Manuel Bouyer rescinded clauses 3 and 4 of his license text. | Jonathan Gray |
2010-07-23 | Omit more IPI code from non-MP kernels. Found using --gc-sections. | Matthew Dempsky |
2010-07-23 | Add suspend/resume logic. | Peter Hessler |
2010-07-23 | For suspend/reume, ATI IXP chips (might) need 0x40-0x56 saved.. but | Theo de Raadt |
2010-07-22 | ansi. no binary change | Jonathan Gray |
2010-07-22 | Give the drive a little bit more time to complete the STANDBY IMMED command. | Mark Kettenis |
2010-07-22 | When suspending, save & restore as many registers as we can from the | Theo de Raadt |
2010-07-22 | First part of better pciide resume. Wake the channel by performing two | Mike Larkin |
2010-07-22 | Remove the VM_KMPAGESFREE sysctl. After the pmemrange | Thordur I. Bjornsson |
2010-07-22 | Clean the macros from puc(4). Now with correct logic. | Paul Irofti |
2010-07-22 | Fix a few more scsi_scsi_cmd() removal regressions, caught by | Matthew Dempsky |
2010-07-22 | Add suspend/resume logic. As discussed with phessler@, incorporating | Mark Kettenis |
2010-07-22 | Instead of trying to biowait on a buf that has errored, do the | Thordur I. Bjornsson |
2010-07-22 | Reset the keyboard controller on resume, and also alert the children | Theo de Raadt |
2010-07-22 | Don't do anything on suspend/resume for now (there is a diff brewing, | Theo de Raadt |
2010-07-22 | Toggle the mouse through the disabled and enabled states when suspending | Theo de Raadt |
2010-07-22 | pretty large cleanup of SMALL_KERNEL | Theo de Raadt |
2010-07-22 | Remove unused function prototypes | Jordan Hargrave |
2010-07-22 | Fixes for AES CTR mode from mikeb: | Thordur I. Bjornsson |
2010-07-22 | Prevent a process from entering wpi_ioctl while another process is | Mark Kettenis |
2010-07-22 | When suspending, only call athn_stop() when IFF_RUNNING is set. | Mark Kettenis |
2010-07-22 | We have this nice KMEMSTATS option to control when we use kmemstats, | Matthew Dempsky |
2010-07-22 | Mark two more DMA accessible malloc(9)s. | Matthew Dempsky |
2010-07-22 | In st_space() and st_write_filemarks(), if scsi_xs_get() returns NULL, | Matthew Dempsky |
2010-07-22 | In scsi_inquire_vpd(), actually just return EJUSTRETURN when dealing | Matthew Dempsky |
2010-07-22 | style(9) fix and release rwlock(9) if scsi_xs_get() returns NULL, | Matthew Dempsky |
2010-07-22 | In safte_match(), return 0 on SCSI errors, not an errno value. Fixes | Matthew Dempsky |
2010-07-22 | Appropriately set SCSI_DATA_IN or SCSI_DATA_OUT depending on type of | Matthew Dempsky |
2010-07-22 | SCSI HBA drivers are supposed to get their SCSI CDBs from xs->cmd, not | Matthew Dempsky |
2010-07-22 | remove unused variable | Theo de Raadt |
2010-07-22 | Eliminate scsi_scsi_cmd() now that ss(4) is gone and with it the | Kenneth R Westerback |
2010-07-21 | Some ss(4) bits escaped the purge, eliminate them. | Nicholas Marriott |
2010-07-21 | let mpath build again even though it is disabled | Todd T. Fries |
2010-07-21 | Disable the heuristics for legacy free systems if pckbc flags are set to 1 | Miod Vallat |