diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-07-16 12:44:20 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-07-16 12:45:22 +0200 |
commit | 513f7e4fb43325b346b23949c01d66f8f243764d (patch) | |
tree | b9fd29ff94f926eb27cc2b97af0b20bd2554709b /microkernel/mach | |
parent | b8a265e412d0033e62fec616228061e4a186043b (diff) |
open_issues/librpci: New.
Diffstat (limited to 'microkernel/mach')
-rw-r--r-- | microkernel/mach/rpc.mdwn | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/microkernel/mach/rpc.mdwn b/microkernel/mach/rpc.mdwn index 60275a86..422e0441 100644 --- a/microkernel/mach/rpc.mdwn +++ b/microkernel/mach/rpc.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2002, 2003, 2007, 2008, 2010 Free Software +[[!meta copyright="Copyright © 2002, 2003, 2007, 2008, 2010, 2011 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -19,3 +19,10 @@ implementation in the kernel possible, too, which is called *NORMA*, but is not avilable in [[GNU Mach|gnumach]]. The RPC stub code generated by [[MIG]]. + + +# Tracing + + * [[hurd/debugging/rpctrace]] + + * [[open_issues/librpci]] |