Age | Commit message (Expand) | Author |
2011-10-17 | Fix the synchronization of some alps pads, issue reported by Bryan (brakeb) | Martin Pieuchot |
2011-10-16 | Provide battery charge/discharge rate in proper units. | Mark Kettenis |
2011-10-16 | align the read to the PCI config space. | David Hill |
2011-10-14 | Make ath(4) send multicast frames once, not multiple times. | Stefan Sperling |
2011-10-14 | Return EINVAL when there's no config descriptor for a given index. | Martin Pieuchot |
2011-10-13 | Make WOL support do something that actually makes sense; effectively | Mark Kettenis |
2011-10-13 | Fix definition of XL_PME_EN. | Mark Kettenis |
2011-10-10 | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). | Miod Vallat |
2011-10-09 | add support for WCH CH352 serial | Jonathan Gray |
2011-10-09 | regen | Jonathan Gray |
2011-10-09 | WCH CH352 serial | Jonathan Gray |
2011-10-09 | Fix the backspace key under X11 and make the 'option' key behaves like in | Martin Pieuchot |
2011-10-07 | Detect the ts3000b3 and stts2002, and weaken the cat34ts02 model check | Theo de Raadt |
2011-10-07 | Interface cable for Yaesu ham radios, ok deraadt | Chris Kuethe |
2011-10-07 | regen | Chris Kuethe |
2011-10-07 | RT Systems interface cable (rebranded FTDI) for Yaesu ham radios | Chris Kuethe |
2011-10-06 | ccd goes to the attic | Theo de Raadt |
2011-10-05 | It is not safe to call sensor_task_unregister() from inside the | Theo de Raadt |
2011-10-05 | ami_drv_inq bus_dmamap_loads the inquiry buffer, so that buffer has to be | David Gwynne |
2011-10-05 | Add the remaining parts of support for 82580 based devices such as | Jonathan Gray |
2011-10-04 | Add support for ALPS touchpads. | Martin Pieuchot |
2011-10-03 | Add a 'flag' locator to gpioiic(4), and define a first flag | Matthieu Herrb |
2011-09-29 | Avoid a potential NULL dereference if nports == 0. | Stefan Sperling |
2011-09-27 | Needs explicit <sys/kthread.h>; fixes build on palm. | Miod Vallat |
2011-09-23 | Make sure siop_xfer is a multiple of 128 bytes as intended (and as told by | Miod Vallat |
2011-09-23 | regen | Jonathan Gray |
2011-09-23 | XHCI -> xHCI and some additional devices | Jonathan Gray |
2011-09-22 | KNF of mlarkin's code, requested by him. Some improvements to the interface | Theo de Raadt |
2011-09-22 | Fix white space and tabs here. ok miod@, oga@ | Matthieu Herrb |
2011-09-21 | Some minor clean up to the _start funtions to make the code read a little | Kevin Lo |
2011-09-20 | Prepare to add support ALPS touchpads | Alexandr Shadchin |
2011-09-20 | In its current state the ring code doesn't work on sandybridge. As a result | Mark Kettenis |
2011-09-20 | The BIOS on the x220 doesn't retrain the FDI link upon resume and restoring | Mark Kettenis |
2011-09-20 | Very early in suspend while the clock is still ticking realtime, | Theo de Raadt |
2011-09-20 | Mark softraid crypto volumes as being capable of auto assembly, since they | Joel Sing |
2011-09-20 | Simplify the crypto descriptor handling by changing the list head, instead | Joel Sing |
2011-09-19 | If the rootduid matches a softraid chunk of a bootable softraid volume, | Joel Sing |
2011-09-19 | When installboot is run on a softraid volume, add boot optional metadata | Joel Sing |
2011-09-19 | Cleanup sr_ioctl_createraid(). There are three clear cases - (1) corrupt | Joel Sing |
2011-09-19 | Missing argument in STIDEBUG printf | Miod Vallat |
2011-09-19 | Make sure snooping is enabled on Intel HDA variants. Fixes audio on my | Mark Kettenis |
2011-09-18 | Add support for *at(2) system calls to systrace(1). | Matthew Dempsky |
2011-09-18 | usbdivar.h needs struct timeout. But don't get it indirectly via | Kenneth R Westerback |
2011-09-18 | Add support for variable length optional metadata in softraid(4). This | Joel Sing |
2011-09-18 | Set pointer to NULL not 0. From Michael Knudsen (several times). | Kenneth R Westerback |
2011-09-18 | Remove extra printf arguments | Miod Vallat |
2011-09-18 | Rename the optional metadata handler function and factor out the optional | Joel Sing |
2011-09-18 | Fix various format string types to as a minimum match the width of the | Miod Vallat |
2011-09-17 | Fix a truncated DPRINTF. | Miod Vallat |
2011-09-17 | use default_chip_unmap for sata_chip_map, lets the via controllers detach | Jonathan Gray |