summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb.mdwn4
-rw-r--r--open_issues/user-space_device_drivers.mdwn8
2 files changed, 11 insertions, 1 deletions
diff --git a/gdb.mdwn b/gdb.mdwn
index d017806d..46821037 100644
--- a/gdb.mdwn
+++ b/gdb.mdwn
@@ -28,3 +28,7 @@ License|/fdl]]."]]"""]]
# Open Issues
[[!inline pages=tag/open_issue_gdb raw=yes feeds=no]]
+
+ * *[Implementing a Mach Debugger for Multithreaded
+ Applications](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.38.5670)*,
+ Deborah Caswell and David Black, 1990. This talks about GDB.
diff --git a/open_issues/user-space_device_drivers.mdwn b/open_issues/user-space_device_drivers.mdwn
index 98f48013..b8061f71 100644
--- a/open_issues/user-space_device_drivers.mdwn
+++ b/open_issues/user-space_device_drivers.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2009 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2009, 2011 Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -150,6 +150,12 @@ Also see [[device drivers and IO systems]].
Drivers](http://www.cs.rutgers.edu/~vinodg/papers/hotos2007/), 2007, Vinod
Ganapathy, Arini Balakrishnan, Michael M. Swift, Somesh Jha
+ * <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.109.2623>
+ [[!tag open_issue_documentation]]
+
+ * <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.146.2170>
+ [[!tag open_issue_documentation]]
+
# External Projects