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