summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-08-07Mitigate CVE-2019-1125: block speculation past conditional jump to mis-skipPhilip Guenther
2019-08-07Add codepatch_jmp(), like codepath_call() but inserting a jmp instead of a call.Philip Guenther
2019-08-07avoid large MAXPATHLEN object on the stack in coredump(), by allocatingTheo de Raadt
2019-08-07Add support for integrated USB cameras with two functions, asPatrick Wildt
2019-08-07Add support for the KSMedia 8-bit IR format, a greyscale format,Patrick Wildt
2019-08-06When we needed the kernel lock for local IP packet delivery, mpi@Alexander Bluhm
2019-08-06Fix white spaces.Alexander Bluhm
2019-08-06The vio(4) interface did not recover from mbuf shortage. The logicAlexander Bluhm
2019-08-06Block interrupts while (attempting to) send an IPI on sun4v just like weMark Kettenis
2019-08-06remove some debug cruft i should have removed before the last commit.David Gwynne
2019-08-06have a go at using msi interrupts.David Gwynne
2019-08-06i replaced a misplaced tab with g, not a space. make this work again.David Gwynne
2019-08-06if the rx ring gets empty and can't be filled, retry in the futureDavid Gwynne
2019-08-06use ifiq_input so we can call if_rxr_livelocked to apply backpressureDavid Gwynne
2019-08-06Resolve some minor nits in diskmapioctl():anton
2019-08-06Read the fifo depths from the appropriate configuration register andMark Kettenis
2019-08-05Kernel realpath(3) and unveil(2) did not work correctly if the rootAlexander Bluhm
2019-08-05Kernel realpath(3) had the same vnode leakage bug like unveil(2).Alexander Bluhm
2019-08-05Remove the unused function parameter rootvnode from unveil_add_vnode().Alexander Bluhm
2019-08-05try to be more compliant with the spec by implementing marker responses.David Gwynne
2019-08-05Favor vn_close() in the error path of diskmapioctl() since side-effectsanton
2019-08-05Allow concurrent reads of the f_offset field of struct file byanton
2019-08-05sis(4) calls mii_phy_reset(); add explicit dependency on mii_phy in configStefan Sperling
2019-08-05run pf against ip packets coming in and out of the two ports.David Gwynne
2019-08-05pay some lip service to TPMR compliance according to 802.1Q-2018David Gwynne
2019-08-04Fix a typo I noticed reviewing the smbios code cleanup diff.kmos
2019-08-04Ensure that a posted write completes when re-enabling interruptsVisa Hankala
2019-08-04Add support for X-Gene/eMAG variant.Mark Kettenis
2019-08-04Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduceMark Kettenis
2019-08-04crank version, following fchmod changeTheo de Raadt
2019-08-04Unmap tables once we're done with them.Mark Kettenis
2019-08-04Implement smbios support on arm64.Mark Kettenis
2019-08-04Remove the old, unfinished octeon bootloader.Visa Hankala
2019-08-04Revise the way how the octeon bootloader is built. The originalVisa Hankala
2019-08-04Calling unveil(2) with the current directory leaked a vnode. EvenAlexander Bluhm
2019-08-03permit maxusers to grow up to 128Theo de Raadt
2019-08-03There are some pretty big arm64 machines so crank maxusers to 80.Theo de Raadt
2019-08-03R.I.P. itimerround(); ok mpi@cheloha
2019-08-03Add F_WRITE support to the block layer (not yet used)Theo de Raadt
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xTheo de Raadt
2019-08-03If the CPU frequency is available during TSC init, make it availableJoshua Stein
2019-08-03Recognize Applied Micro as an Implementor and X-Gene as a PartNum forMark Kettenis
2019-08-02regenMark Kettenis
2019-08-02Add Ampere vendor and eMAG PCIe devices.Mark Kettenis
2019-08-02Add support for additional ITS page sizes and make sure we allocateMark Kettenis
2019-08-02Move prototypes of unveil(2) functions which are used in separate CAlexander Bluhm
2019-08-02Avoid repeated invocation of curcpu().Visa Hankala
2019-08-02Call refreshcreds() from ast() on mips64. This ensures that credentialsVisa Hankala
2019-08-02missing part of commit by cheloha:Theo de Raadt
2019-08-02per-process itimers: itimerval -> itimerspeccheloha