- Timestamp:
- Apr 1, 2002, 12:01:05 PM (24 years ago)
- Location:
- branches/splittup/src/win32k
- Files:
-
- 70 edited
-
include/ELFexe.h (modified) (1 diff)
-
include/MZexe.h (modified) (2 diffs)
-
include/ModuleBase.h (modified) (1 diff)
-
include/NEexe.h (modified) (2 diffs)
-
include/PEexe.h (modified) (2 diffs)
-
include/PerTaskW32kData.h (modified) (1 diff)
-
include/api.h (modified) (1 diff)
-
include/asmutils.h (modified) (1 diff)
-
include/dev16.h (modified) (1 diff)
-
include/dev1632.h (modified) (1 diff)
-
include/dev32.h (modified) (1 diff)
-
include/devSegDf.h (modified) (1 diff)
-
include/devSegDf.inc (modified) (1 diff)
-
include/elf2lx.h (modified) (2 diffs)
-
include/k32.h (modified) (1 diff)
-
include/ldr.h (modified) (1 diff)
-
include/locks.h (modified) (1 diff)
-
include/myExecPgm.h (modified) (1 diff)
-
include/omf.h (modified) (1 diff)
-
include/options.h (modified) (1 diff)
-
include/pe2lx.h (modified) (1 diff)
-
include/test.h (modified) (1 diff)
-
include/vprntf16.h (modified) (2 diffs)
-
src/ModuleBase.cpp (modified) (4 diffs)
-
src/PerTaskW32kData.c (modified) (5 diffs)
-
src/api.cpp (modified) (17 diffs)
-
src/d16globl.c (modified) (1 diff)
-
src/d16init.c (modified) (2 diffs)
-
src/d16strat.c (modified) (1 diff)
-
src/d32CallGate.asm (modified) (4 diffs)
-
src/d32Events.asm (modified) (3 diffs)
-
src/d32Win32kIOCtl.c (modified) (3 diffs)
-
src/d32Win32kOpenClose.c (modified) (4 diffs)
-
src/d32globals.c (modified) (2 diffs)
-
src/d32init.c (modified) (2 diffs)
-
src/devfirst.asm (modified) (2 diffs)
-
src/devlast.asm (modified) (3 diffs)
-
src/elf2lx.cpp (modified) (3 diffs)
-
src/k32AllocMemEx.cpp (modified) (3 diffs)
-
src/k32HandleSystemEvent.cpp (modified) (3 diffs)
-
src/k32KillProcessEx.cpp (modified) (3 diffs)
-
src/k32ProcessReadWrite.cpp (modified) (3 diffs)
-
src/k32QueryCallGate.cpp (modified) (3 diffs)
-
src/k32QueryOTEs.cpp (modified) (3 diffs)
-
src/k32QueryOptionsStatus.cpp (modified) (3 diffs)
-
src/k32QuerySystemMemInfo.cpp (modified) (3 diffs)
-
src/k32SendSystemEvent.cpp (modified) (3 diffs)
-
src/k32SetEnvironment.cpp (modified) (3 diffs)
-
src/k32SetOptions.cpp (modified) (3 diffs)
-
src/ldr.cpp (modified) (3 diffs)
-
src/mmf.cpp (modified) (2 diffs)
-
src/myLDRGetProcAddr.cpp (modified) (2 diffs)
-
src/myLDRQAppType.cpp (modified) (2 diffs)
-
src/myVMAllocMem.cpp (modified) (3 diffs)
-
src/myVR32AllocMem.asm (modified) (1 diff)
-
src/myldrCheckInternalName.cpp (modified) (2 diffs)
-
src/myldrClose.cpp (modified) (2 diffs)
-
src/myldrEnum32bitRelRecs.cpp (modified) (2 diffs)
-
src/myldrFindModule.cpp (modified) (2 diffs)
-
src/myldrGetFileName.asm (modified) (2 diffs)
-
src/myldrOpen.cpp (modified) (5 diffs)
-
src/myldrOpenPath.cpp (modified) (2 diffs)
-
src/myldrOpenPatha.asm (modified) (1 diff)
-
src/myldrRead.cpp (modified) (3 diffs)
-
src/myldrSetVMflags.cpp (modified) (2 diffs)
-
src/myldrWasLoadModuled.cpp (modified) (3 diffs)
-
src/mytkExecPgm.asm (modified) (4 diffs)
-
src/mytkStartProcess.asm (modified) (2 diffs)
-
src/pe2lx.cpp (modified) (7 diffs)
-
src/xx2lxmain.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/splittup/src/win32k/include/ELFexe.h
r8153 r8160 1 /* $Id: ELFexe.h,v 1.1.2. 1 2002-04-01 08:32:47bird Exp $1 /* $Id: ELFexe.h,v 1.1.2.2 2002-04-01 10:01:00 bird Exp $ 2 2 * 3 3 * ELF stuff. 4 4 * 5 * Copyright (c) 1999-200 0 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/include/MZexe.h
r8151 r8160 1 /* $Id: MZexe.h,v 1.1.2. 1 2002-04-01 08:28:33bird Exp $1 /* $Id: MZexe.h,v 1.1.2.2 2002-04-01 10:01:00 bird Exp $ 2 2 * 3 3 * MZ DEFINITIONS AND DECLARATIONS. … … 8 8 * Copyright IBM Corp 1987-1992 9 9 * Copyright Microsoft Corp 1984-1987 10 * Copyright knut st. osmundsen 2001 (I've messed them up ;-)10 * Copyright knut st. osmundsen (bird@anduin.net) 11 11 * 12 12 */ -
branches/splittup/src/win32k/include/ModuleBase.h
r5093 r8160 1 /* $Id: ModuleBase.h,v 1.6 2001-02-11 14:59:20 bird Exp $1 /* $Id: ModuleBase.h,v 1.6.2.1 2002-04-01 10:01:00 bird Exp $ 2 2 * 3 3 * ModuleBase - Declaration of the Basic module class. 4 4 * 5 * Copyright (c) 1999-200 0 knut st. osmundsen5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/include/NEexe.h
r8152 r8160 1 /* $Id: NEexe.h,v 1.1.2. 2 2002-04-01 08:31:10 bird Exp $1 /* $Id: NEexe.h,v 1.1.2.3 2002-04-01 10:01:00 bird Exp $ 2 2 * 3 3 * NE DEFINITIONS AND DECLARATIONS. … … 5 5 * 6 6 * Copyright Robert J. Amstadt, 1993 7 * Copyright knut st. osmundsen ( 2001) (I've messed them up ;-)7 * Copyright knut st. osmundsen (bird@anduin.net) 8 8 * 9 9 */ -
branches/splittup/src/win32k/include/PEexe.h
r8151 r8160 1 /* $Id: PEexe.h,v 1.1.2. 1 2002-04-01 08:28:34bird Exp $1 /* $Id: PEexe.h,v 1.1.2.2 2002-04-01 10:01:01 bird Exp $ 2 2 * 3 3 * PE DEFINITIONS AND DECLARATIONS. … … 5 5 * 6 6 * Copyright Eric Youngdale (1994) 7 * Copyright knut st. osmundsen ( 2001) (I've messed them up ;-)7 * Copyright knut st. osmundsen (bird@anduin.net) 8 8 * 9 9 */ -
branches/splittup/src/win32k/include/PerTaskW32kData.h
r6841 r8160 1 /* $Id: PerTaskW32kData.h,v 1.2.2. 1 2001-09-27 03:08:17bird Exp $1 /* $Id: PerTaskW32kData.h,v 1.2.2.2 2002-04-01 10:01:01 bird Exp $ 2 2 * 3 3 * Per Task (Win32k) Data. 4 4 * 5 * Copyright (c) 2001 knut st. osmundsen (kosmunds@csc.no)5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/include/api.h
r4998 r8160 1 /* $Id: api.h,v 1.3 2001-01-21 07:52:46bird Exp $1 /* $Id: api.h,v 1.3.2.1 2002-04-01 10:01:01 bird Exp $ 2 2 * 3 3 * API Overload Init and Helper Function - public header. 4 4 * 5 * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/include/asmutils.h
r2511 r8160 1 /* $Id: asmutils.h,v 1.4 2000-01-24 18:18:59bird Exp $1 /* $Id: asmutils.h,v 1.4.6.1 2002-04-01 10:01:01 bird Exp $ 2 2 * 3 3 * Assembly utilities. 4 4 * 5 * Copyright (c) 1998- 1999 knut st. osmundsen5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/include/dev16.h
r6841 r8160 1 /* $Id: dev16.h,v 1.11.2. 1 2001-09-27 03:08:17bird Exp $1 /* $Id: dev16.h,v 1.11.2.2 2002-04-01 10:01:02 bird Exp $ 2 2 * dev16 - 16-bit specific. Should not be used in 32-bit C/C++. 3 3 * 4 * Copyright (c) 1999-200 1 knut st. osmundsen (kosmunds@csc.com)4 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 5 5 * 6 6 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/include/dev1632.h
r6841 r8160 1 /* $Id: dev1632.h,v 1.8.2. 1 2001-09-27 03:08:17bird Exp $1 /* $Id: dev1632.h,v 1.8.2.2 2002-04-01 10:01:02 bird Exp $ 2 2 * dev1632.h - Common header file for 16-bit and 32-bit C 3 3 * 4 * Copyright (c) 1999 knut st. osmundsen4 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 5 5 * 6 6 */ -
branches/splittup/src/win32k/include/dev32.h
r6841 r8160 1 /* $Id: dev32.h,v 1.12.2. 1 2001-09-27 03:08:18bird Exp $1 /* $Id: dev32.h,v 1.12.2.2 2002-04-01 10:01:02 bird Exp $ 2 2 * 3 3 * dev32 - header file for 32-bit part of the driver. 4 4 * 5 * Copyright (c) 1999 knut st. osmundsen5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/include/devSegDf.h
r4164 r8160 1 /* $Id: devSegDf.h,v 1.2 2000-09-02 21:08:01bird Exp $1 /* $Id: devSegDf.h,v 1.2.2.1 2002-04-01 10:01:02 bird Exp $ 2 2 * 3 3 * Segment stuff used in 16 and 32 bits C/C++. 4 4 * 5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/include/devSegDf.inc
r5247 r8160 1 ; $Id: devSegDf.inc,v 1.8 2001-02-23 02:57:54bird Exp $1 ; $Id: devSegDf.inc,v 1.8.2.1 2002-04-01 10:01:02 bird Exp $ 2 2 ; 3 3 ; Segment definitions for win32k.sys. 4 4 ; 5 ; Copyright (c) 1998-200 0 knut st. osmundsen5 ; Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net) 6 6 ; 7 7 ; Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/include/elf2lx.h
r4787 r8160 1 /* $Id: elf2lx.h,v 1.4 2000-12-11 06:53:51bird Exp $1 /* $Id: elf2lx.h,v 1.4.2.1 2002-04-01 10:01:03 bird Exp $ 2 2 * 3 3 * Elf2Lx - Declaration. 4 4 * 5 * Copyright (c) 1999-200 0 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 17 17 * @version 18 18 * @verdesc 19 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)19 * @author knut st. osmundsen (bird@anduin.net) 20 20 * @approval 21 21 */ -
branches/splittup/src/win32k/include/k32.h
r6286 r8160 1 /* $Id: k32.h,v 1.11 2001-07-10 05:24:33 bird Exp $1 /* $Id: k32.h,v 1.11.2.1 2002-04-01 10:01:03 bird Exp $ 2 2 * 3 3 * k32 API - definitions. 4 4 * 5 * Copyright (c) 2000-200 1 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/include/ldr.h
r6841 r8160 1 /* $Id: ldr.h,v 1.7.2. 1 2001-09-27 03:08:18bird Exp $1 /* $Id: ldr.h,v 1.7.2.2 2002-04-01 10:01:03 bird Exp $ 2 2 * 3 3 * ldr - Our loader "subsystem" public header file. 4 4 * 5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/include/locks.h
r5087 r8160 1 /* $Id: locks.h,v 1.1 2001-02-10 11:15:41bird Exp $1 /* $Id: locks.h,v 1.1.2.1 2002-04-01 10:01:03 bird Exp $ 2 2 * 3 3 * R/W spinlocks. 4 4 * 5 * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/include/myExecPgm.h
r4787 r8160 1 /* $Id: myExecPgm.h,v 1.3 2000-12-11 06:53:51bird Exp $1 /* $Id: myExecPgm.h,v 1.3.2.1 2002-04-01 10:01:04 bird Exp $ 2 2 * 3 3 * Desclarations for buffer.asm and mytkExecPgm. 4 4 * 5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/include/omf.h
r4164 r8160 1 /* $Id: omf.h,v 1.3 2000-09-02 21:08:03bird Exp $ */1 /* $Id: omf.h,v 1.3.2.1 2002-04-01 10:01:04 bird Exp $ */ 2 2 /* 3 3 * OMF stuff 4 4 * 5 * Copyright (c) 1999 knut st. osmundsen5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/include/options.h
r6841 r8160 1 /* $Id: options.h,v 1.22.2. 1 2001-09-27 03:08:19bird Exp $1 /* $Id: options.h,v 1.22.2.2 2002-04-01 10:01:04 bird Exp $ 2 2 * 3 3 * Options. 4 4 * 5 * Copyright (c) 1998- 1999 knut st. osmundsen5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/include/pe2lx.h
r8159 r8160 1 /* $Id: pe2lx.h,v 1.13.2. 1 2002-04-01 09:58:55bird Exp $1 /* $Id: pe2lx.h,v 1.13.2.2 2002-04-01 10:01:04 bird Exp $ 2 2 * 3 3 * Pe2Lx class declarations. Ring 0 and Ring 3 4 4 * 5 * Copyright (c) 1998-200 0 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/include/test.h
r6841 r8160 1 /* $Id: test.h,v 1.10.2. 1 2001-09-27 03:08:20bird Exp $1 /* $Id: test.h,v 1.10.2.2 2002-04-01 10:01:04 bird Exp $ 2 2 * 3 3 * Definitions and declarations for test moduls. 4 4 * 5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/include/vprntf16.h
r4164 r8160 1 /* $Id: vprntf16.h,v 1.2 2000-09-02 21:08:04bird Exp $1 /* $Id: vprntf16.h,v 1.2.2.1 2002-04-01 10:01:05 bird Exp $ 2 2 * 3 3 * printf/vprintf header file - 16bit. … … 5 5 * WARNING: Do not include stdarg.h! AND it's only for use during init!!! 6 6 * 7 * Copyright (c) 1999 knut st. osmundsen7 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 8 8 * 9 9 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/src/ModuleBase.cpp
r8155 r8160 1 /* $Id: ModuleBase.cpp,v 1.1.2. 2 2002-04-01 09:06:02bird Exp $1 /* $Id: ModuleBase.cpp,v 1.1.2.3 2002-04-01 09:57:09 bird Exp $ 2 2 * 3 3 * ModuleBase - Implementetation. 4 4 * 5 * Copyright (c) 1999-200 0 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: ModuleBase.cpp,v 1.1.2. 2 2002-04-01 09:06:02bird Exp $";11 static const char szFileId[] = "$Id: ModuleBase.cpp,v 1.1.2.3 2002-04-01 09:57:09 bird Exp $"; 12 12 #endif 13 13 … … 296 296 * Gets the fullpath filename. 297 297 * @returns Const ("Readonly") pointer to the filename. 298 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)298 * @author knut st. osmundsen (bird@anduin.net) 299 299 */ 300 300 PCSZ ModuleBase::getFilename() … … 307 307 * Gets the modulename. 308 308 * @returns Const ("Readonly") pointer to the module name. 309 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)309 * @author knut st. osmundsen (bird@anduin.net) 310 310 * @remark Modulename is filename without path and extention. 311 311 */ -
branches/splittup/src/win32k/src/PerTaskW32kData.c
r8158 r8160 1 /* $Id: PerTaskW32kData.c,v 1.1.2. 1 2002-04-01 09:07:31bird Exp $1 /* $Id: PerTaskW32kData.c,v 1.1.2.2 2002-04-01 09:57:09 bird Exp $ 2 2 * 3 3 * Per Task (Win32k) Data. 4 4 * 5 * Copyright (c) 2001 knut st. osmundsen (kosmunds@csc.no)5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: PerTaskW32kData.c,v 1.1.2. 1 2002-04-01 09:07:31bird Exp $";11 static const char szFileId[] = "$Id: PerTaskW32kData.c,v 1.1.2.2 2002-04-01 09:57:09 bird Exp $"; 12 12 #endif 13 13 … … 59 59 * FALSE: Return NULL if not found. 60 60 * @status completely implemented. 61 * @author knut st. osmundsen ( kosmunds@csc.no)61 * @author knut st. osmundsen (bird@anduin.net) 62 62 */ 63 63 PPTD GetTaskData(PPTDA pPTDA, BOOL fCreate) … … 90 90 * @param pPTDA Pointer to PTDA for the task. 91 91 * @status completely implemented. 92 * @author knut st. osmundsen ( kosmunds@csc.no)92 * @author knut st. osmundsen (bird@anduin.net) 93 93 */ 94 94 void RemoveTaskData(PPTDA pPTDA) … … 119 119 * -1 on error. 120 120 * @status completely implemented. 121 * @author knut st. osmundsen ( kosmunds@csc.no)121 * @author knut st. osmundsen (bird@anduin.net) 122 122 * @remark 123 123 */ -
branches/splittup/src/win32k/src/api.cpp
r8155 r8160 1 /* $Id: api.cpp,v 1.1.2. 2 2002-04-01 09:06:02bird Exp $1 /* $Id: api.cpp,v 1.1.2.3 2002-04-01 09:57:10 bird Exp $ 2 2 * 3 3 * API Overload Init and Helper Function. 4 4 * 5 * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: api.cpp,v 1.1.2. 2 2002-04-01 09:06:02bird Exp $";11 static const char szFileId[] = "$Id: api.cpp,v 1.1.2.3 2002-04-01 09:57:10 bird Exp $"; 12 12 #endif 13 13 … … 116 116 * Close the file. 117 117 * @status completely implemented. 118 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)118 * @author knut st. osmundsen (bird@anduin.net) 119 119 * @remark Must hold the loader semaphore before calling this function! 120 120 */ … … 187 187 * @sketch 188 188 * @status completely implemented. 189 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)189 * @author knut st. osmundsen (bird@anduin.net) 190 190 * @remark 191 191 */ … … 325 325 * @sketch 326 326 * @status completly implemented. 327 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)327 * @author knut st. osmundsen (bird@anduin.net) 328 328 */ 329 329 PSZ apiStripIniLine(PSZ pszFile, PSZ * ppszFile) … … 402 402 * Convert decimal number string and return it. 403 403 * @status completely implemented. 404 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)404 * @author knut st. osmundsen (bird@anduin.net) 405 405 * @remark Layz, we only read '[n' no checking for the ending ']'. 406 406 */ … … 436 436 * @sketch Loop thru all entries and sort all four mask arrays. 437 437 * @status completely implemented. 438 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)438 * @author knut st. osmundsen (bird@anduin.net) 439 439 * @remark See apiSortMaskArray. 440 440 */ … … 461 461 * @sketch Use bouble sort. 462 462 * @status partially implemented. 463 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)463 * @author knut st. osmundsen (bird@anduin.net) 464 464 * @remark Duplicate submasks aren't tested for. 465 465 * example: "DOSCALL1.DLL" is equal to "DOS*" … … 499 499 * @sketch Loop thru all api entries and free mask array pointers. 500 500 * @status Completely implemented. 501 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)501 * @author knut st. osmundsen (bird@anduin.net) 502 502 * @remark Any serialization is not my problem. 503 503 */ … … 529 529 * @sketch 530 530 * @status 531 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)531 * @author knut st. osmundsen (bird@anduin.net) 532 532 * @remark 533 533 */ … … 606 606 * @param fEnabled If the api entry is enabled or not. 607 607 * @status completely implemented. 608 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)608 * @author knut st. osmundsen (bird@anduin.net) 609 609 */ 610 610 APIRET apiWriteMasks(SFN sfn, PULONG poff, PMASKARRAY pMasks, PSZ pszType, BOOL fEnabled) … … 644 644 * @param pszString String to be written. 645 645 * @status completely implemented. 646 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)646 * @author knut st. osmundsen (bird@anduin.net) 647 647 */ 648 648 APIRET apiWriteLine(SFN sfn, PULONG poff, PSZ pszString) … … 783 783 * @sketch 784 784 * @status 785 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)785 * @author knut st. osmundsen (bird@anduin.net) 786 786 * @remark 787 787 */ … … 806 806 * return. 807 807 * @status completely implemented. 808 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)808 * @author knut st. osmundsen (bird@anduin.net) 809 809 */ 810 810 APIRET apiGetProccessName(PSZ pszName) … … 861 861 * return. 862 862 * @status completely implemented. 863 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)863 * @author knut st. osmundsen (bird@anduin.net) 864 864 */ 865 865 APIRET apiGetModuleName(PSZ pszName, USHORT usCS, ULONG ulEIP) … … 914 914 * @sketch 915 915 * @status 916 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)916 * @author knut st. osmundsen (bird@anduin.net) 917 917 * @remark 918 918 */ … … 989 989 * Read the inifile and there by initiate the aApiData strcut. 990 990 * @status completly implemented. 991 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)991 * @author knut st. osmundsen (bird@anduin.net) 992 992 */ 993 993 APIRET _Optlink APIInit(void) -
branches/splittup/src/win32k/src/d16globl.c
r8149 r8160 1 /* $Id: d16globl.c,v 1.1.2. 1 2002-03-31 20:09:05bird Exp $1 /* $Id: d16globl.c,v 1.1.2.2 2002-04-01 09:57:10 bird Exp $ 2 2 * 3 3 * d16globals - global data (16-bit) 4 4 * 5 * Copyright (c) 1999-200 1 knut st. osmundsen (kosmunds@csc.com)5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/src/d16init.c
r8149 r8160 1 /* $Id: d16init.c,v 1.1.2. 1 2002-03-31 20:09:05bird Exp $1 /* $Id: d16init.c,v 1.1.2.2 2002-04-01 09:57:10 bird Exp $ 2 2 * 3 3 * d16init - init routines for both drivers. … … 6 6 * completed. CodeEnd and DataEnd should not be set here.? 7 7 * 8 * Copyright (c) 1999-200 1 knut st. osmundsen (kosmunds@csc.com)8 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 9 9 * 10 10 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/src/d16strat.c
r8149 r8160 1 /* $Id: d16strat.c,v 1.1.2. 1 2002-03-31 20:09:05bird Exp $1 /* $Id: d16strat.c,v 1.1.2.2 2002-04-01 09:57:10 bird Exp $ 2 2 * 3 3 * d16strat.c - 16-bit strategy routine, device headers, device_helper (ptr) 4 4 * and 16-bit IOClts. 5 5 * 6 * Copyright (c) 1999 knut st. osmundsen6 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 7 7 * 8 8 * Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/src/d32CallGate.asm
r8149 r8160 1 ; $Id: d32CallGate.asm,v 1.1.2. 1 2002-03-31 20:09:05bird Exp $1 ; $Id: d32CallGate.asm,v 1.1.2.2 2002-04-01 09:57:11 bird Exp $ 2 2 ; 3 3 ; 32-bit CallGate used to communitcate fast between Ring-3 and Ring-0. 4 4 ; This module contains all assembly workers for this. 5 5 ; 6 ; Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)6 ; Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net) 7 7 ; 8 8 ; Project Odin Software License can be found in LICENSE.TXT … … 120 120 ; @sketch 121 121 ; @status 122 ; @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)122 ; @author knut st. osmundsen (bird@anduin.net) 123 123 ; @remark 124 124 InitCallGate proc near … … 214 214 ; @sketch 215 215 ; @status 216 ; @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)216 ; @author knut st. osmundsen (bird@anduin.net) 217 217 ; @remark 218 218 ; stack frame - before KMEnterKmodeSEF: … … 287 287 ; Return. 288 288 ; @status Completely implemented. 289 ; @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)289 ; @author knut st. osmundsen (bird@anduin.net) 290 290 Win32kAPIRouter proc near 291 291 ASSUME ds:FLAT, es:nothing, ss:nothing -
branches/splittup/src/win32k/src/d32Events.asm
r8149 r8160 1 ; $Id: d32Events.asm,v 1.1.2. 1 2002-03-31 20:09:06bird Exp $1 ; $Id: d32Events.asm,v 1.1.2.2 2002-04-01 09:57:11 bird Exp $ 2 2 ; 3 3 ; d32Events - Code for overriding system events. 4 4 ; 5 ; Copyright (c) 2000-200 1 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 ; Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 6 6 ; 7 7 ; Project Odin Software License can be found in LICENSE.TXT … … 54 54 ; @sketch 55 55 ; @status 56 ; @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)56 ; @author knut st. osmundsen (bird@anduin.net) 57 57 ; @remark 58 58 mydh_SendEvent PROC FAR … … 150 150 ; @sketch 151 151 ; @status 152 ; @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)152 ; @author knut st. osmundsen (bird@anduin.net) 153 153 ; @remark Assumes that caller is kdbbase.sys and it is called far. 154 154 myRASRST PROC FAR -
branches/splittup/src/win32k/src/d32Win32kIOCtl.c
r8155 r8160 1 /* $Id: d32Win32kIOCtl.c,v 1.1.2. 2 2002-04-01 09:06:03bird Exp $1 /* $Id: d32Win32kIOCtl.c,v 1.1.2.3 2002-04-01 09:57:11 bird Exp $ 2 2 * 3 3 * Win32k driver IOCtl handler function. 4 4 * 5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: d32Win32kIOCtl.c,v 1.1.2. 2 2002-04-01 09:06:03bird Exp $";11 static const char szFileId[] = "$Id: d32Win32kIOCtl.c,v 1.1.2.3 2002-04-01 09:57:11 bird Exp $"; 12 12 #endif 13 13 … … 49 49 * @returns Gen IOCtl return code. 50 50 * @param pRpIOCtl Pointer to 32-bit request packet. (not to the original packet) 51 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)51 * @author knut st. osmundsen (bird@anduin.net) 52 52 */ 53 53 USHORT _loadds _Far32 _Pascal Win32kIOCtl(PRP32GENIOCTL pRpIOCtl) -
branches/splittup/src/win32k/src/d32Win32kOpenClose.c
r8155 r8160 1 /* $Id: d32Win32kOpenClose.c,v 1.1.2. 2 2002-04-01 09:06:03bird Exp $1 /* $Id: d32Win32kOpenClose.c,v 1.1.2.3 2002-04-01 09:57:11 bird Exp $ 2 2 * 3 3 * Open and Close handlers for the Win32k driver. 4 4 * 5 * Copyright (c) 2001 knut st. osmundsen (kosmunds@csc.no)5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: d32Win32kOpenClose.c,v 1.1.2. 2 2002-04-01 09:06:03bird Exp $";11 static const char szFileId[] = "$Id: d32Win32kOpenClose.c,v 1.1.2.3 2002-04-01 09:57:11 bird Exp $"; 12 12 #endif 13 13 … … 53 53 * @returns Strategy return status. 54 54 * @param pRpOpen Pointer to request packet. 55 * @author knut st. osmundsen ( kosmunds@csc.no)55 * @author knut st. osmundsen (bird@anduin.net) 56 56 */ 57 57 USHORT _loadds _Far32 _Pascal Win32kOpen(PRP32OPENCLOSE pRpOpen) … … 87 87 * @returns Strategy return status. 88 88 * @param pRpOpen Pointer to request packet. 89 * @author knut st. osmundsen ( kosmunds@csc.no)89 * @author knut st. osmundsen (bird@anduin.net) 90 90 */ 91 91 USHORT _loadds _Far32 _Pascal Win32kClose(PRP32OPENCLOSE pRpClose) -
branches/splittup/src/win32k/src/d32globals.c
r8155 r8160 1 /* $Id: d32globals.c,v 1.1.2. 2 2002-04-01 09:06:03bird Exp $1 /* $Id: d32globals.c,v 1.1.2.3 2002-04-01 09:57:12 bird Exp $ 2 2 * 3 3 * d32globals - global data (32-bit) 4 4 * 5 * Copyright (c) 1999-200 1 knut st. osmundsen (kosmunds@csc.com)5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: d32globals.c,v 1.1.2. 2 2002-04-01 09:06:03bird Exp $";11 static const char szFileId[] = "$Id: d32globals.c,v 1.1.2.3 2002-04-01 09:57:12 bird Exp $"; 12 12 #endif 13 13 -
branches/splittup/src/win32k/src/d32init.c
r8155 r8160 1 /* $Id: d32init.c,v 1.1.2. 2 2002-04-01 09:06:04bird Exp $1 /* $Id: d32init.c,v 1.1.2.3 2002-04-01 09:57:12 bird Exp $ 2 2 * 3 3 * d32init.c - 32-bits init routines. 4 4 * 5 * Copyright (c) 1998- 1999 knut st. osmundsen5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: d32init.c,v 1.1.2. 2 2002-04-01 09:06:04bird Exp $";11 static const char szFileId[] = "$Id: d32init.c,v 1.1.2.3 2002-04-01 09:57:12 bird Exp $"; 12 12 #endif 13 13 -
branches/splittup/src/win32k/src/devfirst.asm
r8149 r8160 1 ; $Id: devfirst.asm,v 1.1.2. 1 2002-03-31 20:09:07bird Exp $1 ; $Id: devfirst.asm,v 1.1.2.2 2002-04-01 09:57:12 bird Exp $ 2 2 ; 3 3 ; DevFirst - entrypoint and segment definitions 4 4 ; 5 ; Copyright (c) 1999 knut st. osmundsen5 ; Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 6 6 ; 7 7 ; Project Odin Software License can be found in LICENSE.TXT … … 221 221 ; @uses eax, edx, ecx 222 222 ; @status completely implemented. 223 ; @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)223 ; @author knut st. osmundsen (bird@anduin.net) 224 224 ; @remark Used by importTabInit. 225 225 POST_SIGNAL32 proc near -
branches/splittup/src/win32k/src/devlast.asm
r8149 r8160 1 ; $Id: devlast.asm,v 1.1.2. 1 2002-03-31 20:09:08bird Exp $1 ; $Id: devlast.asm,v 1.1.2.2 2002-04-01 09:57:12 bird Exp $ 2 2 ; 3 3 ; DevLast - the object file termintating the resident part of the objects. … … 5 5 ; after this file is discarded after init. 6 6 ; 7 ; Copyright (c) 1999-200 1 knut st. osmundsen (kosmunds@csc.com)7 ; Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 8 8 ; 9 9 ; Project Odin Software License can be found in LICENSE.TXT … … 88 88 ; @returns Flat pointer to R0Init. (ax:dx) 89 89 ; @uses uses eax, edx. 90 ; @author knut st. osmundsen ( kosmunds@csc.com)90 ; @author knut st. osmundsen (bird@anduin.net) 91 91 _GetR0InitPtr PROC NEAR 92 92 assume ds:nothing, ss:nothing, es:nothing -
branches/splittup/src/win32k/src/elf2lx.cpp
r8155 r8160 1 /* $Id: elf2lx.cpp,v 1.1.2. 2 2002-04-01 09:06:04bird Exp $1 /* $Id: elf2lx.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $ 2 2 * 3 3 * Elf2Lx - implementation. 4 4 * 5 * Copyright (c) 1999-200 0 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: elf2lx.cpp,v 1.1.2. 2 2002-04-01 09:06:04bird Exp $";11 static const char szFileId[] = "$Id: elf2lx.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $"; 12 12 #endif 13 13 … … 246 246 * @param pEhdr Pointer to elf header. 247 247 * @status completely implemented. 248 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)248 * @author knut st. osmundsen (bird@anduin.net) 249 249 */ 250 250 BOOL Elf2Lx::validHeader(Elf32_Ehdr *pEhdr) -
branches/splittup/src/win32k/src/k32AllocMemEx.cpp
r8155 r8160 1 /* $Id: k32AllocMemEx.cpp,v 1.1.2. 2 2002-04-01 09:06:04bird Exp $1 /* $Id: k32AllocMemEx.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $ 2 2 * 3 3 * k32AllocMemEx - Equivalent to DosAllocMem, but this one 4 4 * uses the address in ppv. 5 5 * 6 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)6 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 7 7 * 8 8 * Project Odin Software License can be found in LICENSE.TXT … … 10 10 */ 11 11 #ifndef NOFILEID 12 static const char szFileId[] = "$Id: k32AllocMemEx.cpp,v 1.1.2. 2 2002-04-01 09:06:04bird Exp $";12 static const char szFileId[] = "$Id: k32AllocMemEx.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $"; 13 13 #endif 14 14 … … 102 102 * @sketch 103 103 * @status partially implemented. 104 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)104 * @author knut st. osmundsen (bird@anduin.net) 105 105 * @remark Seems like I have to solve that "Grow private arena" problem which 106 106 * applies when we allocate at a specific address. -
branches/splittup/src/win32k/src/k32HandleSystemEvent.cpp
r8155 r8160 1 /* $Id: k32HandleSystemEvent.cpp,v 1.1.2. 2 2002-04-01 09:06:04bird Exp $1 /* $Id: k32HandleSystemEvent.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $ 2 2 * 3 3 * k32HandleSystemEvent - Override system events like Ctrl-Alt-Delete 4 4 * and Ctrl-Alt-2xNumLock. 5 5 * 6 * Copyright (c) 2000-200 1 knut st. osmundsen (knut.stange.osmundsen@mynd.no)6 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 7 7 * 8 8 * Project Odin Software License can be found in LICENSE.TXT … … 10 10 */ 11 11 #ifndef NOFILEID 12 static const char szFileId[] = "$Id: k32HandleSystemEvent.cpp,v 1.1.2. 2 2002-04-01 09:06:04bird Exp $";12 static const char szFileId[] = "$Id: k32HandleSystemEvent.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $"; 13 13 #endif 14 14 … … 86 86 * FALSE: Give control back to the OS of this event. (hev must match the current handle!) 87 87 * @status partially implemented. 88 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)88 * @author knut st. osmundsen (bird@anduin.net) 89 89 * @remark Not all events are implemented yet. 90 90 */ -
branches/splittup/src/win32k/src/k32KillProcessEx.cpp
r8155 r8160 1 /* $Id: k32KillProcessEx.cpp,v 1.1.2. 2 2002-04-01 09:06:05bird Exp $1 /* $Id: k32KillProcessEx.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $ 2 2 * 3 3 * k32KillProcessEx - DosKillProcessEx extention. 4 4 * 5 * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: k32KillProcessEx.cpp,v 1.1.2. 2 2002-04-01 09:06:05bird Exp $";11 static const char szFileId[] = "$Id: k32KillProcessEx.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $"; 12 12 #endif 13 13 … … 53 53 * @sketch 54 54 * @status Paritially implemented. 55 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)55 * @author knut st. osmundsen (bird@anduin.net) 56 56 */ 57 57 APIRET k32KillProcessEx(ULONG flAction, PID pid) -
branches/splittup/src/win32k/src/k32ProcessReadWrite.cpp
r8155 r8160 1 /* $Id: k32ProcessReadWrite.cpp,v 1.1.2. 2 2002-04-01 09:06:05bird Exp $1 /* $Id: k32ProcessReadWrite.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $ 2 2 * 3 3 * k32ProcessReadWrite - Read or write to another process. 4 4 * 5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: k32ProcessReadWrite.cpp,v 1.1.2. 2 2002-04-01 09:06:05bird Exp $";11 static const char szFileId[] = "$Id: k32ProcessReadWrite.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $"; 12 12 #endif 13 13 … … 51 51 * FALSE: pvTarget is within pid while pvSource is ours. 52 52 * @status completely implelemented. 53 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)53 * @author knut st. osmundsen (bird@anduin.net) 54 54 * @remark 55 55 */ -
branches/splittup/src/win32k/src/k32QueryCallGate.cpp
r8155 r8160 1 /* $Id: k32QueryCallGate.cpp,v 1.1.2. 2 2002-04-01 09:06:05bird Exp $1 /* $Id: k32QueryCallGate.cpp,v 1.1.2.3 2002-04-01 09:57:14 bird Exp $ 2 2 * 3 3 * k32QueryCallGate - Query the callgate selector for the callgate to the k32 APIs. 4 4 * 5 * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: k32QueryCallGate.cpp,v 1.1.2. 2 2002-04-01 09:06:05bird Exp $";11 static const char szFileId[] = "$Id: k32QueryCallGate.cpp,v 1.1.2.3 2002-04-01 09:57:14 bird Exp $"; 12 12 #endif 13 13 … … 51 51 * return the result of this attempt. 52 52 * @status Completely implelemnted. 53 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)53 * @author knut st. osmundsen (bird@anduin.net) 54 54 */ 55 55 APIRET k32QueryCallGate(PUSHORT pusCGSelector) -
branches/splittup/src/win32k/src/k32QueryOTEs.cpp
r8155 r8160 1 /* $Id: k32QueryOTEs.cpp,v 1.1.2. 2 2002-04-01 09:06:05bird Exp $1 /* $Id: k32QueryOTEs.cpp,v 1.1.2.3 2002-04-01 09:57:14 bird Exp $ 2 2 * 3 3 * k32QueryOTEs - Get's the object table entries (OTEs) for a given 4 4 * module (given by a module handle). 5 5 * 6 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)6 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 7 7 * 8 8 * Project Odin Software License can be found in LICENSE.TXT … … 10 10 */ 11 11 #ifndef NOFILEID 12 static const char szFileId[] = "$Id: k32QueryOTEs.cpp,v 1.1.2. 2 2002-04-01 09:06:05bird Exp $";12 static const char szFileId[] = "$Id: k32QueryOTEs.cpp,v 1.1.2.3 2002-04-01 09:57:14 bird Exp $"; 13 13 #endif 14 14 … … 47 47 * @param cbQOte Size (in bytes) of the output buffer. 48 48 * @status completely implelemented. 49 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)49 * @author knut st. osmundsen (bird@anduin.net) 50 50 * @remark 51 51 */ -
branches/splittup/src/win32k/src/k32QueryOptionsStatus.cpp
r8155 r8160 1 /* $Id: k32QueryOptionsStatus.cpp,v 1.1.2. 2 2002-04-01 09:06:05bird Exp $1 /* $Id: k32QueryOptionsStatus.cpp,v 1.1.2.3 2002-04-01 09:57:14 bird Exp $ 2 2 * 3 3 * k32QueryOptionsStatus - Queries the options and/or the status of 4 4 * Win32k.sys driver. 5 5 * 6 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)6 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 7 7 * 8 8 * Project Odin Software License can be found in LICENSE.TXT … … 10 10 */ 11 11 #ifndef NOFILEID 12 static const char szFileId[] = "$Id: k32QueryOptionsStatus.cpp,v 1.1.2. 2 2002-04-01 09:06:05bird Exp $";12 static const char szFileId[] = "$Id: k32QueryOptionsStatus.cpp,v 1.1.2.3 2002-04-01 09:57:14 bird Exp $"; 13 13 #endif 14 14 … … 65 65 * @param pStatus Pointer to status structure. (NULL is allowed) 66 66 * @status completely implelemented. 67 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)67 * @author knut st. osmundsen (bird@anduin.net) 68 68 * @remark One of the pointer may be NULL. 69 69 */ -
branches/splittup/src/win32k/src/k32QuerySystemMemInfo.cpp
r8155 r8160 1 /* $Id: k32QuerySystemMemInfo.cpp,v 1.1.2. 2 2002-04-01 09:06:06bird Exp $1 /* $Id: k32QuerySystemMemInfo.cpp,v 1.1.2.3 2002-04-01 09:57:14 bird Exp $ 2 2 * 3 3 * k32QuerySystemMemInfo - Collects more or less useful information on the 4 4 * memory state of the system. 5 5 * 6 * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)6 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net) 7 7 * 8 8 * Project Odin Software License can be found in LICENSE.TXT … … 10 10 */ 11 11 #ifndef NOFILEID 12 static const char szFileId[] = "$Id: k32QuerySystemMemInfo.cpp,v 1.1.2. 2 2002-04-01 09:06:06bird Exp $";12 static const char szFileId[] = "$Id: k32QuerySystemMemInfo.cpp,v 1.1.2.3 2002-04-01 09:57:14 bird Exp $"; 13 13 #endif 14 14 … … 58 58 * @param pMemInfo Pointer to options structure. (NULL is allowed) 59 59 * @status completely implelemented. 60 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)60 * @author knut st. osmundsen (bird@anduin.net) 61 61 * @remark One of the pointer may be NULL. 62 62 */ -
branches/splittup/src/win32k/src/k32SendSystemEvent.cpp
r8155 r8160 1 /* $Id: k32SendSystemEvent.cpp,v 1.1.2. 2 2002-04-01 09:06:06bird Exp $1 /* $Id: k32SendSystemEvent.cpp,v 1.1.2.3 2002-04-01 09:57:15 bird Exp $ 2 2 * 3 3 * k32SendSystemEvent - Send a system event like Ctrl-Alt-Delete 4 4 * and Ctrl-Alt-2xNumLock. 5 5 * 6 * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)6 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net) 7 7 * 8 8 * Project Odin Software License can be found in LICENSE.TXT … … 10 10 */ 11 11 #ifndef NOFILEID 12 static const char szFileId[] = "$Id: k32SendSystemEvent.cpp,v 1.1.2. 2 2002-04-01 09:06:06bird Exp $";12 static const char szFileId[] = "$Id: k32SendSystemEvent.cpp,v 1.1.2.3 2002-04-01 09:57:15 bird Exp $"; 13 13 #endif 14 14 … … 55 55 * FALSE: Give control back to the OS of this event. (hev must match the current handle!) 56 56 * @status partially implemented. 57 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)57 * @author knut st. osmundsen (bird@anduin.net) 58 58 * @remark Not all events are implemented yet. 59 59 */ -
branches/splittup/src/win32k/src/k32SetEnvironment.cpp
r8155 r8160 1 /* $Id: k32SetEnvironment.cpp,v 1.1.2. 2 2002-04-01 09:06:06bird Exp $1 /* $Id: k32SetEnvironment.cpp,v 1.1.2.3 2002-04-01 09:57:15 bird Exp $ 2 2 * 3 3 * k32SetEnvironment - Sets the Odin32 environment for a process. 4 4 * 5 * Copyright (c) 2001 knut st. osmundsen (kosmunds@csc.no)5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: k32SetEnvironment.cpp,v 1.1.2. 2 2002-04-01 09:06:06bird Exp $";11 static const char szFileId[] = "$Id: k32SetEnvironment.cpp,v 1.1.2.3 2002-04-01 09:57:15 bird Exp $"; 12 12 #endif 13 13 … … 53 53 * Currently limited to the current process (if pszzEnvironment != NULL). 54 54 * @status Completely implemented. 55 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)55 * @author knut st. osmundsen (bird@anduin.net) 56 56 * @remark This is called by the kernel32 initterm proc. 57 57 * It should be called by any environment replacement later... -
branches/splittup/src/win32k/src/k32SetOptions.cpp
r8155 r8160 1 /* $Id: k32SetOptions.cpp,v 1.1.2. 2 2002-04-01 09:06:06bird Exp $1 /* $Id: k32SetOptions.cpp,v 1.1.2.3 2002-04-01 09:57:15 bird Exp $ 2 2 * 3 3 * k32SetOptions - Sets the changable options of win32k.sys the options. 4 4 * 5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: k32SetOptions.cpp,v 1.1.2. 2 2002-04-01 09:06:06bird Exp $";11 static const char szFileId[] = "$Id: k32SetOptions.cpp,v 1.1.2.3 2002-04-01 09:57:15 bird Exp $"; 12 12 #endif 13 13 … … 61 61 * @param pOptions Pointer to options structure. (NULL is allowed) 62 62 * @status completely implelemented. 63 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)63 * @author knut st. osmundsen (bird@anduin.net) 64 64 * @remark One of the pointer may be NULL. 65 65 */ -
branches/splittup/src/win32k/src/ldr.cpp
r8155 r8160 1 /* $Id: ldr.cpp,v 1.1.2. 2 2002-04-01 09:06:07bird Exp $1 /* $Id: ldr.cpp,v 1.1.2.3 2002-04-01 09:57:15 bird Exp $ 2 2 * 3 3 * ldr.cpp - Loader helpers. 4 4 * 5 * Copyright (c) 1999 knut St. osmundsen5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: ldr.cpp,v 1.1.2. 2 2002-04-01 09:06:07bird Exp $";11 static const char szFileId[] = "$Id: ldr.cpp,v 1.1.2.3 2002-04-01 09:57:15 bird Exp $"; 12 12 #endif 13 13 … … 345 345 * @sketch 346 346 * @status completely implemented. 347 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)347 * @author knut st. osmundsen (bird@anduin.net) 348 348 * @remark The path from the pExeModule might not be fully qualified. 349 349 */ -
branches/splittup/src/win32k/src/mmf.cpp
r8155 r8160 1 /* $Id: mmf.cpp,v 1.1.2. 2 2002-04-01 09:06:07bird Exp $1 /* $Id: mmf.cpp,v 1.1.2.3 2002-04-01 09:57:16 bird Exp $ 2 2 * 3 3 * Memory Mapped Files. 4 4 * 5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: mmf.cpp,v 1.1.2. 2 2002-04-01 09:06:07bird Exp $";11 static const char szFileId[] = "$Id: mmf.cpp,v 1.1.2.3 2002-04-01 09:57:16 bird Exp $"; 12 12 #endif 13 13 -
branches/splittup/src/win32k/src/myLDRGetProcAddr.cpp
r8155 r8160 1 /* $Id: myLDRGetProcAddr.cpp,v 1.1.2. 2 2002-04-01 09:06:07bird Exp $1 /* $Id: myLDRGetProcAddr.cpp,v 1.1.2.3 2002-04-01 09:57:16 bird Exp $ 2 2 * 3 3 * LDRGetProcAddr - Get an entry point to a module. 4 4 * We override this and allow querying entrypoints from executable too. 5 5 * 6 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)6 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 7 7 * 8 8 * Project Odin Software License can be found in LICENSE.TXT … … 10 10 */ 11 11 #ifndef NOFILEID 12 static const char szFileId[] = "$Id: myLDRGetProcAddr.cpp,v 1.1.2. 2 2002-04-01 09:06:07bird Exp $";12 static const char szFileId[] = "$Id: myLDRGetProcAddr.cpp,v 1.1.2.3 2002-04-01 09:57:16 bird Exp $"; 13 13 #endif 14 14 -
branches/splittup/src/win32k/src/myLDRQAppType.cpp
r8155 r8160 1 /* $Id: myLDRQAppType.cpp,v 1.1.2. 2 2002-04-01 09:06:07bird Exp $1 /* $Id: myLDRQAppType.cpp,v 1.1.2.3 2002-04-01 09:57:16 bird Exp $ 2 2 * 3 3 * _myLDRQAppType - _LDRQAppType overload. 4 4 * 5 * Copyright (c) 1998- 1999 knut St. osmundsen5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: myLDRQAppType.cpp,v 1.1.2. 2 2002-04-01 09:06:07bird Exp $";11 static const char szFileId[] = "$Id: myLDRQAppType.cpp,v 1.1.2.3 2002-04-01 09:57:16 bird Exp $"; 12 12 #endif 13 13 -
branches/splittup/src/win32k/src/myVMAllocMem.cpp
r8155 r8160 1 /* $Id: myVMAllocMem.cpp,v 1.1.2. 2 2002-04-01 09:06:07bird Exp $1 /* $Id: myVMAllocMem.cpp,v 1.1.2.3 2002-04-01 09:57:16 bird Exp $ 2 2 * 3 3 * Debug module - overloads VMAllocMem to analyse input parameters.... 4 4 * 5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: myVMAllocMem.cpp,v 1.1.2. 2 2002-04-01 09:06:07bird Exp $";11 static const char szFileId[] = "$Id: myVMAllocMem.cpp,v 1.1.2.3 2002-04-01 09:57:16 bird Exp $"; 12 12 #endif 13 13 … … 49 49 * @sketch 50 50 * @status 51 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)51 * @author knut st. osmundsen (bird@anduin.net) 52 52 * @remark 53 53 */ -
branches/splittup/src/win32k/src/myVR32AllocMem.asm
r8149 r8160 1 ; $Id: myVR32AllocMem.asm,v 1.1.2. 1 2002-03-31 20:09:15bird Exp $1 ; $Id: myVR32AllocMem.asm,v 1.1.2.2 2002-04-01 09:57:16 bird Exp $ 2 2 ; 3 3 ; VR32AllocMem over loader which adds the OBJ_ANY flag. 4 4 ; 5 ; Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 ; Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net) 6 6 ; 7 7 ; Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/src/myldrCheckInternalName.cpp
r8155 r8160 1 /* $Id: myldrCheckInternalName.cpp,v 1.1.2. 2 2002-04-01 09:06:08bird Exp $1 /* $Id: myldrCheckInternalName.cpp,v 1.1.2.3 2002-04-01 09:57:17 bird Exp $ 2 2 * 3 3 * ldrCheckInternalName - ldrCheckInternalName replacement with support for 4 4 * long DLL names and no .DLL-extention dependency. 5 5 * 6 * Copyright (c) 1999-200 1 knut st. osmundsen (kosmunds@csc.com)6 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 7 7 * 8 8 * Project Odin Software License can be found in LICENSE.TXT … … 10 10 */ 11 11 #ifndef NOFILEID 12 static const char szFileId[] = "$Id: myldrCheckInternalName.cpp,v 1.1.2. 2 2002-04-01 09:06:08bird Exp $";12 static const char szFileId[] = "$Id: myldrCheckInternalName.cpp,v 1.1.2.3 2002-04-01 09:57:17 bird Exp $"; 13 13 #endif 14 14 -
branches/splittup/src/win32k/src/myldrClose.cpp
r8155 r8160 1 /* $Id: myldrClose.cpp,v 1.1.2. 2 2002-04-01 09:06:08bird Exp $1 /* $Id: myldrClose.cpp,v 1.1.2.3 2002-04-01 09:57:17 bird Exp $ 2 2 * 3 3 * myldrClose - ldrClose 4 4 * 5 * Copyright (c) 1998-200 1 knut st. osmundsen (kosmunds@csc.com)5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: myldrClose.cpp,v 1.1.2. 2 2002-04-01 09:06:08bird Exp $";11 static const char szFileId[] = "$Id: myldrClose.cpp,v 1.1.2.3 2002-04-01 09:57:17 bird Exp $"; 12 12 #endif 13 13 -
branches/splittup/src/win32k/src/myldrEnum32bitRelRecs.cpp
r8155 r8160 1 /* $Id: myldrEnum32bitRelRecs.cpp,v 1.1.2. 2 2002-04-01 09:06:08bird Exp $1 /* $Id: myldrEnum32bitRelRecs.cpp,v 1.1.2.3 2002-04-01 09:57:17 bird Exp $ 2 2 * 3 3 * myldrEnum32bitRelRecs - ldrEnum32bitRelRecs 4 4 * 5 * Copyright (c) 2000-200 1 knut st. osmundsen (kosmunds@csc.com)5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: myldrEnum32bitRelRecs.cpp,v 1.1.2. 2 2002-04-01 09:06:08bird Exp $";11 static const char szFileId[] = "$Id: myldrEnum32bitRelRecs.cpp,v 1.1.2.3 2002-04-01 09:57:17 bird Exp $"; 12 12 #endif 13 13 -
branches/splittup/src/win32k/src/myldrFindModule.cpp
r8155 r8160 1 /* $Id: myldrFindModule.cpp,v 1.1.2. 2 2002-04-01 09:06:08bird Exp $1 /* $Id: myldrFindModule.cpp,v 1.1.2.3 2002-04-01 09:57:17 bird Exp $ 2 2 * 3 3 * ldrFindModule - ldrFindModule replacement with support for long DLL names 4 4 * and .DLL-extention dependency. 5 5 * 6 * Copyright (c) 1999-200 1 knut st. osmundsen (kosmunds@csc.com)6 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 7 7 * 8 8 * Project Odin Software License can be found in LICENSE.TXT … … 10 10 */ 11 11 #ifndef NOFILEID 12 static const char szFileId[] = "$Id: myldrFindModule.cpp,v 1.1.2. 2 2002-04-01 09:06:08bird Exp $";12 static const char szFileId[] = "$Id: myldrFindModule.cpp,v 1.1.2.3 2002-04-01 09:57:17 bird Exp $"; 13 13 #endif 14 14 -
branches/splittup/src/win32k/src/myldrGetFileName.asm
r8149 r8160 1 ; $Id: myldrGetFileName.asm,v 1.1.2. 1 2002-03-31 20:09:17 bird Exp $1 ; $Id: myldrGetFileName.asm,v 1.1.2.2 2002-04-01 09:57:17 bird Exp $ 2 2 ; 3 3 ; myldrGetFileName2 - assembly helper for ldrGetFileName. … … 5 5 ; doesn't have a path, and return correct *ppachExt. 6 6 ; 7 ; Copyright (c) 2000-200 1 knut st. osmundsen (kosmunds@csc.com)7 ; Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 8 8 ; 9 9 ; Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/src/myldrOpen.cpp
r8155 r8160 1 /* $Id: myldrOpen.cpp,v 1.1.2. 2 2002-04-01 09:06:09bird Exp $1 /* $Id: myldrOpen.cpp,v 1.1.2.3 2002-04-01 09:57:18 bird Exp $ 2 2 * 3 3 * myldrOpen - ldrOpen. 4 4 * 5 * Copyright (c) 1998-200 1 knut st. osmundsen <knut.stange.osmundsen@mynd.no>5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: myldrOpen.cpp,v 1.1.2. 2 2002-04-01 09:06:09bird Exp $";11 static const char szFileId[] = "$Id: myldrOpen.cpp,v 1.1.2.3 2002-04-01 09:57:18 bird Exp $"; 12 12 #endif 13 13 … … 804 804 * 805 805 * @status completly implemented. 806 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)806 * @author knut st. osmundsen (bird@anduin.net) 807 807 * @remark Implementation note: 808 808 * The arguments convention is as follows: … … 938 938 * @param pszExecName Pointer to new executable name. 939 939 * @status completly implemented. 940 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)940 * @author knut st. osmundsen (bird@anduin.net) 941 941 * @remark . 942 942 */ … … 985 985 * @param pfl Some flags set by ldrOpen. 986 986 * @sketch stub 987 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)987 * @author knut st. osmundsen (bird@anduin.net) 988 988 * @remark 989 989 */ -
branches/splittup/src/win32k/src/myldrOpenPath.cpp
r8155 r8160 1 /* $Id: myldrOpenPath.cpp,v 1.1.2. 2 2002-04-01 09:06:09bird Exp $1 /* $Id: myldrOpenPath.cpp,v 1.1.2.3 2002-04-01 09:57:18 bird Exp $ 2 2 * 3 3 * myldrOpenPath - ldrOpenPath used to open executables we'll override 4 4 * this to altern the search path for DLLs. 5 5 * 6 * Copyright (c) 2000-200 1 knut st. osmundsen (kosmunds@csc.com)6 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 7 7 * 8 8 * Project Odin Software License can be found in LICENSE.TXT … … 10 10 */ 11 11 #ifndef NOFILEID 12 static const char szFileId[] = "$Id: myldrOpenPath.cpp,v 1.1.2. 2 2002-04-01 09:06:09bird Exp $";12 static const char szFileId[] = "$Id: myldrOpenPath.cpp,v 1.1.2.3 2002-04-01 09:57:18 bird Exp $"; 13 13 #endif 14 14 -
branches/splittup/src/win32k/src/myldrOpenPatha.asm
r8149 r8160 1 ; $Id: myldrOpenPatha.asm,v 1.1.2. 1 2002-03-31 20:09:18bird Exp $1 ; $Id: myldrOpenPatha.asm,v 1.1.2.2 2002-04-01 09:57:19 bird Exp $ 2 2 ; 3 3 ; myldrOpenPatha - assembly helpers for myldrOpenPath. 4 4 ; 5 ; Copyright (c) 2000-200 1 knut st. osmundsen (kosmunds@csc.com)5 ; Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 6 6 ; 7 7 ; Project Odin Software License can be found in LICENSE.TXT -
branches/splittup/src/win32k/src/myldrRead.cpp
r8155 r8160 1 /* $Id: myldrRead.cpp,v 1.1.2. 2 2002-04-01 09:06:09 bird Exp $1 /* $Id: myldrRead.cpp,v 1.1.2.3 2002-04-01 09:57:19 bird Exp $ 2 2 * 3 3 * myldrRead - ldrRead. 4 4 * 5 * Copyright (c) 1998-200 0 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: myldrRead.cpp,v 1.1.2. 2 2002-04-01 09:06:09 bird Exp $";11 static const char szFileId[] = "$Id: myldrRead.cpp,v 1.1.2.3 2002-04-01 09:57:19 bird Exp $"; 12 12 #endif 13 13 … … 58 58 * forward request to the original ldrRead. 59 59 * @status Completely implemented. 60 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)60 * @author knut st. osmundsen (bird@anduin.net) 61 61 */ 62 62 ULONG LDRCALL myldrRead( -
branches/splittup/src/win32k/src/myldrSetVMflags.cpp
r8155 r8160 1 /* $Id: myldrSetVMflags.cpp,v 1.1.2. 2 2002-04-01 09:06:10bird Exp $1 /* $Id: myldrSetVMflags.cpp,v 1.1.2.3 2002-04-01 09:57:19 bird Exp $ 2 2 * 3 3 * myldrSetVMflags - ldrSetVMflags 4 4 * 5 * Copyright (c) 2000-200 1 knut st. osmundsen (kosmunds@csc.com)5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: myldrSetVMflags.cpp,v 1.1.2. 2 2002-04-01 09:06:10bird Exp $";11 static const char szFileId[] = "$Id: myldrSetVMflags.cpp,v 1.1.2.3 2002-04-01 09:57:19 bird Exp $"; 12 12 #endif 13 13 -
branches/splittup/src/win32k/src/myldrWasLoadModuled.cpp
r8155 r8160 1 /* $Id: myldrWasLoadModuled.cpp,v 1.1.2. 2 2002-04-01 09:06:10bird Exp $1 /* $Id: myldrWasLoadModuled.cpp,v 1.1.2.3 2002-04-01 09:57:19 bird Exp $ 2 2 * 3 3 * ldrWasLoadModuled - Tells OS/2 that the executable module was LoadModuled … … 5 5 * executables too. 6 6 * 7 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)7 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 8 8 * 9 9 * Project Odin Software License can be found in LICENSE.TXT … … 11 11 */ 12 12 #ifndef NOFILEID 13 static const char szFileId[] = "$Id: myldrWasLoadModuled.cpp,v 1.1.2. 2 2002-04-01 09:06:10bird Exp $";13 static const char szFileId[] = "$Id: myldrWasLoadModuled.cpp,v 1.1.2.3 2002-04-01 09:57:19 bird Exp $"; 14 14 #endif 15 15 -
branches/splittup/src/win32k/src/mytkExecPgm.asm
r8149 r8160 1 ; $Id: mytkExecPgm.asm,v 1.1.2. 1 2002-03-31 20:09:19 bird Exp $1 ; $Id: mytkExecPgm.asm,v 1.1.2.2 2002-04-01 09:57:19 bird Exp $ 2 2 ; 3 3 ; mytkExecPgm - tkExecPgm overload 4 4 ; 5 ; Copyright (c) 2000-200 1 knut st. osmundsen (kosmunds@csc.no)5 ; Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 6 6 ; 7 7 ; Project Odin Software License can be found in LICENSE.TXT … … 127 127 ; a PE-file started by pe.exe. 128 128 ; @status completely implemented. 129 ; @author knut st. osmundsen ( knut.stange.osmundsen@pmsc.no)129 ; @author knut st. osmundsen (bird@anduin.net) 130 130 ; 131 131 ; … … 431 431 ; @sketch 432 432 ; @status 433 ; @author knut st. osmundsen ( knut.stange.osmundsen@pmsc.no)433 ; @author knut st. osmundsen (bird@anduin.net) 434 434 ; @remark 435 435 tkExecPgmCopyEnv PROC NEAR … … 501 501 ; @sketch 502 502 ; @status 503 ; @author knut st. osmundsen ( knut.stange.osmundsen@pmsc.no)503 ; @author knut st. osmundsen (bird@anduin.net) 504 504 ; @remark 505 505 tkExecPgmEnvLength PROC NEAR -
branches/splittup/src/win32k/src/mytkStartProcess.asm
r8149 r8160 1 ; $Id: mytkStartProcess.asm,v 1.1.2. 1 2002-03-31 20:09:20 bird Exp $1 ; $Id: mytkStartProcess.asm,v 1.1.2.2 2002-04-01 09:57:20 bird Exp $ 2 2 ; 3 3 ; tkStartProcess overloader. Needed to clear the loader semaphore 4 4 ; when a process is being started syncronously. 5 5 ; 6 ; Copyright (c) 2000-200 1 knut st. osmundsen (kosmunds@csc.no)6 ; Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 7 7 ; 8 8 ; Project Odin Software License can be found in LICENSE.TXT … … 69 69 ; @sketch 70 70 ; @status 71 ; @author knut st. osmundsen ( knut.stange.osmundsen@pmsc.no)71 ; @author knut st. osmundsen (bird@anduin.net) 72 72 ; @remark 73 73 _mytkStartProcess PROC NEAR -
branches/splittup/src/win32k/src/pe2lx.cpp
r8155 r8160 1 /* $Id: pe2lx.cpp,v 1.1.2. 2 2002-04-01 09:06:10 bird Exp $1 /* $Id: pe2lx.cpp,v 1.1.2.3 2002-04-01 09:57:20 bird Exp $ 2 2 * 3 3 * Pe2Lx class implementation. Ring 0 and Ring 3 4 4 * 5 * Copyright (c) 1998-200 0 knut st. osmundsen (knut.stange.osmundsen@mynd.no)5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net) 6 6 * Copyright (c) 1998 Sander van Leeuwen (sandervl@xs4all.nl) 7 7 * Copyright (c) 1998 Peter Fitzsimmons … … 11 11 */ 12 12 #ifndef NOFILEID 13 static const char szFileId[] = "$Id: pe2lx.cpp,v 1.1.2. 2 2002-04-01 09:06:10 bird Exp $";13 static const char szFileId[] = "$Id: pe2lx.cpp,v 1.1.2.3 2002-04-01 09:57:20 bird Exp $"; 14 14 #endif 15 15 … … 2065 2065 * FALSE if not an executable. 2066 2066 * @sketch 2067 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)2067 * @author knut st. osmundsen (bird@anduin.net) 2068 2068 */ 2069 2069 BOOL Pe2Lx::isExe() … … 2078 2078 * FALSE if not a dynamic link library. 2079 2079 * @sketch 2080 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)2080 * @author knut st. osmundsen (bird@anduin.net) 2081 2081 */ 2082 2082 BOOL Pe2Lx::isDll() … … 2091 2091 * @sketch Free path 2092 2092 * nullify path pointer and kernel32 handle. 2093 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)2093 * @author knut st. osmundsen (bird@anduin.net) 2094 2094 */ 2095 2095 VOID Pe2Lx::invalidateOdin32Path() … … 5042 5042 * Fail returning FALSE. 5043 5043 * @status 5044 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)5044 * @author knut st. osmundsen (bird@anduin.net) 5045 5045 * @remark 5046 5046 */ … … 5123 5123 * @sketch 5124 5124 * @status 5125 * @author knut st. osmundsen ( knut.stange.osmundsen@mynd.no)5125 * @author knut st. osmundsen (bird@anduin.net) 5126 5126 * @remark 5127 5127 */ -
branches/splittup/src/win32k/src/xx2lxmain.cpp
r8155 r8160 1 /* $Id: xx2lxmain.cpp,v 1.1.2. 2 2002-04-01 09:06:11 bird Exp $1 /* $Id: xx2lxmain.cpp,v 1.1.2.3 2002-04-01 09:57:21 bird Exp $ 2 2 * 3 3 * Xx2Lx main program. (Ring 3 only!) 4 4 * 5 * Copyright (c) 1999-200 1 knut st. osmundsen5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 9 9 */ 10 10 #ifndef NOFILEID 11 static const char szFileId[] = "$Id: xx2lxmain.cpp,v 1.1.2. 2 2002-04-01 09:06:11 bird Exp $";11 static const char szFileId[] = "$Id: xx2lxmain.cpp,v 1.1.2.3 2002-04-01 09:57:21 bird Exp $"; 12 12 #endif 13 13
Note:
See TracChangeset
for help on using the changeset viewer.
