Age | Commit message (Expand) | Author |
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 |
2019-07-28 | vmm(4): join some short lines of code | Mike Larkin |
2019-07-28 | Link octeon bootloader to the build. | Visa Hankala |
2019-07-28 | Add a dedicated ramdisk entry for the octeon bootloader to reduce | Visa Hankala |
2019-07-28 | With the DWC2 reset in place, dwctwo(4) should be safe to use | Visa Hankala |
2019-07-28 | Put DWC2 controller into reset mode on (pseudo-)shutdown to make | Visa Hankala |
2019-07-28 | Fix trimming of newline. | Visa Hankala |
2019-07-26 | Recognize PCI busses that don't support INTx and refuse to map legacy on | Mark Kettenis |
2019-07-26 | emove duplicate definitions of LAPIC_ID_MASK and LAPIC_ID_SHIFT. | Kevin Lo |
2019-07-25 | Enable sharing of root complex when appropriate. | Mark Kettenis |
2019-07-25 | Add support for virtual root complexes used for Static Direct I/O. | Mark Kettenis |
2019-07-25 | Add SDIO hypervisor calls. | Mark Kettenis |
2019-07-24 | Avoid strlcpy() and printing of bios date if fixstring() returns NULL. | Jonathan Gray |
2019-07-22 | Disable caches and MMU before jumping to the kernel entry point. Needed | Mark Kettenis |
2019-07-20 | Get rid of `ddb_is_active' instead use `db_active'. | Martin Pieuchot |
2019-07-20 | Increment `db_active' before entering db_trap() like other archs do. | Martin Pieuchot |
2019-07-19 | i8254_delay(): simplify tick computation | cheloha |
2019-07-19 | ttysleep(): drop unused timeout parameter | cheloha |
2019-07-17 | Disable for now. | Visa Hankala |
2019-07-17 | Adjust search of symbol table pointers to match with the bootloader. | Visa Hankala |
2019-07-17 | Add a bootloader for octeon. | Visa Hankala |
2019-07-17 | vmm/vmd: Fix migration with pvclock | pd |
2019-07-15 | Fix a direct map bug that affected machines with > 1023GB physical | Mike Larkin |
2019-07-15 | store smbios date string in globally visible var for drm | Jonathan Gray |
2019-07-14 | Delete obsolete bits in a comment: mcontext is gone and struct reg is no | Philip Guenther |
2019-07-13 | Panic for missing vp1 entry, do not panic for missing vp2 entry twice. | Dale Rahn |
2019-07-13 | Adjust the pmap_set_l* functions to a more reasonable API, | Dale Rahn |
2019-07-13 | pmap_page_protect() should not unmap pages after making them readonly. | Dale Rahn |
2019-07-12 | Remove unnecessary extern declarations. | Visa Hankala |
2019-07-12 | Make rootdev parsing a little saner. The "rootdev=" prefix can be | Visa Hankala |
2019-07-11 | Use "i" constrain instead of "n" constrain in inline assembly. Makes clang | Mark Kettenis |
2019-07-10 | +ixl (which was used to debug problems on T4-1) | Theo de Raadt |
2019-07-09 | I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and | Theo de Raadt |
2019-07-08 | amd64 pmap: remove a "set but not used" variable, found when building the | Mike Larkin |
2019-07-08 | vmm(4): remove a "set but not used" variable, found when building the | Mike Larkin |