diff --git a/src/sys/sys/io.c b/src/sys/sys/io.c index 5189fa2..882c126 100644 --- a/src/sys/sys/io.c +++ b/src/sys/sys/io.c @@ -142,21 +142,6 @@ } /*** - $Log$ - Revision 1.4 2004/07/22 20:14:34 reddawg - still working here - - Revision 1.3 2004/06/15 12:14:38 reddawg - Cleaned Up - - Revision 1.2 2004/05/19 14:32:06 reddawg - Cleaned up some warning from leaving out typedefs - - Revision 1.1.1.1 2004/04/15 12:07:18 reddawg - UbixOS v1.0 - - Revision 1.5 2004/04/13 16:36:34 reddawg - Changed our copyright, it is all now under a BSD-Style license - END ***/ + diff --git a/src/sys/sys/video.c b/src/sys/sys/video.c index 8b0e7bb..6c1ac28 100644 --- a/src/sys/sys/video.c +++ b/src/sys/sys/video.c @@ -126,47 +126,6 @@ } /*** - $Log$ - Revision 1.14 2004/09/11 00:44:34 apwillia - Fix tty init again, put kprint on tty0 - - Revision 1.13 2004/09/08 22:04:10 apwillia - Added calling of static constructors, commented out tty_printf in kprintf (due to deadlock) - - Revision 1.12 2004/09/07 22:00:20 apwillia - Fix gcc 2.95 being retarded and not follwing the C99 specs - - Revision 1.11 2004/09/07 21:50:25 apwillia - Make kprintf stay on tty0 - - Revision 1.10 2004/09/06 21:39:21 reddawg - Fixes: Changed the order in which tasks are deleted from the queues. Also fixed backspace to work in the virtual ttys.... - - Revision 1.9 2004/08/06 22:32:16 reddawg - Ubix Works Again - - Revision 1.7 2004/07/22 18:46:16 reddawg - Fixed up exec.c - - Revision 1.6 2004/07/19 01:40:55 reddawg - video: added spinLock protection - - Revision 1.5 2004/07/16 04:06:32 reddawg - Tune ups this stuff should of been taken care of months ago - - Revision 1.4 2004/06/29 11:41:44 reddawg - Fixed some global variables - - Revision 1.3 2004/06/15 12:10:31 reddawg - Cleaned Up - - Revision 1.2 2004/04/29 19:49:04 reddawg - Cleaned Out Old Code - - Revision 1.1.1.1 2004/04/15 12:07:18 reddawg - UbixOS v1.0 - - Revision 1.24 2004/04/13 16:36:34 reddawg - Changed our copyright, it is all now under a BSD-Style license END ***/ +