Age | Commit message (Expand) | Author |
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 |
2017-10-18 | Set TSC timecounter frequency to the CPU frequency estimate if unknown | Mike Belopuhov |
2017-10-17 | Don't do crazy bullshit when this is included by the bootblocks. | Theo de Raadt |
2017-10-17 | remove the remaining references to .depend files since nothing creates them | Christian Weisgerber |
2017-10-17 | Simplify code that determines the number of arguments for a given function. | Jasper Lievisse Adriaanse |
2017-10-17 | Add a machine-independent implementation for the mplock. | Visa Hankala |
2017-10-17 | Correctly handle frequency measurement failures | Mike Belopuhov |
2017-10-14 | locore0: remove an unused variable | Mike Larkin |
2017-10-14 | reduce the amount of includes in arch/amd64 | Jonathan Gray |
2017-10-13 | I was one bit off in the "is canonical" test for FS.base (TCB pointer) values, | Philip Guenther |
2017-10-11 | Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. The | Patrick Wildt |
2017-10-11 | Add "machine gop" command to support changing graphic output mode. | YASUOKA Masahiko |
2017-10-10 | remove a unused variable | Mike Larkin |
2017-10-06 | Recalibrate TSC timecounter with HPET and PM timer | Mike Belopuhov |
2017-10-06 | vmm: handle 32 bit guest w/PAE when guest enables PAE first then paging, | Mike Larkin |
2017-10-06 | Revert previous video mode when setting GOP SetMode is failed. This | YASUOKA Masahiko |
2017-10-05 | vmm: add functions to decode %rflags and IA32_MISC_ENABLE MSR. | Mike Larkin |
2017-10-05 | restore a block of code erroneously removed in r1.162 that causes a | Mike Larkin |
2017-10-05 | fix some spacing issues, wrong comments, and DPRINTFs that were in the | Mike Larkin |
2017-10-05 | change DPRINTF format specifier from %lld to %llx for easier readability | Mike Larkin |