Age | Commit message (Expand) | Author |
2019-08-04 | Fix a typo I noticed reviewing the smbios code cleanup diff. | kmos |
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-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x | Theo de Raadt |
2019-07-26 | emove duplicate definitions of LAPIC_ID_MASK and LAPIC_ID_SHIFT. | Kevin Lo |
2019-07-24 | Avoid strlcpy() and printing of bios date if fixstring() returns NULL. | Jonathan Gray |
2019-07-15 | store smbios date string in globally visible var for drm | Jonathan Gray |
2019-07-09 | I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and | Theo de Raadt |
2019-06-28 | Write back and invalidate caches before updating CPU microcode, | Alexander Bluhm |
2019-06-21 | Further improve the filesystem stability of kernel installation by KARL. | Theo de Raadt |
2019-06-14 | Add TSC_ADJUST CPUID flag. | Mark Kettenis |
2019-06-11 | Remove unused scheduler related definitions. | Martin Pieuchot |
2019-06-10 | Use PWAIT instead of PUSER in tsleep(9). | Martin Pieuchot |
2019-06-08 | When loading intel microcode in the non-efi case, error if the file is | Jonathan Gray |
2019-06-01 | Refactor the MAP_STACK feature, and introduce another similar variation: | Theo de Raadt |
2019-05-28 | Enable virtio again since the compilation problems have been fixed. | Stefan Fritsch |
2019-05-27 | disable virtio. a serially careless & procedure violating developer | Theo de Raadt |
2019-05-23 | zap reference to non-existent function in a comment | Jasper Lievisse Adriaanse |
2019-05-22 | i386/amd64 apm(4): Ignore APM_UPDATE_TIME events. | cheloha |
2019-05-08 | Enable ucrcom(4) on all architectures that have uslcom(4). | Mark Kettenis |
2019-05-05 | Getting too tight. Surrender a little | Theo de Raadt |
2019-05-04 | Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4) | Mark Kettenis |
2019-04-20 | libsa's memcpy() is actually memmove(). make a proper memmove(), and give | Theo de Raadt |
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 | 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-08 | crank version; looks good deraadt | Florian Obser |
2019-04-01 | fast track ddb> reboot command to skip anything which might panic again. | Ted Unangst |
2019-03-23 | Use the debugger mutex for `ddb_mp_mutex'. This should prevent a race | Visa Hankala |
2019-03-22 | umbg now supports DCF600USB as well; adjust comment. from weerd@ | Stuart Henderson |
2019-03-07 | Return early in ucode loading if cpuid is not available. Should fix | Jonathan Gray |
2019-02-02 | Improve stack trace saving on i386: | Visa Hankala |
2019-01-22 | flense more trailing whitespace | Peter Hessler |
2019-01-22 | remove trailing whitespace in the Laptop Package part of the license text. | Peter Hessler |
2019-01-20 | Add support for a new kcov trace mode called KCOV_MODE_TRACE_CMP where | anton |
2019-01-19 | Add a pwraction sysctl that controls what the power button does on acpi. | Ted Unangst |
2019-01-18 | delete vmm(4) in i386 | pd |
2019-01-07 | Extents code has its own set of flags and does not use malloc's. | Alexander Bluhm |
2019-01-02 | markup boot prompt commands using Ic, not Nm; ok jmc@ | anton |
2018-12-16 | Avoid using a too big bounce buffer by splitting up large reads. Allows | Otto Moerbeek |
2018-12-10 | Ensure that we close the file descriptor after loading microcode. | Joel Sing |
2018-12-10 | Do not call free on a non-allocated pointer. | Joel Sing |
2018-12-05 | Include srp.h where struct cpu_info uses srp to avoid erroring out when | Jonathan Gray |
2018-11-23 | Add the pvclock(4) guest driver for paravirtual clocks | Reyk Floeter |
2018-10-30 | The way we currently generate gap.o using a linker script results in .rodata | Mark Kettenis |
2018-10-26 | With lld the calculation of the entry point was wrong since | Christian Weisgerber |
2018-10-26 | Correct linker emulation name for lld when building i386 kernels on amd64. | Christian Weisgerber |
2018-10-23 | Comvert a few uvm_km_alloc(9) and uvm_km_valloc(9) calls to km_alloc(9). | Mark Kettenis |
2018-10-16 | Add linker script to assis lld with building something usable that doesn't | Mark Kettenis |