reactos.git
24 years agoadvapi32 compiles OK.
Emanuele Aliberti [Sun, 7 Nov 1999 08:03:28 +0000 (08:03 +0000)]
advapi32 compiles OK.
Build number auto-generated (see apps/buildno, include/reactos/version.h,
include/reactos/buildno.h).
include/internal/version.h moved in include/reactos.
Added default search paths for includes in .rc rule (rules.mak).

svn path=/trunk/; revision=756

24 years agoKeep DEL quiet when called from a batch file.
Eric Kohl [Sat, 6 Nov 1999 00:53:33 +0000 (00:53 +0000)]
Keep DEL quiet when called from a batch file.

svn path=/trunk/; revision=754

24 years agoNew Y command and some fixes.
Eric Kohl [Fri, 5 Nov 1999 20:41:17 +0000 (20:41 +0000)]
New Y command and some fixes.

svn path=/trunk/; revision=753

24 years agoImplemented 4nt compatible color command.
Eric Kohl [Thu, 4 Nov 1999 11:29:36 +0000 (11:29 +0000)]
Implemented 4nt compatible color command.

svn path=/trunk/; revision=752

24 years agoTypo in the NTOSKRNL import library fixed
Emanuele Aliberti [Thu, 4 Nov 1999 06:41:47 +0000 (06:41 +0000)]
Typo in the NTOSKRNL import library fixed

svn path=/trunk/; revision=751

24 years agoImproved scheduling code
David Welch [Tue, 2 Nov 1999 08:55:45 +0000 (08:55 +0000)]
Improved scheduling code
Fixed win32k.sys entrypoint (otherwise it crashes on startup)
Included unix install script
Broke waiting for a thread to terminate (but will fix later)
Added spinlock debugging code
Improved InterlockXXXX functions
Added hooks for monitoring system calls and thread startup

svn path=/trunk/; revision=750

24 years agoVarious changes related to calling convention fixes
Emanuele Aliberti [Sun, 31 Oct 1999 22:44:39 +0000 (22:44 +0000)]
Various changes related to calling convention fixes

svn path=/trunk/; revision=749

24 years agoW32kSetTextColor, W32GetDCState16 needed __stdcall; changed the subsystem field from...
Emanuele Aliberti [Sun, 31 Oct 1999 22:43:40 +0000 (22:43 +0000)]
W32kSetTextColor, W32GetDCState16 needed __stdcall; changed the subsystem field from windows to native

svn path=/trunk/; revision=748

24 years agoRtlFillMemory, RtlMoveMemory, RtlZeroMemory needed __stdcall
Emanuele Aliberti [Sun, 31 Oct 1999 22:41:49 +0000 (22:41 +0000)]
RtlFillMemory, RtlMoveMemory, RtlZeroMemory needed __stdcall

svn path=/trunk/; revision=747

24 years agoLoadLibraryA, GetProcAddress, FreeLibrary, GetModuleHandleA, WriteFileEx needed __stdcall
Emanuele Aliberti [Sun, 31 Oct 1999 22:41:15 +0000 (22:41 +0000)]
LoadLibraryA, GetProcAddress, FreeLibrary, GetModuleHandleA, WriteFileEx needed __stdcall

svn path=/trunk/; revision=746

24 years agoKeDelayExecutionThread exported by ntoskrnl with correct calling convention (__stdcall)
Emanuele Aliberti [Sat, 30 Oct 1999 21:24:37 +0000 (21:24 +0000)]
KeDelayExecutionThread exported by ntoskrnl with correct calling convention (__stdcall)

svn path=/trunk/; revision=745

24 years agoadded more KMGDI functions
Rex Jolliff [Fri, 29 Oct 1999 01:58:20 +0000 (01:58 +0000)]
added more KMGDI functions

svn path=/trunk/; revision=744

24 years agofixed problem with redefined status values
Rex Jolliff [Thu, 28 Oct 1999 23:37:58 +0000 (23:37 +0000)]
fixed problem with redefined status values

svn path=/trunk/; revision=743

