Age | Commit message (Expand) | Author |
2015-09-20 | Short circuit if we're running on the CPU that we want to sync with. Fixes | Mark Kettenis |
2015-09-20 | Misuse of libevent in TLS read and write might have caused strange | Alexander Bluhm |
2015-09-20 | Put memory barriers in the appropriate place. | Mark Kettenis |
2015-09-20 | fix an Xr to pkg_create(1); | Jason McIntyre |
2015-09-20 | More IP26 bits. | Miod Vallat |
2015-09-20 | remove bogus includes of err.h | Eric Faurot |
2015-09-20 | Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0 | Miod Vallat |
2015-09-20 | Enable IP26 builds. | Miod Vallat |
2015-09-20 | use _PATH_RESCONF directly | Eric Faurot |
2015-09-20 | Invoke tfp_IOSyncDCache() from tcc_IOSyncDCache() as well, so that invalidate | Miod Vallat |
2015-09-20 | remove unused static function | Eric Faurot |
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-20 | Add a set of flags to rmt(8) to make it run in a restricted mode, | Alexander Hall |
2015-09-20 | sync | Miod Vallat |
2015-09-20 | need to keep bpf in the tx path. got a bit ahead of myself there... | David Gwynne |
2015-09-19 | trivial "if(x) free(x)" replacement by "free(x)" | Sebastien Marie |
2015-09-19 | kbind has eliminated the need for and use of the bind lock. Delete it, the | Philip Guenther |
2015-09-19 | In the internal conversion of _TM_* to TAME_*, some bits were lost for | Sebastien Marie |
2015-09-19 | We don't need to calculate the load offset. This also means we don't need | Mark Kettenis |
2015-09-19 | Remove PROT_EXEC bit from GOT_PERMS. ld.so doesn't need it anymore, and | Mark Kettenis |
2015-09-19 | Make sure we set PROT_EXEC on the GOT for BSS-PLT binaries on powerpc. | Mark Kettenis |
2015-09-19 | Make bootstrapping code compatible with the Secure-PLT ABI. | Mark Kettenis |
2015-09-19 | Use correct function name in error message | Claudio Jeker |
2015-09-19 | Avoid using a mutex in the rx completion path. Instead rely on | Mark Kettenis |
2015-09-19 | Create the filesystem image with the same size as its `c' slice from disktab. | Miod Vallat |
2015-09-19 | Add the kernel in its various setup stages (bsd, bsd.gz, bsd.strip...) to | Miod Vallat |
2015-09-19 | Remove bogus .PATH statement. | Miod Vallat |
2015-09-19 | No need for wsmux on these installation media, which lack USB support. | Miod Vallat |
2015-09-19 | Document that rtfree(9) accepts NULL. | Martin Pieuchot |
2015-09-19 | Don't wrap initialized variables: binutils appears to be mishandling them | Philip Guenther |
2015-09-19 | doas doesn't need any files to be passed in. closefrom STDERR+1. ok benno | Ted Unangst |
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 | Remove stray splx(9) call. Found by Maxime Villard's Brainy Code Scanner. | Mark Kettenis |
2015-09-18 | In case of a hard error, remove all checksums except for examplessum which | Antoine Jacoutot |
2015-09-18 | tweak previous; | Jason McIntyre |
2015-09-18 | Simplify: we don't need a work directory anymore, temproot is enough. | Antoine Jacoutot |
2015-09-18 | Tweak warning/error output a bit. | Antoine Jacoutot |
2015-09-18 | Do not manually decrement rt's refcounter in nd6_lookup() and let the | Martin Pieuchot |
2015-09-18 | Remove orphaned files. | 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 | avoid void * pointer arithmetic | Brent Cook |
2015-09-18 | Drop the workarounds allowing SMALL_KERNEL (i.e. installation media) to be | Miod Vallat |
2015-09-18 | Remove unused variables, from Michael McConville. | Martin Pieuchot |
2015-09-18 | Fix an uninitialized variable found by Maxime Villard's Brainy. | Visa Hankala |
2015-09-18 | More dead code. | Antoine Jacoutot |
2015-09-18 | -l should apply to the new not the old pane with -b, from "MadMaverick9" | Nicholas Marriott |
2015-09-18 | More ifmedia64 fallout. | Miod Vallat |