Age | Commit message (Expand) | Author |
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 |
2019-08-01 | In ufs_lookup() *vpp is always refcounted, also in the ISDOTDOT | Alexander Bluhm |
2019-08-01 | Fix fd leak that broke disk_close(). | Visa Hankala |
2019-08-01 | enable tpmr(4) so people can try it. | David Gwynne |
2019-08-01 | wire up tpmr(4), an 802.1Q Two-Port MAC Relay implementation | David Gwynne |
2019-08-01 | add tpmr(4), a quick and dirty 802.1Q Two-Port MAC Relay implementation | David Gwynne |
2019-07-31 | ihidev: continue doing polling when interrupt setup fails | Joshua Stein |
2019-07-31 | dwiic_acpi: handle GPIO interrupts when we have no appropriate driver | Joshua Stein |
2019-07-31 | dwiic: stop enabling polling by default | Joshua Stein |
2019-07-31 | aml_find_node: perform callback on matched direct-child nodes before | Joshua Stein |
2019-07-31 | The ACPI 3 spec says the ToHexString and ToDec(imal)String | Joshua Stein |
2019-07-31 | Fix kmem access on octeon. Currently, mem_layout lists segments that | Visa Hankala |
2019-07-31 | drm/amd/display: fix compilation error | Jonathan Gray |
2019-07-31 | drm/amd/display: Always allocate initial connector state state | Jonathan Gray |
2019-07-31 | drm/amdkfd: Fix sdma queue map issue | Jonathan Gray |
2019-07-31 | drm/amdkfd: Fix a potential memory leak | Jonathan Gray |
2019-07-31 | drm/amd/display: Disable ABM before destroy ABM struct | Jonathan Gray |
2019-07-31 | drm/amdgpu/sriov: Need to initialize the HDP_NONSURFACE_BAStE | Jonathan Gray |
2019-07-31 | drm/amd/display: Fill prescale_params->scale for RGB565 | Jonathan Gray |
2019-07-31 | Actually set promisc modes based on the interface state | Jonathan Matthew |
2019-07-30 | Fix mapping of MSI sideband data when there are SMMU's present. | Mark Kettenis |
2019-07-30 | Update media type and status on link change events. Since we don't have | Jonathan Matthew |
2019-07-30 | Seems the Amppere eMAG has a silicon big where the number of writable bits | Mark Kettenis |
2019-07-30 | Make sure the virtual addresses that are used for EFI runtime services | Mark Kettenis |
2019-07-30 | push rxed packets to the stack once per interrupt (per port) | David Gwynne |
2019-07-30 | Previous version accidentally enabled VMM_DEBUG, so turn that off. | Mike Larkin |