Age | Commit message (Expand) | Author |
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 |
2016-01-08 | Use uiomove() instead of uiomovei(). | Stefan Kempf |
2016-01-08 | On the recvmsg() side, cmsgs are in mbuf chains, not a contiguous buffer. | Philip Guenther |
2016-01-08 | Make sure the new rendezvous state is visible to other CPUs before | Visa Hankala |
2016-01-07 | Make the A-MPDU reordering buffer more resilient against APs which drop | Stefan Sperling |
2016-01-07 | Fix A-MPDU parameters in link quality firmware commands in iwn(4) and iwm(4). | Stefan Sperling |
2016-01-07 | - retrying to commit earlier change, which got backed out | Alexandr Nedvedicky |
2016-01-07 | Rename some wrongly defined *_CONFIG_NO into *_CONFIG_INDEX. | Martin Pieuchot |
2016-01-07 | In sendsyslogd(2) strip off syslog priority when logging to console. | Alexander Bluhm |
2016-01-07 | look at pkts inside the loop over the pkts in em_free_receive_structures. | David Gwynne |
2016-01-07 | Use a resune hook to re-evaluate the "_LID" status upon resume. | Martin Pieuchot |
2016-01-07 | rename em_buffers to em_packets. | David Gwynne |
2016-01-07 | Xen virtual networking interface (Netfront) driver. | Mike Belopuhov |
2016-01-07 | rename the rx and tx ring softc vars. | David Gwynne |
2016-01-07 | prefix the rx and tx ring softc members with sc_ | David Gwynne |
2016-01-07 | host the rx ring dmamap syncs out of em_get_buf into em_rxfill. | David Gwynne |
2016-01-07 | unify the bus_dmamap_sync calls around the tx and rx rings. | David Gwynne |
2016-01-07 | dma_paddr in struct em_dma_alloc is unused, so gc it. | David Gwynne |
2016-01-07 | simplify the calculation of the dmamem size for the tx and rx rings. | David Gwynne |
2016-01-07 | unify the dma tag into sc_dmat in em_softc. | David Gwynne |
2016-01-07 | Make open(O_NONBLOCK) of tun, tap, and bpf behave like open+ioctl(FIONBIO) | Philip Guenther |
2016-01-07 | Handle receive queue full condition instead of hanging.This can be | Can Erkin Acar |