summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-01-10Introduce acpi_intr_establish(9), an API to establish interrupt handlers forMark Kettenis
2016-01-10Add thinkpad tablet dock/undock ACPI events.Stefan Sperling
2016-01-10Print a message to console when ipmi(4) watchdog is either enabled orMasao Uebayashi
2016-01-10When stopping wdog (via wdog_shutdown() e.g. before entering shutdown),Masao Uebayashi
2016-01-10Seems the voltage bit defenitions in sdmmcreg.h for voltages below 2VMark Kettenis
2016-01-10Back out the MP pmap diff for rework. The code does not work onVisa Hankala
2016-01-09missing breakJonathan Gray
2016-01-09Initial support for Hardware-Reduced ACPI. This skips the legacy mode checksMark Kettenis
2016-01-09add a missing printf argumentJonathan Gray
2016-01-09consistently use the desc ring pointers as guards for their dmamem.David Gwynne
2016-01-09Use uiomove(9) instead of uiomovei(9). From Martin Natano.Mark Kettenis
2016-01-09Add HW_REDUCED_ACPI and LOW_POWER_S0_IDLE_CAPABLE FADT flags.Mark Kettenis
2016-01-09Rename LR_24BIT, LR_32BIT and LR_32BITFIXED to LR_MEM24, LR_MEM32 andMark Kettenis
2016-01-09drop "abort" promise, and make it the default behaviour.Sebastien Marie
2016-01-09Correct sensor threashold handling by properly checking response of Get SensorMasao Uebayashi
2016-01-09revert manual additions of hid.h now that usbhid.h brings it inJoshua Stein
2016-01-09include dev/hid/hid.h from dev/usb/usbhid.h, so all previous usersJoshua Stein
2016-01-09move UHID_* definitions back to usbhid.h where they were before theJoshua Stein
2016-01-08protect structs in hid.h with #ifdef _KERNEL, to allow inclusion inJoshua Stein
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2016-01-08mikeb@ doesn't like RCS ids, so I add the OpenBSD one for him.Reyk Floeter
2016-01-08Get rid of the arp and revarp input queues.Martin Pieuchot
2016-01-08Work around buggy zero-length packets produced by the DP83816A.Martin Pieuchot
2016-01-08Add "vmm" pledge to allow restricted ioctl access to /dev/vmm.Reyk Floeter
2016-01-08Enable uonerng(4) where ualea(4) is already present.Martin Pieuchot
2016-01-08uonerng(4) a driver for the Moonbase Otago OneRNG, from Devin Reade.Martin Pieuchot
2016-01-08regenMartin Pieuchot
2016-01-08OpenMoko OneRNG, from Devin Reade.Martin Pieuchot
2016-01-08Use off_t to store the offset we want to access the NVRAM atStefan Kempf
2016-01-08Use uiomove() instead of uiomovei().Stefan Kempf
2016-01-08On the recvmsg() side, cmsgs are in mbuf chains, not a contiguous buffer.Philip Guenther
2016-01-08Make sure the new rendezvous state is visible to other CPUs beforeVisa Hankala
2016-01-07Make the A-MPDU reordering buffer more resilient against APs which dropStefan Sperling
2016-01-07Fix 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 outAlexandr Nedvedicky
2016-01-07Rename some wrongly defined *_CONFIG_NO into *_CONFIG_INDEX.Martin Pieuchot
2016-01-07In sendsyslogd(2) strip off syslog priority when logging to console.Alexander Bluhm
2016-01-07look at pkts inside the loop over the pkts in em_free_receive_structures.David Gwynne
2016-01-07Use a resune hook to re-evaluate the "_LID" status upon resume.Martin Pieuchot
2016-01-07rename em_buffers to em_packets.David Gwynne
2016-01-07Xen virtual networking interface (Netfront) driver.Mike Belopuhov
2016-01-07rename the rx and tx ring softc vars.David Gwynne
2016-01-07prefix the rx and tx ring softc members with sc_David Gwynne
2016-01-07host the rx ring dmamap syncs out of em_get_buf into em_rxfill.David Gwynne
2016-01-07unify the bus_dmamap_sync calls around the tx and rx rings.David Gwynne
2016-01-07dma_paddr in struct em_dma_alloc is unused, so gc it.David Gwynne
2016-01-07simplify the calculation of the dmamem size for the tx and rx rings.David Gwynne
2016-01-07unify the dma tag into sc_dmat in em_softc.David Gwynne
2016-01-07Make open(O_NONBLOCK) of tun, tap, and bpf behave like open+ioctl(FIONBIO)Philip Guenther
2016-01-07Handle receive queue full condition instead of hanging.This can beCan Erkin Acar