Age | Commit message (Expand) | Author |
2017-10-11 | input files should not be .o; from Scott Cheloha | Theo de Raadt |
2017-10-11 | Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. The | Patrick Wildt |
2017-10-11 | Try to make CPU cache size values more correct, especially on OCTEON II | Visa Hankala |
2017-10-11 | Make the tc alpha blinkenlichten start by default. | Martin Pieuchot |
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-08 | Enable rkiic(4) and rkpmic(4) for Rockchip RK3288 boards. | Mark Kettenis |
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 | Check the state value within the assert statement, do not set it. | Alexander Bluhm |
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 |
2017-10-05 | Clean up some no longer needed includes left over from the locore/locore0 split. | Mike Larkin |
2017-10-04 | Due to changes in LLD where sections are sorted in a different way, | Patrick Wildt |
2017-10-04 | as a result of previous change, vftype and ftype always have the same | Theo de Raadt |
2017-10-04 | Follow the pattern set by copy*/pcb_onfault: when xrstor faults, return | Philip Guenther |
2017-10-03 | Nested xrstor handled leaks a kernel address into sigval, but potential | Theo de Raadt |
2017-10-03 | The xrstor instruction will fault if the provided xstate data, which | Philip Guenther |
2017-10-01 | set MAXSSIZ to the same value as on all other architectures (32MB) | Christian Weisgerber |
2017-09-29 | When fault indicates PGEX_W, only tell uvm we need a writeable page.. | Theo de Raadt |
2017-09-28 | When option DDB_STRUCTINFO was removed from the kernel, too much from | Patrick Wildt |
2017-09-27 | amd64 needs FS.base values (the TCB pointer) to be validated, as noncanonical | Philip Guenther |
2017-09-23 | Fix controller locking so that it covers the DMA map and bounce buffer. | Visa Hankala |
2017-09-22 | Do not bounce if possible. | Visa Hankala |
2017-09-22 | Allocate a bounce buffer once during init and reuse it for DMA commands. | Visa Hankala |
2017-09-22 | Remove unused code. | Mark Kettenis |
2017-09-21 | Ensure proper order of register accesses by readback after write. | Visa Hankala |
2017-09-21 | Enable dwxe(4) on armv7 as well for use on the Allwinner H3 SoC. | Patrick Wildt |
2017-09-21 | Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller used | Patrick Wildt |
2017-09-20 | Raise match priority such that imxocotp(4) wins over syscon(4). | Mark Kettenis |
2017-09-19 | Enable syscon(4). | Patrick Wildt |
2017-09-17 | Do not print "cpuX launched" any longer. This reduces dmesg spam | Visa Hankala |
2017-09-16 | Make sure that `fsr' is always initialized. Non-DEBUG kernels | Visa Hankala |
2017-09-16 | The copyin(9) family of functions should return EFAULT for all memory | Philip Guenther |
2017-09-15 | wrap a long line | Mike Larkin |
2017-09-12 | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar | Martin Pieuchot |
2017-09-12 | rename setredzone to setguardpage. | David Gwynne |
2017-09-12 | add a guard page on the end of each threads kernel stack. | David Gwynne |
2017-09-11 | Sync alpha/mips64/powerpc mutex implementations. | Martin Pieuchot |
2017-09-11 | Avoid using an uninitialised variable. Found by the clang static analyser. | Jonathan Gray |
2017-09-11 | Don't test if an array is NULL. Fixes the build with clang which raised | Jonathan Gray |
2017-09-11 | Remove whitespace in inline assembly output constraint strings. While | Jonathan Gray |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-09-06 | Allow two GMX instances on CN70xx/CN71xx to enable all ports | Visa Hankala |
2017-09-06 | bump UPAGES to 6. | David Gwynne |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-09-04 | Let octmmc(4) attach on revision 7890 controller. | Visa Hankala |