24 years agoadded several new functions
Rex Jolliff [Thu, 28 Oct 1999 23:37:14 +0000 (23:37 +0000)]
added several new functions

svn path=/trunk/; revision=742

24 years agoneeded for compile
Rex Jolliff [Thu, 28 Oct 1999 23:35:34 +0000 (23:35 +0000)]
needed for compile

svn path=/trunk/; revision=741

24 years agoadded fix for compile under linux
Rex Jolliff [Thu, 28 Oct 1999 23:34:47 +0000 (23:34 +0000)]
added fix for compile under linux

svn path=/trunk/; revision=740

24 years agoFixed batch mode bugs.
Eric Kohl [Thu, 28 Oct 1999 23:09:59 +0000 (23:09 +0000)]
Fixed batch mode bugs.

svn path=/trunk/; revision=739

24 years agoFixed problems with vidport and vga loading
Rex Jolliff [Thu, 28 Oct 1999 06:58:05 +0000 (06:58 +0000)]
Fixed problems with vidport and vga loading

svn path=/trunk/; revision=738

24 years agoDisabled prompting when in batch mode.
Eric Kohl [Wed, 27 Oct 1999 22:46:53 +0000 (22:46 +0000)]
Disabled prompting when in batch mode.

svn path=/trunk/; revision=737

24 years agoFix import problems in win32k.sys
Rex Jolliff [Wed, 27 Oct 1999 05:49:58 +0000 (05:49 +0000)]
Fix import problems in win32k.sys

svn path=/trunk/; revision=736

24 years agoAn attempt to fix the ntdll not found bug.
Emanuele Aliberti [Tue, 26 Oct 1999 19:47:06 +0000 (19:47 +0000)]
An attempt to fix the ntdll not found bug.

svn path=/trunk/; revision=735

24 years agoadded check for bootloader config hive
Rex Jolliff [Tue, 26 Oct 1999 04:52:39 +0000 (04:52 +0000)]
added check for bootloader config hive

svn path=/trunk/; revision=734

24 years agoSome small fixes to reported build problems
Rex Jolliff [Mon, 25 Oct 1999 06:58:09 +0000 (06:58 +0000)]
Some small fixes to reported build problems

svn path=/trunk/; revision=733

24 years agoAdded some time related functions.
Eric Kohl [Sun, 24 Oct 1999 17:52:17 +0000 (17:52 +0000)]
Added some time related functions.

svn path=/trunk/; revision=732

24 years agoChanges to get video drivers and win32k to load
Rex Jolliff [Sun, 24 Oct 1999 17:07:57 +0000 (17:07 +0000)]
Changes to get video drivers and win32k to load

svn path=/trunk/; revision=731

24 years agoadded some Eng funcs into build list
Rex Jolliff [Sat, 23 Oct 1999 22:40:49 +0000 (22:40 +0000)]
added some Eng funcs into build list

svn path=/trunk/; revision=730

24 years agoCleanup to make buildable
Rex Jolliff [Sat, 23 Oct 1999 22:39:27 +0000 (22:39 +0000)]
Cleanup to make buildable

svn path=/trunk/; revision=729

24 years agoAdded definitions for some eng funcs
Rex Jolliff [Sat, 23 Oct 1999 22:38:26 +0000 (22:38 +0000)]
Added definitions for some eng funcs

svn path=/trunk/; revision=728

24 years agoAdded IOCTL codes for video drivers
Rex Jolliff [Sat, 23 Oct 1999 22:37:11 +0000 (22:37 +0000)]
Added IOCTL codes for video drivers

svn path=/trunk/; revision=727

24 years agoAdded vidport.sys to auto loaded drivers
Rex Jolliff [Sat, 23 Oct 1999 18:58:40 +0000 (18:58 +0000)]
Added vidport.sys to auto loaded drivers

svn path=/trunk/; revision=726

24 years agofixed handling of boot drivers
Rex Jolliff [Sat, 23 Oct 1999 18:56:04 +0000 (18:56 +0000)]
fixed handling of boot drivers

