diff --git a/boot/boot.asm b/boot/boot.asm index aa7f55f..df24137 100644 --- a/boot/boot.asm +++ b/boot/boot.asm @@ -25,12 +25,18 @@ ; write to the Free Software Foundation, 675 Mass Ave, ; Cambridge, MA 02139, USA. ; - - +; ; $Log$ +; Revision 1.3 2000/05/25 20:56:19 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/11 03:56:42 jimtabor ; Clean up and Release ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.12 1999/09/25 06:42:18 jprice ; Optimize boot loader. Documentation. ; diff --git a/boot/boot.mak b/boot/boot.mak index 6dd3c10..47c515c 100644 --- a/boot/boot.mak +++ b/boot/boot.mak @@ -5,9 +5,16 @@ # # $Log$ +# Revision 1.3 2000/05/25 20:56:19 jimtabor +# Fixed project history +# # Revision 1.2 2000/05/11 03:56:42 jimtabor # Clean up and Release # +# Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +# The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +# MS-DOS. Distributed under the GNU GPL. +# # Revision 1.3 1999/04/23 03:44:17 jprice # Ported to NASM by ror4. Improvements # diff --git a/build.bat b/build.bat index 894b1ca..8d5f15b 100644 --- a/build.bat +++ b/build.bat @@ -5,9 +5,16 @@ rem batch file to build everything rem $Id$ rem $Log$ +rem Revision 1.3 2000/05/25 20:56:19 jimtabor +rem Fixed project history +rem rem Revision 1.2 2000/05/14 17:05:39 jimtabor rem Cleanup CRs rem +rem Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +rem The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +rem MS-DOS. Distributed under the GNU GPL. +rem rem Revision 1.5 1999/08/25 03:59:14 jprice rem New build batch files. rem diff --git a/clean.bat b/clean.bat index 5c4f7e2..ff08022 100644 --- a/clean.bat +++ b/clean.bat @@ -5,9 +5,16 @@ rem batch file to clean everything rem $Id$ rem $Log$ +rem Revision 1.3 2000/05/25 20:56:19 jimtabor +rem Fixed project history +rem rem Revision 1.2 2000/05/14 17:05:58 jimtabor rem Cleanup CRs rem +rem Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +rem The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +rem MS-DOS. Distributed under the GNU GPL. +rem rem Revision 1.3 1999/08/25 03:59:14 jprice rem New build batch files. rem diff --git a/clobber.bat b/clobber.bat index b02d1b8..600badd 100644 --- a/clobber.bat +++ b/clobber.bat @@ -4,9 +4,16 @@ rem batch file to clobber everything rem $Id$ rem $Log$ +rem Revision 1.3 2000/05/25 20:56:19 jimtabor +rem Fixed project history +rem rem Revision 1.2 2000/05/14 17:06:17 jimtabor rem Cleanup CRs rem +rem Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +rem The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +rem MS-DOS. Distributed under the GNU GPL. +rem rem Revision 1.3 1999/08/25 03:59:14 jprice rem New build batch files. rem diff --git a/config.m b/config.m index 9ee0b34..840eb45 100644 --- a/config.m +++ b/config.m @@ -48,9 +48,16 @@ NASM=nasm # $Id$ # # $Log$ +# Revision 1.3 2000/05/25 20:56:19 jimtabor +# Fixed project history +# # Revision 1.2 2000/05/14 17:07:07 jimtabor # Cleanup CRs # +# Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +# The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +# MS-DOS. Distributed under the GNU GPL. +# # Revision 1.3 1999/09/13 20:40:17 jprice # Added COMPILER variable # diff --git a/docs/history.txt b/docs/history.txt index 6f7825d..b1565a4 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,3 +1,7 @@ +2000 May 25 - Build 2020 +-------- James Tabor (jimtabor@infohwy.com) ++ Fixed Project history. + 2000 May 17 - Build 2020 -------- James Tabor (jimtabor@infohwy.com) + Fixed Delete, Rename, Mkdir, and Rmdir. Comment out isDevice. There is diff --git a/drivers/devend.asm b/drivers/devend.asm index 4433ed3..a15c250 100644 --- a/drivers/devend.asm +++ b/drivers/devend.asm @@ -30,9 +30,16 @@ ; $Header$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:19 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/11 03:56:20 jimtabor ; Clean up and Release ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.3 1999/08/10 17:21:08 jprice ; ror4 2011-01 patch ; diff --git a/drivers/device.mak b/drivers/device.mak index 62ed8e0..1efaefc 100644 --- a/drivers/device.mak +++ b/drivers/device.mak @@ -5,9 +5,16 @@ # # $Log$ +# Revision 1.3 2000/05/25 20:56:19 jimtabor +# Fixed project history +# # Revision 1.2 2000/05/11 03:56:20 jimtabor # Clean up and Release # +# Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +# The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +# MS-DOS. Distributed under the GNU GPL. +# # Revision 1.6 1999/08/25 03:16:36 jprice # ror4 patches to allow TC 2.01 compile. # diff --git a/drivers/floppy.asm b/drivers/floppy.asm index 9359c71..728beab 100644 --- a/drivers/floppy.asm +++ b/drivers/floppy.asm @@ -30,9 +30,16 @@ ; $Id$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:19 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/11 03:56:20 jimtabor ; Clean up and Release ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.4 1999/08/10 17:21:08 jprice ; ror4 2011-01 patch ; diff --git a/drivers/getvec.asm b/drivers/getvec.asm index c8d044c..3c1c24a 100644 --- a/drivers/getvec.asm +++ b/drivers/getvec.asm @@ -30,9 +30,16 @@ ; $Header$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:19 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/11 03:56:20 jimtabor ; Clean up and Release ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.3 1999/08/10 17:21:08 jprice ; ror4 2011-01 patch ; diff --git a/drivers/rdatclk.asm b/drivers/rdatclk.asm index 9f9b04d..8f66e6d 100644 --- a/drivers/rdatclk.asm +++ b/drivers/rdatclk.asm @@ -29,7 +29,11 @@ ; ; @Header: /home/cvsroot/fdkernel/DRIVERS/RDATCLK.ASM,v 1.3 1999/04/12 03:19:44 jprice Exp @ ; -; @Log: RDATCLK.ASM,v @ +; @Log: rdatclk.asm,v @ +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.3 1999/04/12 03:19:44 jprice ; more ror4 patches ; diff --git a/drivers/rdpcclk.asm b/drivers/rdpcclk.asm index cd0b834..e773480 100644 --- a/drivers/rdpcclk.asm +++ b/drivers/rdpcclk.asm @@ -30,9 +30,16 @@ ; $Header$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:19 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/11 03:56:20 jimtabor ; Clean up and Release ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.4 1999/08/10 17:21:08 jprice ; ror4 2011-01 patch ; diff --git a/drivers/timer.asm b/drivers/timer.asm index 6797206..3ea1b56 100644 --- a/drivers/timer.asm +++ b/drivers/timer.asm @@ -30,9 +30,16 @@ ; $Header$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:19 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/11 03:56:20 jimtabor ; Clean up and Release ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.3 1999/08/10 17:21:08 jprice ; ror4 2011-01 patch ; diff --git a/drivers/wratclk.asm b/drivers/wratclk.asm index 41f21af..c2990c2 100644 --- a/drivers/wratclk.asm +++ b/drivers/wratclk.asm @@ -30,9 +30,16 @@ ; $Header$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:19 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/11 03:56:20 jimtabor ; Clean up and Release ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.3 1999/08/10 17:21:08 jprice ; ror4 2011-01 patch ; diff --git a/drivers/wrpcclk.asm b/drivers/wrpcclk.asm index a6c8ab7..ccdf1bc 100644 --- a/drivers/wrpcclk.asm +++ b/drivers/wrpcclk.asm @@ -30,9 +30,16 @@ ; $Header$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:19 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/11 03:56:20 jimtabor ; Clean up and Release ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.3 1999/08/10 17:21:08 jprice ; ror4 2011-01 patch ; diff --git a/hdr/cds.h b/hdr/cds.h index 449a594..2e42adf 100644 --- a/hdr/cds.h +++ b/hdr/cds.h @@ -34,9 +34,16 @@ static BYTE *Cds_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.2 2000/03/09 06:06:38 kernel * 2017f updates by James Tabor * diff --git a/hdr/clock.h b/hdr/clock.h index e6a14c5..dec444f 100644 --- a/hdr/clock.h +++ b/hdr/clock.h @@ -38,9 +38,16 @@ static BYTE *clock_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.1.1.1 1999/03/29 15:39:22 jprice * New version without IPL.SYS * diff --git a/hdr/date.h b/hdr/date.h index f252e77..557a7fb 100644 --- a/hdr/date.h +++ b/hdr/date.h @@ -38,9 +38,16 @@ static BYTE *date_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.2 1999/08/25 03:17:11 jprice * ror4 patches to allow TC 2.01 compile. * diff --git a/hdr/dcb.h b/hdr/dcb.h index 79bb579..662aa11 100644 --- a/hdr/dcb.h +++ b/hdr/dcb.h @@ -36,9 +36,16 @@ static BYTE *clock_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.3 2000/03/09 06:06:38 kernel * 2017f updates by James Tabor * diff --git a/hdr/device.h b/hdr/device.h index 9a37dc2..8f1e0cd 100644 --- a/hdr/device.h +++ b/hdr/device.h @@ -35,15 +35,18 @@ static BYTE *device_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.4 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.3 2000/05/11 04:24:51 jimtabor * Added Boot blk structs * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * - * $Log$ - * Revision 1.3 2000/05/11 04:24:51 jimtabor - * Added Boot blk structs + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. * * Revision 1.4 2000/04/29 05:13:16 jtabor * Added new functions and clean up code diff --git a/hdr/dirmatch.h b/hdr/dirmatch.h index 1a75129..5001ec9 100644 --- a/hdr/dirmatch.h +++ b/hdr/dirmatch.h @@ -36,9 +36,16 @@ static BYTE *dirmatch_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.3 2000/03/09 06:06:38 kernel * 2017f updates by James Tabor * diff --git a/hdr/error.h b/hdr/error.h index 2a9e420..939b179 100644 --- a/hdr/error.h +++ b/hdr/error.h @@ -36,9 +36,16 @@ static BYTE *error_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.1.1.1 1999/03/29 15:39:27 jprice * New version without IPL.SYS * diff --git a/hdr/exe.h b/hdr/exe.h index 627a660..0bbbf5f 100644 --- a/hdr/exe.h +++ b/hdr/exe.h @@ -36,9 +36,16 @@ static BYTE *exe_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.1.1.1 1999/03/29 15:39:28 jprice * New version without IPL.SYS * diff --git a/hdr/fat.h b/hdr/fat.h index 38b7904..bc52089 100644 --- a/hdr/fat.h +++ b/hdr/fat.h @@ -36,9 +36,16 @@ static BYTE *fat_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.2 1999/05/03 06:28:00 jprice * Changed some variables from signed to unsigned. * diff --git a/hdr/fcb.h b/hdr/fcb.h index 016f3a7..ac63ca9 100644 --- a/hdr/fcb.h +++ b/hdr/fcb.h @@ -36,9 +36,16 @@ static BYTE *fcb_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.2 1999/09/20 21:24:54 jprice * *** empty log message *** * diff --git a/hdr/file.h b/hdr/file.h index 1777663..3326677 100644 --- a/hdr/file.h +++ b/hdr/file.h @@ -36,9 +36,16 @@ static BYTE *file_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.1.1.1 1999/03/29 15:39:30 jprice * New version without IPL.SYS * diff --git a/hdr/fnode.h b/hdr/fnode.h index a1209dc..349706e 100644 --- a/hdr/fnode.h +++ b/hdr/fnode.h @@ -36,9 +36,16 @@ static BYTE *fnode_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.3 2000/03/09 06:06:38 kernel * 2017f updates by James Tabor * diff --git a/hdr/kbd.h b/hdr/kbd.h index 8887375..8f22953 100644 --- a/hdr/kbd.h +++ b/hdr/kbd.h @@ -36,9 +36,16 @@ static BYTE *kbd_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.1.1.1 1999/03/29 15:39:31 jprice * New version without IPL.SYS * diff --git a/hdr/mcb.h b/hdr/mcb.h index f5ca2e2..70d4adf 100644 --- a/hdr/mcb.h +++ b/hdr/mcb.h @@ -36,9 +36,16 @@ static BYTE *mcb_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.2 2000/03/09 06:06:38 kernel * 2017f updates by James Tabor * diff --git a/hdr/pcb.h b/hdr/pcb.h index e51aa05..f2b2337 100644 --- a/hdr/pcb.h +++ b/hdr/pcb.h @@ -36,9 +36,16 @@ static BYTE *pcb_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.1.1.1 1999/03/29 15:39:32 jprice * New version without IPL.SYS * diff --git a/hdr/portab.h b/hdr/portab.h index 0db73d9..7ea1ab3 100644 --- a/hdr/portab.h +++ b/hdr/portab.h @@ -36,9 +36,16 @@ static char *portab_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.2 1999/08/25 03:17:11 jprice * ror4 patches to allow TC 2.01 compile. * diff --git a/hdr/process.h b/hdr/process.h index da9ae0c..6402820 100644 --- a/hdr/process.h +++ b/hdr/process.h @@ -36,9 +36,16 @@ static BYTE *process_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.1.1.1 1999/03/29 15:39:34 jprice * New version without IPL.SYS * diff --git a/hdr/sft.h b/hdr/sft.h index c494074..7decb20 100644 --- a/hdr/sft.h +++ b/hdr/sft.h @@ -35,9 +35,16 @@ static BYTE *sft_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.3 2000/03/09 06:06:38 kernel * 2017f updates by James Tabor * diff --git a/hdr/stacks.inc b/hdr/stacks.inc index 363eb24..3125fd9 100644 --- a/hdr/stacks.inc +++ b/hdr/stacks.inc @@ -30,8 +30,15 @@ ; $Id$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:19 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/08 04:28:22 jimtabor ; Update CVS to 2020 +: +: Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +: The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +: MS-DOS. Distributed under the GNU GPL. ; ; Revision 1.3 2000/03/09 06:06:38 kernel ; 2017f updates by James Tabor diff --git a/hdr/tail.h b/hdr/tail.h index b865f23..80fd8c7 100644 --- a/hdr/tail.h +++ b/hdr/tail.h @@ -36,9 +36,16 @@ static BYTE *tail_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.1.1.1 1999/03/29 15:39:36 jprice * New version without IPL.SYS * diff --git a/hdr/time.h b/hdr/time.h index ccb201c..4c2591b 100644 --- a/hdr/time.h +++ b/hdr/time.h @@ -40,9 +40,16 @@ static BYTE *time_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:19 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:28:22 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.2 1999/08/25 03:17:11 jprice * ror4 patches to allow TC 2.01 compile. * diff --git a/kernel/001-437.nls b/kernel/001-437.nls index 417d05d..dbfa77f 100644 --- a/kernel/001-437.nls +++ b/kernel/001-437.nls @@ -39,9 +39,16 @@ static BYTE *RcsId = "$Header$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:20 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:29:59 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.2 2000/03/09 06:07:10 kernel * 2017f updates by James Tabor * diff --git a/kernel/apisupt.asm b/kernel/apisupt.asm index 3089911..dfe0fb0 100644 --- a/kernel/apisupt.asm +++ b/kernel/apisupt.asm @@ -27,9 +27,16 @@ ; $Id$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:21 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/08 04:29:59 jimtabor ; Update CVS to 2020 ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.2 1999/08/10 17:57:12 jprice ; ror4 2011-02 patch ; diff --git a/kernel/asmsupt.asm b/kernel/asmsupt.asm index 5230ed7..7ceb4f2 100644 --- a/kernel/asmsupt.asm +++ b/kernel/asmsupt.asm @@ -27,9 +27,16 @@ ; $Id$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:21 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/08 04:29:59 jimtabor ; Update CVS to 2020 ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.3 1999/08/10 17:57:12 jprice ; ror4 2011-02 patch ; diff --git a/kernel/blockio.c b/kernel/blockio.c index a66ce74..09748a4 100644 --- a/kernel/blockio.c +++ b/kernel/blockio.c @@ -37,15 +37,18 @@ static BYTE *blockioRcsId = "$Id$"; /* * $Log$ + * Revision 1.4 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.3 2000/05/11 04:26:26 jimtabor * Added code for DOS FN 69 & 6C * * Revision 1.2 2000/05/08 04:29:59 jimtabor * Update CVS to 2020 * - * $Log$ - * Revision 1.3 2000/05/11 04:26:26 jimtabor - * Added code for DOS FN 69 & 6C + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. * * Revision 1.15 2000/04/29 05:13:16 jtabor * Added new functions and clean up code diff --git a/kernel/break.c b/kernel/break.c index 671244d..00a10d4 100644 --- a/kernel/break.c +++ b/kernel/break.c @@ -38,9 +38,16 @@ static BYTE *RcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:29:59 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.2 2000/03/09 06:07:10 kernel * 2017f updates by James Tabor * diff --git a/kernel/chario.c b/kernel/chario.c index b7b8079..75083e2 100644 --- a/kernel/chario.c +++ b/kernel/chario.c @@ -36,9 +36,16 @@ static BYTE *charioRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:29:59 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.7 2000/03/09 06:07:10 kernel * 2017f updates by James Tabor * diff --git a/kernel/config.c b/kernel/config.c index 3cb0ea6..23a385a 100644 --- a/kernel/config.c +++ b/kernel/config.c @@ -39,9 +39,16 @@ static BYTE *RcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:29:59 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.15 2000/03/31 05:40:09 jtabor * Added Eric W. Biederman Patches * diff --git a/kernel/console.asm b/kernel/console.asm index 327fb04..bc2a6eb 100644 --- a/kernel/console.asm +++ b/kernel/console.asm @@ -28,9 +28,16 @@ ; $Header$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:21 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/08 04:29:59 jimtabor ; Update CVS to 2020 ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.8 2000/03/09 06:07:10 kernel ; 2017f updates by James Tabor ; diff --git a/kernel/dosfns.c b/kernel/dosfns.c index cfdf42d..17ddd01 100644 --- a/kernel/dosfns.c +++ b/kernel/dosfns.c @@ -34,15 +34,18 @@ static BYTE *dosfnsRcsId = "$Id$"; /* * $Log$ + * Revision 1.4 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.3 2000/05/17 19:15:12 jimtabor * Cleanup, add and fix source. * * Revision 1.2 2000/05/08 04:29:59 jimtabor * Update CVS to 2020 * - * $Log$ - * Revision 1.3 2000/05/17 19:15:12 jimtabor - * Cleanup, add and fix source. + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. * * Revision 1.14 2000/04/02 05:01:08 jtabor * Replaced ChgDir Code diff --git a/kernel/dosnames.c b/kernel/dosnames.c index 61b1f84..d34551d 100644 --- a/kernel/dosnames.c +++ b/kernel/dosnames.c @@ -36,9 +36,16 @@ static BYTE *dosnamesRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:29:59 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.4 2000/03/31 05:40:09 jtabor * Added Eric W. Biederman Patches * diff --git a/kernel/dsk.c b/kernel/dsk.c index 2d4da08..e6123c0 100644 --- a/kernel/dsk.c +++ b/kernel/dsk.c @@ -33,6 +33,9 @@ static BYTE *dskRcsId = "$Id$"; /* * $Log$ + * Revision 1.5 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.4 2000/05/17 19:15:12 jimtabor * Cleanup, add and fix source. * @@ -42,9 +45,9 @@ static BYTE *dskRcsId = "$Id$"; * Revision 1.2 2000/05/08 04:29:59 jimtabor * Update CVS to 2020 * - * $Log$ - * Revision 1.4 2000/05/17 19:15:12 jimtabor - * Cleanup, add and fix source. + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. * * Revision 1.6 2000/04/29 05:13:16 jtabor * Added new functions and clean up code diff --git a/kernel/entry.asm b/kernel/entry.asm index 44e59fa..b9f2c2f 100644 --- a/kernel/entry.asm +++ b/kernel/entry.asm @@ -28,9 +28,16 @@ ; $Id$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:21 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/08 04:29:59 jimtabor ; Update CVS to 2020 ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.5 2000/03/20 03:15:49 kernel ; Change in Entry.asm ; diff --git a/kernel/error.c b/kernel/error.c index 6f23069..2f3b65a 100644 --- a/kernel/error.c +++ b/kernel/error.c @@ -34,9 +34,16 @@ static BYTE *errorRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.2 2000/03/09 06:07:11 kernel * 2017f updates by James Tabor * diff --git a/kernel/execrh.asm b/kernel/execrh.asm index 24e47a9..a67a5e9 100644 --- a/kernel/execrh.asm +++ b/kernel/execrh.asm @@ -30,9 +30,16 @@ ; $Id$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:21 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/08 04:30:00 jimtabor ; Update CVS to 2020 ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.3 2000/03/09 06:07:11 kernel ; 2017f updates by James Tabor ; diff --git a/kernel/fatdir.c b/kernel/fatdir.c index 11e0928..22e90e1 100644 --- a/kernel/fatdir.c +++ b/kernel/fatdir.c @@ -36,15 +36,18 @@ static BYTE *fatdirRcsId = "$Id$"; /* * $Log$ + * Revision 1.4 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.3 2000/05/17 19:15:12 jimtabor * Cleanup, add and fix source. * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * - * $Log$ - * Revision 1.3 2000/05/17 19:15:12 jimtabor - * Cleanup, add and fix source. + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. * * Revision 1.12 2000/03/31 05:40:09 jtabor * Added Eric W. Biederman Patches diff --git a/kernel/fatfs.c b/kernel/fatfs.c index f4ff6a8..ce2d95a 100644 --- a/kernel/fatfs.c +++ b/kernel/fatfs.c @@ -36,15 +36,18 @@ BYTE *RcsId = "$Id$"; /* * $Log$ + * Revision 1.4 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.3 2000/05/11 04:26:26 jimtabor * Added code for DOS FN 69 & 6C * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * - * $Log$ - * Revision 1.3 2000/05/11 04:26:26 jimtabor - * Added code for DOS FN 69 & 6C + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. * * Revision 1.23 2000/04/29 05:13:16 jtabor * Added new functions and clean up code diff --git a/kernel/fattab.c b/kernel/fattab.c index 9a21424..671b5a4 100644 --- a/kernel/fattab.c +++ b/kernel/fattab.c @@ -35,9 +35,16 @@ static BYTE *RcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.6 1999/08/10 18:03:42 jprice * ror4 2011-03 patch * diff --git a/kernel/fcbfns.c b/kernel/fcbfns.c index 6086577..5d7f630 100644 --- a/kernel/fcbfns.c +++ b/kernel/fcbfns.c @@ -35,9 +35,16 @@ static BYTE *RcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.7 2000/03/31 05:40:09 jtabor * Added Eric W. Biederman Patches * diff --git a/kernel/globals.h b/kernel/globals.h index 11ce1b0..b38af57 100644 --- a/kernel/globals.h +++ b/kernel/globals.h @@ -36,9 +36,16 @@ static BYTE *Globals_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.17 2000/03/16 03:28:49 kernel * *** empty log message *** * diff --git a/kernel/initoem.c b/kernel/initoem.c index c6b7254..c43529b 100644 --- a/kernel/initoem.c +++ b/kernel/initoem.c @@ -38,9 +38,16 @@ static BYTE *RcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.3 2000/03/09 06:07:11 kernel * 2017f updates by James Tabor * diff --git a/kernel/int2f.asm b/kernel/int2f.asm index 4356185..e2a1a82 100644 --- a/kernel/int2f.asm +++ b/kernel/int2f.asm @@ -30,15 +30,18 @@ ; $Id$ ; ; $Log$ +; Revision 1.4 2000/05/25 20:56:21 jimtabor +; Fixed project history +; ; Revision 1.3 2000/05/17 19:15:12 jimtabor ; Cleanup, add and fix source. ; ; Revision 1.2 2000/05/08 04:30:00 jimtabor ; Update CVS to 2020 ; -; $Log$ -; Revision 1.3 2000/05/17 19:15:12 jimtabor -; Cleanup, add and fix source. +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. ; ; Revision 1.4 2000/03/31 05:40:09 jtabor ; Added Eric W. Biederman Patches diff --git a/kernel/inthndlr.c b/kernel/inthndlr.c index 9ac07d1..933ccbb 100644 --- a/kernel/inthndlr.c +++ b/kernel/inthndlr.c @@ -36,6 +36,9 @@ BYTE *RcsId = "$Id$"; /* * $Log$ + * Revision 1.7 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.6 2000/05/17 19:15:12 jimtabor * Cleanup, add and fix source. * @@ -51,9 +54,9 @@ BYTE *RcsId = "$Id$"; * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * - * $Log$ - * Revision 1.6 2000/05/17 19:15:12 jimtabor - * Cleanup, add and fix source. + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. * * Revision 1.24 2000/04/29 05:13:16 jtabor * Added new functions and clean up code diff --git a/kernel/io.asm b/kernel/io.asm index a5fe8dd..6a84f06 100644 --- a/kernel/io.asm +++ b/kernel/io.asm @@ -28,9 +28,16 @@ ; $Header$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:21 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/08 04:30:00 jimtabor ; Update CVS to 2020 ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.3 2000/03/09 06:07:11 kernel ; 2017f updates by James Tabor ; diff --git a/kernel/io.inc b/kernel/io.inc index 37ded37..6a7d223 100644 --- a/kernel/io.inc +++ b/kernel/io.inc @@ -30,9 +30,16 @@ ; $Header$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:21 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/08 04:30:00 jimtabor ; Update CVS to 2020 ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.3 1999/08/10 17:57:12 jprice ; ror4 2011-02 patch ; diff --git a/kernel/ioctl.c b/kernel/ioctl.c index 0ced4c9..4c354ec 100644 --- a/kernel/ioctl.c +++ b/kernel/ioctl.c @@ -35,6 +35,9 @@ static BYTE *RcsId = "$Id$"; /* * $Log$ + * Revision 1.5 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.4 2000/05/17 19:15:12 jimtabor * Cleanup, add and fix source. * @@ -44,9 +47,9 @@ static BYTE *RcsId = "$Id$"; * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * - * $Log$ - * Revision 1.4 2000/05/17 19:15:12 jimtabor - * Cleanup, add and fix source. + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. * * Revision 1.4 2000/04/29 05:13:16 jtabor * Added new functions and clean up code diff --git a/kernel/irqstack.asm b/kernel/irqstack.asm index 53d6bb3..38262ff 100644 --- a/kernel/irqstack.asm +++ b/kernel/irqstack.asm @@ -29,9 +29,16 @@ ; $Id$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:21 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/08 04:30:00 jimtabor ; Update CVS to 2020 ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.3 1999/08/10 17:57:13 jprice ; ror4 2011-02 patch ; diff --git a/kernel/kernel.asm b/kernel/kernel.asm index 6109a7b..055c8ea 100644 --- a/kernel/kernel.asm +++ b/kernel/kernel.asm @@ -28,9 +28,16 @@ ; $Id$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:21 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/08 04:30:00 jimtabor ; Update CVS to 2020 ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.6 2000/03/09 06:07:11 kernel ; 2017f updates by James Tabor ; diff --git a/kernel/kernel.mak b/kernel/kernel.mak index 53a9fe1..75f4996 100644 --- a/kernel/kernel.mak +++ b/kernel/kernel.mak @@ -5,9 +5,16 @@ # # $Log$ +# Revision 1.3 2000/05/25 20:56:21 jimtabor +# Fixed project history +# # Revision 1.2 2000/05/08 04:30:00 jimtabor # Update CVS to 2020 # +# Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +# The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +# MS-DOS. Distributed under the GNU GPL. +# # Revision 1.14 2000/03/31 05:40:09 jtabor # Added Eric W. Biederman Patches # diff --git a/kernel/main.c b/kernel/main.c index 6bfdcb4..9f585db 100644 --- a/kernel/main.c +++ b/kernel/main.c @@ -39,15 +39,18 @@ static BYTE *mainRcsId = "$Id$"; /* * $Log$ + * Revision 1.4 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.3 2000/05/17 19:15:12 jimtabor * Cleanup, add and fix source. * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * - * $Log$ - * Revision 1.3 2000/05/17 19:15:12 jimtabor - * Cleanup, add and fix source. + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. * * Revision 1.14 2000/03/31 05:40:09 jtabor * Added Eric W. Biederman Patches diff --git a/kernel/memmgr.c b/kernel/memmgr.c index 1bc0474..f5b2664 100644 --- a/kernel/memmgr.c +++ b/kernel/memmgr.c @@ -35,9 +35,16 @@ static BYTE *memmgrRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.4 2000/03/09 06:07:11 kernel * 2017f updates by James Tabor * diff --git a/kernel/misc.c b/kernel/misc.c index 509946e..bdfb587 100644 --- a/kernel/misc.c +++ b/kernel/misc.c @@ -34,9 +34,16 @@ static BYTE *miscRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.4 2000/03/09 06:07:11 kernel * 2017f updates by James Tabor * diff --git a/kernel/network.c b/kernel/network.c index abb6162..3d1e267 100644 --- a/kernel/network.c +++ b/kernel/network.c @@ -36,15 +36,18 @@ static BYTE *RcsId = "$Id$"; /* * $Log$ + * Revision 1.4 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.3 2000/05/17 19:15:12 jimtabor * Cleanup, add and fix source. * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * - * $Log$ - * Revision 1.3 2000/05/17 19:15:12 jimtabor - * Cleanup, add and fix source. + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. * * Revision 1.5 2000/03/31 05:40:09 jtabor * Added Eric W. Biederman Patches diff --git a/kernel/newstuff.c b/kernel/newstuff.c index 71eeea5..0b450d3 100644 --- a/kernel/newstuff.c +++ b/kernel/newstuff.c @@ -31,15 +31,18 @@ static BYTE *mainRcsId = "$Id$"; /* * $Log$ + * Revision 1.4 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.3 2000/05/17 19:15:12 jimtabor * Cleanup, add and fix source. * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * - * $Log$ - * Revision 1.3 2000/05/17 19:15:12 jimtabor - * Cleanup, add and fix source. + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. * * Revision 1.8 2000/04/02 06:11:35 jtabor * Fix ChgDir Code diff --git a/kernel/nls.c b/kernel/nls.c index 01e7d9f..a909c78 100644 --- a/kernel/nls.c +++ b/kernel/nls.c @@ -38,9 +38,16 @@ static BYTE *RcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.8 2000/03/17 22:59:04 kernel * Steffen Kaiser's NLS changes * diff --git a/kernel/nlssupt.asm b/kernel/nlssupt.asm index c5474f6..6c9d9c4 100644 --- a/kernel/nlssupt.asm +++ b/kernel/nlssupt.asm @@ -29,9 +29,16 @@ ; $Id$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:21 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/08 04:30:00 jimtabor ; Update CVS to 2020 ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.3 2000/03/17 22:59:04 kernel ; Steffen Kaiser's NLS changes ; diff --git a/kernel/prf.c b/kernel/prf.c index 8cae78a..919ebf2 100644 --- a/kernel/prf.c +++ b/kernel/prf.c @@ -34,9 +34,16 @@ static BYTE *prfRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.3 2000/03/09 06:07:11 kernel * 2017f updates by James Tabor * diff --git a/kernel/printer.asm b/kernel/printer.asm index e380f6c..a3718a8 100644 --- a/kernel/printer.asm +++ b/kernel/printer.asm @@ -28,9 +28,16 @@ ; $Header$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:21 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/08 04:30:00 jimtabor ; Update CVS to 2020 ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.2 1999/08/10 17:57:13 jprice ; ror4 2011-02 patch ; diff --git a/kernel/procsupt.asm b/kernel/procsupt.asm index 5a185db..ed2bede 100644 --- a/kernel/procsupt.asm +++ b/kernel/procsupt.asm @@ -30,9 +30,16 @@ ; $Id$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:21 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/08 04:30:00 jimtabor ; Update CVS to 2020 ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.4 1999/08/10 17:57:13 jprice ; ror4 2011-02 patch ; diff --git a/kernel/proto.h b/kernel/proto.h index 23dd141..565616e 100644 --- a/kernel/proto.h +++ b/kernel/proto.h @@ -34,9 +34,16 @@ static BYTE *Proto_hRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.17 2000/03/31 05:40:09 jtabor * Added Eric W. Biederman Patches * diff --git a/kernel/segs.inc b/kernel/segs.inc index 271c27d..11d3c45 100644 --- a/kernel/segs.inc +++ b/kernel/segs.inc @@ -29,9 +29,16 @@ ; $Header$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:21 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/08 04:30:00 jimtabor ; Update CVS to 2020 ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.2 1999/08/10 17:57:13 jprice ; ror4 2011-02 patch ; diff --git a/kernel/serial.asm b/kernel/serial.asm index 660a1b6..5dc886d 100644 --- a/kernel/serial.asm +++ b/kernel/serial.asm @@ -28,9 +28,16 @@ ; $Header$ ; ; $Log$ +; Revision 1.3 2000/05/25 20:56:21 jimtabor +; Fixed project history +; ; Revision 1.2 2000/05/08 04:30:00 jimtabor ; Update CVS to 2020 ; +; Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +; The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +; MS-DOS. Distributed under the GNU GPL. +; ; Revision 1.2 1999/08/10 17:57:13 jprice ; ror4 2011-02 patch ; diff --git a/kernel/strings.c b/kernel/strings.c index 47baf4e..93c1dff 100644 --- a/kernel/strings.c +++ b/kernel/strings.c @@ -34,9 +34,16 @@ static BYTE *stringsRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.4 2000/03/09 06:07:11 kernel * 2017f updates by James Tabor * diff --git a/kernel/sysclk.c b/kernel/sysclk.c index 4787e10..7e00f75 100644 --- a/kernel/sysclk.c +++ b/kernel/sysclk.c @@ -35,9 +35,16 @@ static BYTE *RcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.3 2000/03/09 06:07:11 kernel * 2017f updates by James Tabor * diff --git a/kernel/syspack.c b/kernel/syspack.c index 7126f06..3e7d1ee 100644 --- a/kernel/syspack.c +++ b/kernel/syspack.c @@ -36,9 +36,16 @@ static BYTE *syspackRcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.1.1.1 1999/03/29 15:42:21 jprice * New version without IPL.SYS * diff --git a/kernel/systime.c b/kernel/systime.c index 5e8b1e9..d237618 100644 --- a/kernel/systime.c +++ b/kernel/systime.c @@ -37,9 +37,16 @@ static BYTE *RcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.3 1999/05/04 16:40:30 jprice * ror4 date fix * diff --git a/kernel/task.c b/kernel/task.c index fd15ae1..976ddfa 100644 --- a/kernel/task.c +++ b/kernel/task.c @@ -35,9 +35,16 @@ static BYTE *RcsId = "$Id$"; /* * $Log$ + * Revision 1.3 2000/05/25 20:56:21 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/08 04:30:00 jimtabor * Update CVS to 2020 * + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * * Revision 1.8 2000/03/31 05:40:09 jtabor * Added Eric W. Biederman Patches * diff --git a/lib/libm.mak b/lib/libm.mak index 8086e21..5576317 100644 --- a/lib/libm.mak +++ b/lib/libm.mak @@ -5,9 +5,16 @@ # # $Log$ +# Revision 1.3 2000/05/25 20:56:22 jimtabor +# Fixed project history +# # Revision 1.2 2000/05/11 03:57:10 jimtabor # Clean up and Release # +# Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +# The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +# MS-DOS. Distributed under the GNU GPL. +# # Revision 1.6 1999/09/14 17:32:20 jprice # no message # diff --git a/sys/bin2c.mak b/sys/bin2c.mak index fe19f8c..ae4a92c 100644 --- a/sys/bin2c.mak +++ b/sys/bin2c.mak @@ -3,11 +3,17 @@ # # $Id$ # - # $Log$ +# Revision 1.3 2000/05/25 20:56:23 jimtabor +# Fixed project history +# # Revision 1.2 2000/05/15 05:28:09 jimtabor # Cleanup CRs # +# Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +# The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +# MS-DOS. Distributed under the GNU GPL. +# # Revision 1.6 1999/09/20 18:34:40 jprice # *** empty log message *** # diff --git a/sys/sys.c b/sys/sys.c index bf271d9..8cd699d 100644 --- a/sys/sys.c +++ b/sys/sys.c @@ -27,45 +27,52 @@ ***************************************************************/ /* $Log$ + * Revision 1.3 2000/05/25 20:56:23 jimtabor + * Fixed project history + * * Revision 1.2 2000/05/15 05:28:09 jimtabor * Cleanup CRs * -/* Revision 1.10 2000/03/31 06:59:10 jprice -/* Added discription of program. -/* -/* Revision 1.9 1999/09/20 18:34:40 jprice -/* *** empty log message *** -/* -/* Revision 1.8 1999/09/20 18:27:19 jprice -/* Changed open/creat to fopen to make TC2 happy. -/* -/* Revision 1.7 1999/09/15 05:39:02 jprice -/* Changed boot sector writing code so easier to read. -/* -/* Revision 1.6 1999/09/14 17:30:44 jprice -/* Added debug log creation to sys.com. -/* -/* Revision 1.5 1999/08/25 03:19:51 jprice -/* ror4 patches to allow TC 2.01 compile. -/* -/* Revision 1.4 1999/04/17 19:14:44 jprice -/* Fixed multi-sector code -/* -/* Revision 1.3 1999/04/01 07:24:05 jprice -/* SYS modified for new boot loader -/* -/* Revision 1.2 1999/03/29 16:24:48 jprice -/* Fixed error message -/* -/* Revision 1.1.1.1 1999/03/29 15:43:15 jprice -/* New version without IPL.SYS -/* Revision 1.3 1999/01/21 04:35:21 jprice Fixed comments. - Added indent program - -Revision 1.2 1999/01/21 04:13:52 jprice Added messages to sys. Also made - it create a .COM file. - -*/ + * Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 + * The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with + * MS-DOS. Distributed under the GNU GPL. + * + * Revision 1.10 2000/03/31 06:59:10 jprice + * Added discription of program. + * + * Revision 1.9 1999/09/20 18:34:40 jprice + * *** empty log message *** + * + * Revision 1.8 1999/09/20 18:27:19 jprice + * Changed open/creat to fopen to make TC2 happy. + * + * Revision 1.7 1999/09/15 05:39:02 jprice + * Changed boot sector writing code so easier to read. + * + * Revision 1.6 1999/09/14 17:30:44 jprice + * Added debug log creation to sys.com. + * + * Revision 1.5 1999/08/25 03:19:51 jprice + * ror4 patches to allow TC 2.01 compile. + * + * Revision 1.4 1999/04/17 19:14:44 jprice + * Fixed multi-sector code + * + * Revision 1.3 1999/04/01 07:24:05 jprice + * SYS modified for new boot loader + * + * Revision 1.2 1999/03/29 16:24:48 jprice + * Fixed error message + * + * Revision 1.1.1.1 1999/03/29 15:43:15 jprice + * New version without IPL.SYS + * Revision 1.3 1999/01/21 04:35:21 jprice Fixed comments. + * Added indent program + * + * Revision 1.2 1999/01/21 04:13:52 jprice Added messages to sys. Also made + * it create a .COM file. + * + */ #define STORE_BOOT_INFO diff --git a/sys/sys.mak b/sys/sys.mak index 307b0d6..3c99efa 100644 --- a/sys/sys.mak +++ b/sys/sys.mak @@ -3,11 +3,17 @@ # # $Id$ # - # $Log$ +# Revision 1.3 2000/05/25 20:56:23 jimtabor +# Fixed project history +# # Revision 1.2 2000/05/15 05:28:09 jimtabor # Cleanup CRs # +# Revision 1.1.1.1 2000/05/06 19:34:53 jhall1 +# The FreeDOS Kernel. A DOS kernel that aims to be 100% compatible with +# MS-DOS. Distributed under the GNU GPL. +# # Revision 1.10 1999/09/23 04:41:43 jprice # *** empty log message *** #