(strip_exit_codes) Include _ in the list of characters considered as
[pintos-anon] / AUTHORS
diff --git a/AUTHORS b/AUTHORS
index 43f8258d291d83df913c38cf8e2180a6f8d9597d..c677ff6bee2d4d8f70c6f1a9701a9fd333070d67 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -20,7 +20,14 @@ projects
   including at least the following people: Yu Ping
   <yph@cs.stanford.edu>, Greg Hutchins, Kelly Shaw <kashaw (at)
   cs.stanford.edu>, Paul Twohey <twohey AT cs DOT stanford DOT edu>,
-  Sameer Qureshi <squreshi@cs.stanford.edu>.  (If you're not on this
-  list but should be, please let me know.)
+  Sameer Qureshi <squreshi@cs.stanford.edu>, John Rector.  (If you're
+  not on this list but should be, please let me know.)
+
+* The section on multilevel feedback schedulers in the threads project
+  is adapted from a handout written by Andrea Arpaci-Dusseau
+  <"dusseau" at the server cs.wisc.edu>.
 
 * Updates for Pintos by Ben Pfaff <blp@cs.stanford.edu>.
+
+* Example code in the tour's description of monitors is from Mendel
+  Roseblum's classroom slides.