summaryrefslogtreecommitdiff
path: root/libviengoos
AgeCommit message (Expand)Author
2009-02-21Add sleep and time support.Neal H. Walfield
2009-02-16Rewrite CPU scheduler. Fix a few bugs. Add a lot of debugging support.Neal H. Walfield
2009-02-13Almost the status quo.Neal H. Walfield
2009-01-20Lower the number of priority levels to 2^6.Neal H. Walfield
2009-01-20Include missing header file in <viengoos/rpc.h>.Neal H. Walfield
2009-01-18Use correct format and type specifiers.Neal H. Walfield
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-09Hack newlib to compile on x86_64.Tom Bachmann
2008-12-18Support batching requests for object_discarded_clear.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-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 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-17Update viengoos.h to include all viengoos headers.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-17Move hurd/math.h to libviengoos.Neal H. Walfield
2008-12-17Move viengoos header files to libviengoos.Neal H. Walfield