summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-16Only set the source messenger's message buffer if the message is not inline.Neal H. Walfield
2008-12-16Remove gpt.svg.Neal H. Walfield
2008-12-16Don't mention gpt.svg.Neal H. Walfield
2008-12-15Add chapter on Messengers and IPC.Neal H. Walfield
2008-12-12Add chapter on thread objects to reference manual.Neal H. Walfield
2008-12-12Introduce a basic file descriptor abstraction and memory file support.Neal H. Walfield
2008-12-12Introduce a basic file descriptor abstraction and memory file support.Neal H. Walfield
2008-12-12Mention build requirements earlier.Neal H. Walfield
2008-12-12Define RM_INTERN when testing the setjmp implementation.Neal H. Walfield
2008-12-12Merge 18fb3720f762bf391f7f2e0a1040e177207bbe62 from viengoos-on-baremetal.Neal H. Walfield
2008-12-12Fix activity_policy's access checks.Neal H. Walfield
2008-12-12When ruth is done, just exit, don't spin.Neal H. Walfield
2008-12-12Use new types.Neal H. Walfield
2008-12-12New IPC system. Update code accordingly.Neal H. Walfield
2008-12-12Run pdflatex in non-stop mode.Neal H. Walfield
2008-12-11If running on an alternate stack, free the initial stack.Neal H. Walfield
2008-12-11Create backtrace.h.Neal H. Walfield
2008-12-11Create a generic spin-lock-inline.h using gcc's __sync primitives.Neal H. Walfield
2008-12-11Use calloc, not malloc, to allocate a new struct __pthread.Neal H. Walfield
2008-12-11Add support for -fstack-protector.Neal H. Walfield
2008-12-11Add code to help debug incorrect memory accesses.Neal H. Walfield
2008-12-11Improve consistency check to avoid false positives.Neal H. Walfield
2008-12-11Add doc/.gitignore.Neal H. Walfield
2008-12-10Use backtrace_print, not backtrace, in assertx.Neal H. Walfield
2008-12-10Only use libc-parts' string functions in the kernel.Neal H. Walfield
2008-12-10Only use libc-parts' setjmp implementation in the kernel.Neal H. Walfield
2008-12-10Use #ifdef i386, not #if i386.Neal H. Walfield
2008-12-05Define PTR_TO_PAGE.Neal H. Walfield
2008-12-05Use vg_lsb64.Neal H. Walfield
2008-12-04Use correct format conversions.Neal H. Walfield
2008-12-04Remove l4 dependencies.Neal H. Walfield
2008-12-04Use 0, not NULL.Neal H. Walfield
2008-12-04Define USE_L4.Neal H. Walfield
2008-12-04Don't build a c++ compiler.Neal H. Walfield
2008-12-04Add hurd/math.h.Neal H. Walfield
2008-12-04Change <hurd/mutex.h> to use gcc's __sync functions.Neal H. Walfield
2008-12-04Don't build libstdc++.Neal H. Walfield
2008-12-04Merge commit 'sv/master'Neal H. Walfield
2008-12-04Update .gitignore file.Neal H. Walfield
2008-12-04Use the correct format modifiers and print the correct values in madvise.c.Neal H. Walfield
2008-12-04Don't use asserts in libl4.Neal H. Walfield
2008-12-04Include <l4/space.h> in libl4/l4/misc.h.Neal H. Walfield
2008-12-04Use correct CPPFLAGS and CFLAGS when building libhurd-slab.Neal H. Walfield
2008-11-18Improve as_dump output.Neal H. Walfield
2008-11-18Improve README.Neal H. Walfield
2008-11-18Add support for prefaulting pages.Neal H. Walfield
2008-11-18Add code to the page fault handler to also map some pages after the fault loc...Neal H. Walfield
2008-11-18Add cache benchmark.Neal H. Walfield
2008-11-18For normal memory advice, set INFO.DISCARDED to ANON->POLICY.DISCARDABLE.Neal H. Walfield
2008-11-18Preallocate the pages around a fault.Neal H. Walfield