Age | Commit message (Expand) | Author |
2017-08-13 | Nuke trailing whitespace | Bob Beck |
2017-08-13 | remove accidental addition | Bob Beck |
2017-08-13 | Evidence suggests this trailing whitespace was left here by maurauding | Bob Beck |
2017-08-13 | New flag PR_RWLOCK for pool_init(9) makes the pool use rwlocks instead | Philip Guenther |
2017-08-13 | declaration for fktrace | Ted Unangst |
2017-08-13 | Remove the second parameter of iwm_stop(). It was not used for anything. | Stefan Sperling |
2017-08-13 | to change a state's state (that term is overloaded in pf, protocol state | Henning Brauer |
2017-08-13 | Add proper support for iwm(4) firmware's time event. Cancel the event if | Stefan Sperling |
2017-08-13 | When iwn_stop() releases the scan lock wake processes sleeping on it. | Theo Buehler |
2017-08-13 | When iwm_stop() releases the scan lock wake processes sleeping on it. | Stefan Sperling |
2017-08-13 | improve AHCI hibernate writeout performance by doing smaller delay()s | Mike Larkin |
2017-08-13 | Make R_MIPS_* defines available via <machine/reloc.h>. | Visa Hankala |
2017-08-13 | Convert variable type to C99. | Nayden Markatchev |
2017-08-13 | Fix a dereference of a bogus pointer. | Visa Hankala |
2017-08-13 | remove uneeded bpf include | Jonathan Gray |
2017-08-13 | Add support for Allwinner A64/H5 device trees that use the official Linux | Mark Kettenis |
2017-08-12 | Add rw_assert_anylock(), for assering you have it either read or write locked | Philip Guenther |
2017-08-12 | Fix iwm(4) channel reporting, broken by my unrelated tweak during commit of | Stefan Sperling |
2017-08-12 | Use the NET_LOCK() macro instead of handrolling it. | Martin Pieuchot |
2017-08-12 | Use ctfstrip(1) by default to strip kernels. | Martin Pieuchot |
2017-08-12 | vmm: handle IA32_MISC_ENABLE MSR. Bits set in this MSR can result in | Mike Larkin |
2017-08-12 | add some extra comments that got left out of the previous IA32_MISC_ENABLE | Mike Larkin |
2017-08-12 | Provide a stub implementation for request_irq() and free_irq(). | Martin Pieuchot |
2017-08-12 | In iwm(4), instead of scheduling a task which calls ieee80211_end_scan(), | Stefan Sperling |
2017-08-12 | Clear pcb_fpcpu of the child upon fork. Not clearing it is probably not | Mark Kettenis |
2017-08-12 | ignore unknown/boring events by default, which modern thinkpads have | Joshua Stein |
2017-08-12 | Set vendor to "Generic" like we do for ehci@fdt. | Mark Kettenis |
2017-08-12 | em: Disable ultra-low-power mode on boot | Stefan Fritsch |
2017-08-12 | In the locking wrappers for &map->lock and &map->mtx, pass through file+line | Philip Guenther |
2017-08-12 | Always provide _mtx_* APIs, the use those to simplify the WITNESS wrappers | Philip Guenther |
2017-08-12 | Add a dummy (for now) <machine/reloc.h> for mips64 to fix build. | Visa Hankala |
2017-08-12 | Prevent a NULL pointer deref in iwm(4) which I have seen during testing. | Stefan Sperling |
2017-08-12 | Fix copy/paste error, CID 1453558. | Martin Pieuchot |
2017-08-12 | Fix Coverity CID 1453237: With rt2661 chips ral(4) was writing some stack | Stefan Sperling |
2017-08-12 | Fix Coverity CID 1452915: urtwn(4) would use an uninitialized array index | Stefan Sperling |
2017-08-12 | Fix Coverity CID 1453280: | Stefan Sperling |
2017-08-12 | remove apmwarn sysctl which is not used | Ted Unangst |
2017-08-12 | In iwn(4), fix CID 1199266 "Missing comma in a string array"; only affects | Stefan Sperling |
2017-08-12 | Improve snps,dwc3 support. Enough to make the USB3 controller on the | Mark Kettenis |
2017-08-12 | Silence clang warnings: remove unused variables and s/%hx/%x/g | Philip Guenther |
2017-08-12 | regen | Ted Unangst |
2017-08-12 | add a fktrace syscall that takes a file descriptor instead of a name. | Ted Unangst |
2017-08-11 | Add rkdwusb(4) here as well. | Mark Kettenis |
2017-08-11 | Add glue for the USB3 controller on the rk3399-firefly. | Mark Kettenis |
2017-08-11 | Have bus_dmamem_map() store the virtual address of the mapping such that | Mark Kettenis |
2017-08-11 | Remove NET_LOCK()'s argument. | Martin Pieuchot |
2017-08-11 | don't bother checking diagnostic status (which patrick reports | Joshua Stein |
2017-08-11 | During MPPE key reduction on the 40 bits case the first 3 octets need to be | Ricardo Mestre |
2017-08-11 | Merge DDBCTF into DDB. | Martin Pieuchot |
2017-08-11 | Fall back using db_print_cmd() if no CTF data has been found. | Martin Pieuchot |