Changeset 8184 for branches


Ignore:
Timestamp:
Apr 1, 2002, 3:04:59 PM (24 years ago)
Author:
bird
Message:

Updated emails and copyrights.

Location:
branches/splittup/src/win32k/lib
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • branches/splittup/src/win32k/lib/libCallThruCallGate.asm

    r5224 r8184  
    1 ; $Id: libCallThruCallGate.asm,v 1.1 2001-02-21 07:47:57 bird Exp $
     1; $Id: libCallThruCallGate.asm,v 1.1.2.1 2002-04-01 13:04:54 bird Exp $
    22;
    33; Calls Win32k thru the call gate.
    44;
    5 ; Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5; Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net)
    66;
    77; Project Odin Software License can be found in LICENSE.TXT
     
    2929; @cproto    APIRET APIENTRY libWin32kCallThruCallGate(ULONG ulFunction, PVOID pvParam);
    3030; @returns   CS value.
    31 ; @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     31; @author    knut st. osmundsen (bird@anduin.net)
    3232libCallThruCallGate proc near
    3333    ASSUME  ds:FLAT, ss:FLAT
  • branches/splittup/src/win32k/lib/libDosAllocMemEx.c

    r5224 r8184  
    1 /* $Id: libDosAllocMemEx.c,v 1.8 2001-02-21 07:47:58 bird Exp $
     1/* $Id: libDosAllocMemEx.c,v 1.8.2.1 2002-04-01 13:04:54 bird Exp $
    22 *
    33 * DosAllocMemEx - Extened Edition of DosAllocMem.
    44 *                 Allows you to suggest an address of the memory.
    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
  • branches/splittup/src/win32k/lib/libDosKillProcessEx.c

    r6274 r8184  
    1 /* $Id: libDosKillProcessEx.c,v 1.1 2001-07-09 23:48:52 bird Exp $
     1/* $Id: libDosKillProcessEx.c,v 1.1.2.1 2002-04-01 13:04:55 bird Exp $
    22 *
    33 * DosKillProcessEx - Extened Edition of DosKillProcess.
    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
     
    3636 * @param   flAction    Action and flags defined in os2 headers and win32k.h
    3737 * @param   pid         Pid to kill or top of process tree to kill.
    38  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     38 * @author  knut st. osmundsen (bird@anduin.net)
    3939 */
    4040APIRET APIENTRY  DosKillProcessEx(ULONG flAction, PID pid)
  • branches/splittup/src/win32k/lib/libGetCS.asm

    r2915 r8184  
    1 ; $Id: libGetCS.asm,v 1.1 2000-02-26 20:19:26 bird Exp $
     1; $Id: libGetCS.asm,v 1.1.6.1 2002-04-01 13:04:55 bird Exp $
    22;
    33; Gets the CS.
    44;
    5 ; Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5; Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net)
    66;
    77; Project Odin Software License can be found in LICENSE.TXT
     
    2121; @cproto    USHORT APIENTRY  libHelperGetCS(void)
    2222; @returns   CS value.
    23 ; @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     23; @author    knut st. osmundsen (bird@anduin.net)
    2424libHelperGetCS proc near
    2525    xor eax,eax
  • branches/splittup/src/win32k/lib/libInit.c

    r6560 r8184  
    1 /* $Id: libInit.c,v 1.5 2001-08-19 01:21:13 bird Exp $
     1/* $Id: libInit.c,v 1.5.2.1 2002-04-01 13:04:55 bird Exp $
    22 *
    33 * Inits the Win32k library functions.
    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
     
    3737 * @returns   OS/2 return code.
    3838 * @status
    39  * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     39 * @author    knut st. osmundsen (bird@anduin.net)
    4040 * @remark
    4141 */
  • branches/splittup/src/win32k/lib/libPrivate.h

    r5224 r8184  
    1 /* $Id: libPrivate.h,v 1.1 2001-02-21 07:47:58 bird Exp $
     1/* $Id: libPrivate.h,v 1.1.2.1 2002-04-01 13:04:55 bird Exp $
    22 *
    33 * Private headerfile for the win32k library.
    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/lib/libTerm.c

    r5224 r8184  
    1 /* $Id: libTerm.c,v 1.4 2001-02-21 07:47:58 bird Exp $
     1/* $Id: libTerm.c,v 1.4.2.1 2002-04-01 13:04:56 bird Exp $
    22 *
    33 * Terminates the Win32k library functions.
    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
     
    2929 * @returns   OS/2 return code.
    3030 * @status    completely implemented.
    31  * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     31 * @author    knut st. osmundsen (bird@anduin.net)
    3232 */
    3333APIRET APIENTRY  libWin32kTerm(void)
  • branches/splittup/src/win32k/lib/libTest.c

    r4787 r8184  
    1 /* $Id: libTest.c,v 1.3 2000-12-11 06:53:54 bird Exp $
     1/* $Id: libTest.c,v 1.3.2.1 2002-04-01 13:04:56 bird Exp $
    22 *
    33 * Test program for the win32k library.
    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/lib/libW32kHandleSystemEvent.c

    r5224 r8184  
    1 /* $Id: libW32kHandleSystemEvent.c,v 1.2 2001-02-21 07:47:58 bird Exp $
     1/* $Id: libW32kHandleSystemEvent.c,v 1.2.2.1 2002-04-01 13:04:56 bird Exp $
    22 *
    33 * libW32kHandleSystemEvent - 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
     
    4545 *                      FALSE: Give control back to the OS of this event. (hev must match the current handle!)
    4646 * @status  partially implemented.
    47  * @author  knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     47 * @author  knut st. osmundsen (bird@anduin.net)
    4848 * @remark  Not all events are implemented yet.
    4949 */
  • branches/splittup/src/win32k/lib/libW32kProcessReadWrite.c

    r5224 r8184  
    1 /* $Id: libW32kProcessReadWrite.c,v 1.2 2001-02-21 07:47:58 bird Exp $
     1/* $Id: libW32kProcessReadWrite.c,v 1.2.2.1 2002-04-01 13:04:57 bird Exp $
    22 *
    33 * libW32kProcessReadWrite  -  Read or write to another process.
    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
     
    3636 *                          FALSE:  pvTarget is within pid while pvSource is ours.
    3737 * @status      completely implelemented.
    38  * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     38 * @author      knut st. osmundsen (bird@anduin.net)
    3939 */
    4040APIRET APIENTRY W32kProcessReadWrite(PID pid, ULONG cb, PVOID pvSource, PVOID pvTarget, BOOL fRead)
  • branches/splittup/src/win32k/lib/libW32kQueryOTEs.c

    r5224 r8184  
    1 /* $Id: libW32kQueryOTEs.c,v 1.3 2001-02-21 07:47:59 bird Exp $
     1/* $Id: libW32kQueryOTEs.c,v 1.3.2.1 2002-04-01 13:04:57 bird Exp $
    22 *
    33 * libW32kQueryOTEs - Get's the object table entries (OTEs) for a given
    44 *                    module (given by a module handle).
    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
     
    3434 * @param       cbQOte  Size (in bytes) of the output buffer.
    3535 * @status      completely implelemented.
    36  * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     36 * @author      knut st. osmundsen (bird@anduin.net)
    3737 * @remark
    3838 */
  • branches/splittup/src/win32k/lib/libW32kQuerySystemMemInfo.c

    r5224 r8184  
    1 /* $Id: libW32kQuerySystemMemInfo.c,v 1.2 2001-02-21 07:47:59 bird Exp $
     1/* $Id: libW32kQuerySystemMemInfo.c,v 1.2.2.1 2002-04-01 13:04:57 bird Exp $
    22 *
    33 * libW32kQuerySystemMemInfo - 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
     
    3535 *                          and hence will only be valid on successful return.
    3636 * @status      completely implelemented.
    37  * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     37 * @author      knut st. osmundsen (bird@anduin.net)
    3838 * @remark      This function must be backward compatitible if changed.
    3939 */
  • branches/splittup/src/win32k/lib/libWin32kInstalled.c

    r5224 r8184  
    1 /* $Id: libWin32kInstalled.c,v 1.3 2001-02-21 07:47:59 bird Exp $
     1/* $Id: libWin32kInstalled.c,v 1.3.2.1 2002-04-01 13:04:57 bird Exp $
    22 *
    33 * libWin32kInstalled - checks if Win32k is installed or not.
    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
     
    2929 *              FALSE:  Win32k is not installed. (or not inited yet)
    3030 * @status      completely implelemented.
    31  * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     31 * @author      knut st. osmundsen (bird@anduin.net)
    3232 * @remark      The caller is reponsible for having called the libInit
    3333 *              function before this call to get a decent result.
  • branches/splittup/src/win32k/lib/libWin32kQueryOptionsStatus.c

    r5224 r8184  
    1 /* $Id: libWin32kQueryOptionsStatus.c,v 1.3 2001-02-21 07:47:59 bird Exp $
     1/* $Id: libWin32kQueryOptionsStatus.c,v 1.3.2.1 2002-04-01 13:04:58 bird Exp $
    22 *
    33 * libWin32kQueryOptionsStatus - Queries the options and/or the status of
    44 *                               Win32k.sys driver.
    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
     
    3535 *                          (cb have to be set to the size of the structure.)
    3636 * @status      completely implelemented.
    37  * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     37 * @author      knut st. osmundsen (bird@anduin.net)
    3838 * @remark
    3939 */
  • branches/splittup/src/win32k/lib/libWin32kSetEnvironment.c

    r6213 r8184  
    1 /* $Id: libWin32kSetEnvironment.c,v 1.1 2001-07-08 02:51:24 bird Exp $
     1/* $Id: libWin32kSetEnvironment.c,v 1.1.2.1 2002-04-01 13:04:58 bird Exp $
    22 *
    33 * libWin32kSetEnvironment - Set the Odin32 environment block pointer for the
    44 *                           current process.
    55 *
    6  * Copyright (c) 2001 knut st. osmundsen (kosmunds@csc.no)
     6 * Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net)
    77 *
    88 * Project Odin Software License can be found in LICENSE.TXT
     
    3636 * @param       pid                 Process id.
    3737 * @status      completely implelemented.
    38  * @author      knut st. osmundsen (kosmunds@csc.no)
     38 * @author      knut st. osmundsen (bird@anduin.net)
    3939 */
    4040APIRET APIENTRY  libWin32kSetEnvironment(PSZ pszzEnvironment, ULONG cchEnvironment, PID pid)
  • branches/splittup/src/win32k/lib/libWin32kSetOptions.c

    r5224 r8184  
    1 /* $Id: libWin32kSetOptions.c,v 1.4 2001-02-21 07:47:59 bird Exp $
     1/* $Id: libWin32kSetOptions.c,v 1.4.2.1 2002-04-01 13:04:59 bird Exp $
    22 *
    33 * libWin32kSetOptions - Sets the changable options of win32k.sys the options.
    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
     
    3434 *                          (cb have to be set to the size of the structure.)
    3535 * @status      completely implelemented.
    36  * @author      knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     36 * @author      knut st. osmundsen (bird@anduin.net)
    3737 * @remark
    3838 */
Note: See TracChangeset for help on using the changeset viewer.