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