Changeset 4787 for trunk/src


Ignore:
Timestamp:
Dec 11, 2000, 7:53:57 AM (25 years ago)
Author:
bird
Message:

Changed email address... (may some dll fixes changes too.)

Location:
trunk/src/win32k
Files:
41 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/Makefile

    r4715 r4787  
    1 # $Id: Makefile,v 1.63 2000-12-02 23:32:38 bird Exp $
     1# $Id: Makefile,v 1.64 2000-12-11 06:53:47 bird Exp $
    22
    33#
     
    129129#
    130130win32k.vpj:
    131     ..\..\tools\vslick\genproject.cmd $@ $(CINCLUDES)
     131    ..\..\tools\vslick\genproject.cmd $@  $(CINCLUDES) -s -r
    132132
    133133
  • trunk/src/win32k/dev16/d16init.c

    r4185 r4787  
    1 /* $Id: d16init.c,v 1.8 2000-09-04 16:40:47 bird Exp $
     1/* $Id: d16init.c,v 1.9 2000-12-11 06:53:48 bird Exp $
    22 *
    33 * d16init - init routines for both drivers.
     
    258258 * @returns   Same as DevHelp_GetDosVar.
    259259 * @status    completely implemented.
    260  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     260 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    261261 * @remark    If you are not sure if TKSSBase16 is set or not, call this.
    262262 *            After R0Init16 is called TKSSBase16 _is_ set.
  • trunk/src/win32k/dev16/extract.c

    r4307 r4787  
    1 /* $Id: extract.c,v 1.2 2000-09-22 09:22:34 bird Exp $
     1/* $Id: extract.c,v 1.3 2000-12-11 06:53:48 bird Exp $
    22 *
    33 * Description:     SymDB entry generator.
     
    8989 * @param     pszFilename  Pointer to read only filename of the .sym-file.
    9090 * @status    completely implemented.
    91  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     91 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    9292 * @remark    Currently only retail kernels are processed. See note below.
    9393 */
     
    245245        int         i;
    246246
    247         printf16("/* $Id: extract.c,v 1.2 2000-09-22 09:22:34 bird Exp $\n"
     247        printf16("/* $Id: extract.c,v 1.3 2000-12-11 06:53:48 bird Exp $\n"
    248248                 "*\n"
    249249                 "* Autogenerated kernel symbol database.\n"
    250250                 "*\n"
    251                  "* Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)\n"
     251                 "* Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)\n"
    252252                 "*\n"
    253253                 "* Project Odin Software License can be found in LICENSE.TXT\n"
  • trunk/src/win32k/dev32/d32ElfIOCtl.c

    r4164 r4787  
    1 /* $Id: d32ElfIOCtl.c,v 1.2 2000-09-02 21:07:57 bird Exp $
     1/* $Id: d32ElfIOCtl.c,v 1.3 2000-12-11 06:53:48 bird Exp $
    22 *
    33 * Elf driver IOCtl handler function.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    3232 * @sketch
    3333 * @status    stub.
    34  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     34 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    3535 */
    3636USHORT _loadds _Far32 _Pascal ElfIOCtl(PRP32GENIOCTL pRpIOCtl)
  • trunk/src/win32k/dev32/d32Win32kIOCtl.c

    r4347 r4787  
    1 /* $Id: d32Win32kIOCtl.c,v 1.3 2000-10-01 02:58:15 bird Exp $
     1/* $Id: d32Win32kIOCtl.c,v 1.4 2000-12-11 06:53:48 bird Exp $
    22 *
    33 * Win32k driver IOCtl handler function.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    3535 * @returns   Gen IOCtl return code.
    3636 * @param     pRpIOCtl  Pointer to 32-bit request packet. (not to the original packet)
    37  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     37 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    3838 */
    3939USHORT _loadds _Far32 _Pascal Win32kIOCtl(PRP32GENIOCTL pRpIOCtl)
  • trunk/src/win32k/elf2lx/elf2lx.cpp

    r4164 r4787  
    1 /* $Id: elf2lx.cpp,v 1.4 2000-09-02 21:07:58 bird Exp $
     1/* $Id: elf2lx.cpp,v 1.5 2000-12-11 06:53:48 bird Exp $
    22 *
    33 * Elf2Lx - implementation.
    44 *
    5  * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    247247 * @param     pEhdr  Pointer to elf header.
    248248 * @status    completely implemented.
    249  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     249 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    250250 */
    251251BOOL Elf2Lx::validHeader(Elf32_Ehdr *pEhdr)
  • trunk/src/win32k/elf2lx/elfdumper.cpp

    r2899 r4787  
    1 /* $Id: elfdumper.cpp,v 1.2 2000-02-26 00:46:30 bird Exp $
     1/* $Id: elfdumper.cpp,v 1.3 2000-12-11 06:53:49 bird Exp $
    22 *
    33 * ELF dumper utility
    44 *
    5  * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    694694 * @param     pHdr32  Pointer to ELF header (and base of the loaded file).
    695695 * @param     pPhdr   Pointer to program header.
    696  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     696 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    697697 */
    698698int dumpELFDynamicSegment(Elf32_Ehdr * pHdr32,  Elf32_Phdr * pPhdr)
     
    855855 * @param     tag    Tag type to find.
    856856 * @param     pword  Pointer to Elf32_Word which will hold the tag value if found.
    857  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     857 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    858858 */
    859859int getELFDynmaicTagValue(Elf32_Dyn *pDyn, Elf32_Sword tag, Elf32_Word *pword)
     
    875875 * @param     pHdr32  Pointer to ELF header (and base of the loaded file).
    876876 * @param     pPhdr   Pointer to program header.
    877  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     877 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    878878 */
    879879int dumpELFInterpreterSegment(Elf32_Ehdr * pHdr32,  Elf32_Phdr * pPhdr)
     
    889889 * @param     pHdr32  Pointer to ELF header (and base of the loaded file).
    890890 * @param     pPhdr   Pointer to program header.
    891  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     891 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    892892 */
    893893int dumpELFNoteSegment(Elf32_Ehdr * pHdr32,  Elf32_Phdr * pPhdr)
  • trunk/src/win32k/include/OS2KPTDA.h

    r4347 r4787  
    1 /* $Id: OS2KPTDA.h,v 1.3 2000-10-01 02:58:16 bird Exp $
     1/* $Id: OS2KPTDA.h,v 1.4 2000-12-11 06:53:49 bird Exp $
    22 *
    33 * PTDA access functions.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/include/OS2KSEM.h

    r4164 r4787  
    1 /* $Id: OS2KSEM.h,v 1.2 2000-09-02 21:07:59 bird Exp $
     1/* $Id: OS2KSEM.h,v 1.3 2000-12-11 06:53:49 bird Exp $
    22 *
    33 * OS/2 kernel Semaphore functions.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/include/OS2KTCB.h

    r3829 r4787  
    1 /* $Id: OS2KTCB.h,v 1.1 2000-07-16 22:21:18 bird Exp $
     1/* $Id: OS2KTCB.h,v 1.2 2000-12-11 06:53:50 bird Exp $
    22 *
    33 * TCB - Thread Control Block access methods.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/include/OS2KTK.h

    r4347 r4787  
    1 /* $Id: OS2KTK.h,v 1.3 2000-10-01 02:58:16 bird Exp $
     1/* $Id: OS2KTK.h,v 1.4 2000-12-11 06:53:50 bird Exp $
    22 *
    33 * OS2KTK - OS/2 Kernel Task.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/include/OS2KVM.h

    r4347 r4787  
    1 /* $Id: OS2KVM.h,v 1.7 2000-10-01 02:58:17 bird Exp $
     1/* $Id: OS2KVM.h,v 1.8 2000-12-11 06:53:50 bird Exp $
    22 *
    33 * OS/2 kernel VM functions.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/include/elf.h

    r2899 r4787  
    1 /* $Id: elf.h,v 1.5 2000-02-26 00:46:30 bird Exp $
     1/* $Id: elf.h,v 1.6 2000-12-11 06:53:51 bird Exp $
    22 *
    33 * ELF stuff.
    44 *
    5  * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/include/elf2lx.h

    r2924 r4787  
    1 /* $Id: elf2lx.h,v 1.3 2000-02-27 02:16:04 bird Exp $
     1/* $Id: elf2lx.h,v 1.4 2000-12-11 06:53:51 bird Exp $
    22 *
    33 * Elf2Lx - Declaration.
    44 *
    5  * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    1717 * @version
    1818 * @verdesc
    19  * @author      knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     19 * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    2020 * @approval
    2121 */
  • trunk/src/win32k/include/env.h

    r4164 r4787  
    1 /* $Id: env.h,v 1.3 2000-09-02 21:08:01 bird Exp $
     1/* $Id: env.h,v 1.4 2000-12-11 06:53:51 bird Exp $
    22 *
    33 * Environment access functions
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/include/k32.h

    r4347 r4787  
    1 /* $Id: k32.h,v 1.4 2000-10-01 02:58:17 bird Exp $
     1/* $Id: k32.h,v 1.5 2000-12-11 06:53:51 bird Exp $
    22 *
    33 * k32 - definitions.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/include/myExecPgm.h

    r4164 r4787  
    1 /* $Id: myExecPgm.h,v 1.2 2000-09-02 21:08:03 bird Exp $
     1/* $Id: myExecPgm.h,v 1.3 2000-12-11 06:53:51 bird Exp $
    22 *
    33 * Desclarations for buffer.asm and mytkExecPgm.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/include/pe2lx.h

    r4307 r4787  
    1 /* $Id: pe2lx.h,v 1.11 2000-09-22 09:22:37 bird Exp $
     1/* $Id: pe2lx.h,v 1.12 2000-12-11 06:53:51 bird Exp $
    22 *
    33 * Pe2Lx class declarations. Ring 0 and Ring 3
    44 *
    5  * Copyright (c) 1998-2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 1998-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/include/ptda.h

    r3413 r4787  
    1 /* $Id: ptda.h,v 1.2 2000-04-17 02:26:29 bird Exp $
     1/* $Id: ptda.h,v 1.3 2000-12-11 06:53:52 bird Exp $
    22 *
    33 * PTDA access functions.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/include/test.h

    r4347 r4787  
    1 /* $Id: test.h,v 1.4 2000-10-01 02:58:17 bird Exp $
     1/* $Id: test.h,v 1.5 2000-12-11 06:53:52 bird Exp $
    22 *
    33 * Definitions and declarations for test moduls.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/k32/k32AllocMemEx.cpp

    r4164 r4787  
    1 /* $Id: k32AllocMemEx.cpp,v 1.3 2000-09-02 21:08:05 bird Exp $
     1/* $Id: k32AllocMemEx.cpp,v 1.4 2000-12-11 06:53:52 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@pmsc.no)
     6 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    77 *
    88 * Project Odin Software License can be found in LICENSE.TXT
     
    9595 * @sketch
    9696 * @status    stub
    97  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     97 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    9898 * @remark
    9999 */
  • trunk/src/win32k/ldr/ModuleBase.cpp

    r4307 r4787  
    1 /* $Id: ModuleBase.cpp,v 1.5 2000-09-22 09:22:39 bird Exp $
     1/* $Id: ModuleBase.cpp,v 1.6 2000-12-11 06:53:53 bird Exp $
    22 *
    33 * ModuleBase - Implementetation.
    44 *
    5  * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    302302 * Gets the modulename.
    303303 * @returns     Const ("Readonly") pointer to the module name.
    304  * @author      knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     304 * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    305305 * @remark      Modulename is filename without path and extention.
    306306 */
  • trunk/src/win32k/ldr/myVMAllocMem.cpp

    r2799 r4787  
    1 /* $Id: myVMAllocMem.cpp,v 1.1 2000-02-15 23:39:20 bird Exp $
     1/* $Id: myVMAllocMem.cpp,v 1.2 2000-12-11 06:53:53 bird Exp $
    22 *
    33 * Debug module - overloads VMAllocMem to analyse input parameters....
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    4444 * @sketch
    4545 * @status
    46  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     46 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    4747 * @remark
    4848 */
  • trunk/src/win32k/ldr/myldrEnum32bitRelRecs.cpp

    r4164 r4787  
    1 /* $Id: myldrEnum32bitRelRecs.cpp,v 1.3 2000-09-02 21:08:08 bird Exp $
     1/* $Id: myldrEnum32bitRelRecs.cpp,v 1.4 2000-12-11 06:53:53 bird Exp $
    22 *
    33 * myldrEnum32bitRelRecs - ldrEnum32bitRelRecs
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/ldr/myldrRead.cpp

    r4164 r4787  
    1 /* $Id: myldrRead.cpp,v 1.7 2000-09-02 21:08:10 bird Exp $
     1/* $Id: myldrRead.cpp,v 1.8 2000-12-11 06:53:53 bird Exp $
    22 *
    33 * myldrRead - ldrRead.
     
    5454 *            forward request to the original ldrRead.
    5555 * @status    Completely implemented.
    56  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     56 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    5757 */
    5858ULONG LDRCALL myldrRead(
  • trunk/src/win32k/lib/libDosAllocMemEx.c

    r4164 r4787  
    1 /* $Id: libDosAllocMemEx.c,v 1.4 2000-09-02 21:08:11 bird Exp $
     1/* $Id: libDosAllocMemEx.c,v 1.5 2000-12-11 06:53:53 bird Exp $
    22 *
    33 * DosAllocMemEx - Extened Edition of DosAllocMem.
    44 *                 Allows you to suggest an address of the memory.
    55 *
    6  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     6 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    77 *
    88 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/lib/libInit.c

    r2904 r4787  
    1 /* $Id: libInit.c,v 1.2 2000-02-26 17:48:22 bird Exp $
     1/* $Id: libInit.c,v 1.3 2000-12-11 06:53:54 bird Exp $
    22 *
    33 * Inits the Win32k library functions.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    3535 * @returns   OS/2 return code.
    3636 * @status
    37  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     37 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    3838 * @remark
    3939 */
  • trunk/src/win32k/lib/libTerm.c

    r2904 r4787  
    1 /* $Id: libTerm.c,v 1.2 2000-02-26 17:48:23 bird Exp $
     1/* $Id: libTerm.c,v 1.3 2000-12-11 06:53:54 bird Exp $
    22 *
    33 * Terminates the Win32k library functions.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    3535 * @returns   OS/2 return code.
    3636 * @status    completely implemented.
    37  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     37 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    3838 */
    3939APIRET APIENTRY  libWin32kTerm(void)
  • trunk/src/win32k/lib/libTest.c

    r4164 r4787  
    1 /* $Id: libTest.c,v 1.2 2000-09-02 21:08:11 bird Exp $
     1/* $Id: libTest.c,v 1.3 2000-12-11 06:53:54 bird Exp $
    22 *
    33 * Test program for the win32k library.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/misc/OS2KPTDA.c

    r4347 r4787  
    1 /* $Id: OS2KPTDA.c,v 1.3 2000-10-01 02:58:20 bird Exp $
     1/* $Id: OS2KPTDA.c,v 1.4 2000-12-11 06:53:54 bird Exp $
    22 *
    33 * PTDA access functions.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/misc/OS2KTCB.c

    r4164 r4787  
    1 /* $Id: OS2KTCB.c,v 1.2 2000-09-02 21:08:13 bird Exp $
     1/* $Id: OS2KTCB.c,v 1.3 2000-12-11 06:53:54 bird Exp $
    22 *
    33 * TCB - Thread Control Block access methods.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/misc/env.c

    r4164 r4787  
    1 /* $Id: env.c,v 1.3 2000-09-02 21:08:13 bird Exp $
     1/* $Id: env.c,v 1.4 2000-12-11 06:53:54 bird Exp $
    22 *
    33 * Environment access functions
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/misc/ptda.c

    r3413 r4787  
    1 /* $Id: ptda.c,v 1.2 2000-04-17 02:26:29 bird Exp $
     1/* $Id: ptda.c,v 1.3 2000-12-11 06:53:54 bird Exp $
    22 *
    33 * PTDA access functions.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/pe2lx/pe2lx.cpp

    r4307 r4787  
    1 /* $Id: pe2lx.cpp,v 1.21 2000-09-22 09:22:41 bird Exp $
     1/* $Id: pe2lx.cpp,v 1.22 2000-12-11 06:53:55 bird Exp $
    22 *
    33 * Pe2Lx class implementation. Ring 0 and Ring 3
    44 *
    5  * Copyright (c) 1998-2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 1998-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 * Copyright (c) 1998 Sander van Leeuwen (sandervl@xs4all.nl)
    77 * Copyright (c) 1998 Peter Fitzsimmons
     
    17561756 *            FALSE if not an executable.
    17571757 * @sketch
    1758  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     1758 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    17591759 */
    17601760BOOL    Pe2Lx::isExe()
     
    17691769 *            FALSE if not a dynamic link library.
    17701770 * @sketch
    1771  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     1771 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    17721772 */
    17731773BOOL    Pe2Lx::isDll()
  • trunk/src/win32k/rexx/kRx.c

    r3650 r4787  
    1 /* $Id: kRx.c,v 1.2 2000-06-03 03:50:45 bird Exp $
     1/* $Id: kRx.c,v 1.3 2000-12-11 06:53:56 bird Exp $
    22 *
    33 * kRx - Small rexx script interpreter.
     
    55 * Will be re-written in assembly later!!!
    66 *
    7  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     7 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    88 *
    99 * Project Odin Software License can be found in LICENSE.TXT
     
    4242 * @sketch
    4343 * @status
    44  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     44 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    4545 * @remark
    4646 */
  • trunk/src/win32k/test/TstProcessReadWrite.c

    r4347 r4787  
    1 /* $Id: TstProcessReadWrite.c,v 1.1 2000-10-01 02:58:21 bird Exp $
     1/* $Id: TstProcessReadWrite.c,v 1.2 2000-12-11 06:53:56 bird Exp $
    22 *
    33 * Test program for the ProcessReadWrite API.
     
    99 *      - Parent process reads the text data back again and displays it.
    1010 *
    11  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     11 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    1212 *
    1313 * Project Odin Software License can be found in LICENSE.TXT
     
    6565 * @sketch
    6666 * @status
    67  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     67 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    6868 * @remark
    6969 */
  • trunk/src/win32k/test/dos.c

    r4164 r4787  
    1 /* $Id: dos.c,v 1.2 2000-09-02 21:08:20 bird Exp $
     1/* $Id: dos.c,v 1.3 2000-12-11 06:53:57 bird Exp $
    22 *
    33 * Thunkers for OS/2 APIs.
     
    66 * emulate different things.
    77 *
    8  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     8 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    99 *
    1010 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/win32k/test/fake.c

    r4347 r4787  
    1 /* $Id: fake.c,v 1.4 2000-10-01 02:58:21 bird Exp $
     1/* $Id: fake.c,v 1.5 2000-12-11 06:53:57 bird Exp $
    22 *
    33 * Fake stubs for the ldr and kernel functions we imports or overloads.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    129129 * Initiate workers (imported kernel functions / vars)
    130130 * @status    partially implemented.
    131  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     131 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    132132 */
    133133void  workersinit(void)
     
    167167 * @param   hFile    Filehandle of the file to be closed.
    168168 * @status  completely impelemented.
    169  * @author  knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     169 * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    170170 * @remark
    171171 */
     
    194194 * @sketch    Do a DosOpen on the filename.
    195195 * @status    partially implemented.
    196  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     196 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    197197 * @remark
    198198 */
     
    278278 * @sketch
    279279 * @status    stub.
    280  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     280 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    281281 * @remark
    282282 */
     
    939939 *                          (ie. the number of times we have taken this semaphore.)
    940940 * @status      completely implemented.
    941  * @author      knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     941 * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    942942 */
    943943BOOL KRNLCALL  fakeKSEMQueryMutex(HKSEMMTX hkmtx, PUSHORT pcusNest)
     
    978978 * @param       fulFlags    Semaphore flags. (not validated)
    979979 * @status      partially implemented.
    980  * @author      knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     980 * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    981981 */
    982982VOID  KRNLCALL  fakeKSEMInit(PKSEM pksem, ULONG fulType, ULONG fulFlags)
     
    10031003 * @returns     Thread slot number.
    10041004 * @status      completely implemented.
    1005  * @author      knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     1005 * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    10061006 */
    10071007unsigned short getSlot(void)
     
    11551155 * @sketch
    11561156 * @status
    1157  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     1157 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    11581158 * @remark
    11591159 */
     
    11961196 * @sketch
    11971197 * @status
    1198  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     1198 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    11991199 * @remark
    12001200 */
     
    12381238 *
    12391239 * @status
    1240  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     1240 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    12411241 * @remark
    12421242 */
     
    13471347 *
    13481348 * @status
    1349  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     1349 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    13501350 * @remark
    13511351 */
     
    14731473 *
    14741474 * @status
    1475  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     1475 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    14761476 * @remark
    14771477 */
     
    15581558 *
    15591559 * @status
    1560  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     1560 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    15611561 * @remark
    15621562 */
     
    17421742 *
    17431743 * @status
    1744  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     1744 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    17451745 * @remark
    17461746 */
     
    18091809 * @sketch    Loop thru the string converting all english letters to uppercase.
    18101810 * @status    partially implemented.
    1811  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     1811 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    18121812 * @remark    This is probably written in assembly and does DBCS checks...
    18131813 */
     
    18431843 *  Loop thru the validatetbl and update each field (which isn't null) by adding
    18441844 *  the off value, and validate that the pointer is ok.
    1845  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     1845 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    18461846 * @remark
    18471847 */
  • trunk/src/win32k/test/win32ktst.c

    r4307 r4787  
    1 /* $Id: win32ktst.c,v 1.3 2000-09-22 09:22:43 bird Exp $
     1/* $Id: win32ktst.c,v 1.4 2000-12-11 06:53:57 bird Exp $
    22 *
    33 * Win32k test module.
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    327327 * Prints syntax information.
    328328 * @status  partially implemented.
    329  * @author  knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     329 * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    330330 */
    331331void    syntax(void)
     
    347347 * @param   argv    main argv
    348348 * @status  completely implemented.
    349  * @author  knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     349 * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    350350 */
    351351int     kernelInit(int iTest, int argc, char **argv)
     
    545545 * @param   pszInitArgs     Pointer to init arguments.
    546546 * @status  completely implemented.
    547  * @author  knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     547 * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    548548 */
    549549void initRPInit(RP32INIT *pRpInit, char *pszInitArgs)
     
    566566 * @param   argv    main argv
    567567 * @status  completely implemented.
    568  * @author  knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     568 * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    569569 */
    570570int tests(int iTest, int argc, char **argv)
     
    605605 *          1 on failure.
    606606 * @status  completely implemented.
    607  * @author  knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     607 * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    608608 */
    609609int TestCase1(int argc, char **argv)
     
    671671 *          1 on failure.
    672672 * @status  completely implemented.
    673  * @author  knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     673 * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    674674 */
    675675int TestCase2(void)
     
    732732 *          1 on failure.
    733733 * @status  completely implemented.
    734  * @author  knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     734 * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    735735 */
    736736int TestCase3(void)
     
    789789 * @param   pOpt
    790790 * @status  completely implemented.
    791  * @author  knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     791 * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    792792 */
    793793int CompareOptions(struct options *pOpt)
     
    850850 * @sketch
    851851 * @status
    852  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     852 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    853853 * @remark
    854854 */
  • trunk/src/win32k/win32k.tools.mk

    r4746 r4787  
    1 # $Id: win32k.tools.mk,v 1.2 2000-12-03 21:45:10 bird Exp $
     1# $Id: win32k.tools.mk,v 1.3 2000-12-11 06:53:47 bird Exp $
    22
    33#
     
    4949CPPFLAGS    = -q -Ge -Gs- -Gr+ -Rn -Ss+ -Mp -Wall+ppt-ppc-inl-cnv-gnr-vft-        -Gx+ -Ti+ -Oc+ -Os-
    5050!ifdef NODEBUGINFO
     51LFLAGS      = /nologo /MAP /NOI /NOE /NOD /A:16 /PACKCODE /PACKDATA /EXEPACK:2 /NODEBUG
     52!else
    5153LFLAGS      = /nologo /MAP /NOI /NOE /NOD /A:16 /PACKCODE /PACKDATA /NOEXEPACK /DEBUG
    52 !else
    53 LFLAGS      = /nologo /MAP /NOI /NOE /NOD /A:16 /PACKCODE /PACKDATA /EXEPACK:2 /NODEBUG
    5454!endif
    5555!endif
  • trunk/src/win32k/win32k.txt

    r4180 r4787  
    6666provided you are running fixpack 32 or later.
    6767(Fixpack 32 + y2kclock.exe is required for Y2K readyness anyway so...)
    68 
    69 2.3.2.1 OS/2 2.11
    70 -----------------
    71 
    72 For the curiose user, Win32k.sys will probably work with OS/2 2.11 too.
    73 I've not test this. But I have run successful Ring-3 tests against the
    74 lates 2.11 fixpack kernels.
    7568
    7669
     
    162155-Resheapinit:   Initial resident in bytes.
    163156                Default: 16MB
     157
     158
     159OS/2 Loader parameter:
     160-Dllfixes<:E|:D>
     161                Enables or Disables the long DLL name and non .DLL
     162                extention fixes. OS/2 DLLs have been limited to 8 chars
     163                names since version 2.<something>. This is a very bad
     164                limitation. Also OS/2 forces all DLL loaded to loadtime
     165                to have the extention '.DLL'.
     166                Both these retritions are removed if this option is
     167                enabled.
     168                For DLL with non .DLL extention the internal name must
     169                have to the extention included. (If you the experiences
     170                problems with IMPLIB.EXE, enclose the internal name
     171                in double-quotes.)
     172                You should not make a DLL with a name starting with
     173                DOSCALLS, DOSCALLS1, IBMVGA32, IBMDEV32 or IBMXGA32.
     174                Current state for this feature is EXPERIMENTAL.
     175                Default: Enabled
    164176
    165177
Note: See TracChangeset for help on using the changeset viewer.