Age | Commit message (Expand) | Author |
2015-09-27 | Use readdisksector() instead of manual buf initialization. These are | Kenneth R Westerback |
2015-09-27 | Add IP26 kernels and boot blocks to the installation media. | Miod Vallat |
2015-09-27 | Don't forget to put the necessary MFC0_HAZARD in SAVE_CPU. For some reason I | Miod Vallat |
2015-09-27 | Use readdisksector() instead of manual buf initialization. | Kenneth R Westerback |
2015-09-27 | Tweak a bit of daddr_t goodness and make hppa64 disksubr.c identical to | Kenneth R Westerback |
2015-09-27 | Eliminate unneeded 2nd buf (dbp). One is enough for any i/o needed during | Kenneth R Westerback |
2015-09-27 | Store the target CPU in "struct intrhand" and use it in intr_barrier(). | Mark Kettenis |
2015-09-27 | free(x, 0) cleanup: | Sebastien Marie |
2015-09-27 | On R8000, make trap() behave closer to interrupt() when servicing a real | Miod Vallat |
2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG | Philip Guenther |
2015-09-26 | lint is dead: BITFIELDTYPE comments aren't useful | Philip Guenther |
2015-09-26 | xheart_splx() has to restore the interrupt mask even on secondary CPUs | Visa Hankala |
2015-09-26 | Let MP-safe interrupt handlers run without the kernel lock on octeon. | Visa Hankala |
2015-09-26 | Add a spinout check to the mips64 mutex, to aid debugging. | Visa Hankala |
2015-09-24 | It is no longer necessary to include CR_BERR in CR_INT_MASK if CPU_R8000. | Miod Vallat |
2015-09-24 | IP26 streaming cache controller bus error interrupts are reported as hardware | Miod Vallat |
2015-09-23 | typos | Miod Vallat |
2015-09-23 | That PICA reference ought to have been removed 20 years ago! | Miod Vallat |
2015-09-23 | In tlb_update(), when inserting an entry for a KV1 address, reuse the | Miod Vallat |
2015-09-23 | Reorder subtractions and branches to shave one cycle per call to | Miod Vallat |
2015-09-23 | Output operands of movn and movz in the correct order. | Miod Vallat |
2015-09-23 | Fix white spaces and style. | YASUOKA Masahiko |
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 |