Age | Commit message (Expand) | Author |
2018-01-12 | Correctly iterate over all extended signatures. | Patrick Wildt |
2018-01-12 | Unify <machine/mutex.h> a bit further. | Martin Pieuchot |
2018-01-12 | IBRS -> IBRS,IBPB in identifycpu lines | Mike Larkin |
2018-01-11 | Update the Intel microcode once the root filesystem has been mounted. | Patrick Wildt |
2018-01-07 | delete a wrong comment | Mike Larkin |
2018-01-07 | remove all PG_G global page mappings from the kernel when running on | Mike Larkin |
2018-01-07 | amd64_{get,set}_fsbase() are superfluous and unused; delete them. | Philip Guenther |
2018-01-07 | Delete obsolete/untrue comments | Philip Guenther |
2018-01-07 | remove a ridiculous comment and move another comment to the line it was | Mike Larkin |
2018-01-07 | Add identcpu.c and specialreg.h definitions for the new Intel/AMD MSRs | Mike Larkin |
2018-01-06 | Handle %gs like %[def]s and reset set it in cpu_switchto() instead of on | Philip Guenther |
2018-01-05 | Show uvm_fault and trace when typing show panic on a page fault'd kernel | Paul Irofti |
2017-12-27 | Add size for free() in the AMD K10/K11 pstate driver. | Frederic Cambus |
2017-12-24 | Add a PCI attachment driver for bwfm(4). It's not finished, but it's | Patrick Wildt |
2017-12-24 | Somes fixes for the VIA PadLock drivers. | Frederic Cambus |
2017-12-20 | Switch x86 architectures to the common C mutex implementation. | Martin Pieuchot |
2017-12-19 | Pass calibrated TSC frequency to vmm(4) guests. On machines where TSC | Patrick Wildt |
2017-12-18 | Add sizes for free() in libsa for amd64 and i386. | Frederic Cambus |
2017-12-17 | vmm(4): pass EFER properly from vmd(8), needed to support vmctl(8)'s "-b" | Mike Larkin |
2017-12-14 | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so | Philip Guenther |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-12-09 | Add sizes for free() in the AMD PowerNow! K8 driver. | Frederic Cambus |
2017-12-08 | Disable SMAP temporarily to display userland traces. | Martin Pieuchot |
2017-12-07 | correct indentation | Theo de Raadt |
2017-12-07 | reorder some port numbers, no functional change. | Mike Larkin |
2017-12-06 | Update inaccurate comment: i386_has_xcrypt => amd64_has_xcrypt. | Frederic Cambus |
2017-12-04 | Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock). | Martin Pieuchot |
2017-12-03 | Enable bgw(4). | Mark Kettenis |
2017-11-29 | vmm(4) :Add the ukvm/Solo5 hypercall I/O ports to the list of ports to be | Mike Larkin |
2017-11-29 | make vmm(4) less responsible for initial register state, preferring to let | Mike Larkin |
2017-11-29 | Add a bunch of DPRINTFs in failure paths, fix some whitespace and some | Mike Larkin |
2017-11-29 | add some comments. no functional change | Mike Larkin |
2017-11-28 | better handling for invalid instruction lengths. | Mike Larkin |
2017-11-25 | Implement network boot support in efiboot(8). This changes efiboot(8) | Patrick Wildt |
2017-11-19 | Remove lock_machdep.c from amd64, i386, mips64 and sparc64. | Visa Hankala |
2017-11-17 | vmmvar.h changes for upcoming cdrom support in vmd(8). | Mike Larkin |
2017-11-16 | Add PCI attachment for dwiic(4) needed by Intel 100 Series machines | Joshua Stein |
2017-11-14 | Add sizes for free() in the VIA PadLock driver. | Frederic Cambus |
2017-11-06 | Modify "machine video" command not to list mode when chaning video mode. | YASUOKA Masahiko |
2017-11-06 | Call CD-ROM devices cdN instead of hdN. Also select the booted device | YASUOKA Masahiko |
2017-11-04 | Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At the | Florian Obser |
2017-11-03 | use %lx to print the frame address if resolving of the symbol name fails | Jasper Lievisse Adriaanse |
2017-10-28 | Rename function name and order. No fuctional change. | YASUOKA Masahiko |
2017-10-28 | Attach efifb(4) when the system is booted with serial console. Also | YASUOKA Masahiko |
2017-10-27 | Call i8254_startclock() earlier to make delay() usable. Actually HP | YASUOKA Masahiko |
2017-10-25 | Initialize processor extended state in fpu_kernel_enter | Mike Belopuhov |
2017-10-24 | In ld scripts, an output section with no input sections is always marked | Philip Guenther |
2017-10-23 | Expose TSC properties via sysctl nodes | Mike Belopuhov |
2017-10-19 | Don't forget to set the timecounter frequency | Mike Belopuhov |
2017-10-18 | Fixup previous; noticed by canacar@ | Mike Belopuhov |