summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-05-11Fix incorrect error message.Lawrence Teo
2019-05-11Implement interrupt controller functionality in the RockchipPatrick Wildt
2019-05-11Add fusbtc(4) to support the Fairchild FUSB302 USB Type-C controller.Patrick Wildt
2019-05-11move irq_work bits into irq_work headerJonathan Gray
2019-05-11RegenAaron Bieber
2019-05-11Add the colemak keyboard layout.Aaron Bieber
2019-05-11Restore previous behavior of limiting deadlock detection to posix-styleanton
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
2019-05-11Refactor efiboot into 32 and 64 bit copies.Mike Larkin
2019-05-11Refactor efiboot into 32 and 64 bit copies.Mike Larkin
2019-05-10Disentangle #ifdef EFIBOOT.Mike Larkin
2019-05-10vmm: handle some unhandled exits for SVMpd
2019-05-10Add bsd.upgrade support to sparc64 bootloader.Claudio Jeker
2019-05-10Reduce number of timehands from to just two.cheloha
2019-05-10Fix idr_get_next() such that idr_for_each_entry() actually works.Mark Kettenis
2019-05-10On the transmit path the ethernet and ip headers might not bePatrick Wildt
2019-05-10Add a fallback to ehci(4)'s phy init code so that when therePatrick Wildt
2019-05-10Explicitly disable BCM4331 chips present in 2011-2012 Apple Mac systems.Brent Cook
2019-05-10regenJonathan Gray
2019-05-10add Intel Atom C3000 idsJonathan Gray
2019-05-10Add port protection support to switch(4). The behavior copies that ofakoshibe
2019-05-10Fix prototype of upgrade(). OK benno@Claudio Jeker
2019-05-10Move bridge_filterrule() before doing the mbuf copy. Fixes a memory leakClaudio Jeker
2019-05-10simplify logic after wakeup since this variable is only manipulatedBob Beck
2019-05-10Check for nowait failed *after* the wakeup point, not before.Bob Beck
2019-05-10Add more flags to the debug bitmaskPhilip Guenther
2019-05-09If mallocing the array program header fails, give up on coredumpingPhilip Guenther
2019-05-09Ensure that pagedaemon wakeups as a result of failed UVM_PLA_NOWAITBob Beck
2019-05-09Unlock adjfreq(2), adjtime(2), clock_settime(2), and settimeofday(2).cheloha
2019-05-09set up IFP using the gen3 path on pineviewJonathan Gray
2019-05-09Measure poll interval with monotonic clock. ok jcs@cheloha
2019-05-09add free sizesSebastien Marie
2019-05-09Correctly mask status bits in iwm's ADD_STA command response; remainingStefan Sperling
2019-05-09Add two sanity checks to iwm's firmware notification interrupt handler:Stefan Sperling
2019-05-09Nope, the right byte layout is happening, but we still need to figure outTheo de Raadt
2019-05-09Don't unconditionally throw away dma memory when we don't need to.Bob Beck
2019-05-09Add a sysctl accessor to struct pf_status. The pf_status only holds theClaudio Jeker
2019-05-09For filenames which are a multiple of 4 bytes long, the zero pad isTheo de Raadt
2019-05-09add free sizesBrent Cook
2019-05-09we don't need to check rtisvalid() in these places, the functions we arePeter Hessler
2019-05-09disable stack printing for now since at least arm64 can't print themTed Unangst
2019-05-09Eliminate 'make clean' stops with 'rmdir: .: Invalid argument'.Kenji Aoyama
2019-05-09When changing device rate, send request to the clock source unit.Alexandre Ratchov
2019-05-09Set the rate of UAC v2.0 clock units using the control interface, notAlexandre Ratchov
2019-05-09Skip empty control interfaces when parsing descriptors.Alexandre Ratchov
2019-05-09Implement set_rate() method for M-Audio Audiophile 192k cards.Alexandre Ratchov
2019-05-09Add ucrcom(4) a (very simple) driver for the serial console of (some)Mark Kettenis
2019-05-08Enable ucrcom(4) on all architectures that have uslcom(4).Mark Kettenis
2019-05-08Add ucrcom(4) a (very simple) driver for the serial console of (some)Mark Kettenis
2019-05-08print a few warnings when calling free with a zero size.Ted Unangst