summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-12-18Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2)cheloha
2017-12-18Support setting the Cortex-A7 cores to active/passive mode andPatrick Wildt
2017-12-17vmm(4): pass EFER properly from vmd(8), needed to support vmctl(8)'s "-b"Mike Larkin
2017-12-17Make axppmic(4) attach to a Reduced Serial Bus, and support the AXP806Mark Kettenis
2017-12-17Add 32K output klock support.Mark Kettenis
2017-12-17Add magic to make USB PYs work on Allwinner H3/H5/A64.Mark Kettenis
2017-12-17Add wsdisplay options needed for X and VT switching.Mark Kettenis
2017-12-17Pass Cortex-R4 reset vector to activation function.Patrick Wildt
2017-12-16Read RAM base address and size so we know where to put the firmware.Patrick Wildt
2017-12-16Implement setting the chip into active mode, as needed for setting upPatrick Wildt
2017-12-16Support setting the Cortex-R4, as found on a BCM43602, to passive mode.Patrick Wildt
2017-12-16Add some more Chip IDs to bwfm(4).Patrick Wildt
2017-12-16Enforce voltage limits from the device tree. Enforcing the limits alsoMark Kettenis
2017-12-16Add support for 1-byte reads and writes.Mark Kettenis
2017-12-16Enable sxirsb(4).Mark Kettenis
2017-12-16Add a driver for the RSB controller found on various Allwinner SoCs.Mark Kettenis
2017-12-15Add a few more Allwinner A80 clocks.Mark Kettenis
2017-12-15put where im up to into the tree so jmatthew@ can look at it.David Gwynne
2017-12-15ifq_barrier should be callable by any nic, not just MPSAFE ones.David Gwynne
2017-12-15add ifiqueues for mp safety and nics with multiple rx rings.David Gwynne
2017-12-14make sched_barrier use cond_wait/cond_signal.David Gwynne
2017-12-14Don't bother using DETACH_FORCE for the softraid luns at rebootTheo de Raadt
2017-12-14Give vflush_vnode() a hint about vnodes we don't need to account as "busy".Theo de Raadt
2017-12-14Make roaming after a background scan work while tcpbench -u is runningStefan Sperling
2017-12-14My previous commit broke the ramdisk build; fix itStefan Sperling
2017-12-14If switching RW->RO, then stop deferring timestamp writes...and possiblyPhilip Guenther
2017-12-14Stop printing debug info about stations leaving a wifi network whenStefan Sperling
2017-12-14The pf code marks ICMP packets belonging to an TCP or UDP divertAlexander Bluhm
2017-12-14Add background scanning support to iwn(4), as was done for iwm(4) recently.Stefan Sperling
2017-12-14let urtwn(4) find my TP-LINK TL-WN722N v2Sebastian Benoit
2017-12-14syncSebastian Benoit
2017-12-14add usb id for TP-LINK TL-WN722N v2Sebastian Benoit
2017-12-14Change bcopy to memcpy in the i386 version of the VIA PadLock driver.Frederic Cambus
2017-12-14Repair flushcache/standby operations to not convert AT_WAIT operationsTheo de Raadt
2017-12-14fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, soPhilip Guenther
2017-12-14i forgot to convert timeout_proc_barrier to cond_signalDavid Gwynne
2017-12-14i forgot to convert ifq_barrier_task to cond_signal.David Gwynne
2017-12-14replace the bare sleep state handling in barriers with wait cond codeDavid Gwynne
2017-12-14add code to provide simple wait condition handling.David Gwynne
2017-12-13Fix a softdep bug exposed by our recent changes to make reboot drop to read-onlyBob Beck
2017-12-13Fix stray return; hopefully this makes the internal PHY actually work now.Mark Kettenis
2017-12-13Spacing from kshe59@zoho.eu.Martin Pieuchot
2017-12-13Sizes for free in route_output().Martin Pieuchot
2017-12-13Add 'bt' an alias for 'trace'.Martin Pieuchot
2017-12-13report Oracle as the vendor is the produce starts with ORCL,David Gwynne
2017-12-12Add more Allwinner A80 clocks.Mark Kettenis
2017-12-12Only trigger background scans while we are in RUN state, and do not updateStefan Sperling
2017-12-12Make ieee80211_chan2ieee() panic if a bogus channel pointer is detected.Stefan Sperling
2017-12-12Make IEEE80211_CHAN_ANYC be a NULL pointer instead of a pointer to 0xffff.Stefan Sperling
2017-12-12Don't dereference IEEE80211_CHAN_ANYC pointer in ieee80211_node_checkrssi().Stefan Sperling