svn path=/trunk/; revision=725

24 years agofixed dist and floppy rule
Rex Jolliff [Sat, 23 Oct 1999 18:33:38 +0000 (18:33 +0000)]
fixed dist and floppy rule

svn path=/trunk/; revision=724

24 years agoFixed bugs and added DIRS command.
Eric Kohl [Sat, 23 Oct 1999 18:17:37 +0000 (18:17 +0000)]
Fixed bugs and added DIRS command.

svn path=/trunk/; revision=723

24 years agoAdded BOOT.BAT
Eric Kohl [Sat, 23 Oct 1999 18:15:39 +0000 (18:15 +0000)]
Added BOOT.BAT

svn path=/trunk/; revision=722

24 years agoAdded Ctrl-C/Ctrl-Break handler.
Eric Kohl [Fri, 22 Oct 1999 20:35:02 +0000 (20:35 +0000)]
Added Ctrl-C/Ctrl-Break handler.

svn path=/trunk/; revision=721

24 years agoAdded missing exports.
Eric Kohl [Thu, 21 Oct 1999 16:13:39 +0000 (16:13 +0000)]
Added missing exports.

svn path=/trunk/; revision=720

24 years agoFixed floppy and dist targets.
Eric Kohl [Thu, 21 Oct 1999 16:12:16 +0000 (16:12 +0000)]
Fixed floppy and dist targets.

svn path=/trunk/; revision=719

24 years agoImproved debug output and
Eric Kohl [Thu, 21 Oct 1999 13:11:12 +0000 (13:11 +0000)]
Improved debug output and
added hal READ_XXX and WRITE_XXX functions.

svn path=/trunk/; revision=718

24 years agoImproved debug output and
Eric Kohl [Thu, 21 Oct 1999 13:00:09 +0000 (13:00 +0000)]
Improved debug output and
added hal READ_XXX and WRITE_XXX functions.

svn path=/trunk/; revision=717

24 years agoImproved debug output and
Eric Kohl [Thu, 21 Oct 1999 11:13:38 +0000 (11:13 +0000)]
Improved debug output and
added hal READ_XXX and WRITE_XXX functions.

svn path=/trunk/; revision=716

24 years agoImproved debug output and
Eric Kohl [Thu, 21 Oct 1999 10:59:32 +0000 (10:59 +0000)]
Improved debug output and
added hal READ_XXX and WRITE_XXX functions.

svn path=/trunk/; revision=715

24 years agoChanged name to conform with kernel naming convention
Rex Jolliff [Wed, 20 Oct 1999 23:09:26 +0000 (23:09 +0000)]
Changed name to conform with kernel naming convention

svn path=/trunk/; revision=714

24 years agoadded ignore files
Rex Jolliff [Wed, 20 Oct 1999 23:08:58 +0000 (23:08 +0000)]
added ignore files

svn path=/trunk/; revision=713

24 years agoimplemented some ldr functions
Boudewijn Dekker [Mon, 18 Oct 1999 21:55:30 +0000 (21:55 +0000)]
implemented some ldr functions

svn path=/trunk/; revision=712

24 years agoimplemented LdrUnloadDll
Boudewijn Dekker [Mon, 18 Oct 1999 21:37:16 +0000 (21:37 +0000)]
implemented LdrUnloadDll

svn path=/trunk/; revision=711

24 years agoimplemented LoadLibray and FreeLibrary
Boudewijn Dekker [Sun, 17 Oct 1999 18:18:44 +0000 (18:18 +0000)]
implemented LoadLibray and FreeLibrary

svn path=/trunk/; revision=710

24 years agoimplemented a reference count on LdrLoadDll
Boudewijn Dekker [Sun, 17 Oct 1999 18:16:45 +0000 (18:16 +0000)]
implemented a reference count on LdrLoadDll

svn path=/trunk/; revision=709

24 years agoUpdated info about debugging.
Eric Kohl [Sat, 16 Oct 1999 21:10:23 +0000 (21:10 +0000)]
Updated info about debugging.

svn path=/trunk/; revision=708

