summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-16Conditionalize use of l4 functions on USE_L4.Neal H. Walfield
2009-01-16Add macros to print the register file. Use them.Neal H. Walfield
2009-01-16Compile a libhurd-btree compiled with the kernel compile flags.Neal H. Walfield
2009-01-16Add asserts to the activation test in mm-init.c.Neal H. Walfield
2009-01-16Change the type of extract_bits data argument to uintptr_t.Neal H. Walfield
2009-01-16Add missing cast in btree.h.Neal H. Walfield
2009-01-16Improve documentation in slab.h.Neal H. Walfield
2009-01-16Provide option --enable-l4, not --enable-l4-abi, define USE_L4.Neal H. Walfield
2009-01-15Start of x86_64 port.Neal H. Walfield
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-18Handle VG_messenger_id in vg_method_id_string.Neal H. Walfield
2008-12-18When unmarshalling, don't error out if there is more data than required.Neal H. Walfield
2008-12-18Add new function vg_message_space.Neal H. Walfield
2008-12-18Use the first capability in a message to designate the reply messenger.Neal H. Walfield
2008-12-18Fix address computation error.Neal H. Walfield
2008-12-18Unlock the folio before calling rm_folio_object_alloc.Neal H. Walfield
2008-12-18Set UTCB->TID when initializing the UTCB, not lazily.Neal H. Walfield
2008-12-18Make the number of reserve messengers a function of the number of threads.Neal H. Walfield
2008-12-18Fix logic error.Neal H. Walfield
2008-12-18Maintain a reserve of message buffers.Neal H. Walfield
2008-12-18Move hurd/RPC to libviengoos.Neal H. Walfield
2008-12-18Add vg_ prefix to the (hopefully) remaining viengoos symbols.Neal H. Walfield
2008-12-17Rename futex functions.Neal H. Walfield
2008-12-17Rename vg_cap_copy to vg_cap_copy_simple.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-17Merge hurd/exceptions.h into hurd/thread.h.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-17Add generic spin-lock.h file.Neal H. Walfield
2008-12-17Change the rmutex implementation to use hurd tids, not l4 tids.Neal H. Walfield
2008-12-17Update viengoos.h to include all viengoos headers.Neal H. Walfield
2008-12-17Add a generic memory.h file based on gcc's __sync functions.Neal H. Walfield
2008-12-17Use backtrace_print.Neal H. Walfield
2008-12-17Move activation interface definitions to libviengoos.Neal H. Walfield
2008-12-17Add function hurd_myself.Neal H. Walfield
2008-12-17Replace use of l4_msb, etc. with vg_msb.Neal H. Walfield
2008-12-17Move hurd/math.h to libviengoos.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-16Make the storage low-water mark a function of the number of threads.Neal H. Walfield
2008-12-16Track owner of the storage descriptor. Unlock it before doing an RPC.Neal H. Walfield
2008-12-16Merge branch 'master' of ssh://neal@git.sv.gnu.org/srv/git/hurd/viengoosNeal H. Walfield
2008-12-16Replace L4 types and functions with standard types or viengoosNeal H. Walfield
2008-12-16Replace L4 types and functions with standard types or viengoosNeal H. Walfield
2008-12-16Don't assume that a messenger is able to activate its associated thread.Neal H. Walfield