summaryrefslogtreecommitdiff
path: root/viengoos
AgeCommit message (Expand)Author
2009-01-16Merge branch 'master' into viengoos-on-bare-metal (Separate L4 code).Neal H. Walfield
2009-01-16Conditionalize use of l4 functions on USE_L4.Neal H. Walfield
2009-01-16Compile a libhurd-btree compiled with the kernel compile flags.Neal H. Walfield
2009-01-15Add lowlevel initialisation code.Tom Bachmann
2009-01-09Build kernel specific versions of utility libs.Tom Bachmann
2009-01-09Hack newlib to compile on x86_64.Tom Bachmann
2009-01-09Merge commit 'origin/master' into viengoos-x86-64Tom Bachmann
2008-12-18Support batching requests for object_discarded_clear.Neal H. Walfield
2008-12-18Zero the right variable.Neal H. Walfield
2008-12-18Use the right root when looking up capabilities.Neal H. Walfield
2008-12-18Use the first capability in a message to designate the reply messenger.Neal H. Walfield
2008-12-18Add vg_ prefix to the (hopefully) remaining viengoos symbols.Neal H. Walfield
2008-12-17Replace remaining rm_ prefixes with vg_.Neal H. Walfield
2008-12-17Replace RPC rm prefix with vg.Neal H. Walfield
2008-12-17Fix blotched commit.Neal H. Walfield
2008-12-17Add a "vg_" to public viengoos identifiers.Neal H. Walfield
2008-12-17Add a "vg_" to public viengoos identifiers.Neal H. Walfield
2008-12-17Move activation interface definitions to libviengoos.Neal H. Walfield
2008-12-17Replace use of l4_msb, etc. with vg_msb.Neal H. Walfield
2008-12-17Fix include file.Neal H. Walfield
2008-12-17Move viengoos header files to libviengoos.Neal H. Walfield
2008-12-16Remove saved_thread_state from utcb structure.Neal H. Walfield
2008-12-16Don't assume that a messenger is able to activate its associated thread.Neal H. Walfield
2008-12-16Only set the source messenger's message buffer if the message is not inline.Neal H. Walfield
2008-12-15Merge commit 'origin/master' into viengoos-x86-64Tom Bachmann
2008-12-12Fix activity_policy's access checks.Neal H. Walfield
2008-12-12New IPC system. Update code accordingly.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-05More reorganization.Tom Bachmann
2008-12-05Replace all occurrences of l4_word_t by uintptr_t.Tom Bachmann
2008-12-04Add machine specific shutdown code.Tom Bachmann
2008-12-04Santisize build.Tom Bachmann
2008-12-03Start adding serious code.Tom Bachmann
2008-12-03First longmode message.Tom Bachmann
2008-12-01Santisize build system.Tom Bachmann
2008-12-01Add lots of hacks and disable almost everything so as to be able to actually ...Tom Bachmann
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-18Only print configuration when destroying the root activity.Neal H. Walfield
2008-11-18Print more ager statistics.Neal H. Walfield
2008-11-18Update profile interface and add support for profiling multiple threads.Neal H. Walfield
2008-11-17Keep a pointer to an object's folio in its descriptor.Neal H. Walfield
2008-11-17Avoid double-zero initializing memory.Neal H. Walfield
2008-11-17Comment out prefault code.Neal H. Walfield
2008-11-16Optimize object look up.Neal H. Walfield
2008-11-15Check that there is enough free memory before calling zalloc.Neal H. Walfield
2008-11-14When dequeuing pages, use list_dequeue instead of list_unlink.Neal H. Walfield
2008-11-14Change Viengoo's frame hash to use a load factory of 30.Neal H. Walfield
2008-11-14Take frames from the head of the available list.Neal H. Walfield