From: Peter Dinda Date: Thu, 29 Nov 2007 20:26:38 +0000 (+0000) Subject: (no commit message) X-Git-Tag: PDINDA0 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=32501dbbf4440ce0eb5ba205b6855840e32ed638 --- diff --git a/palacios/build/Makefile b/palacios/build/Makefile index 941b8bd..7305916 100644 --- a/palacios/build/Makefile +++ b/palacios/build/Makefile @@ -1,6 +1,6 @@ # Makefile for GeekOS kernel, userspace, and tools # Copyright (c) 2004,2005 David H. Hovemeyer -# $Revision: 1.1 $ +# $Revision: 1.1.1.1 $ # This is free software. You are permitted to use, # redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/argblock.h b/palacios/include/geekos/argblock.h index 54fac8b..0619ea3 100644 --- a/palacios/include/geekos/argblock.h +++ b/palacios/include/geekos/argblock.h @@ -1,7 +1,7 @@ /* * Create and extract the command line argument block for a process * Copyright (c) 2003 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/bget.h b/palacios/include/geekos/bget.h index 63a0857..61262cb 100644 --- a/palacios/include/geekos/bget.h +++ b/palacios/include/geekos/bget.h @@ -8,7 +8,7 @@ // Adapted for geekos: http://www.cs.umd.edu/~daveho/geekos/ // Original version of BGET downloaded from: http://www.fourmilab.ch/bget/ -// $Revision: 1.1 $ +// $Revision: 1.1.1.1 $ // GeekOS changes are (mostly) confined to #if defined (GEEKOS) // sections. diff --git a/palacios/include/geekos/bootinfo.h b/palacios/include/geekos/bootinfo.h index bb50de1..f7cfd56 100644 --- a/palacios/include/geekos/bootinfo.h +++ b/palacios/include/geekos/bootinfo.h @@ -1,7 +1,7 @@ /* * Boot information structure, passed to kernel Main() routine * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/defs.h b/palacios/include/geekos/defs.h index bc631c1..79bd1dd 100644 --- a/palacios/include/geekos/defs.h +++ b/palacios/include/geekos/defs.h @@ -1,7 +1,7 @@ /* * Misc. kernel definitions * Copyright (c) 2001,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/errno.h b/palacios/include/geekos/errno.h index 3159eae..ca65581 100644 --- a/palacios/include/geekos/errno.h +++ b/palacios/include/geekos/errno.h @@ -1,7 +1,7 @@ /* * GeekOS error codes * Copyright (c) 2003,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/gdt.h b/palacios/include/geekos/gdt.h index 3ae7b2b..97a6267 100644 --- a/palacios/include/geekos/gdt.h +++ b/palacios/include/geekos/gdt.h @@ -1,7 +1,7 @@ /* * Initialize kernel GDT. * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/idt.h b/palacios/include/geekos/idt.h index b88cf28..fb12983 100644 --- a/palacios/include/geekos/idt.h +++ b/palacios/include/geekos/idt.h @@ -1,7 +1,7 @@ /* * GeekOS IDT initialization code * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/int.h b/palacios/include/geekos/int.h index a80d142..7537207 100644 --- a/palacios/include/geekos/int.h +++ b/palacios/include/geekos/int.h @@ -1,7 +1,7 @@ /* * GeekOS interrupt handling data structures and functions * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/io.h b/palacios/include/geekos/io.h index bd23614..58f4d92 100644 --- a/palacios/include/geekos/io.h +++ b/palacios/include/geekos/io.h @@ -1,7 +1,7 @@ /* * x86 port IO routines * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/irq.h b/palacios/include/geekos/irq.h index 3164170..4180fa9 100644 --- a/palacios/include/geekos/irq.h +++ b/palacios/include/geekos/irq.h @@ -1,7 +1,7 @@ /* * This is the device-driver interface to the interrupt system. * Copyright (c) 2001,2003 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/kassert.h b/palacios/include/geekos/kassert.h index 434a8a8..1afcc89 100644 --- a/palacios/include/geekos/kassert.h +++ b/palacios/include/geekos/kassert.h @@ -1,7 +1,7 @@ /* * Definition of KASSERT() macro, and other useful debug macros * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/keyboard.h b/palacios/include/geekos/keyboard.h index 1ab5c42..1efdaa9 100644 --- a/palacios/include/geekos/keyboard.h +++ b/palacios/include/geekos/keyboard.h @@ -1,7 +1,7 @@ /* * Keyboard driver * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/kthread.h b/palacios/include/geekos/kthread.h index f0ef23c..c7cd44e 100644 --- a/palacios/include/geekos/kthread.h +++ b/palacios/include/geekos/kthread.h @@ -1,7 +1,7 @@ /* * Kernel threads * Copyright (c) 2001,2003 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/ktypes.h b/palacios/include/geekos/ktypes.h index 7c72a3b..09f2421 100644 --- a/palacios/include/geekos/ktypes.h +++ b/palacios/include/geekos/ktypes.h @@ -1,7 +1,7 @@ /* * Kernel data types * Copyright (c) 2001,2003 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/list.h b/palacios/include/geekos/list.h index 96a7870..b92067f 100644 --- a/palacios/include/geekos/list.h +++ b/palacios/include/geekos/list.h @@ -1,7 +1,7 @@ /* * Generic list data type * Copyright (c) 2001,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/malloc.h b/palacios/include/geekos/malloc.h index ba70e92..2eae1ec 100644 --- a/palacios/include/geekos/malloc.h +++ b/palacios/include/geekos/malloc.h @@ -1,7 +1,7 @@ /* * GeekOS memory allocation API * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/mem.h b/palacios/include/geekos/mem.h index fdac1aa..a961254 100644 --- a/palacios/include/geekos/mem.h +++ b/palacios/include/geekos/mem.h @@ -2,7 +2,7 @@ * Physical memory allocation * Copyright (c) 2001,2003,2004 David H. Hovemeyer * Copyright (c) 2003, Jeffrey K. Hollingsworth - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/paging.h b/palacios/include/geekos/paging.h index 1810f0b..d8a3936 100644 --- a/palacios/include/geekos/paging.h +++ b/palacios/include/geekos/paging.h @@ -2,7 +2,7 @@ * Paging (virtual memory) support * Copyright (c) 2003, Jeffrey K. Hollingsworth * Copyright (c) 2003,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/range.h b/palacios/include/geekos/range.h index 15bd023..a946e48 100644 --- a/palacios/include/geekos/range.h +++ b/palacios/include/geekos/range.h @@ -1,7 +1,7 @@ /* * Range checking * Copyright (c) 2003, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/screen.h b/palacios/include/geekos/screen.h index 241fc6f..848558a 100644 --- a/palacios/include/geekos/screen.h +++ b/palacios/include/geekos/screen.h @@ -1,7 +1,7 @@ /* * GeekOS text screen output * Copyright (c) 2001,2003 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/segment.h b/palacios/include/geekos/segment.h index 06f302a..0ada2f3 100644 --- a/palacios/include/geekos/segment.h +++ b/palacios/include/geekos/segment.h @@ -1,7 +1,7 @@ /* * General data structures and routines for segmentation * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/symbol.h b/palacios/include/geekos/symbol.h index 61e47bd..dec6f77 100644 --- a/palacios/include/geekos/symbol.h +++ b/palacios/include/geekos/symbol.h @@ -1,7 +1,7 @@ /* * Symbol mangling macros * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * The _S macro mangles a symbol name into whatever format is * needed for external linkage. E.g., prepend an underscore diff --git a/palacios/include/geekos/synch.h b/palacios/include/geekos/synch.h index 5cb95ef..a3e93eb 100644 --- a/palacios/include/geekos/synch.h +++ b/palacios/include/geekos/synch.h @@ -1,7 +1,7 @@ /* * Synchronization primitives * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/timer.h b/palacios/include/geekos/timer.h index 37dda14..a84ff38 100644 --- a/palacios/include/geekos/timer.h +++ b/palacios/include/geekos/timer.h @@ -1,7 +1,7 @@ /* * GeekOS timer interrupt support * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/trap.h b/palacios/include/geekos/trap.h index 73c28b8..6424936 100644 --- a/palacios/include/geekos/trap.h +++ b/palacios/include/geekos/trap.h @@ -1,7 +1,7 @@ /* * Trap handlers * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/geekos/tss.h b/palacios/include/geekos/tss.h index 66ea118..71ddac1 100644 --- a/palacios/include/geekos/tss.h +++ b/palacios/include/geekos/tss.h @@ -1,7 +1,7 @@ /* * x86 TSS data structure and routines * Copyright (c) 2001,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/libc/fmtout.h b/palacios/include/libc/fmtout.h index 429d7fd..7933a3c 100644 --- a/palacios/include/libc/fmtout.h +++ b/palacios/include/libc/fmtout.h @@ -1,7 +1,7 @@ /* * Generalized support for printf()-style formatted output * Copyright (c) 2004, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/include/libc/string.h b/palacios/include/libc/string.h index fb146c0..f93f8fc 100644 --- a/palacios/include/libc/string.h +++ b/palacios/include/libc/string.h @@ -1,7 +1,7 @@ /* * String library * Copyright (c) 2001,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/scripts/mkcdisk b/palacios/scripts/mkcdisk index d3f4477..c1834ff 100755 --- a/palacios/scripts/mkcdisk +++ b/palacios/scripts/mkcdisk @@ -2,7 +2,7 @@ # Build a binary image containing a pseudo fat filesystem with the listed files -# $Revision: 1.1 $ +# $Revision: 1.1.1.1 $ use FileHandle; if ( scalar(@ARGV) < 2 ) { diff --git a/palacios/scripts/mkuprog b/palacios/scripts/mkuprog index 1581b4b..c0a9a9a 100755 --- a/palacios/scripts/mkuprog +++ b/palacios/scripts/mkuprog @@ -3,7 +3,7 @@ # From a binary image containing a user program, generate # C code initializing a User_Program struct. -# $Revision: 1.1 $ +# $Revision: 1.1.1.1 $ use strict qw(refs vars); use FileHandle; diff --git a/palacios/scripts/numsecs b/palacios/scripts/numsecs index 708a893..0c45c36 100755 --- a/palacios/scripts/numsecs +++ b/palacios/scripts/numsecs @@ -3,7 +3,7 @@ # Find the number of 512-byte sectors needed to store # given file. -# $Revision: 1.1 $ +# $Revision: 1.1.1.1 $ use strict qw(refs vars); diff --git a/palacios/scripts/pad b/palacios/scripts/pad index c1c5329..7fc2f1b 100755 --- a/palacios/scripts/pad +++ b/palacios/scripts/pad @@ -3,7 +3,7 @@ # Pad a file with zero bytes to make its length # an even multiple of some value. -# $Revision: 1.1 $ +# $Revision: 1.1.1.1 $ use strict qw(refs vars); use FileHandle; diff --git a/palacios/scripts/pw b/palacios/scripts/pw index 7edc728..8a0ef3b 100755 --- a/palacios/scripts/pw +++ b/palacios/scripts/pw @@ -1,7 +1,7 @@ #! /usr/bin/perl # Inspect a 32 word at a specified offset in a file. -# $Revision: 1.1 $ +# $Revision: 1.1.1.1 $ use strict qw(refs vars); use FileHandle; diff --git a/palacios/scripts/scan b/palacios/scripts/scan index cbfe6dc..9b8ec0c 100755 --- a/palacios/scripts/scan +++ b/palacios/scripts/scan @@ -1,7 +1,7 @@ #! /usr/bin/perl # Scan a file for a 32-bit word with a particular value. -# $Revision: 1.1 $ +# $Revision: 1.1.1.1 $ use strict qw(refs vars); use FileHandle; diff --git a/palacios/src/common/string.c b/palacios/src/common/string.c index 7db896c..e33a23c 100644 --- a/palacios/src/common/string.c +++ b/palacios/src/common/string.c @@ -1,7 +1,7 @@ /* * String library * Copyright (c) 2001,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/bget.c b/palacios/src/geekos/bget.c index cccbe16..648e856 100644 --- a/palacios/src/geekos/bget.c +++ b/palacios/src/geekos/bget.c @@ -1,6 +1,6 @@ // Adapted for geekos: http://www.cs.umd.edu/~daveho/geekos/ // Original version of BGET downloaded from: http://www.fourmilab.ch/bget/ -// $Revision: 1.1 $ +// $Revision: 1.1.1.1 $ // GeekOS changes are (mostly) confined to #if defined (GEEKOS) // sections. diff --git a/palacios/src/geekos/bootsect.asm b/palacios/src/geekos/bootsect.asm index 9986818..0b5fd8a 100644 --- a/palacios/src/geekos/bootsect.asm +++ b/palacios/src/geekos/bootsect.asm @@ -1,6 +1,6 @@ ; Boot sector for GeekOS ; Copyright (c) 2001, David H. Hovemeyer -; $Revision: 1.1 $ +; $Revision: 1.1.1.1 $ ; This is free software. You are permitted to use, ; redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/defs.asm b/palacios/src/geekos/defs.asm index 362fc83..29a4cc0 100644 --- a/palacios/src/geekos/defs.asm +++ b/palacios/src/geekos/defs.asm @@ -1,6 +1,6 @@ ; Definitions for use in GeekOS boot code ; Copyright (c) 2001, David H. Hovemeyer -; $Revision: 1.1 $ +; $Revision: 1.1.1.1 $ ; This is free software. You are permitted to use, ; redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/fd_boot.asm b/palacios/src/geekos/fd_boot.asm index e541a9c..2cdec2b 100644 --- a/palacios/src/geekos/fd_boot.asm +++ b/palacios/src/geekos/fd_boot.asm @@ -1,7 +1,7 @@ ; Boot sector for GeekOS ; Copyright (c) 2001,2004 David H. Hovemeyer ; Copyright (c) 2003, Jeffrey K. Hollingsworth -; $Revision: 1.1 $ +; $Revision: 1.1.1.1 $ ; This is free software. You are permitted to use, ; redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/gdt.c b/palacios/src/geekos/gdt.c index dd0ca5b..78fddec 100644 --- a/palacios/src/geekos/gdt.c +++ b/palacios/src/geekos/gdt.c @@ -1,7 +1,7 @@ /* * Initialize kernel GDT. * Copyright (c) 2001,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/idt.c b/palacios/src/geekos/idt.c index 37c7fd0..78c2b01 100644 --- a/palacios/src/geekos/idt.c +++ b/palacios/src/geekos/idt.c @@ -1,7 +1,7 @@ /* * GeekOS IDT initialization code * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/int.c b/palacios/src/geekos/int.c index 319017b..f980ac9 100644 --- a/palacios/src/geekos/int.c +++ b/palacios/src/geekos/int.c @@ -1,7 +1,7 @@ /* * GeekOS interrupt handling data structures and functions * Copyright (c) 2001,2003 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/io.c b/palacios/src/geekos/io.c index 3132733..d2eda31 100644 --- a/palacios/src/geekos/io.c +++ b/palacios/src/geekos/io.c @@ -1,7 +1,7 @@ /* * x86 port IO routines * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/irq.c b/palacios/src/geekos/irq.c index 24c5104..5739113 100644 --- a/palacios/src/geekos/irq.c +++ b/palacios/src/geekos/irq.c @@ -1,7 +1,7 @@ /* * This is the device-driver interface to the interrupt system. * Copyright (c) 2001,2003 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/keyboard.c b/palacios/src/geekos/keyboard.c index 409d9a4..247ef1c 100644 --- a/palacios/src/geekos/keyboard.c +++ b/palacios/src/geekos/keyboard.c @@ -1,7 +1,7 @@ /* * Keyboard driver * Copyright (c) 2001,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/kthread.c b/palacios/src/geekos/kthread.c index e2a6df2..b20f68c 100644 --- a/palacios/src/geekos/kthread.c +++ b/palacios/src/geekos/kthread.c @@ -1,7 +1,7 @@ /* * Kernel threads * Copyright (c) 2001,2003 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/lowlevel.asm b/palacios/src/geekos/lowlevel.asm index 63f93c2..3d73631 100644 --- a/palacios/src/geekos/lowlevel.asm +++ b/palacios/src/geekos/lowlevel.asm @@ -2,7 +2,7 @@ ; Low level interrupt/thread handling code for GeekOS. ; Copyright (c) 2001,2003,2004 David H. Hovemeyer ; Copyright (c) 2003, Jeffrey K. Hollingsworth -; $Revision: 1.1 $ +; $Revision: 1.1.1.1 $ ; This is free software. You are permitted to use, ; redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/main.c b/palacios/src/geekos/main.c index 2da73ac..d44cadb 100644 --- a/palacios/src/geekos/main.c +++ b/palacios/src/geekos/main.c @@ -3,7 +3,7 @@ * Copyright (c) 2001,2003,2004 David H. Hovemeyer * Copyright (c) 2003, Jeffrey K. Hollingsworth * Copyright (c) 2004, Iulian Neamtiu - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/malloc.c b/palacios/src/geekos/malloc.c index ea76959..5117451 100644 --- a/palacios/src/geekos/malloc.c +++ b/palacios/src/geekos/malloc.c @@ -1,7 +1,7 @@ /* * GeekOS memory allocation API * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/mem.c b/palacios/src/geekos/mem.c index 2fbc0f5..20320f0 100644 --- a/palacios/src/geekos/mem.c +++ b/palacios/src/geekos/mem.c @@ -2,7 +2,7 @@ * Physical memory allocation * Copyright (c) 2001,2003,2004 David H. Hovemeyer * Copyright (c) 2003, Jeffrey K. Hollingsworth - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/paging.c b/palacios/src/geekos/paging.c index bb19af3..b0e7a19 100644 --- a/palacios/src/geekos/paging.c +++ b/palacios/src/geekos/paging.c @@ -2,7 +2,7 @@ * Paging (virtual memory) support * Copyright (c) 2003, Jeffrey K. Hollingsworth * Copyright (c) 2003,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/screen.c b/palacios/src/geekos/screen.c index 9c78dde..af686d1 100644 --- a/palacios/src/geekos/screen.c +++ b/palacios/src/geekos/screen.c @@ -1,7 +1,7 @@ /* * GeekOS text screen output * Copyright (c) 2001,2003,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/segment.c b/palacios/src/geekos/segment.c index 4e83db0..4f9f134 100644 --- a/palacios/src/geekos/segment.c +++ b/palacios/src/geekos/segment.c @@ -1,7 +1,7 @@ /* * General data structures and routines for segmentation * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/setup.asm b/palacios/src/geekos/setup.asm index 56c9938..f31998f 100644 --- a/palacios/src/geekos/setup.asm +++ b/palacios/src/geekos/setup.asm @@ -1,7 +1,7 @@ ; -*- fundamental -*- ; GeekOS setup code ; Copyright (c) 2001,2004 David H. Hovemeyer -; $Revision: 1.1 $ +; $Revision: 1.1.1.1 $ ; This is free software. You are permitted to use, ; redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/symbol.asm b/palacios/src/geekos/symbol.asm index 0bb1584..cbe1003 100644 --- a/palacios/src/geekos/symbol.asm +++ b/palacios/src/geekos/symbol.asm @@ -1,6 +1,6 @@ ; Symbol mangling macros ; Copyright (c) 2001, David H. Hovemeyer -; $Revision: 1.1 $ +; $Revision: 1.1.1.1 $ ; This file defines macros for dealing with externally-visible ; symbols that must be mangled for some object file formats. diff --git a/palacios/src/geekos/synch.c b/palacios/src/geekos/synch.c index 86e7191..87aa3d1 100644 --- a/palacios/src/geekos/synch.c +++ b/palacios/src/geekos/synch.c @@ -1,7 +1,7 @@ /* * Synchronization primitives * Copyright (c) 2001,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/timer.c b/palacios/src/geekos/timer.c index cd89f86..bd795f8 100644 --- a/palacios/src/geekos/timer.c +++ b/palacios/src/geekos/timer.c @@ -2,7 +2,7 @@ * GeekOS timer interrupt support * Copyright (c) 2001,2003 David H. Hovemeyer * Copyright (c) 2003, Jeffrey K. Hollingsworth - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/trap.c b/palacios/src/geekos/trap.c index 2085a99..624d748 100644 --- a/palacios/src/geekos/trap.c +++ b/palacios/src/geekos/trap.c @@ -1,7 +1,7 @@ /* * Trap handlers * Copyright (c) 2001,2003,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/geekos/tss.c b/palacios/src/geekos/tss.c index a94bc52..5942a90 100644 --- a/palacios/src/geekos/tss.c +++ b/palacios/src/geekos/tss.c @@ -1,7 +1,7 @@ /* * x86 TSS data structure and routines * Copyright (c) 2001,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". diff --git a/palacios/src/vmboot/rombios/makesym.perl b/palacios/src/vmboot/rombios/makesym.perl index a3c7705..2e5e937 100755 --- a/palacios/src/vmboot/rombios/makesym.perl +++ b/palacios/src/vmboot/rombios/makesym.perl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# $Id: makesym.perl,v 1.1 2007/11/29 20:26:38 pdinda Exp $ +# $Id: makesym.perl,v 1.1.1.1 2007/11/29 20:26:38 pdinda Exp $ # # Read output file from as86 (e.g. rombios.txt) and write out a symbol # table suitable for the Bochs debugger. diff --git a/palacios/src/vmboot/rombios/rombios.c b/palacios/src/vmboot/rombios/rombios.c index b8322d0..a535e85 100644 --- a/palacios/src/vmboot/rombios/rombios.c +++ b/palacios/src/vmboot/rombios/rombios.c @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: rombios.c,v 1.1 2007/11/29 20:26:38 pdinda Exp $ +// $Id: rombios.c,v 1.1.1.1 2007/11/29 20:26:38 pdinda Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (C) 2002 MandrakeSoft S.A. @@ -944,10 +944,10 @@ Bit16u cdrom_boot(); #endif // BX_ELTORITO_BOOT -static char bios_cvs_version_string[] = "$Revision: 1.1 $"; +static char bios_cvs_version_string[] = "$Revision: 1.1.1.1 $"; static char bios_date_string[] = "$Date: 2007/11/29 20:26:38 $"; -static char CVSID[] = "$Id: rombios.c,v 1.1 2007/11/29 20:26:38 pdinda Exp $"; +static char CVSID[] = "$Id: rombios.c,v 1.1.1.1 2007/11/29 20:26:38 pdinda Exp $"; /* Offset to skip the CVS $Id: prefix */ #define bios_version_string (CVSID + 4) diff --git a/palacios/src/vmboot/vgabios/vbe.c b/palacios/src/vmboot/vgabios/vbe.c index 8c06473..4cbe212 100644 --- a/palacios/src/vmboot/vgabios/vbe.c +++ b/palacios/src/vmboot/vgabios/vbe.c @@ -71,7 +71,7 @@ _vbebios_product_name: .byte 0x00 _vbebios_product_revision: -.ascii "$Id: vbe.c,v 1.1 2007/11/29 20:26:38 pdinda Exp $" +.ascii "$Id: vbe.c,v 1.1.1.1 2007/11/29 20:26:38 pdinda Exp $" .byte 0x00 _vbebios_info_string: @@ -88,7 +88,7 @@ _no_vbebios_info_string: #if defined(USE_BX_INFO) || defined(DEBUG) msg_vbe_init: -.ascii "VBE Bios $Id: vbe.c,v 1.1 2007/11/29 20:26:38 pdinda Exp $" +.ascii "VBE Bios $Id: vbe.c,v 1.1.1.1 2007/11/29 20:26:38 pdinda Exp $" .byte 0x0a,0x0d, 0x00 #endif diff --git a/palacios/src/vmboot/vgabios/vgabios.c b/palacios/src/vmboot/vgabios/vgabios.c index 6afa337..7f451cf 100644 --- a/palacios/src/vmboot/vgabios/vgabios.c +++ b/palacios/src/vmboot/vgabios/vgabios.c @@ -403,7 +403,7 @@ init_vga_card: #if defined(USE_BX_INFO) || defined(DEBUG) msg_vga_init: -.ascii "VGABios $Id: vgabios.c,v 1.1 2007/11/29 20:26:38 pdinda Exp $" +.ascii "VGABios $Id: vgabios.c,v 1.1.1.1 2007/11/29 20:26:38 pdinda Exp $" .byte 0x0d,0x0a,0x00 #endif ASM_END