summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2016-01-06Add pledge "drm", which allows a subset of the drm(4) ioctls. These areMark Kettenis
2016-01-06deactivate POOL_DEBUG for releaseSebastian Benoit
2016-01-06revert 1.87, more work is needed hereMike Belopuhov
2016-01-06Bring efidev.c goodness into softraid.c by returning and displayingKenneth R Westerback
2016-01-05Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modeStefan Sperling
2016-01-05annoying whitespaceTheo de Raadt
2016-01-05Move over to the v1 of Grant Table entriesMike Belopuhov
2016-01-05Memorize the DMA segment's data offset within the pageMike Belopuhov
2016-01-05Remove PTE locking from pmap_extract() because it does not add any MPVisa Hankala
2016-01-05Some implementations of HitSyncDCache() call pmap_extract() for va->paVisa Hankala
2016-01-04Record the modified mbuf chain after transmit checksum setup codeMike Belopuhov
2016-01-04Skip "suspend" device node during probingMike Belopuhov
2016-01-04Include the node name into the error messageMike Belopuhov
2016-01-04Preallocate Grant Table frames to simplify the code for nowMike Belopuhov
2016-01-04Add initial support for 11n mode to the iwn(4) driver.Stefan Sperling
2016-01-04Replace magic shifts and bitmasks used for ADDBA parametersStefan Sperling
2016-01-04Fix another case where the return value of ieee80211_chan2mode() wasStefan Sperling
2016-01-04ADDBA frames have a parameter set which we check against our own capabilitiesStefan Sperling