summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-08-14drop seriously lacking support for SEQPACKET.Ted Unangst
2017-08-14Do not dereference a pointer directly but use db_get_value() instead.Martin Pieuchot
2017-08-14Remove unneeded null pointer check in mpe_input*: ifp cannot be NULL.Reyk Floeter
2017-08-14move pf_get_wscale + pf_get_mss prototypes to pfvar.h (diff shrinkage)Henning Brauer
2017-08-14add half-open tcp states accounting, road paved by sashanHenning Brauer
2017-08-14Use the rv variable in sppp_output() as it was intended.Reyk Floeter
2017-08-14The "ret" return value is reused and overwritten, potentiallyReyk Floeter
2017-08-14Fix CID 1452952: Unlikely use of uninitialized offset in rtwn_efuse_read().Stefan Sperling
2017-08-14don't need vmm_debug variable in VMM_DEBUG modeMike Larkin
2017-08-14Attach run(4) to D-Link DWA-137 and DWA-140 rev D1.Stefan Sperling
2017-08-14regenStefan Sperling
2017-08-14Add USB device IDs for D-Link DWA-137 and DWA-140 rev D1.Stefan Sperling
2017-08-14drm/mst: Avoid processing partially received up/down message transactionsJonathan Gray
2017-08-14drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req()Jonathan Gray
2017-08-14drm/mst: Fix error handling during MST sideband message receptionJonathan Gray
2017-08-14Make the vga_client_register() stub available to all archs to unbreakJonathan Gray
2017-08-13minor msdosfs tweaksStefan Fritsch
2017-08-13Fix rotation in combination wth vcons support by callingMark Kettenis
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