Age | Commit message (Expand) | Author |
2015-09-23 | Remove -DLINKADDR=. It is for first-stage bootstrap. | YASUOKA Masahiko |
2015-09-23 | efiboot used 3MB memory below the region for the kernel, but UEFI | YASUOKA Masahiko |
2015-09-22 | Make sure the openbsd.randomdata section is located before the edata symbol. | Miod Vallat |
2015-09-21 | After reading IRIX header files again, add one more SSNOP to MTC0_HAZARD (and | Miod Vallat |
2015-09-21 | Fix membar positioning in mtx_enter_try() and (critically!) mtx_leave() | Mark Kettenis |
2015-09-21 | Fix membar positioning in mtx_enter_try() and (critically!) mtx_leave() | Mark Kettenis |
2015-09-21 | Fix membar positioning in mtx_enter_try() and (critically!) mtx_leave() | Philip Guenther |
2015-09-21 | Increase MAXTSIZ to 64MB, required for gcc/gnat | Tobias Ulmer |
2015-09-20 | Put memory barriers in the appropriate place. | Mark Kettenis |
2015-09-20 | Invoke tfp_IOSyncDCache() from tcc_IOSyncDCache() as well, so that invalidate | Miod Vallat |
2015-09-20 | Correctly compute the userland pte index in a pte page in the userland tlb miss | Miod Vallat |
2015-09-20 | Reset the `pending I$ flushes' flag in tfp_InvalidateICache() if invalidating | Miod Vallat |
2015-09-19 | trivial "if(x) free(x)" replacement by "free(x)" | Sebastien Marie |
2015-09-19 | No need for wsmux on these installation media, which lack USB support. | Miod Vallat |
2015-09-19 | intr_barrier(9) for arm | Jonathan Gray |
2015-09-18 | Go back to the previous approach when managing individual HPC DMA descriptors: | Miod Vallat |
2015-09-18 | Use the local unixdev.h file rather than the outdated libsa one. | Miod Vallat |
2015-09-18 | Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which is | Miod Vallat |
2015-09-18 | Drop the workarounds allowing SMALL_KERNEL (i.e. installation media) to be | Miod Vallat |
2015-09-18 | Fix an uninitialized variable found by Maxime Villard's Brainy. | Visa Hankala |
2015-09-16 | Fix uninitialized variable found by Maxime Villard's Brainy Code Scanner. | Daniel Dickman |
2015-09-15 | Fix overlapping memcpy found by Maxime Villard's Brainy Code Scanner. | Mark Kettenis |
2015-09-14 | unify free(NULL,size) behaviour by allowing passing NULL | Sebastien Marie |
2015-09-14 | Fix more ifmedia64 fallout in the kernel. It's hiding everywhere... | Stefan Sperling |
2015-09-13 | intr_barrier(9) for loongson, octeon and sgi. | Mark Kettenis |
2015-09-13 | intr_barrier(9) for alpha. | Mark Kettenis |
2015-09-13 | intr_barrier(9) for hppa. | Mark Kettenis |
2015-09-13 | remove delta | Theo de Raadt |
2015-09-13 | intr_barrier(9) for macppc and socppc. | Mark Kettenis |
2015-09-13 | Locators are long now. | Miod Vallat |
2015-09-13 | Needs <sys/systm.h> before <sys/syscall_mi.h> now. | Miod Vallat |
2015-09-13 | intr_barrier(9) for i386. | Mark Kettenis |
2015-09-13 | Introduce intr_barrier(4), an interface that guarantees that an interrupt | Mark Kettenis |
2015-09-13 | Introduce intr_barrier(4), an interface that guarantees that an interrupt | Mark Kettenis |
2015-09-13 | Adjust printf for the fact that device locators are now long. | Mark Kettenis |
2015-09-13 | <sys/systm.h> must be before <sys/syscall_mi.h> now. | Miod Vallat |
2015-09-12 | Restore SMBIOS detection in ISA. OK yasuoka@ | Masao Uebayashi |
2015-09-12 | Add missing free() in efid_io(). Found by jsg. | YASUOKA Masahiko |
2015-09-12 | Explicitely include <arm/armreg.h> here instead of expecting previously | Miod Vallat |
2015-09-12 | Add a few -fno-builtin-foo to silence the build. | Miod Vallat |
2015-09-12 | Rework fb_setsize() logic to get rid of gotos. | Miod Vallat |
2015-09-12 | Also print the error registers in the ddb callback. | Miod Vallat |
2015-09-11 | Make the powerpc pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-09-11 | Build actual boot code with -D_STANDALONE so that we do not include userland | Miod Vallat |
2015-09-11 | Save/restore MSR_APICBASE during suspend/resume | Stefan Fritsch |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |
2015-09-10 | Fix error value in ktrace syscall records. ok deraadt@ dlg@ guenther@ | Miod Vallat |
2015-09-10 | Now that the GPT code tries really hard not to get in the way and | Kenneth R Westerback |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze |
2015-09-10 | Fix a zx_putchar() stupid bug I introduced nine years ago by actually | Miod Vallat |