Update bibliography.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 20 May 2006 22:29:16 +0000 (22:29 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 20 May 2006 22:29:16 +0000 (22:29 +0000)
doc/44bsd.texi
doc/bibliography.texi

index 8cff146f07c17be0a1363f3c457a9be7d06e719b..2269cdc629eeed0aff0653a3a0412da340bf7458 100644 (file)
@@ -44,7 +44,7 @@ vary over time.  A well-designed scheduler can often accommodate threads
 with all these requirements simultaneously.
 
 For project 1, you must implement the scheduler described in this
 with all these requirements simultaneously.
 
 For project 1, you must implement the scheduler described in this
-appendix.  Our scheduler resembles the one described in @bibref{4.4BSD},
+appendix.  Our scheduler resembles the one described in @bibref{McKusick},
 which is one example of a @dfn{multilevel feedback queue} scheduler.
 This type of scheduler maintains several queues of ready-to-run threads,
 where each queue holds threads with a different priority.  At any given
 which is one example of a @dfn{multilevel feedback queue} scheduler.
 This type of scheduler maintains several queues of ready-to-run threads,
 where each queue holds threads with a different priority.  At any given
index 55bb74307a27c4cec60415f176aab64e9d4a62b9..76007f08a56f0e424320bfb08883af0c29681f1a 100644 (file)
@@ -105,12 +105,7 @@ Interface---DRAFT---24 April 2001}.  A draft of a revised version of
 @node Operating System Design References
 @section Operating System Design References
 
 @node Operating System Design References
 @section Operating System Design References
 
-@bibdfn{4.4BSD}
-M.@: K.@: McKusick, K.@: Bostic, M.@: J.@: Karels, J.@: S.@: Quarterman,
-@cite{The Design and Implementation of the 4.4@acronym{BSD} Operating
-System}.  Addison-Wesley 1996.
-
-@bibdfn{THE}
+@bibdfn{Dijkstra}
 E.@: W.@: Dijkstra, @cite{The structure of the ``THE''
 multiprogramming system}.  Communications of the ACM 11(5):341--346,
 1968.  @uref{http://doi.acm.org/10.1145/363095.363143}.
 E.@: W.@: Dijkstra, @cite{The structure of the ``THE''
 multiprogramming system}.  Communications of the ACM 11(5):341--346,
 1968.  @uref{http://doi.acm.org/10.1145/363095.363143}.
@@ -120,7 +115,18 @@ C.@: A.@: R.@: Hoare, @cite{Monitors: An Operating System
 Structuring Concept}.  Communications of the ACM, 17(10):549--557,
 1974.  @uref{http://www.acm.org/classics/feb96/}.
 
 Structuring Concept}.  Communications of the ACM, 17(10):549--557,
 1974.  @uref{http://www.acm.org/classics/feb96/}.
 
-@bibdfn{Mesa}
+@bibdfn{Lampson}
 B.@: W.@: Lampson, D.@: D.@: Redell, @cite{Experience with processes and
 monitors in Mesa}.  Communications of the ACM, 23(2):105--117, 1980.
 @uref{http://doi.acm.org/10.1145/358818.358824}.
 B.@: W.@: Lampson, D.@: D.@: Redell, @cite{Experience with processes and
 monitors in Mesa}.  Communications of the ACM, 23(2):105--117, 1980.
 @uref{http://doi.acm.org/10.1145/358818.358824}.
+
+@bibdfn{McKusick}
+M.@: K.@: McKusick, K.@: Bostic, M.@: J.@: Karels, J.@: S.@: Quarterman,
+@cite{The Design and Implementation of the 4.4@acronym{BSD} Operating
+System}.  Addison-Wesley, 1996.
+
+@bibdfn{Wilson}
+P.@: R.@: Wilson, M.@: S.@: Johnstone, M.@: Neely, D.@: Boles,
+@cite{Dynamic Storage Allocation: A Survey and Critical Review}.
+International Workshop on Memory Management, 1995.
+@uref{http://www.cs.utexas.edu/users/oops/papers.html#allocsrv}.