Age | Commit message (Expand) | Author |
2019-08-26 | Add amlreset(4), a driver to support reset signal controller blocks on | Mark Kettenis |
2019-08-26 | Add amluart(4), a driver for the UARTs found on various Amlogic SoCs. | Mark Kettenis |
2019-08-22 | Don't check _TTP for io windows. | Mark Kettenis |
2019-08-22 | unused variable, after previous commit | Theo de Raadt |
2019-08-21 | sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4) | cheloha |
2019-08-21 | Fix a race in invalidation of remote TLB entries. | Visa Hankala |
2019-08-20 | Network-based device paths use Messaging and not Media types. Thus | Patrick Wildt |
2019-08-20 | Enable ipmi(4). | Mark Kettenis |
2019-08-19 | Restore msrs & pat on main cpu. jcs observed a slow console on x1r7, | Theo de Raadt |
2019-08-19 | match on r40 ahci | Jonathan Gray |
2019-08-14 | enable amdgpu on amd64 requested by a few people | Jonathan Gray |
2019-08-13 | Allow PXE booting using u-boot by relaxing our requirements | Patrick Wildt |
2019-08-13 | Unbreak build of efi32 due to a typo in the fchmod change. | Patrick Wildt |
2019-08-12 | Remove spurious newline. Spotted by patrick@ | Mark Kettenis |
2019-08-12 | Make it possible to switch to framebuffer "glass" console in case it | Mark Kettenis |
2019-08-11 | Add clock support to sxirtc(4); needed by newer Linux DTs. | Mark Kettenis |
2019-08-11 | Add sxisyscon(4) a driver for the system controller found on various | Mark Kettenis |
2019-08-10 | Fix pixel formats. Turns out the order in the device tree description is | Mark Kettenis |
2019-08-10 | move to 6.6-beta | Theo de Raadt |
2019-08-09 | Add TSC synchronization for multiprocessor machines. | Paul Irofti |
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-06 | Block interrupts while (attempting to) send an IPI on sun4v just like we | Mark Kettenis |
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-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 | 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 | Add support for additional ITS page sizes and make sure we allocate | Mark Kettenis |
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 | per-process itimers: itimerval -> itimerspec | cheloha |
2019-08-01 | Fix fd leak that broke disk_close(). | Visa Hankala |
2019-07-31 | Fix kmem access on octeon. Currently, mem_layout lists segments that | Visa Hankala |
2019-07-30 | Fix mapping of MSI sideband data when there are SMMU's present. | Mark Kettenis |
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 | Previous version accidentally enabled VMM_DEBUG, so turn that off. | Mike Larkin |
2019-07-29 | Support disk write in efiboot for armv7 and arm64. | YASUOKA Masahiko |
2019-07-29 | Support disk write in efiboot. Requested by deraadt. | YASUOKA Masahiko |