Age | Commit message (Expand) | Author |
2010-07-26 | Make sure we stop DMA before suspend instead of doing it as the first thing | Mark Kettenis |
2010-07-26 | Some machines include VID devices for hardware that doesn't exist. Avoid | Mark Kettenis |
2010-07-26 | remove merge error which was commited | Theo de Raadt |
2010-07-26 | Add support for Sony ACPI hotkeys via a new driver: acpisony(4). | Paul Irofti |
2010-07-26 | Fix some spacing / comment. | Marcus Glocker |
2010-07-26 | Make one more Sonix chipset cam work with 640x480 by a) adding it to the | Marcus Glocker |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-25 | In pmsi_setintellimode(), make sure we send commands with | Miod Vallat |
2010-07-25 | sync | Marcus Glocker |
2010-07-25 | Add another uvideo(4) device which needs the | Marcus Glocker |
2010-07-24 | missed a couple indents in previous | Jacob Meuser |
2010-07-24 | Restore a needed 'return' removed in the last commit, and stylistic | Matthew Dempsky |
2010-07-24 | fix another race. vscsi_cmd checked if the adapter was running at | David Gwynne |
2010-07-24 | add suspend/resume code, modelled along pms. on at least one ASUS laptop | Theo de Raadt |
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 | revert last commit, unbreaking the tree; was missing a macro definition | Stuart Henderson |
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 | 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 | Clean the macros from puc(4). Now with correct logic. | Paul Irofti |
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 | 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 | SCSI HBA drivers are supposed to get their SCSI CDBs from xs->cmd, not | Matthew Dempsky |
2010-07-21 | Disable the heuristics for legacy free systems if pckbc flags are set to 1 | Miod Vallat |
2010-07-21 | in the acpi GPE handler, late ack level interrupts not edge interrupts. | Theo de Raadt |
2010-07-21 | spacing and indents that are driving me crazy | Theo de Raadt |
2010-07-21 | No need for read/write functions, just use enodev like all the other | Theo de Raadt |
2010-07-21 | clean up a pile of prototypes and shred some macros which were just covering | Theo de Raadt |
2010-07-21 | Merge the edge and level gpe handlers into one (now possible since the | Theo de Raadt |
2010-07-21 | Add suspend/unsuspend logic. | Mark Kettenis |
2010-07-21 | add a couple quirks for the E-MU 0202 | Jacob Meuser |