From ffjeld at common-lisp.net Sat Jan 7 21:40:13 2006 From: ffjeld at common-lisp.net (Frode Vatvedt Fjeld) Date: Sat, 7 Jan 2006 22:40:13 +0100 (CET) Subject: [movitz-cvs] CVS update: movitz/losp/muerte/scavenge.lisp Message-ID: <20060107214013.DC9C588032@common-lisp.net> Update of /project/movitz/cvsroot/movitz/losp/muerte In directory common-lisp.net:/tmp/cvs-serv28195 Modified Files: scavenge.lisp Log Message: Remove unused new-code-vector. Date: Sat Jan 7 22:40:13 2006 Author: ffjeld Index: movitz/losp/muerte/scavenge.lisp diff -u movitz/losp/muerte/scavenge.lisp:1.54 movitz/losp/muerte/scavenge.lisp:1.55 --- movitz/losp/muerte/scavenge.lisp:1.54 Sun Aug 28 23:13:07 2005 +++ movitz/losp/muerte/scavenge.lisp Sat Jan 7 22:40:12 2006 @@ -10,7 +10,7 @@ ;;;; Author: Frode Vatvedt Fjeld ;;;; Created at: Mon Mar 29 14:54:08 2004 ;;;; -;;;; $Id: scavenge.lisp,v 1.54 2005/08/28 21:13:07 ffjeld Exp $ +;;;; $Id: scavenge.lisp,v 1.55 2006/01/07 21:40:12 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------ @@ -362,8 +362,7 @@ (scavenge-find-code-vector function (stack-frame-ref nil eip-index 0 :location) 0 interrupted-esi - nil)) - (new-code-vector (map-instruction-pointer function eip-index old-code-vector))) + nil))) ;; (when atomically (we should be more clever about the stack..)) (multiple-value-bind (x0-location x0-tag) (stack-frame-ref nil next-frame-bottom 0 :signed-byte30+2) From ffjeld at common-lisp.net Tue Jan 10 11:04:42 2006 From: ffjeld at common-lisp.net (Frode Vatvedt Fjeld) Date: Tue, 10 Jan 2006 12:04:42 +0100 (CET) Subject: [movitz-cvs] CVS update: movitz/losp/x86-pc/pci-device.lisp Message-ID: <20060110110442.192D088599@common-lisp.net> Update of /project/movitz/cvsroot/movitz/losp/x86-pc In directory common-lisp.net:/tmp/cvs-serv31038 Added Files: pci-device.lisp Log Message: Forgot to check in this file. Date: Tue Jan 10 12:04:40 2006 Author: ffjeld From ffjeld at common-lisp.net Wed Jan 18 19:13:34 2006 From: ffjeld at common-lisp.net (Frode Vatvedt Fjeld) Date: Wed, 18 Jan 2006 13:13:34 -0600 (CST) Subject: [movitz-cvs] CVS update: public_html/index.html Message-ID: <20060118191334.A5E5AE040@common-lisp.net> Update of /project/movitz/cvsroot/public_html In directory common-lisp:/tmp/cvs-serv3885 Modified Files: index.html Log Message: I was nagged. Date: Wed Jan 18 13:13:34 2006 Author: ffjeld Index: public_html/index.html diff -u public_html/index.html:1.26 public_html/index.html:1.27 --- public_html/index.html:1.26 Sat Nov 12 15:15:42 2005 +++ public_html/index.html Wed Jan 18 13:13:34 2006 @@ -103,7 +103,7 @@