summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2016-01-04Fix manual scan while associated in 11a mode. It would only show APs on 5GHz.Stefan Sperling
2016-01-04Don't return 11n mode from ieee80211_chan2mode() so we can switch intoStefan Sperling
2016-01-04While configuring ERP we need to know if we're in 11a or 11g mode so onlyStefan Sperling
2016-01-04Skip over 11n mode during scanning to avoid scanning channels more than once.Stefan Sperling
2016-01-04mark the driver MPSAFE. most of this is cleaning up the oactive handling.David Gwynne
2016-01-04Remove parameter name from gpt_chk_mbr() prototype and add prototypeKenneth R Westerback
2016-01-04Do proper termination of VMs by doing proper VCPU run state management.Mike Larkin
2016-01-04wrap a long lineMike Larkin
2016-01-03Fix typo in comment.Mark Kettenis
2016-01-03Don't need two 16K static buffers to checksum the GPT entries and find theKenneth R Westerback
2016-01-03enable pchtemp(4) on i386.Daniel Dickman
2016-01-03Add support for 100 series to pchtemp(4).Daniel Dickman
2016-01-03copyright++;Jonathan Gray
2016-01-02Take the PHY of iec(4) out of reset before attaching the interface.Visa Hankala
2016-01-02mmcc noticed that nd.ni_pledge was uninitialized in doopenat() for theTheo de Raadt
2016-01-01The pointer buf is a user space string which was directly passedAlexander Bluhm
2016-01-01Sync formatting and a few comments with upstream. No functional change.Ingo Feinerer
2016-01-01Reimplement vga_put() such that it compiles on i386 as well.Mark Kettenis
2016-01-01Sync V4L2 header file with upstream (i.e., recent Linux kernel) headers.Ingo Feinerer
2015-12-31regenMark Kettenis
2015-12-31Add some XEON-D devices.Mark Kettenis
2015-12-31Make ixgbe_start() mpsafe. This means the driver will no longer grab theMark Kettenis
2015-12-31NULL-terminate a pointer array to prevent an invalid free, and simplifymmcc
2015-12-3182544 on pcix busses needs a workaround that effectively doublesDavid Gwynne
2015-12-31Move tr_port_destroy down; fixes 'lacp_compose_key protection fault trap'Stuart Henderson
2015-12-31Add pchtemp(4) a driver for the thermal sensor on recent Intel PCHs.Mark Kettenis
2015-12-31Provide a minimal implementation of the Linux vga_get/vga_put API and use itMark Kettenis