Age | Commit message (Expand) | Author |
2010-07-06 | one wire counter driver 2nd rev, from John L. Scarfone" <j0@cox.net> PR 6422 | Theo de Raadt |
2010-07-06 | add the iopool wrapper around the mpii ccb free list. cut the midlayer and | David Gwynne |
2010-07-06 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-06 | if we get an event notification that requires acknowledgement while | David Gwynne |
2010-07-06 | move the last direct users of mpi_{get,put}_ccb over to using the scsi | David Gwynne |
2010-07-06 | spacing | Theo de Raadt |
2010-07-05 | timeout_add -> timeout_add_sec | Bret Lambert |
2010-07-05 | Reset register SCI_EN on resume. The ACPI spec clearly states we don't have | Mike Larkin |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback |
2010-07-03 | explicitly specify flags to malloc and pool_get instead of relying on 0. | Ted Unangst |
2010-07-03 | Intel 3400 Thermal Sensor driver, found on some new Intel machines. | Mike Larkin |
2010-07-03 | Implement translation of the SCSI START STOP UNIT command. | Mark Kettenis |
2010-07-03 | Turns out the | Mark Kettenis |
2010-07-02 | Yet another workaround for PCH devices adapted from Intel code in | Jonathan Gray |
2010-07-02 | Provide an iopool in arc(4). | Michael Knudsen |
2010-07-02 | Protect the ccb free list with a mutex rather than splbio(). | Michael Knudsen |
2010-07-02 | One transition was wrong: Suspending without a card, and then resuming with | Theo de Raadt |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-07-02 | Don't timeout_add() when the referenced struct is about to be | Kenneth R Westerback |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | sync | Igor Sobrado |
2010-07-02 | the IBM Optical Wheel Mouse (89P5088) is a supported USB device. | Igor Sobrado |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | Rename the volume specific flags variable. | Joel Sing |
2010-07-02 | On resume, detach and then force a re-attach of the card, since we don't | Theo de Raadt |
2010-07-02 | Determine the data offset using a variable specified within the softraid | Joel Sing |
2010-07-02 | Make the sensor setup loop less awkward by moving the call to | Matthew Dempsky |
2010-07-02 | Add an ath_pci_activate callback for ACPI suspend/resume with ath(4). | Reyk Floeter |
2010-07-02 | cleanup and remove some #ifdef junk in the power hooks. | Reyk Floeter |
2010-07-02 | add more MCP79 AHCI ids to the list of devices that need special handling, | Jonathan Gray |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | Proper fix for uninitialized variable warning. | Mark Kettenis |
2010-07-02 | correctly init ppr_able in reset, and some others gcc complained about. | Ted Unangst |
2010-07-02 | fix a variety of uninit errors. ok and one correction deraadt | Ted Unangst |
2010-07-02 | the variables work better when initialized. ok deraadt | Ted Unangst |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-07-02 | braces define scope, not indentation. found hunting uninit bugs. ok oga | Ted Unangst |
2010-07-02 | some very obvious uninit bugs found when I turned off -Wno-uninitialized | Ted Unangst |
2010-07-02 | Abstraction clean-up. `I like it' deraadt@. | Paul Irofti |
2010-07-02 | Add Lenovo ThinkPad X100e quirk, from Brad. | Paul Irofti |
2010-07-02 | Switch to nitems for the table, save some space. `Looks good' deraadt@. | Paul Irofti |
2010-07-01 | Repost T510 video using the emulator. | Mike Larkin |
2010-07-01 | Mobility hd4870 works, add it. | Owain Ainsworth |
2010-07-01 | sync | Owain Ainsworth |
2010-07-01 | Radeon mobility Hd4870, from jcr. | Owain Ainsworth |
2010-07-01 | It seems the x200s doesn't need the video bios call from locore. | Paul Irofti |
2010-07-01 | Another radeon hd3200. | Owain Ainsworth |
2010-07-01 | make sure that buf's on the stack set the b_bq to NULL. | Thordur I. Bjornsson |
2010-07-01 | suspend/resume to the same level as apm machines. note: that is kind | Theo de Raadt |