24 years agoMore exported functions.
Eric Kohl [Sat, 16 Oct 1999 21:09:12 +0000 (21:09 +0000)]
More exported functions.

svn path=/trunk/; revision=707

24 years agoMoved serial and bochs debug output.
Eric Kohl [Sat, 16 Oct 1999 21:08:39 +0000 (21:08 +0000)]
Moved serial and bochs debug output.

svn path=/trunk/; revision=706

24 years agoSome fixes.
Eric Kohl [Sat, 16 Oct 1999 12:41:42 +0000 (12:41 +0000)]
Some fixes.

svn path=/trunk/; revision=705

24 years agoMore exported functions.
Eric Kohl [Sat, 16 Oct 1999 12:40:57 +0000 (12:40 +0000)]
More exported functions.

svn path=/trunk/; revision=704

24 years agoAdded missing ntdll include.
Eric Kohl [Sat, 16 Oct 1999 12:39:44 +0000 (12:39 +0000)]
Added missing ntdll include.

svn path=/trunk/; revision=703

24 years agoFixed NtCreatePort() prototype.
Eric Kohl [Sat, 16 Oct 1999 12:38:53 +0000 (12:38 +0000)]
Fixed NtCreatePort() prototype.

svn path=/trunk/; revision=702

24 years agoFixed $(NASM_CMD) bug.
Eric Kohl [Sat, 16 Oct 1999 12:36:47 +0000 (12:36 +0000)]
Fixed $(NASM_CMD) bug.

svn path=/trunk/; revision=701

24 years agoMinor improvements.
Eric Kohl [Sat, 16 Oct 1999 12:35:10 +0000 (12:35 +0000)]
Minor improvements.

svn path=/trunk/; revision=700

24 years agoFixed hal display and initialization code.
Eric Kohl [Sat, 16 Oct 1999 00:17:40 +0000 (00:17 +0000)]
Fixed hal display and initialization code.

svn path=/trunk/; revision=699

24 years agoFixed a typo.
Eric Kohl [Fri, 15 Oct 1999 15:26:34 +0000 (15:26 +0000)]
Fixed a typo.

svn path=/trunk/; revision=698

24 years agoFixed hal display and initialization code.
Eric Kohl [Fri, 15 Oct 1999 15:21:39 +0000 (15:21 +0000)]
Fixed hal display and initialization code.

svn path=/trunk/; revision=697

24 years agoReplaced calls to _printk() by calls to DbgPrint().
Eric Kohl [Thu, 14 Oct 1999 16:54:17 +0000 (16:54 +0000)]
Replaced calls to _printk() by calls to DbgPrint().

svn path=/trunk/; revision=696

24 years agoPEB will be created in NtCreateProcess.
Eric Kohl [Wed, 13 Oct 1999 22:35:55 +0000 (22:35 +0000)]
PEB will be created in NtCreateProcess.

svn path=/trunk/; revision=695

24 years agoLittle changes in the psxdll library.
Emanuele Aliberti [Tue, 12 Oct 1999 21:19:40 +0000 (21:19 +0000)]
Little changes in the psxdll library.

svn path=/trunk/; revision=694

24 years agoimplemented LoadLibrary and some Rtl stubs
Boudewijn Dekker [Tue, 12 Oct 1999 19:45:01 +0000 (19:45 +0000)]
implemented LoadLibrary and some Rtl stubs

svn path=/trunk/; revision=693

24 years agoAdded REBOOT command.
Eric Kohl [Mon, 11 Oct 1999 20:51:07 +0000 (20:51 +0000)]
Added REBOOT command.

svn path=/trunk/; revision=692

24 years agoAdded new display and reboot code.
Eric Kohl [Mon, 11 Oct 1999 20:50:33 +0000 (20:50 +0000)]
Added new display and reboot code.

svn path=/trunk/; revision=691

24 years agoMinor fix to teb allocation.
Eric Kohl [Mon, 11 Oct 1999 20:43:10 +0000 (20:43 +0000)]
Minor fix to teb allocation.

