Age | Commit message (Expand) | Author |
2016-01-12 | post the packet on em_82547 chips after bpf | David Gwynne |
2016-01-11 | Enable sdhc* at acpi?. | Mark Kettenis |
2016-01-11 | Make sdhc(4) attach to hardware IDs "80860F14" and "PNP0FFF". | Mark Kettenis |
2016-01-11 | Add a "mux -1" locator to wsdisplay(4) instances representing secondary | Mark Kettenis |
2016-01-11 | Use uiomove() instead of uiomovei(); from Martin Natano | Stefan Kempf |
2016-01-11 | xs_cmd should always return errno(2) codes | Mike Belopuhov |
2016-01-11 | Do not fail when receiving an empty reply (or directory node) in | Reyk Floeter |
2016-01-11 | Handle zero lenght messages in the xs_parse by returning an empty string | Mike Belopuhov |
2016-01-11 | Make sendmsg() and recvmsg() functions take only struct ipmi_cmd *. | Masao Uebayashi |
2016-01-11 | Allocate command data buffer on softc and use it from both ipmi_sendcmd() | Masao Uebayashi |
2016-01-11 | Only include sdhc_acpi.c if shdc* at acpi? is included in the kernel config. | Mark Kettenis |
2016-01-11 | Refactor buildmsg() functions to take struct ipmi_cmd * instead of 6 | Masao Uebayashi |
2016-01-11 | Introduce struct ipmi_cmd and have ipmi_cmd() function. IPMI command | Masao Uebayashi |
2016-01-11 | Remove useless sc_poll flag because it is always 1. Remove unused global | Masao Uebayashi |
2016-01-11 | Read values from disabled sensors if possible. From jmatthew@. | Masao Uebayashi |
2016-01-11 | Add glue to make sdhc(4) attach to acpi(4). Needed to support the SD host | Mark Kettenis |
2016-01-11 | Improve CIS parsing to recognize CISTPL_NULL codes instead of bailing out on | Mark Kettenis |
2016-01-11 | Add (limited) support for controllers that implement version 3.0 of the | Mark Kettenis |
2016-01-11 | do further work on the em transmit path to simplify the code. | David Gwynne |
2016-01-10 | match up code and comments, add missing $OpenBSD$; ok jsing@ a while ago | Christian Weisgerber |
2016-01-10 | Page fault handling tweaks for vmm: | Stefan Kempf |
2016-01-10 | Introduce acpi_intr_establish(9), an API to establish interrupt handlers for | Mark Kettenis |
2016-01-10 | Add thinkpad tablet dock/undock ACPI events. | Stefan Sperling |
2016-01-10 | Print a message to console when ipmi(4) watchdog is either enabled or | Masao Uebayashi |
2016-01-10 | When stopping wdog (via wdog_shutdown() e.g. before entering shutdown), | Masao Uebayashi |
2016-01-10 | Seems the voltage bit defenitions in sdmmcreg.h for voltages below 2V | Mark Kettenis |
2016-01-10 | Back out the MP pmap diff for rework. The code does not work on | Visa Hankala |
2016-01-09 | missing break | Jonathan Gray |
2016-01-09 | Initial support for Hardware-Reduced ACPI. This skips the legacy mode checks | Mark Kettenis |
2016-01-09 | add a missing printf argument | Jonathan Gray |
2016-01-09 | consistently use the desc ring pointers as guards for their dmamem. | David Gwynne |
2016-01-09 | Use uiomove(9) instead of uiomovei(9). From Martin Natano. | Mark Kettenis |
2016-01-09 | Add HW_REDUCED_ACPI and LOW_POWER_S0_IDLE_CAPABLE FADT flags. | Mark Kettenis |
2016-01-09 | Rename LR_24BIT, LR_32BIT and LR_32BITFIXED to LR_MEM24, LR_MEM32 and | Mark Kettenis |
2016-01-09 | drop "abort" promise, and make it the default behaviour. | Sebastien Marie |
2016-01-09 | Correct sensor threashold handling by properly checking response of Get Sensor | Masao Uebayashi |
2016-01-09 | revert manual additions of hid.h now that usbhid.h brings it in | Joshua Stein |
2016-01-09 | include dev/hid/hid.h from dev/usb/usbhid.h, so all previous users | Joshua Stein |
2016-01-09 | move UHID_* definitions back to usbhid.h where they were before the | Joshua Stein |
2016-01-08 | protect structs in hid.h with #ifdef _KERNEL, to allow inclusion in | Joshua Stein |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2016-01-08 | mikeb@ doesn't like RCS ids, so I add the OpenBSD one for him. | Reyk Floeter |
2016-01-08 | Get rid of the arp and revarp input queues. | Martin Pieuchot |
2016-01-08 | Work around buggy zero-length packets produced by the DP83816A. | Martin Pieuchot |
2016-01-08 | Add "vmm" pledge to allow restricted ioctl access to /dev/vmm. | Reyk Floeter |
2016-01-08 | Enable uonerng(4) where ualea(4) is already present. | Martin Pieuchot |
2016-01-08 | uonerng(4) a driver for the Moonbase Otago OneRNG, from Devin Reade. | Martin Pieuchot |
2016-01-08 | regen | Martin Pieuchot |
2016-01-08 | OpenMoko OneRNG, from Devin Reade. | Martin Pieuchot |
2016-01-08 | Use off_t to store the offset we want to access the NVRAM at | Stefan Kempf |