Age | Commit message (Expand) | Author |
2019-04-26 | Guard against repeated inclusion of <mips64/pte.h>. This fixes drm build | Visa Hankala |
2019-04-25 | disable -Oz compile for SMALL_KERNEL w/ comment why | Theo de Raadt |
2019-04-25 | Add movstrSI12_i4 for linking -Os/-Oz kernels. Sadly however it | Theo de Raadt |
2019-04-25 | Add a check to tftp_open() that we are actually opening a TFTP device. | Christian Weisgerber |
2019-04-24 | Style tweaks: | Philip Guenther |
2019-04-23 | Add support for ccp(4) at acpi(4). | Mark Kettenis |
2019-04-23 | Call exit(2) if sigreturn(2) fails on mips64. This is what other | Visa Hankala |
2019-04-23 | Add a driver for OCTEON two-wire serial interface. | Visa Hankala |
2019-04-23 | Remove file name and line number output from witness(4) | Visa Hankala |
2019-04-23 | Copy cache-control bits from U+K to U-K entry in pmap_enter_special() | Philip Guenther |
2019-04-22 | vmm(4): flush guest TLB entries if guest disables paging. While this | Mike Larkin |
2019-04-22 | Not all systems supporting DVFS expose a regulator to set the voltage. | Mark Kettenis |
2019-04-22 | vmm(4): remove a debug printf that was causing lock issues (it was being | Mike Larkin |
2019-04-20 | Revert enabling VMM_DEBUG which slipped through the previous commit. | kn |
2019-04-20 | When copying the EFI-stored kernel to the correct operating location, | Theo de Raadt |
2019-04-20 | libsa's memcpy() is actually memmove(). make a proper memmove(), and give | Theo de Raadt |
2019-04-19 | Work around a limitation of clang integrated assembler on mips64. | Visa Hankala |
2019-04-18 | vmm(4): whitespace fix | Mike Larkin |
2019-04-16 | When entering kernel pages uncached we need to make sure to flush the | Patrick Wildt |
2019-04-16 | Prevent attaching drivers to devices for which we attached a driver early. | Mark Kettenis |
2019-04-14 | Instead of using COPTS=-Oz (and similar) in make environment to force | Theo de Raadt |
2019-04-14 | Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to | Jonathan Gray |
2019-04-10 | KNF per naddy@ | ians |
2019-04-10 | Add (uint32_t) cast on marks[] to avoid warning in gcc3. | Kenji Aoyama |
2019-04-10 | crank versions | Theo de Raadt |
2019-04-10 | change marks[] array to uint64_t, so the code can track full 64-bit | Theo de Raadt |
2019-04-09 | Detect /bsd.upgrade kernel and boot it if present instead of default /bsd, | Kenji Aoyama |
2019-04-08 | crank version; looks good deraadt | Florian Obser |
2019-04-04 | Add bwfm(4) such that we can use bsd.rd to update over wireless. | Mark Kettenis |
2019-04-02 | vmm(4): Fix some broken event injection code for SVM | Mike Larkin |
2019-04-02 | vmm(4): Inject #UD on read of MSR_LS_CFG on AMD SVM | Mike Larkin |
2019-04-02 | Add variable length trap padding between the retguard epilogue and the | mortimer |
2019-04-01 | vmm(4): flush EPT when uvm removes mappings from a nested page table | Mike Larkin |
2019-04-01 | vmm(4): Don't advertise support for SSBD and related speculative exec | Mike Larkin |
2019-04-01 | imxdwusb(4) and imxpd(4) are no longer needed. | Patrick Wildt |
2019-04-01 | Add retguard macros to kernel setjmp / longjmp. | mortimer |
2019-04-01 | vmm(4): Don't advertise support for MCE/MCA since we don't implement | Mike Larkin |
2019-04-01 | compile fix from visa | Ted Unangst |
2019-04-01 | fast track ddb> reboot command to skip anything which might panic again. | Ted Unangst |
2019-03-31 | follow atf and change neoverse e1 part number | Jonathan Gray |
2019-03-28 | Revert revision 1.20, switch back to using efifb_std_descr.n{rows,cols} | Frederic Cambus |
2019-03-28 | Enable uxrcom(4). | Mark Kettenis |
2019-03-28 | Enable uxrcom(4). | Mark Kettenis |
2019-03-26 | vmm(4): On VMX, use sgdt/sidt to reset the GDT/IDT limits after exiting | Mike Larkin |
2019-03-25 | panic() adds a newline, so don't include one in the format string | Philip Guenther |
2019-03-25 | Fix pctr(4) issues with MP and suspend: | Philip Guenther |
2019-03-25 | X86_IPI_NAMES's only use was #if 0'ed out; delete both | Philip Guenther |
2019-03-25 | Revert back to using previous values for EFIFB_WIDTH and EFIFB_HEIGHT, | Frederic Cambus |
2019-03-24 | Remove a stale kgdb dependency. | Visa Hankala |
2019-03-24 | Add intr_{disable,restore}() for alpha. | Visa Hankala |