summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2016-01-07sprinkle DEVNAMEDavid Gwynne
2016-01-07rename the struct arpcom interface_data in em_softc to sc_ac.David Gwynne
2016-01-07rename em_softc sc_dv to sc_dev. like ALL OUR OTHER DRIVERS.David Gwynne
2016-01-07tweak em to make it mpsafe, both for interrupts and if_start.David Gwynne
2016-01-07Copy received data only if it exists. Avoid panics in odd situations.Masao Uebayashi
2016-01-07We want the first, not the last, OpenBSD partition in the MBR.Kenneth R Westerback
2016-01-06document the signify command for the next release, so that users canSebastian Benoit
2016-01-06Initialize the A-MPDU parameters field in HT capability elements.Stefan Sperling
2016-01-06Add DRM_RENDER_ALLOW flag to the appropriate ioctls such that pledge "drm"Mark Kettenis
2016-01-06turn off the whitepath code for now; we're not sure it's ready for releaseTed Unangst
2016-01-06remove unnecessary casts where the incoming type is void *.Ted Unangst
2016-01-06tidy up whitespace, etc.Ted Unangst
2016-01-06We want the first, not the last, OpenBSD partition in the MBR.Kenneth R Westerback
2016-01-06Prevent integer overflows in sosend() and soreceive() by convertingStefan Kempf
2016-01-06fix comment typosStuart Henderson
2016-01-06Ensure that iwn(4) always uses a CCK rate as last fallback in the firmware'sStefan Sperling
2016-01-06iwm(4) adjusts the firmware's tx rate retry table dynamically so we mustStefan Sperling
2016-01-06Follow the spec and check the SCI_EN bit to see if ACPI has alreadyMark Kettenis