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