svn path=/trunk/; revision=690

24 years agoFixed header inclusion order.
Eric Kohl [Sun, 10 Oct 1999 19:53:46 +0000 (19:53 +0000)]
Fixed header inclusion order.

svn path=/trunk/; revision=689

24 years agoFixed header inclusion order.
Eric Kohl [Thu, 7 Oct 1999 23:46:27 +0000 (23:46 +0000)]
Fixed header inclusion order.

svn path=/trunk/; revision=687

24 years agoI removed a pair of stubs for the OpenFileMapping functions
Emanuele Aliberti [Sun, 3 Oct 1999 23:19:15 +0000 (23:19 +0000)]
I removed a pair of stubs for the OpenFileMapping functions

svn path=/trunk/; revision=686

24 years agoMinor fixes.
Eric Kohl [Sun, 3 Oct 1999 22:20:33 +0000 (22:20 +0000)]
Minor fixes.

svn path=/trunk/; revision=685

24 years agoAdded activate command.
Eric Kohl [Sun, 3 Oct 1999 22:16:14 +0000 (22:16 +0000)]
Added activate command.

svn path=/trunk/; revision=684

24 years agoAdded echos, echoerr and echoserr commands.
Eric Kohl [Sun, 3 Oct 1999 22:15:33 +0000 (22:15 +0000)]
Added echos, echoerr and echoserr commands.

svn path=/trunk/; revision=683

24 years agoNo longer needed.
Eric Kohl [Sun, 3 Oct 1999 22:14:40 +0000 (22:14 +0000)]
No longer needed.

svn path=/trunk/; revision=682

24 years agoMinor fixes.
Eric Kohl [Sun, 3 Oct 1999 22:12:57 +0000 (22:12 +0000)]
Minor fixes.

svn path=/trunk/; revision=681

24 years agoAdded floppy and dist targets.
Eric Kohl [Sun, 3 Oct 1999 22:12:24 +0000 (22:12 +0000)]
Added floppy and dist targets.

svn path=/trunk/; revision=680

24 years agoMade notevil screen size aware.
Eric Kohl [Sun, 3 Oct 1999 22:10:15 +0000 (22:10 +0000)]
Made notevil screen size aware.

svn path=/trunk/; revision=679

24 years agoMiscellaneous implementation of kernel32 stubs.
Boudewijn Dekker [Sat, 2 Oct 1999 20:20:44 +0000 (20:20 +0000)]
Miscellaneous implementation of kernel32 stubs.
Changed the implementation of ReadFileEx.

svn path=/trunk/; revision=678

24 years agoFixed typo.
Eric Kohl [Wed, 29 Sep 1999 23:19:32 +0000 (23:19 +0000)]
Fixed typo.

svn path=/trunk/; revision=676

24 years agoFixed multiple STATUS_xxxx inclusions.
Eric Kohl [Wed, 29 Sep 1999 23:15:14 +0000 (23:15 +0000)]
Fixed multiple STATUS_xxxx inclusions.

svn path=/trunk/; revision=675

24 years agoMinor updates and fixes.
Eric Kohl [Mon, 27 Sep 1999 22:15:44 +0000 (22:15 +0000)]
Minor updates and fixes.

svn path=/trunk/; revision=674

24 years agoAdded MORE command.
Eric Kohl [Mon, 27 Sep 1999 22:13:59 +0000 (22:13 +0000)]
Added MORE command.

svn path=/trunk/; revision=673

24 years agoAdded support for critical sections.
Boudewijn Dekker [Mon, 27 Sep 1999 20:58:46 +0000 (20:58 +0000)]
Added support for critical sections.

svn path=/trunk/; revision=672

24 years agoSmall addition to token.c
Boudewijn Dekker [Sat, 25 Sep 1999 06:25:51 +0000 (06:25 +0000)]
Small addition to token.c

svn path=/trunk/; revision=671

24 years agoMinor fixes.
Eric Kohl [Fri, 24 Sep 1999 22:05:25 +0000 (22:05 +0000)]
Minor fixes.

