Changeset 8160 for branches


Ignore:
Timestamp:
Apr 1, 2002, 12:01:05 PM (24 years ago)
Author:
bird
Message:

Updated copyrights and emails.

Location:
branches/splittup/src/win32k
Files:
70 edited

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:47 bird Exp $
     1/* $Id: ELFexe.h,v 1.1.2.2 2002-04-01 10:01:00 bird Exp $
    22 *
    33 * ELF stuff.
    44 *
    5  * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * 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:33 bird Exp $
     1/* $Id: MZexe.h,v 1.1.2.2 2002-04-01 10:01:00 bird Exp $
    22 *
    33 * MZ DEFINITIONS AND DECLARATIONS.
     
    88 * Copyright IBM Corp 1987-1992
    99 * Copyright Microsoft Corp 1984-1987
    10  * Copyright knut st. osmundsen 2001 (I've messed them up ;-)
     10 * Copyright knut st. osmundsen (bird@anduin.net)
    1111 *
    1212 */
  • 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 $
    22 *
    33 * ModuleBase - Declaration of the Basic module class.
    44 *
    5  * Copyright (c) 1999-2000 knut st. osmundsen
     5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * 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 $
    22 *
    33 * NE DEFINITIONS AND DECLARATIONS.
     
    55 *
    66 * Copyright Robert J. Amstadt, 1993
    7  * Copyright knut st. osmundsen (2001) (I've messed them up ;-)
     7 * Copyright knut st. osmundsen (bird@anduin.net)
    88 *
    99 */
  • branches/splittup/src/win32k/include/PEexe.h

    r8151 r8160  
    1 /* $Id: PEexe.h,v 1.1.2.1 2002-04-01 08:28:34 bird Exp $
     1/* $Id: PEexe.h,v 1.1.2.2 2002-04-01 10:01:01 bird Exp $
    22 *
    33 * PE DEFINITIONS AND DECLARATIONS.
     
    55 *
    66 * Copyright Eric Youngdale (1994)
    7  * Copyright knut st. osmundsen (2001) (I've messed them up ;-)
     7 * Copyright knut st. osmundsen (bird@anduin.net)
    88 *
    99 */
  • branches/splittup/src/win32k/include/PerTaskW32kData.h

    r6841 r8160  
    1 /* $Id: PerTaskW32kData.h,v 1.2.2.1 2001-09-27 03:08:17 bird Exp $
     1/* $Id: PerTaskW32kData.h,v 1.2.2.2 2002-04-01 10:01:01 bird Exp $
    22 *
    33 * Per Task (Win32k) Data.
    44 *
    5  * Copyright (c) 2001 knut st. osmundsen (kosmunds@csc.no)
     5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * 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:46 bird Exp $
     1/* $Id: api.h,v 1.3.2.1 2002-04-01 10:01:01 bird Exp $
    22 *
    33 * API Overload Init and Helper Function - public header.
    44 *
    5  * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * 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:59 bird Exp $
     1/* $Id: asmutils.h,v 1.4.6.1 2002-04-01 10:01:01 bird Exp $
    22 *
    33 * Assembly utilities.
    44 *
    5  * Copyright (c) 1998-1999 knut st. osmundsen
     5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * 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:17 bird Exp $
     1/* $Id: dev16.h,v 1.11.2.2 2002-04-01 10:01:02 bird Exp $
    22 * dev16 - 16-bit specific. Should not be used in 32-bit C/C++.
    33 *
    4  * Copyright (c) 1999-2001 knut st. osmundsen (kosmunds@csc.com)
     4 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    55 *
    66 * 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:17 bird Exp $
     1/* $Id: dev1632.h,v 1.8.2.2 2002-04-01 10:01:02 bird Exp $
    22 * dev1632.h - Common header file for 16-bit and 32-bit C
    33 *
    4  * Copyright (c) 1999 knut st. osmundsen
     4 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    55 *
    66 */
  • branches/splittup/src/win32k/include/dev32.h

    r6841 r8160  
    1 /* $Id: dev32.h,v 1.12.2.1 2001-09-27 03:08:18 bird Exp $
     1/* $Id: dev32.h,v 1.12.2.2 2002-04-01 10:01:02 bird Exp $
    22 *
    33 * dev32 - header file for 32-bit part of the driver.
    44 *
    5  * Copyright (c) 1999 knut st. osmundsen
     5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * 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:01 bird Exp $
     1/* $Id: devSegDf.h,v 1.2.2.1 2002-04-01 10:01:02 bird Exp $
    22 *
    33 * Segment stuff used in 16 and 32 bits C/C++.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * 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:54 bird Exp $
     1; $Id: devSegDf.inc,v 1.8.2.1 2002-04-01 10:01:02 bird Exp $
    22;
    33; Segment definitions for win32k.sys.
    44;
    5 ; Copyright (c) 1998-2000 knut st. osmundsen
     5; Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net)
    66;
    77; 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:51 bird Exp $
     1/* $Id: elf2lx.h,v 1.4.2.1 2002-04-01 10:01:03 bird Exp $
    22 *
    33 * Elf2Lx - Declaration.
    44 *
    5  * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    1717 * @version
    1818 * @verdesc
    19  * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     19 * @author      knut st. osmundsen (bird@anduin.net)
    2020 * @approval
    2121 */
  • 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 $
    22 *
    33 * k32 API - definitions.
    44 *
    5  * Copyright (c) 2000-2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * 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:18 bird Exp $
     1/* $Id: ldr.h,v 1.7.2.2 2002-04-01 10:01:03 bird Exp $
    22 *
    33 * ldr - Our loader "subsystem" public header file.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * 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:41 bird Exp $
     1/* $Id: locks.h,v 1.1.2.1 2002-04-01 10:01:03 bird Exp $
    22 *
    33 * R/W spinlocks.
    44 *
    5  * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * 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:51 bird Exp $
     1/* $Id: myExecPgm.h,v 1.3.2.1 2002-04-01 10:01:04 bird Exp $
    22 *
    33 * Desclarations for buffer.asm and mytkExecPgm.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * 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:03 bird Exp $ */
     1/* $Id: omf.h,v 1.3.2.1 2002-04-01 10:01:04 bird Exp $ */
    22/*
    33 * OMF stuff
    44 *
    5  * Copyright (c) 1999 knut st. osmundsen
     5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * 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:19 bird Exp $
     1/* $Id: options.h,v 1.22.2.2 2002-04-01 10:01:04 bird Exp $
    22 *
    33 * Options.
    44 *
    5  * Copyright (c) 1998-1999 knut st. osmundsen
     5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * 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:55 bird Exp $
     1/* $Id: pe2lx.h,v 1.13.2.2 2002-04-01 10:01:04 bird Exp $
    22 *
    33 * Pe2Lx class declarations. Ring 0 and Ring 3
    44 *
    5  * Copyright (c) 1998-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * 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:20 bird Exp $
     1/* $Id: test.h,v 1.10.2.2 2002-04-01 10:01:04 bird Exp $
    22 *
    33 * Definitions and declarations for test moduls.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * 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:04 bird Exp $
     1/* $Id: vprntf16.h,v 1.2.2.1 2002-04-01 10:01:05 bird Exp $
    22 *
    33 * printf/vprintf header file - 16bit.
     
    55 * WARNING: Do not include stdarg.h! AND it's only for use during init!!!
    66 *
    7  * Copyright (c) 1999 knut st. osmundsen
     7 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    88 *
    99 * 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:02 bird Exp $
     1/* $Id: ModuleBase.cpp,v 1.1.2.3 2002-04-01 09:57:09 bird Exp $
    22 *
    33 * ModuleBase - Implementetation.
    44 *
    5  * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: ModuleBase.cpp,v 1.1.2.2 2002-04-01 09:06:02 bird Exp $";
     11static const char szFileId[] = "$Id: ModuleBase.cpp,v 1.1.2.3 2002-04-01 09:57:09 bird Exp $";
    1212#endif
    1313
     
    296296 * Gets the fullpath filename.
    297297 * @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)
    299299 */
    300300PCSZ ModuleBase::getFilename()
     
    307307 * Gets the modulename.
    308308 * @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)
    310310 * @remark      Modulename is filename without path and extention.
    311311 */
  • branches/splittup/src/win32k/src/PerTaskW32kData.c

    r8158 r8160  
    1 /* $Id: PerTaskW32kData.c,v 1.1.2.1 2002-04-01 09:07:31 bird Exp $
     1/* $Id: PerTaskW32kData.c,v 1.1.2.2 2002-04-01 09:57:09 bird Exp $
    22 *
    33 * Per Task (Win32k) Data.
    44 *
    5  * Copyright (c) 2001 knut st. osmundsen (kosmunds@csc.no)
     5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: PerTaskW32kData.c,v 1.1.2.1 2002-04-01 09:07:31 bird Exp $";
     11static const char szFileId[] = "$Id: PerTaskW32kData.c,v 1.1.2.2 2002-04-01 09:57:09 bird Exp $";
    1212#endif
    1313
     
    5959 *                  FALSE: Return NULL if not found.
    6060 * @status  completely implemented.
    61  * @author  knut st. osmundsen (kosmunds@csc.no)
     61 * @author  knut st. osmundsen (bird@anduin.net)
    6262 */
    6363PPTD    GetTaskData(PPTDA pPTDA, BOOL fCreate)
     
    9090 * @param   pPTDA   Pointer to PTDA for the task.
    9191 * @status  completely implemented.
    92  * @author  knut st. osmundsen (kosmunds@csc.no)
     92 * @author  knut st. osmundsen (bird@anduin.net)
    9393 */
    9494void    RemoveTaskData(PPTDA pPTDA)
     
    119119 *          -1 on error.
    120120 * @status  completely implemented.
    121  * @author  knut st. osmundsen (kosmunds@csc.no)
     121 * @author  knut st. osmundsen (bird@anduin.net)
    122122 * @remark
    123123 */
  • branches/splittup/src/win32k/src/api.cpp

    r8155 r8160  
    1 /* $Id: api.cpp,v 1.1.2.2 2002-04-01 09:06:02 bird Exp $
     1/* $Id: api.cpp,v 1.1.2.3 2002-04-01 09:57:10 bird Exp $
    22 *
    33 * API Overload Init and Helper Function.
    44 *
    5  * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: api.cpp,v 1.1.2.2 2002-04-01 09:06:02 bird Exp $";
     11static const char szFileId[] = "$Id: api.cpp,v 1.1.2.3 2002-04-01 09:57:10 bird Exp $";
    1212#endif
    1313
     
    116116 *          Close the file.
    117117 * @status  completely implemented.
    118  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     118 * @author  knut st. osmundsen (bird@anduin.net)
    119119 * @remark  Must hold the loader semaphore before calling this function!
    120120 */
     
    187187 * @sketch
    188188 * @status  completely implemented.
    189  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     189 * @author  knut st. osmundsen (bird@anduin.net)
    190190 * @remark
    191191 */
     
    325325 * @sketch
    326326 * @status  completly implemented.
    327  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     327 * @author  knut st. osmundsen (bird@anduin.net)
    328328 */
    329329PSZ     apiStripIniLine(PSZ pszFile, PSZ * ppszFile)
     
    402402 *          Convert decimal number string and return it.
    403403 * @status  completely implemented.
    404  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     404 * @author  knut st. osmundsen (bird@anduin.net)
    405405 * @remark  Layz, we only read '[n' no checking for the ending ']'.
    406406 */
     
    436436 * @sketch  Loop thru all entries and sort all four mask arrays.
    437437 * @status  completely implemented.
    438  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     438 * @author  knut st. osmundsen (bird@anduin.net)
    439439 * @remark  See apiSortMaskArray.
    440440 */
     
    461461 * @sketch  Use bouble sort.
    462462 * @status  partially implemented.
    463  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     463 * @author  knut st. osmundsen (bird@anduin.net)
    464464 * @remark  Duplicate submasks aren't tested for.
    465465 *          example: "DOSCALL1.DLL" is equal to "DOS*"
     
    499499 * @sketch  Loop thru all api entries and free mask array pointers.
    500500 * @status  Completely implemented.
    501  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     501 * @author  knut st. osmundsen (bird@anduin.net)
    502502 * @remark  Any serialization is not my problem.
    503503 */
     
    529529 * @sketch
    530530 * @status
    531  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     531 * @author  knut st. osmundsen (bird@anduin.net)
    532532 * @remark
    533533 */
     
    606606 * @param   fEnabled    If the api entry is enabled or not.
    607607 * @status  completely implemented.
    608  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     608 * @author  knut st. osmundsen (bird@anduin.net)
    609609 */
    610610APIRET  apiWriteMasks(SFN sfn, PULONG poff, PMASKARRAY pMasks, PSZ pszType, BOOL fEnabled)
     
    644644 * @param   pszString   String to be written.
    645645 * @status  completely implemented.
    646  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     646 * @author  knut st. osmundsen (bird@anduin.net)
    647647 */
    648648APIRET  apiWriteLine(SFN sfn, PULONG poff, PSZ pszString)
     
    783783 * @sketch
    784784 * @status
    785  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     785 * @author  knut st. osmundsen (bird@anduin.net)
    786786 * @remark
    787787 */
     
    806806 *          return.
    807807 * @status  completely implemented.
    808  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     808 * @author  knut st. osmundsen (bird@anduin.net)
    809809 */
    810810APIRET  apiGetProccessName(PSZ pszName)
     
    861861 *          return.
    862862 * @status  completely implemented.
    863  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     863 * @author  knut st. osmundsen (bird@anduin.net)
    864864 */
    865865APIRET  apiGetModuleName(PSZ pszName, USHORT usCS, ULONG ulEIP)
     
    914914 * @sketch
    915915 * @status
    916  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     916 * @author  knut st. osmundsen (bird@anduin.net)
    917917 * @remark
    918918 */
     
    989989 *          Read the inifile and there by initiate the aApiData strcut.
    990990 * @status  completly implemented.
    991  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     991 * @author  knut st. osmundsen (bird@anduin.net)
    992992 */
    993993APIRET _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:05 bird Exp $
     1/* $Id: d16globl.c,v 1.1.2.2 2002-04-01 09:57:10 bird Exp $
    22 *
    33 * d16globals - global data (16-bit)
    44 *
    5  * Copyright (c) 1999-2001 knut st. osmundsen (kosmunds@csc.com)
     5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * 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:05 bird Exp $
     1/* $Id: d16init.c,v 1.1.2.2 2002-04-01 09:57:10 bird Exp $
    22 *
    33 * d16init - init routines for both drivers.
     
    66 *            completed. CodeEnd and DataEnd should not be set here.?
    77 *
    8  * Copyright (c) 1999-2001 knut st. osmundsen (kosmunds@csc.com)
     8 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    99 *
    1010 * 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:05 bird Exp $
     1/* $Id: d16strat.c,v 1.1.2.2 2002-04-01 09:57:10 bird Exp $
    22 *
    33 * d16strat.c - 16-bit strategy routine, device headers, device_helper (ptr)
    44 *              and 16-bit IOClts.
    55 *
    6  * Copyright (c) 1999 knut st. osmundsen
     6 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    77 *
    88 * 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:05 bird Exp $
     1; $Id: d32CallGate.asm,v 1.1.2.2 2002-04-01 09:57:11 bird Exp $
    22;
    33; 32-bit CallGate used to communitcate fast between Ring-3 and Ring-0.
    44; This module contains all assembly workers for this.
    55;
    6 ; Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     6; Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net)
    77;
    88; Project Odin Software License can be found in LICENSE.TXT
     
    120120; @sketch
    121121; @status
    122 ; @author   knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     122; @author   knut st. osmundsen (bird@anduin.net)
    123123; @remark
    124124InitCallGate proc near
     
    214214; @sketch
    215215; @status
    216 ; @author   knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     216; @author   knut st. osmundsen (bird@anduin.net)
    217217; @remark
    218218;   stack frame - before KMEnterKmodeSEF:
     
    287287;           Return.
    288288; @status   Completely implemented.
    289 ; @author   knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     289; @author   knut st. osmundsen (bird@anduin.net)
    290290Win32kAPIRouter proc near
    291291    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:06 bird Exp $
     1; $Id: d32Events.asm,v 1.1.2.2 2002-04-01 09:57:11 bird Exp $
    22;
    33; d32Events - Code for overriding system events.
    44;
    5 ; Copyright (c) 2000-2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5; Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    66;
    77; Project Odin Software License can be found in LICENSE.TXT
     
    5454; @sketch
    5555; @status
    56 ; @author   knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     56; @author   knut st. osmundsen (bird@anduin.net)
    5757; @remark
    5858mydh_SendEvent PROC FAR
     
    150150; @sketch
    151151; @status
    152 ; @author   knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     152; @author   knut st. osmundsen (bird@anduin.net)
    153153; @remark   Assumes that caller is kdbbase.sys and it is called far.
    154154myRASRST 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:03 bird Exp $
     1/* $Id: d32Win32kIOCtl.c,v 1.1.2.3 2002-04-01 09:57:11 bird Exp $
    22 *
    33 * Win32k driver IOCtl handler function.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: d32Win32kIOCtl.c,v 1.1.2.2 2002-04-01 09:06:03 bird Exp $";
     11static const char szFileId[] = "$Id: d32Win32kIOCtl.c,v 1.1.2.3 2002-04-01 09:57:11 bird Exp $";
    1212#endif
    1313
     
    4949 * @returns   Gen IOCtl return code.
    5050 * @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)
    5252 */
    5353USHORT _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:03 bird Exp $
     1/* $Id: d32Win32kOpenClose.c,v 1.1.2.3 2002-04-01 09:57:11 bird Exp $
    22 *
    33 * Open and Close handlers for the Win32k driver.
    44 *
    5  * Copyright (c) 2001 knut st. osmundsen (kosmunds@csc.no)
     5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: d32Win32kOpenClose.c,v 1.1.2.2 2002-04-01 09:06:03 bird Exp $";
     11static const char szFileId[] = "$Id: d32Win32kOpenClose.c,v 1.1.2.3 2002-04-01 09:57:11 bird Exp $";
    1212#endif
    1313
     
    5353 * @returns Strategy return status.
    5454 * @param   pRpOpen     Pointer to request packet.
    55  * @author  knut st. osmundsen (kosmunds@csc.no)
     55 * @author  knut st. osmundsen (bird@anduin.net)
    5656 */
    5757USHORT _loadds _Far32 _Pascal Win32kOpen(PRP32OPENCLOSE pRpOpen)
     
    8787 * @returns Strategy return status.
    8888 * @param   pRpOpen     Pointer to request packet.
    89  * @author  knut st. osmundsen (kosmunds@csc.no)
     89 * @author  knut st. osmundsen (bird@anduin.net)
    9090 */
    9191USHORT _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:03 bird Exp $
     1/* $Id: d32globals.c,v 1.1.2.3 2002-04-01 09:57:12 bird Exp $
    22 *
    33 * d32globals - global data (32-bit)
    44 *
    5  * Copyright (c) 1999-2001 knut st. osmundsen (kosmunds@csc.com)
     5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: d32globals.c,v 1.1.2.2 2002-04-01 09:06:03 bird Exp $";
     11static const char szFileId[] = "$Id: d32globals.c,v 1.1.2.3 2002-04-01 09:57:12 bird Exp $";
    1212#endif
    1313
  • branches/splittup/src/win32k/src/d32init.c

    r8155 r8160  
    1 /* $Id: d32init.c,v 1.1.2.2 2002-04-01 09:06:04 bird Exp $
     1/* $Id: d32init.c,v 1.1.2.3 2002-04-01 09:57:12 bird Exp $
    22 *
    33 * d32init.c - 32-bits init routines.
    44 *
    5  * Copyright (c) 1998-1999 knut st. osmundsen
     5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: d32init.c,v 1.1.2.2 2002-04-01 09:06:04 bird Exp $";
     11static const char szFileId[] = "$Id: d32init.c,v 1.1.2.3 2002-04-01 09:57:12 bird Exp $";
    1212#endif
    1313
  • branches/splittup/src/win32k/src/devfirst.asm

    r8149 r8160  
    1 ; $Id: devfirst.asm,v 1.1.2.1 2002-03-31 20:09:07 bird Exp $
     1; $Id: devfirst.asm,v 1.1.2.2 2002-04-01 09:57:12 bird Exp $
    22;
    33; DevFirst - entrypoint and segment definitions
    44;
    5 ; Copyright (c) 1999 knut st. osmundsen
     5; Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    66;
    77; Project Odin Software License can be found in LICENSE.TXT
     
    221221; @uses     eax, edx, ecx
    222222; @status   completely implemented.
    223 ; @author   knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     223; @author   knut st. osmundsen (bird@anduin.net)
    224224; @remark   Used by importTabInit.
    225225POST_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:08 bird Exp $
     1; $Id: devlast.asm,v 1.1.2.2 2002-04-01 09:57:12 bird Exp $
    22;
    33; DevLast - the object file termintating the resident part of the objects.
     
    55; after this file is discarded after init.
    66;
    7 ; Copyright (c) 1999-2001 knut st. osmundsen (kosmunds@csc.com)
     7; Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    88;
    99; Project Odin Software License can be found in LICENSE.TXT
     
    8888; @returns  Flat pointer to R0Init. (ax:dx)
    8989; @uses     uses eax, edx.
    90 ; @author   knut st. osmundsen (kosmunds@csc.com)
     90; @author   knut st. osmundsen (bird@anduin.net)
    9191_GetR0InitPtr PROC NEAR
    9292    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:04 bird Exp $
     1/* $Id: elf2lx.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $
    22 *
    33 * Elf2Lx - implementation.
    44 *
    5  * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: elf2lx.cpp,v 1.1.2.2 2002-04-01 09:06:04 bird Exp $";
     11static const char szFileId[] = "$Id: elf2lx.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $";
    1212#endif
    1313
     
    246246 * @param     pEhdr  Pointer to elf header.
    247247 * @status    completely implemented.
    248  * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     248 * @author    knut st. osmundsen (bird@anduin.net)
    249249 */
    250250BOOL 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:04 bird Exp $
     1/* $Id: k32AllocMemEx.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $
    22 *
    33 * k32AllocMemEx - Equivalent to DosAllocMem, but this one
    44 *                 uses the address in ppv.
    55 *
    6  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     6 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    77 *
    88 * Project Odin Software License can be found in LICENSE.TXT
     
    1010 */
    1111#ifndef NOFILEID
    12 static const char szFileId[] = "$Id: k32AllocMemEx.cpp,v 1.1.2.2 2002-04-01 09:06:04 bird Exp $";
     12static const char szFileId[] = "$Id: k32AllocMemEx.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $";
    1313#endif
    1414
     
    102102 * @sketch
    103103 * @status  partially implemented.
    104  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     104 * @author  knut st. osmundsen (bird@anduin.net)
    105105 * @remark  Seems like I have to solve that "Grow private arena" problem which
    106106 *          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:04 bird Exp $
     1/* $Id: k32HandleSystemEvent.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $
    22 *
    33 * k32HandleSystemEvent - Override system events like Ctrl-Alt-Delete
    44 *          and Ctrl-Alt-2xNumLock.
    55 *
    6  * Copyright (c) 2000-2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     6 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    77 *
    88 * Project Odin Software License can be found in LICENSE.TXT
     
    1010 */
    1111#ifndef NOFILEID
    12 static const char szFileId[] = "$Id: k32HandleSystemEvent.cpp,v 1.1.2.2 2002-04-01 09:06:04 bird Exp $";
     12static const char szFileId[] = "$Id: k32HandleSystemEvent.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $";
    1313#endif
    1414
     
    8686 *                      FALSE: Give control back to the OS of this event. (hev must match the current handle!)
    8787 * @status  partially implemented.
    88  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     88 * @author  knut st. osmundsen (bird@anduin.net)
    8989 * @remark  Not all events are implemented yet.
    9090 */
  • branches/splittup/src/win32k/src/k32KillProcessEx.cpp

    r8155 r8160  
    1 /* $Id: k32KillProcessEx.cpp,v 1.1.2.2 2002-04-01 09:06:05 bird Exp $
     1/* $Id: k32KillProcessEx.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $
    22 *
    33 * k32KillProcessEx - DosKillProcessEx extention.
    44 *
    5  * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: k32KillProcessEx.cpp,v 1.1.2.2 2002-04-01 09:06:05 bird Exp $";
     11static const char szFileId[] = "$Id: k32KillProcessEx.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $";
    1212#endif
    1313
     
    5353 * @sketch
    5454 * @status  Paritially implemented.
    55  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     55 * @author  knut st. osmundsen (bird@anduin.net)
    5656 */
    5757APIRET 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:05 bird Exp $
     1/* $Id: k32ProcessReadWrite.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $
    22 *
    33 * k32ProcessReadWrite  -  Read or write to another process.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: k32ProcessReadWrite.cpp,v 1.1.2.2 2002-04-01 09:06:05 bird Exp $";
     11static const char szFileId[] = "$Id: k32ProcessReadWrite.cpp,v 1.1.2.3 2002-04-01 09:57:13 bird Exp $";
    1212#endif
    1313
     
    5151 *                          FALSE:  pvTarget is within pid while pvSource is ours.
    5252 * @status      completely implelemented.
    53  * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     53 * @author      knut st. osmundsen (bird@anduin.net)
    5454 * @remark
    5555 */
  • branches/splittup/src/win32k/src/k32QueryCallGate.cpp

    r8155 r8160  
    1 /* $Id: k32QueryCallGate.cpp,v 1.1.2.2 2002-04-01 09:06:05 bird Exp $
     1/* $Id: k32QueryCallGate.cpp,v 1.1.2.3 2002-04-01 09:57:14 bird Exp $
    22 *
    33 * k32QueryCallGate - Query the callgate selector for the callgate to the k32 APIs.
    44 *
    5  * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: k32QueryCallGate.cpp,v 1.1.2.2 2002-04-01 09:06:05 bird Exp $";
     11static const char szFileId[] = "$Id: k32QueryCallGate.cpp,v 1.1.2.3 2002-04-01 09:57:14 bird Exp $";
    1212#endif
    1313
     
    5151 *          return the result of this attempt.
    5252 * @status  Completely implelemnted.
    53  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     53 * @author  knut st. osmundsen (bird@anduin.net)
    5454 */
    5555APIRET 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:05 bird Exp $
     1/* $Id: k32QueryOTEs.cpp,v 1.1.2.3 2002-04-01 09:57:14 bird Exp $
    22 *
    33 * k32QueryOTEs  -  Get's the object table entries (OTEs) for a given
    44 *                  module (given by a module handle).
    55 *
    6  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     6 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    77 *
    88 * Project Odin Software License can be found in LICENSE.TXT
     
    1010 */
    1111#ifndef NOFILEID
    12 static const char szFileId[] = "$Id: k32QueryOTEs.cpp,v 1.1.2.2 2002-04-01 09:06:05 bird Exp $";
     12static const char szFileId[] = "$Id: k32QueryOTEs.cpp,v 1.1.2.3 2002-04-01 09:57:14 bird Exp $";
    1313#endif
    1414
     
    4747 * @param       cbQOte  Size (in bytes) of the output buffer.
    4848 * @status      completely implelemented.
    49  * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     49 * @author      knut st. osmundsen (bird@anduin.net)
    5050 * @remark
    5151 */
  • branches/splittup/src/win32k/src/k32QueryOptionsStatus.cpp

    r8155 r8160  
    1 /* $Id: k32QueryOptionsStatus.cpp,v 1.1.2.2 2002-04-01 09:06:05 bird Exp $
     1/* $Id: k32QueryOptionsStatus.cpp,v 1.1.2.3 2002-04-01 09:57:14 bird Exp $
    22 *
    33 * k32QueryOptionsStatus  - Queries the options and/or the status of
    44 *                          Win32k.sys driver.
    55 *
    6  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     6 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    77 *
    88 * Project Odin Software License can be found in LICENSE.TXT
     
    1010 */
    1111#ifndef NOFILEID
    12 static const char szFileId[] = "$Id: k32QueryOptionsStatus.cpp,v 1.1.2.2 2002-04-01 09:06:05 bird Exp $";
     12static const char szFileId[] = "$Id: k32QueryOptionsStatus.cpp,v 1.1.2.3 2002-04-01 09:57:14 bird Exp $";
    1313#endif
    1414
     
    6565 * @param       pStatus     Pointer to status structure. (NULL is allowed)
    6666 * @status      completely implelemented.
    67  * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     67 * @author      knut st. osmundsen (bird@anduin.net)
    6868 * @remark      One of the pointer may be NULL.
    6969 */
  • branches/splittup/src/win32k/src/k32QuerySystemMemInfo.cpp

    r8155 r8160  
    1 /* $Id: k32QuerySystemMemInfo.cpp,v 1.1.2.2 2002-04-01 09:06:06 bird Exp $
     1/* $Id: k32QuerySystemMemInfo.cpp,v 1.1.2.3 2002-04-01 09:57:14 bird Exp $
    22 *
    33 * k32QuerySystemMemInfo - Collects more or less useful information on the
    44 *                         memory state of the system.
    55 *
    6  * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     6 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net)
    77 *
    88 * Project Odin Software License can be found in LICENSE.TXT
     
    1010 */
    1111#ifndef NOFILEID
    12 static const char szFileId[] = "$Id: k32QuerySystemMemInfo.cpp,v 1.1.2.2 2002-04-01 09:06:06 bird Exp $";
     12static const char szFileId[] = "$Id: k32QuerySystemMemInfo.cpp,v 1.1.2.3 2002-04-01 09:57:14 bird Exp $";
    1313#endif
    1414
     
    5858 * @param       pMemInfo    Pointer to options structure. (NULL is allowed)
    5959 * @status      completely implelemented.
    60  * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     60 * @author      knut st. osmundsen (bird@anduin.net)
    6161 * @remark      One of the pointer may be NULL.
    6262 */
  • branches/splittup/src/win32k/src/k32SendSystemEvent.cpp

    r8155 r8160  
    1 /* $Id: k32SendSystemEvent.cpp,v 1.1.2.2 2002-04-01 09:06:06 bird Exp $
     1/* $Id: k32SendSystemEvent.cpp,v 1.1.2.3 2002-04-01 09:57:15 bird Exp $
    22 *
    33 * k32SendSystemEvent - Send a system event like Ctrl-Alt-Delete
    44 *          and Ctrl-Alt-2xNumLock.
    55 *
    6  * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     6 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net)
    77 *
    88 * Project Odin Software License can be found in LICENSE.TXT
     
    1010 */
    1111#ifndef NOFILEID
    12 static const char szFileId[] = "$Id: k32SendSystemEvent.cpp,v 1.1.2.2 2002-04-01 09:06:06 bird Exp $";
     12static const char szFileId[] = "$Id: k32SendSystemEvent.cpp,v 1.1.2.3 2002-04-01 09:57:15 bird Exp $";
    1313#endif
    1414
     
    5555 *                      FALSE: Give control back to the OS of this event. (hev must match the current handle!)
    5656 * @status  partially implemented.
    57  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     57 * @author  knut st. osmundsen (bird@anduin.net)
    5858 * @remark  Not all events are implemented yet.
    5959 */
  • branches/splittup/src/win32k/src/k32SetEnvironment.cpp

    r8155 r8160  
    1 /* $Id: k32SetEnvironment.cpp,v 1.1.2.2 2002-04-01 09:06:06 bird Exp $
     1/* $Id: k32SetEnvironment.cpp,v 1.1.2.3 2002-04-01 09:57:15 bird Exp $
    22 *
    33 * k32SetEnvironment - Sets the Odin32 environment for a process.
    44 *
    5  * Copyright (c) 2001 knut st. osmundsen (kosmunds@csc.no)
     5 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: k32SetEnvironment.cpp,v 1.1.2.2 2002-04-01 09:06:06 bird Exp $";
     11static const char szFileId[] = "$Id: k32SetEnvironment.cpp,v 1.1.2.3 2002-04-01 09:57:15 bird Exp $";
    1212#endif
    1313
     
    5353 *                          Currently limited to the current process (if pszzEnvironment != NULL).
    5454 * @status  Completely implemented.
    55  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     55 * @author  knut st. osmundsen (bird@anduin.net)
    5656 * @remark  This is called by the kernel32 initterm proc.
    5757 *          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:06 bird Exp $
     1/* $Id: k32SetOptions.cpp,v 1.1.2.3 2002-04-01 09:57:15 bird Exp $
    22 *
    33 * k32SetOptions - Sets the changable options of win32k.sys the options.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: k32SetOptions.cpp,v 1.1.2.2 2002-04-01 09:06:06 bird Exp $";
     11static const char szFileId[] = "$Id: k32SetOptions.cpp,v 1.1.2.3 2002-04-01 09:57:15 bird Exp $";
    1212#endif
    1313
     
    6161 * @param       pOptions    Pointer to options structure. (NULL is allowed)
    6262 * @status      completely implelemented.
    63  * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     63 * @author      knut st. osmundsen (bird@anduin.net)
    6464 * @remark      One of the pointer may be NULL.
    6565 */
  • branches/splittup/src/win32k/src/ldr.cpp

    r8155 r8160  
    1 /* $Id: ldr.cpp,v 1.1.2.2 2002-04-01 09:06:07 bird Exp $
     1/* $Id: ldr.cpp,v 1.1.2.3 2002-04-01 09:57:15 bird Exp $
    22 *
    33 * ldr.cpp - Loader helpers.
    44 *
    5  * Copyright (c)  1999 knut  St.  osmundsen
     5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: ldr.cpp,v 1.1.2.2 2002-04-01 09:06:07 bird Exp $";
     11static const char szFileId[] = "$Id: ldr.cpp,v 1.1.2.3 2002-04-01 09:57:15 bird Exp $";
    1212#endif
    1313
     
    345345 * @sketch
    346346 * @status      completely implemented.
    347  * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     347 * @author      knut st. osmundsen (bird@anduin.net)
    348348 * @remark      The path from the pExeModule might not be fully qualified.
    349349 */
  • branches/splittup/src/win32k/src/mmf.cpp

    r8155 r8160  
    1 /* $Id: mmf.cpp,v 1.1.2.2 2002-04-01 09:06:07 bird Exp $
     1/* $Id: mmf.cpp,v 1.1.2.3 2002-04-01 09:57:16 bird Exp $
    22 *
    33 * Memory Mapped Files.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: mmf.cpp,v 1.1.2.2 2002-04-01 09:06:07 bird Exp $";
     11static const char szFileId[] = "$Id: mmf.cpp,v 1.1.2.3 2002-04-01 09:57:16 bird Exp $";
    1212#endif
    1313
  • branches/splittup/src/win32k/src/myLDRGetProcAddr.cpp

    r8155 r8160  
    1 /* $Id: myLDRGetProcAddr.cpp,v 1.1.2.2 2002-04-01 09:06:07 bird Exp $
     1/* $Id: myLDRGetProcAddr.cpp,v 1.1.2.3 2002-04-01 09:57:16 bird Exp $
    22 *
    33 * LDRGetProcAddr - Get an entry point to a module.
    44 *      We override this and allow querying entrypoints from executable too.
    55 *
    6  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     6 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    77 *
    88 * Project Odin Software License can be found in LICENSE.TXT
     
    1010 */
    1111#ifndef NOFILEID
    12 static const char szFileId[] = "$Id: myLDRGetProcAddr.cpp,v 1.1.2.2 2002-04-01 09:06:07 bird Exp $";
     12static const char szFileId[] = "$Id: myLDRGetProcAddr.cpp,v 1.1.2.3 2002-04-01 09:57:16 bird Exp $";
    1313#endif
    1414
  • branches/splittup/src/win32k/src/myLDRQAppType.cpp

    r8155 r8160  
    1 /* $Id: myLDRQAppType.cpp,v 1.1.2.2 2002-04-01 09:06:07 bird Exp $
     1/* $Id: myLDRQAppType.cpp,v 1.1.2.3 2002-04-01 09:57:16 bird Exp $
    22 *
    33 * _myLDRQAppType - _LDRQAppType overload.
    44 *
    5  * Copyright (c) 1998-1999 knut  St.  osmundsen
     5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: myLDRQAppType.cpp,v 1.1.2.2 2002-04-01 09:06:07 bird Exp $";
     11static const char szFileId[] = "$Id: myLDRQAppType.cpp,v 1.1.2.3 2002-04-01 09:57:16 bird Exp $";
    1212#endif
    1313
  • branches/splittup/src/win32k/src/myVMAllocMem.cpp

    r8155 r8160  
    1 /* $Id: myVMAllocMem.cpp,v 1.1.2.2 2002-04-01 09:06:07 bird Exp $
     1/* $Id: myVMAllocMem.cpp,v 1.1.2.3 2002-04-01 09:57:16 bird Exp $
    22 *
    33 * Debug module - overloads VMAllocMem to analyse input parameters....
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: myVMAllocMem.cpp,v 1.1.2.2 2002-04-01 09:06:07 bird Exp $";
     11static const char szFileId[] = "$Id: myVMAllocMem.cpp,v 1.1.2.3 2002-04-01 09:57:16 bird Exp $";
    1212#endif
    1313
     
    4949 * @sketch
    5050 * @status
    51  * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     51 * @author    knut st. osmundsen (bird@anduin.net)
    5252 * @remark
    5353 */
  • branches/splittup/src/win32k/src/myVR32AllocMem.asm

    r8149 r8160  
    1 ; $Id: myVR32AllocMem.asm,v 1.1.2.1 2002-03-31 20:09:15 bird Exp $
     1; $Id: myVR32AllocMem.asm,v 1.1.2.2 2002-04-01 09:57:16 bird Exp $
    22;
    33; VR32AllocMem over loader which adds the OBJ_ANY flag.
    44;
    5 ; Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5; Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net)
    66;
    77; 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:08 bird Exp $
     1/* $Id: myldrCheckInternalName.cpp,v 1.1.2.3 2002-04-01 09:57:17 bird Exp $
    22 *
    33 * ldrCheckInternalName - ldrCheckInternalName replacement with support for
    44 *                  long DLL names and no .DLL-extention dependency.
    55 *
    6  * Copyright (c) 1999-2001 knut st. osmundsen (kosmunds@csc.com)
     6 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    77 *
    88 * Project Odin Software License can be found in LICENSE.TXT
     
    1010 */
    1111#ifndef NOFILEID
    12 static const char szFileId[] = "$Id: myldrCheckInternalName.cpp,v 1.1.2.2 2002-04-01 09:06:08 bird Exp $";
     12static const char szFileId[] = "$Id: myldrCheckInternalName.cpp,v 1.1.2.3 2002-04-01 09:57:17 bird Exp $";
    1313#endif
    1414
  • branches/splittup/src/win32k/src/myldrClose.cpp

    r8155 r8160  
    1 /* $Id: myldrClose.cpp,v 1.1.2.2 2002-04-01 09:06:08 bird Exp $
     1/* $Id: myldrClose.cpp,v 1.1.2.3 2002-04-01 09:57:17 bird Exp $
    22 *
    33 * myldrClose - ldrClose
    44 *
    5  * Copyright (c) 1998-2001 knut st. osmundsen (kosmunds@csc.com)
     5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: myldrClose.cpp,v 1.1.2.2 2002-04-01 09:06:08 bird Exp $";
     11static const char szFileId[] = "$Id: myldrClose.cpp,v 1.1.2.3 2002-04-01 09:57:17 bird Exp $";
    1212#endif
    1313
  • branches/splittup/src/win32k/src/myldrEnum32bitRelRecs.cpp

    r8155 r8160  
    1 /* $Id: myldrEnum32bitRelRecs.cpp,v 1.1.2.2 2002-04-01 09:06:08 bird Exp $
     1/* $Id: myldrEnum32bitRelRecs.cpp,v 1.1.2.3 2002-04-01 09:57:17 bird Exp $
    22 *
    33 * myldrEnum32bitRelRecs - ldrEnum32bitRelRecs
    44 *
    5  * Copyright (c) 2000-2001 knut st. osmundsen (kosmunds@csc.com)
     5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: myldrEnum32bitRelRecs.cpp,v 1.1.2.2 2002-04-01 09:06:08 bird Exp $";
     11static const char szFileId[] = "$Id: myldrEnum32bitRelRecs.cpp,v 1.1.2.3 2002-04-01 09:57:17 bird Exp $";
    1212#endif
    1313
  • branches/splittup/src/win32k/src/myldrFindModule.cpp

    r8155 r8160  
    1 /* $Id: myldrFindModule.cpp,v 1.1.2.2 2002-04-01 09:06:08 bird Exp $
     1/* $Id: myldrFindModule.cpp,v 1.1.2.3 2002-04-01 09:57:17 bird Exp $
    22 *
    33 * ldrFindModule - ldrFindModule replacement with support for long DLL names
    44 *                  and .DLL-extention dependency.
    55 *
    6  * Copyright (c) 1999-2001 knut st. osmundsen (kosmunds@csc.com)
     6 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    77 *
    88 * Project Odin Software License can be found in LICENSE.TXT
     
    1010 */
    1111#ifndef NOFILEID
    12 static const char szFileId[] = "$Id: myldrFindModule.cpp,v 1.1.2.2 2002-04-01 09:06:08 bird Exp $";
     12static const char szFileId[] = "$Id: myldrFindModule.cpp,v 1.1.2.3 2002-04-01 09:57:17 bird Exp $";
    1313#endif
    1414
  • 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 $
    22;
    33; myldrGetFileName2 - assembly helper for ldrGetFileName.
     
    55;           doesn't have a path, and return correct *ppachExt.
    66;
    7 ; Copyright (c) 2000-2001 knut st. osmundsen (kosmunds@csc.com)
     7; Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    88;
    99; 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:09 bird Exp $
     1/* $Id: myldrOpen.cpp,v 1.1.2.3 2002-04-01 09:57:18 bird Exp $
    22 *
    33 * myldrOpen - ldrOpen.
    44 *
    5  * Copyright (c) 1998-2001 knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: myldrOpen.cpp,v 1.1.2.2 2002-04-01 09:06:09 bird Exp $";
     11static const char szFileId[] = "$Id: myldrOpen.cpp,v 1.1.2.3 2002-04-01 09:57:18 bird Exp $";
    1212#endif
    1313
     
    804804 *
    805805 * @status    completly implemented.
    806  * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     806 * @author    knut st. osmundsen (bird@anduin.net)
    807807 * @remark    Implementation note:
    808808 *  The arguments convention is as follows:
     
    938938 * @param     pszExecName   Pointer to new executable name.
    939939 * @status    completly implemented.
    940  * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     940 * @author    knut st. osmundsen (bird@anduin.net)
    941941 * @remark    .
    942942 */
     
    985985 * @param     pfl           Some flags set by ldrOpen.
    986986 * @sketch    stub
    987  * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     987 * @author    knut st. osmundsen (bird@anduin.net)
    988988 * @remark
    989989 */
  • branches/splittup/src/win32k/src/myldrOpenPath.cpp

    r8155 r8160  
    1 /* $Id: myldrOpenPath.cpp,v 1.1.2.2 2002-04-01 09:06:09 bird Exp $
     1/* $Id: myldrOpenPath.cpp,v 1.1.2.3 2002-04-01 09:57:18 bird Exp $
    22 *
    33 * myldrOpenPath - ldrOpenPath used to open executables we'll override
    44 * this to altern the search path for DLLs.
    55 *
    6  * Copyright (c) 2000-2001 knut st. osmundsen (kosmunds@csc.com)
     6 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    77 *
    88 * Project Odin Software License can be found in LICENSE.TXT
     
    1010 */
    1111#ifndef NOFILEID
    12 static const char szFileId[] = "$Id: myldrOpenPath.cpp,v 1.1.2.2 2002-04-01 09:06:09 bird Exp $";
     12static const char szFileId[] = "$Id: myldrOpenPath.cpp,v 1.1.2.3 2002-04-01 09:57:18 bird Exp $";
    1313#endif
    1414
  • branches/splittup/src/win32k/src/myldrOpenPatha.asm

    r8149 r8160  
    1 ; $Id: myldrOpenPatha.asm,v 1.1.2.1 2002-03-31 20:09:18 bird Exp $
     1; $Id: myldrOpenPatha.asm,v 1.1.2.2 2002-04-01 09:57:19 bird Exp $
    22;
    33; myldrOpenPatha - assembly helpers for myldrOpenPath.
    44;
    5 ; Copyright (c) 2000-2001 knut st. osmundsen (kosmunds@csc.com)
     5; Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    66;
    77; 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 $
    22 *
    33 * myldrRead - ldrRead.
    44 *
    5  * Copyright (c) 1998-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: myldrRead.cpp,v 1.1.2.2 2002-04-01 09:06:09 bird Exp $";
     11static const char szFileId[] = "$Id: myldrRead.cpp,v 1.1.2.3 2002-04-01 09:57:19 bird Exp $";
    1212#endif
    1313
     
    5858 *            forward request to the original ldrRead.
    5959 * @status    Completely implemented.
    60  * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     60 * @author    knut st. osmundsen (bird@anduin.net)
    6161 */
    6262ULONG 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:10 bird Exp $
     1/* $Id: myldrSetVMflags.cpp,v 1.1.2.3 2002-04-01 09:57:19 bird Exp $
    22 *
    33 * myldrSetVMflags - ldrSetVMflags
    44 *
    5  * Copyright (c) 2000-2001 knut st. osmundsen (kosmunds@csc.com)
     5 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: myldrSetVMflags.cpp,v 1.1.2.2 2002-04-01 09:06:10 bird Exp $";
     11static const char szFileId[] = "$Id: myldrSetVMflags.cpp,v 1.1.2.3 2002-04-01 09:57:19 bird Exp $";
    1212#endif
    1313
  • branches/splittup/src/win32k/src/myldrWasLoadModuled.cpp

    r8155 r8160  
    1 /* $Id: myldrWasLoadModuled.cpp,v 1.1.2.2 2002-04-01 09:06:10 bird Exp $
     1/* $Id: myldrWasLoadModuled.cpp,v 1.1.2.3 2002-04-01 09:57:19 bird Exp $
    22 *
    33 * ldrWasLoadModuled - Tells OS/2 that the executable module was LoadModuled
     
    55 *      executables too.
    66 *
    7  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     7 * Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    88 *
    99 * Project Odin Software License can be found in LICENSE.TXT
     
    1111 */
    1212#ifndef NOFILEID
    13 static const char szFileId[] = "$Id: myldrWasLoadModuled.cpp,v 1.1.2.2 2002-04-01 09:06:10 bird Exp $";
     13static const char szFileId[] = "$Id: myldrWasLoadModuled.cpp,v 1.1.2.3 2002-04-01 09:57:19 bird Exp $";
    1414#endif
    1515
  • 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 $
    22;
    33; mytkExecPgm - tkExecPgm overload
    44;
    5 ; Copyright (c) 2000-2001 knut st. osmundsen (kosmunds@csc.no)
     5; Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    66;
    77; Project Odin Software License can be found in LICENSE.TXT
     
    127127;            a PE-file started by pe.exe.
    128128; @status    completely implemented.
    129 ; @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     129; @author    knut st. osmundsen (bird@anduin.net)
    130130;
    131131;
     
    431431; @sketch
    432432; @status
    433 ; @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     433; @author    knut st. osmundsen (bird@anduin.net)
    434434; @remark
    435435tkExecPgmCopyEnv PROC NEAR
     
    501501; @sketch
    502502; @status
    503 ; @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     503; @author    knut st. osmundsen (bird@anduin.net)
    504504; @remark
    505505tkExecPgmEnvLength 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 $
    22;
    33; tkStartProcess overloader. Needed to clear the loader semaphore
    44; when a process is being started syncronously.
    55;
    6 ; Copyright (c) 2000-2001 knut st. osmundsen (kosmunds@csc.no)
     6; Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    77;
    88; Project Odin Software License can be found in LICENSE.TXT
     
    6969; @sketch
    7070; @status
    71 ; @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     71; @author    knut st. osmundsen (bird@anduin.net)
    7272; @remark
    7373_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 $
    22 *
    33 * Pe2Lx class implementation. Ring 0 and Ring 3
    44 *
    5  * Copyright (c) 1998-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net)
    66 * Copyright (c) 1998 Sander van Leeuwen (sandervl@xs4all.nl)
    77 * Copyright (c) 1998 Peter Fitzsimmons
     
    1111 */
    1212#ifndef NOFILEID
    13 static const char szFileId[] = "$Id: pe2lx.cpp,v 1.1.2.2 2002-04-01 09:06:10 bird Exp $";
     13static const char szFileId[] = "$Id: pe2lx.cpp,v 1.1.2.3 2002-04-01 09:57:20 bird Exp $";
    1414#endif
    1515
     
    20652065 *            FALSE if not an executable.
    20662066 * @sketch
    2067  * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     2067 * @author    knut st. osmundsen (bird@anduin.net)
    20682068 */
    20692069BOOL    Pe2Lx::isExe()
     
    20782078 *            FALSE if not a dynamic link library.
    20792079 * @sketch
    2080  * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     2080 * @author    knut st. osmundsen (bird@anduin.net)
    20812081 */
    20822082BOOL    Pe2Lx::isDll()
     
    20912091 * @sketch      Free path
    20922092 *              nullify path pointer and kernel32 handle.
    2093  * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     2093 * @author      knut st. osmundsen (bird@anduin.net)
    20942094 */
    20952095VOID Pe2Lx::invalidateOdin32Path()
     
    50425042 *              Fail returning FALSE.
    50435043 * @status
    5044  * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5044 * @author      knut st. osmundsen (bird@anduin.net)
    50455045 * @remark
    50465046 */
     
    51235123 * @sketch
    51245124 * @status
    5125  * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5125 * @author      knut st. osmundsen (bird@anduin.net)
    51265126 * @remark
    51275127 */
  • 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 $
    22 *
    33 * Xx2Lx main program. (Ring 3 only!)
    44 *
    5  * Copyright (c) 1999-2001 knut st. osmundsen
     5 * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    99 */
    1010#ifndef NOFILEID
    11 static const char szFileId[] = "$Id: xx2lxmain.cpp,v 1.1.2.2 2002-04-01 09:06:11 bird Exp $";
     11static const char szFileId[] = "$Id: xx2lxmain.cpp,v 1.1.2.3 2002-04-01 09:57:21 bird Exp $";
    1212#endif
    1313
Note: See TracChangeset for help on using the changeset viewer.