summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-19Update the build_assert macro to use gnulib's version (verify).HEADmasterNeal H. Walfield
2009-01-18Add usable <inttypes.h> files.Neal H. Walfield
2009-01-18Fix warning about ''s in #warnings.Neal H. Walfield
2009-01-18Remove more uses of L4 specific functions in generic code.Neal H. Walfield
2009-01-18Include <string.h> to add missing declarations.Neal H. Walfield
2009-01-18Extend s_printf to support precision, base and type modifiers.Neal H. Walfield
2009-01-17Extend s_printf to support precision, base and type modifiers.Neal H. Walfield
2009-01-17On x86-64, compile newlib with -fPIC.Neal H. Walfield
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