Age | Commit message (Expand) | Author |
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 |
2017-09-03 | fix boot on older 486DX CPUs that lack CPUID. | Mike Larkin |
2017-09-02 | Let the kernel utilize the FPU if one is available, even when the | Visa Hankala |
2017-09-01 | Ansify function definitions. | Visa Hankala |
2017-09-01 | Zap stray prototype. | Visa Hankala |
2017-08-31 | Add OpenBSD CVS tags at the top of amdisplay/nxphdmi(4) files. | ians |
2017-08-30 | adjust ACPI resume-time saved stack location to account for a different | Mike Larkin |
2017-08-30 | Prefer copyin32() to copyin() when fetching instructions | Visa Hankala |
2017-08-29 | In previous change, misconfigured APICs were not being repaired. | Theo de Raadt |
2017-08-29 | remove uneeded includes after recent fdt header changes | Jonathan Gray |
2017-08-28 | swap ualea for urng | Jasper Lievisse Adriaanse |
2017-08-28 | swap ualea for urng | Jasper Lievisse Adriaanse |
2017-08-28 | Add rkpmic(4), a driver for the RK808 Power Management IC. For now, this | Mark Kettenis |