summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2016-09-02Do not free the configuration descriptor without setting ``dev->cdesc''Martin Pieuchot
2016-09-02Prevent a NULL dereference, triggerable with a crafted configurationMartin Pieuchot
2016-09-02Avoid calling usbd_set_config_index() in *_attach() and let the stackMartin Pieuchot
2016-09-02No need to set 'error' to 0 at the beginning of acx_encap(), asTom Cosgrove
2016-09-01remove three more sparc references noticed by jsgTed Unangst
2016-09-01add iatp(4), a driver for the i2c touchpad and touchscreen found onJoshua Stein
2016-09-01Always initialize error code returned from iwm_firmware_load_chunk().Stefan Sperling
2016-09-01for broadwell HIDs, apply a magic write found in linux that isJoshua Stein
2016-09-01- disable controller when we're done using itJoshua Stein
2016-09-01- separate hid and ihidev attachment for upcoming driversJoshua Stein
2016-09-01remove another straggler hunted down by miodTed Unangst
2016-09-01openbsd.randomdata became RO in userland due to the RELRO work. We shouldTheo de Raadt
2016-08-31Remove rt leftovers in isapnp, unbreak kernel config.Alexander Bluhm
2016-08-31Support A Radio Free Europe!Ted Unangst
2016-08-31Don't put a device in the wake device list if _STA says it's not there.Mike Larkin
2016-08-31sys/arch/sgi/hpc/wskbdmap_sgi.c should be regen'd too.Jeremie Courreges-Anglas
2016-08-31these drivers should have perished in the same fire as mvme88kTed Unangst
2016-08-31Remove unnecessary 'error' assignmentTom Cosgrove
2016-08-31remove some ISA drivers for devices not recently seen in the wild.Ted Unangst
2016-08-31regenJeremie Courreges-Anglas
2016-08-31Estonian keymapJeremie Courreges-Anglas
2016-08-31Delete unused ioctls and associated macros. Move macros that are stillAlexandre Ratchov
2016-08-30Make the init code match the comment and disable watchdogJonathan Gray
2016-08-29Set MTU size to ~4k until the TX path is ready to deal with larger packetsMike Belopuhov
2016-08-29Don't count output errors twiceMike Belopuhov
2016-08-29Fixup packet fragment unrolling procedureMike Belopuhov
2016-08-27Return -1 if we try to set the frequency of a clock but couldn't find it.Mark Kettenis
2016-08-26correct INTR_MSG_MASK to include INTR_MSG_1Jonathan Gray
2016-08-24pool_setipl for oce(4)David Gwynne
2016-08-24pool_setipl for cardbus and drm pools.David Gwynne
2016-08-23Add functions to assert/deassert all reset signals for a device.Mark Kettenis
2016-08-23don't enter burst mode for single-byte reads and writes.Joshua Stein
2016-08-23Actually make fdt_find_node() return NULL if the node couldn't be found.Mark Kettenis
2016-08-23remove duplicated test for em_82574Jonathan Gray
2016-08-23Convert %q to %ll in format stringsPhilip Guenther
2016-08-22Fix two small bugs in the new reset API code.Mark Kettenis
2016-08-22Add an API to set the clock frequency.Mark Kettenis
2016-08-22Add a reset signal API alongside the clock API.Mark Kettenis
2016-08-22Implement interfaces to disable clocks and add interfaces that enable orMark Kettenis
2016-08-21Add a minimal clock "framework". Build it on armv7.Mark Kettenis
2016-08-21Fix a pasto in a comment.Mark Kettenis
2016-08-18Reset the input state completely when wsmouse is (re-)opened.Ulf Brosziewski
2016-08-18Update NVS protocol structure definitions to the 2016 versionMike Belopuhov
2016-08-18add a missing splx in an error pathJonathan Gray
2016-08-18Clean up style and replace a magic value with a magic defineMike Belopuhov
2016-08-17Sync up monitor trigger groups handling to the upstreamMike Belopuhov
2016-08-17Replace hand rolled atomic bit operations and use MI ones from DRMMike Belopuhov
2016-08-17Add support for RT5390 and RT5392 chipsets to the ral(4) driver.Stefan Sperling
2016-08-17Update ral(4) firmware for RT2860 family devices.Stefan Sperling
2016-08-17wpi(4) scans all bands at once, as far as the net80211 stack is concerned.Stefan Sperling