summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-20Short circuit if we're running on the CPU that we want to sync with. FixesMark Kettenis
2015-09-20Misuse of libevent in TLS read and write might have caused strangeAlexander Bluhm
2015-09-20Put memory barriers in the appropriate place.Mark Kettenis
2015-09-20fix an Xr to pkg_create(1);Jason McIntyre
2015-09-20More IP26 bits.Miod Vallat
2015-09-20remove bogus includes of err.hEric Faurot
2015-09-20Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0Miod Vallat
2015-09-20Enable IP26 builds.Miod Vallat
2015-09-20use _PATH_RESCONF directlyEric Faurot
2015-09-20Invoke tfp_IOSyncDCache() from tcc_IOSyncDCache() as well, so that invalidateMiod Vallat
2015-09-20remove unused static functionEric Faurot
2015-09-20Correctly compute the userland pte index in a pte page in the userland tlb missMiod Vallat
2015-09-20Reset the `pending I$ flushes' flag in tfp_InvalidateICache() if invalidatingMiod Vallat
2015-09-20Add a set of flags to rmt(8) to make it run in a restricted mode,Alexander Hall
2015-09-20syncMiod Vallat
2015-09-20need to keep bpf in the tx path. got a bit ahead of myself there...David Gwynne
2015-09-19trivial "if(x) free(x)" replacement by "free(x)"Sebastien Marie
2015-09-19kbind has eliminated the need for and use of the bind lock. Delete it, thePhilip Guenther
2015-09-19In the internal conversion of _TM_* to TAME_*, some bits were lost forSebastien Marie
2015-09-19We don't need to calculate the load offset. This also means we don't needMark Kettenis
2015-09-19Remove PROT_EXEC bit from GOT_PERMS. ld.so doesn't need it anymore, andMark Kettenis
2015-09-19Make sure we set PROT_EXEC on the GOT for BSS-PLT binaries on powerpc.Mark Kettenis
2015-09-19Make bootstrapping code compatible with the Secure-PLT ABI.Mark Kettenis
2015-09-19Use correct function name in error messageClaudio Jeker
2015-09-19Avoid using a mutex in the rx completion path. Instead rely onMark Kettenis
2015-09-19Create the filesystem image with the same size as its `c' slice from disktab.Miod Vallat
2015-09-19Add the kernel in its various setup stages (bsd, bsd.gz, bsd.strip...) toMiod Vallat
2015-09-19Remove bogus .PATH statement.Miod Vallat
2015-09-19No need for wsmux on these installation media, which lack USB support.Miod Vallat
2015-09-19Document that rtfree(9) accepts NULL.Martin Pieuchot
2015-09-19Don't wrap initialized variables: binutils appears to be mishandling themPhilip Guenther
2015-09-19doas doesn't need any files to be passed in. closefrom STDERR+1. ok bennoTed Unangst
2015-09-19intr_barrier(9) for armJonathan Gray
2015-09-18Go back to the previous approach when managing individual HPC DMA descriptors:Miod Vallat
2015-09-18Remove stray splx(9) call. Found by Maxime Villard's Brainy Code Scanner.Mark Kettenis
2015-09-18In case of a hard error, remove all checksums except for examplessum whichAntoine Jacoutot
2015-09-18tweak previous;Jason McIntyre
2015-09-18Simplify: we don't need a work directory anymore, temproot is enough.Antoine Jacoutot
2015-09-18Tweak warning/error output a bit.Antoine Jacoutot
2015-09-18Do not manually decrement rt's refcounter in nd6_lookup() and let theMartin Pieuchot
2015-09-18Remove orphaned files.Miod Vallat
2015-09-18Use the local unixdev.h file rather than the outdated libsa one.Miod Vallat
2015-09-18Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which isMiod Vallat
2015-09-18avoid void * pointer arithmeticBrent Cook
2015-09-18Drop the workarounds allowing SMALL_KERNEL (i.e. installation media) to beMiod Vallat
2015-09-18Remove unused variables, from Michael McConville.Martin Pieuchot
2015-09-18Fix an uninitialized variable found by Maxime Villard's Brainy.Visa Hankala
2015-09-18More 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-18More ifmedia64 fallout.Miod Vallat