summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-04-04Tweak the code that wakes up uvm_pmalloc sleepers in the page daemin.Mark Kettenis
2020-04-04Prevent the destruction of a session owned by another interface.Martin Pieuchot
2020-04-04Prevent shadowing of local variable by the EV_SET() macro.Martin Pieuchot
2020-04-04Return ENETRESET on success from mcx_up() so mcx_ioctl() will callJonathan Matthew
2020-04-03increase rdroot sizeJonathan Gray
2020-04-03Put back the code to enable and set the output tap delay. Tis fixesMark Kettenis
2020-04-03Move the responsibility of syncing the data buffers from the USBPatrick Wildt
2020-04-03Add rkrng(4), a driver for the random number generator found on variousMark Kettenis
2020-04-03The dtb I'm using for my rockpro64 has an "assigned-clocks" property soMark Kettenis
2020-04-03Kill unused cdev_mousewr_init().Martin Pieuchot
2020-04-03Revert "drm/dp_mst: Skip validating ports during destruction, just ref"Jonathan Gray
2020-04-03Fix an automatic Tx rate control issue in iwm(4) and iwx(4).Stefan Sperling
2020-04-03Fix incoherencies of errors returned by various *kqfilter routines.Martin Pieuchot
2020-04-03Return POLLERR instead of EINVAL in fusepoll().Martin Pieuchot
2020-04-03Adjust SMR_ASSERT_CRITICAL() and SMR_ASSERT_NONCRITICAL() so that theVisa Hankala
2020-04-03Take an explicit write reference when associating a thread with a ktraceVisa Hankala
2020-04-02Make the OpenFirmware functions work with clang.gkoehler
2020-04-02double ARG_MAXTheo de Raadt
2020-04-02Fix use-after-free zyd(4) upon Tx error and device detach.Stefan Sperling
2020-04-02Remove iwm(4) 11n mode CCK Tx rate fallback.Stefan Sperling
2020-04-02iwm's LQ_CMD can work asynchronously from interrupt context.Stefan Sperling
2020-04-02Remove 'done' flag from struct iwx_tx_data. Check data->m == NULL instead.Stefan Sperling
2020-04-02Remove 'done' flag from struct iwm_tx_data. Check data->m == NULL instead.Stefan Sperling
2020-04-02Introduce kqueue_sleep() a wrapper around the tsleep(9) dance.Martin Pieuchot
2020-04-02Enable FFS2 option for both floppiesOtto Moerbeek
2020-04-02Change bootblocks to be able to read from ffs1, ffs2 and softraid.Otto Moerbeek
2020-04-02Add __lshrti3 to libkern and use it on sparc64Jeremie Courreges-Anglas
2020-04-01USB control requests to the root hub differ from those to devices. ForPatrick Wildt
2020-04-01Disallow session timeout on pppx(4).Martin Pieuchot
2020-03-31Remove leftover that should have been removed in the previous commit.Mark Kettenis
2020-03-31Newer device trees no longer put the full physical address in the "reg"Mark Kettenis
2020-03-31Fix MIMO rates with firmware-based rate scaling in iwm(4).Stefan Sperling
2020-03-31Remove unused code. The padconf code has been replaced with theMark Kettenis
2020-03-31Move sleep_finish_all() down to where sleep_finish() and all otherClaudio Jeker
2020-03-31When using a fixed Tx MCS in iwx(4) enable SGI if the peer supports it.Stefan Sperling
2020-03-31When using a fixed Tx MCS in iwm(4) enable SGI if the peer supports it.Stefan Sperling
2020-03-31Revert previous, syzkaller found a way to trigger the KASSERT().Martin Pieuchot
2020-03-30No point in checking the loop variable for NULL inside a LIST_FOREACH.Kenneth R Westerback
2020-03-30Don't let MiRA trigger event-based probing if the current measurementStefan Sperling
2020-03-30Break crypto_unregister() sanity check into two expressions, making itKenneth R Westerback
2020-03-30Port "mach dtb" code from arm64.Mark Kettenis
2020-03-30Document that `a_p' is always curproc by using a KASSERT().Martin Pieuchot
2020-03-29Prevent stack trace saving from inspecting untrusted data. On amd64,Visa Hankala
2020-03-29Don't access past end of cc_alg[] when trying to avoidKenneth R Westerback
2020-03-29Prevent out of bounds read in strlcpy due to vcp_name not being NUL-terminated.tobhe
2020-03-29Pin groups have regulators associated with them; enable these such thatMark Kettenis
2020-03-29Add glue to make ipmi(4) attach to FDT.Mark Kettenis
2020-03-29Compute MiRA's moving average and standard deviation after computing theStefan Sperling
2020-03-28Move ND6_PRIV_* constants from nd6.h to slaacd the only place whereFlorian Obser
2020-03-28Export the number of arguments exposed by a probe to userland.Martin Pieuchot