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