svn path=/trunk/; revision=670

24 years agoAdded window command.
Eric Kohl [Fri, 24 Sep 1999 22:03:11 +0000 (22:03 +0000)]
Added window command.

svn path=/trunk/; revision=669

24 years agoRtlReAllocHeap should be RtlReAllocateHeap
Emanuele Aliberti [Sun, 12 Sep 1999 22:09:34 +0000 (22:09 +0000)]
RtlReAllocHeap should be RtlReAllocateHeap

svn path=/trunk/; revision=668

24 years agoRtlReAllocHeap should be RtlReAllocateHeap.
Emanuele Aliberti [Sun, 12 Sep 1999 21:59:40 +0000 (21:59 +0000)]
RtlReAllocHeap should be RtlReAllocateHeap.

svn path=/trunk/; revision=667

24 years agoSome missing __stdcall added.
Emanuele Aliberti [Sun, 12 Sep 1999 21:58:32 +0000 (21:58 +0000)]
Some missing __stdcall added.
Some missing unicode functions stubs added.
RtlReAllocHeap should be RtlReAllocateHeap.

svn path=/trunk/; revision=666

24 years agoSkeleton for psxdll.dll
Emanuele Aliberti [Sun, 12 Sep 1999 21:54:16 +0000 (21:54 +0000)]
Skeleton for psxdll.dll

svn path=/trunk/; revision=665

24 years agoFixed typo.
Eric Kohl [Sun, 12 Sep 1999 20:58:29 +0000 (20:58 +0000)]
Fixed typo.

svn path=/trunk/; revision=664

24 years agoFixed WaitForSingleObject() and WaitForMultipleObjects().
Eric Kohl [Sun, 12 Sep 1999 20:54:42 +0000 (20:54 +0000)]
Fixed WaitForSingleObject() and WaitForMultipleObjects().

svn path=/trunk/; revision=663

24 years agoStack is freed on failure.
Eric Kohl [Sun, 12 Sep 1999 20:49:06 +0000 (20:49 +0000)]
Stack is freed on failure.

svn path=/trunk/; revision=662

24 years agoFixed some minor issues (NULL --> FALSE).
Eric Kohl [Sun, 12 Sep 1999 20:44:22 +0000 (20:44 +0000)]
Fixed some minor issues (NULL --> FALSE).

svn path=/trunk/; revision=661

24 years agoFixed little bug ('cd d:' did't work, but 'cd D:').
Eric Kohl [Sun, 12 Sep 1999 20:41:56 +0000 (20:41 +0000)]
Fixed little bug ('cd d:' did't work, but 'cd D:').

svn path=/trunk/; revision=660

24 years agoAdded some more commands. Thanks to Dr. Faustus.
Eric Kohl [Sun, 12 Sep 1999 18:23:31 +0000 (18:23 +0000)]
Added some more commands. Thanks to Dr. Faustus.
Some more cleanup.

svn path=/trunk/; revision=659

24 years agoExternal TEE command.
Eric Kohl [Sun, 12 Sep 1999 18:20:47 +0000 (18:20 +0000)]
External TEE command.

svn path=/trunk/; revision=658

24 years agoAdded master makefile with clean/dist/floppy targets.
Eric Kohl [Sun, 12 Sep 1999 18:18:09 +0000 (18:18 +0000)]
Added master makefile with clean/dist/floppy targets.

svn path=/trunk/; revision=657

24 years agoFixed typedef.
Eric Kohl [Sat, 11 Sep 1999 00:07:20 +0000 (00:07 +0000)]
Fixed typedef.

svn path=/trunk/; revision=656

24 years agoChanges to make win32k.sys compile
Rex Jolliff [Fri, 10 Sep 1999 21:17:07 +0000 (21:17 +0000)]
Changes to make win32k.sys compile

svn path=/trunk/; revision=655

24 years agoFixed function prototypes
Rex Jolliff [Fri, 10 Sep 1999 21:16:36 +0000 (21:16 +0000)]
Fixed function prototypes

svn path=/trunk/; revision=654