reactos.git
19 years agoMake Jim Tabor visible.
Emanuele Aliberti [Wed, 2 Feb 2005 21:40:33 +0000 (21:40 +0000)]
Make Jim Tabor visible.

svn path=/trunk/; revision=13389

19 years agoMake dev node count correct, since for example Mac Virtual PC BIOS reports slightly...
Aleksey Bragin [Wed, 2 Feb 2005 15:42:48 +0000 (15:42 +0000)]
Make dev node count correct, since for example Mac Virtual PC BIOS reports slightly wrong number which must be &0xFF.
This patch removes "Memory allocation failed: Out of memory" error while booting Freeldr.

svn path=/trunk/; revision=13387

19 years agoProtect against writes beyond the end of partition.
Filip Navara [Tue, 1 Feb 2005 21:21:33 +0000 (21:21 +0000)]
Protect against writes beyond the end of partition.

svn path=/trunk/; revision=13386

19 years agoCorrect prototype for NtGetPlugPlayEvent and use the ntpnp.h header.
Filip Navara [Tue, 1 Feb 2005 17:54:25 +0000 (17:54 +0000)]
Correct prototype for NtGetPlugPlayEvent and use the ntpnp.h header.

svn path=/trunk/; revision=13384

19 years agoRtlCreateUnicodeString->RtlpCreateUnicodeString
Gunnar Dalsnes [Tue, 1 Feb 2005 17:53:55 +0000 (17:53 +0000)]
RtlCreateUnicodeString->RtlpCreateUnicodeString

svn path=/trunk/; revision=13383

19 years ago- Header with declarations for NtPlugPlayControl and NtGetPlugPlayEvent.
Filip Navara [Tue, 1 Feb 2005 17:41:49 +0000 (17:41 +0000)]
- Header with declarations for NtPlugPlayControl and NtGetPlugPlayEvent.

svn path=/trunk/; revision=13382

19 years agoAdded Jimtabor to list.
James Tabor [Tue, 1 Feb 2005 17:40:21 +0000 (17:40 +0000)]
Added Jimtabor to list.

svn path=/trunk/; revision=13381

19 years agoNtDisplayString: Convert Unicode string to OEM.
Eric Kohl [Tue, 1 Feb 2005 16:40:23 +0000 (16:40 +0000)]
NtDisplayString: Convert Unicode string to OEM.

svn path=/trunk/; revision=13380

19 years agoBut back Advpack for now.
James Tabor [Tue, 1 Feb 2005 16:38:02 +0000 (16:38 +0000)]
But back Advpack for now.

svn path=/trunk/; revision=13379

19 years ago- Removed some wrong calls to MmUnlockAddressSpace.
Hartmut Birr [Tue, 1 Feb 2005 16:35:30 +0000 (16:35 +0000)]
- Removed some wrong calls to MmUnlockAddressSpace.
- Dereference the section object after creating the section.

svn path=/trunk/; revision=13378

19 years agoFirst attempt at implementing NtGetPlugPlayEvent.
Eric Kohl [Tue, 1 Feb 2005 16:24:10 +0000 (16:24 +0000)]
First attempt at implementing NtGetPlugPlayEvent.

svn path=/trunk/; revision=13377

19 years agoFix typos in shutdown messages.
Eric Kohl [Tue, 1 Feb 2005 16:15:24 +0000 (16:15 +0000)]
Fix typos in shutdown messages.

svn path=/trunk/; revision=13376

19 years ago- Implement SetupDiBuildClassInfoListExA, SetupDiClassGuidsFromNameExA, SetupDiCreate...
Eric Kohl [Tue, 1 Feb 2005 13:58:33 +0000 (13:58 +0000)]
- Implement SetupDiBuildClassInfoListExA, SetupDiClassGuidsFromNameExA, SetupDiCreateDeviceInfoListExA and SetupDiOpenClassRegKeyExA using MultiByteToUnicode.
- Retrieve OS version upon process attach.

svn path=/trunk/; revision=13375

19 years agoforward stubs for Escape and GetSystemPaletteUse. Working on a real patch.
Steven Edwards [Mon, 31 Jan 2005 23:58:10 +0000 (23:58 +0000)]
forward stubs for Escape and GetSystemPaletteUse. Working on a real patch.

svn path=/trunk/; revision=13374

19 years agoRemove building of Advpack for now.
James Tabor [Mon, 31 Jan 2005 23:33:34 +0000 (23:33 +0000)]
Remove building of Advpack for now.

svn path=/trunk/; revision=13373

19 years agoremove obvious duplicates
Gunnar Dalsnes [Mon, 31 Jan 2005 22:13:43 +0000 (22:13 +0000)]
remove obvious duplicates

svn path=/trunk/; revision=13372

19 years ago- Implement DoesUserHavePrivilege and EnablePrivilege.
Eric Kohl [Mon, 31 Jan 2005 12:49:46 +0000 (12:49 +0000)]
- Implement DoesUserHavePrivilege and EnablePrivilege.
- Fix IsUserAdmin.

svn path=/trunk/; revision=13370

19 years agoForce non-inlining of ctype functions even in OPTIMIZED builds. Fixes bug #497.
Filip Navara [Sun, 30 Jan 2005 19:40:24 +0000 (19:40 +0000)]
Force non-inlining of ctype functions even in OPTIMIZED builds. Fixes bug #497.

svn path=/trunk/; revision=13369

19 years agofixed warnings when compiling with DBG:=1 and OPTIMIZE:=1
Thomas Bluemel [Sun, 30 Jan 2005 15:27:13 +0000 (15:27 +0000)]
fixed warnings when compiling with DBG:=1 and OPTIMIZE:=1

svn path=/trunk/; revision=13368

19 years ago- Implement IsUserAdmin (untested), MultiByteToUnicode and UnicodeToMultiByte.
Eric Kohl [Sun, 30 Jan 2005 13:48:51 +0000 (13:48 +0000)]
- Implement IsUserAdmin (untested), MultiByteToUnicode and  UnicodeToMultiByte.
- Sort prototypes in setupapi.h.

svn path=/trunk/; revision=13367

19 years agoAttempt to solve the imfamous WM_NCPAINT handle leak. The message handler isn't requi...
Filip Navara [Sun, 30 Jan 2005 12:56:12 +0000 (12:56 +0000)]
Attempt to solve the imfamous WM_NCPAINT handle leak. The message handler isn't required to delete the region handle while it's also valid to delete it (eg. by calling GetDCEx with it). Thus we have to send the WM_NCPAINT message only synchronously and verify the handle after the SendMessage call.

svn path=/trunk/; revision=13366

19 years agoDon't shutdown devices before flushing registry and shutting down filesystems.
Filip Navara [Sun, 30 Jan 2005 09:46:15 +0000 (09:46 +0000)]
Don't shutdown devices before flushing registry and shutting down filesystems.

svn path=/trunk/; revision=13365

19 years agomsvcrt: fix incorrect export
Gunnar Dalsnes [Sat, 29 Jan 2005 22:36:52 +0000 (22:36 +0000)]
msvcrt: fix incorrect export
misc

svn path=/trunk/; revision=13364

19 years agoAllow IntEngExtEscape stub to return something.
Steven Edwards [Sat, 29 Jan 2005 20:16:48 +0000 (20:16 +0000)]
Allow IntEngExtEscape stub to return something.

svn path=/trunk/; revision=13363

19 years agoborder for address bar
Martin Fuchs [Sat, 29 Jan 2005 17:39:09 +0000 (17:39 +0000)]
border for address bar

svn path=/trunk/; revision=13362

19 years agofixed compiling with optimizations
Thomas Bluemel [Sat, 29 Jan 2005 15:29:20 +0000 (15:29 +0000)]
fixed compiling with optimizations

svn path=/trunk/; revision=13361

19 years agosecurely access buffers in NtSetContextThread() and NtGetContextThread()
Thomas Bluemel [Sat, 29 Jan 2005 12:24:15 +0000 (12:24 +0000)]
securely access buffers in NtSetContextThread() and NtGetContextThread()

svn path=/trunk/; revision=13360

19 years agoremove eol whitespace
Royce Mitchell III [Sat, 29 Jan 2005 03:15:05 +0000 (03:15 +0000)]
remove eol whitespace

svn path=/trunk/; revision=13359

19 years agoadded buffer checks to NtCreateThread()
Thomas Bluemel [Fri, 28 Jan 2005 22:43:13 +0000 (22:43 +0000)]
added buffer checks to NtCreateThread()

svn path=/trunk/; revision=13358

19 years agoHervé Poussineau <poussine@freesurf.fr>
Filip Navara [Fri, 28 Jan 2005 21:17:11 +0000 (21:17 +0000)]
Hervé Poussineau <poussine@freesurf.fr>
Use fast mutexes instead of spin locks because the file system callbacks shouldn't be called at DISPATCH_LEVEL.

svn path=/trunk/; revision=13357

19 years agosetupapi was sync'd to winehq.
Steven Edwards [Fri, 28 Jan 2005 21:04:12 +0000 (21:04 +0000)]
setupapi was sync'd to winehq.

svn path=/trunk/; revision=13356

19 years agosecurely access buffers in NtImpersonateThread()
Thomas Bluemel [Fri, 28 Jan 2005 20:48:43 +0000 (20:48 +0000)]
securely access buffers in NtImpersonateThread()

svn path=/trunk/; revision=13355

19 years agoGetTempPathW should write an empty string to the buffer in case it wasn't large enough
Thomas Bluemel [Fri, 28 Jan 2005 19:28:24 +0000 (19:28 +0000)]
GetTempPathW should write an empty string to the buffer in case it wasn't large enough

svn path=/trunk/; revision=13354

19 years agoalso save the esi register. Thx to d_layer
Thomas Bluemel [Fri, 28 Jan 2005 18:35:21 +0000 (18:35 +0000)]
also save the esi register. Thx to d_layer

svn path=/trunk/; revision=13352

19 years agoWhen a toolbar doesn't have the TBSTYLE_FLAT style redrawing the buttons when moving...
Thomas Bluemel [Fri, 28 Jan 2005 18:29:13 +0000 (18:29 +0000)]
When a toolbar doesn't have the TBSTYLE_FLAT style redrawing the buttons when moving the mouse is not necessary.
Merged back from winehq. Fixes bug #404

svn path=/trunk/; revision=13351

19 years agoUse the service contol pipe to send a start command in order to start a service thread.
Eric Kohl [Fri, 28 Jan 2005 13:28:56 +0000 (13:28 +0000)]
Use the service contol pipe to send a start command in order to start a service thread.

svn path=/trunk/; revision=13350

19 years agoreverted my previous two commits, they are part of not yet committed changes...
Thomas Bluemel [Fri, 28 Jan 2005 12:12:42 +0000 (12:12 +0000)]
reverted my previous two commits, they are part of not yet committed changes...

svn path=/trunk/; revision=13349

19 years agoremoved double definition of Nt/ZwSecureConnectPort
Thomas Bluemel [Fri, 28 Jan 2005 12:06:50 +0000 (12:06 +0000)]
removed double definition of Nt/ZwSecureConnectPort

svn path=/trunk/; revision=13348

19 years agoremoved double definition of Nt/ZwSecureConnectPort
Thomas Bluemel [Fri, 28 Jan 2005 12:04:37 +0000 (12:04 +0000)]
removed double definition of Nt/ZwSecureConnectPort

svn path=/trunk/; revision=13347

19 years ago1. fixed InbvPutPixels() to save the ebx register which caused bootvid to crash when...
Thomas Bluemel [Fri, 28 Jan 2005 11:37:09 +0000 (11:37 +0000)]
1. fixed InbvPutPixels() to save the ebx register which caused bootvid to crash when built with optimizations
2. build bootvid with optimizations when enabled

svn path=/trunk/; revision=13346

19 years agoallow oring multiple DebugPort values
Royce Mitchell III [Fri, 28 Jan 2005 06:10:01 +0000 (06:10 +0000)]
allow oring multiple DebugPort values

svn path=/trunk/; revision=13345

19 years agobug fix: use the requested default os when timeout is 0 instead of defaulting to...
Royce Mitchell III [Fri, 28 Jan 2005 06:07:48 +0000 (06:07 +0000)]
bug fix: use the requested default os when timeout is 0 instead of defaulting to the first OS in the list.

svn path=/trunk/; revision=13344

19 years agobuild msvcrt and crtdll from same source via lib\crt
Gunnar Dalsnes [Thu, 27 Jan 2005 21:23:43 +0000 (21:23 +0000)]
build msvcrt and crtdll from same source via lib\crt
fix problem with scanf/printf reading/printing doubles

svn path=/trunk/; revision=13343

19 years agobuild msvcrt and crtdll from same source via lib\crt
Gunnar Dalsnes [Thu, 27 Jan 2005 21:18:04 +0000 (21:18 +0000)]
build msvcrt and crtdll from same source via lib\crt
fix problem with scanf/printf reading/printing doubles

svn path=/trunk/; revision=13342

19 years agobuild msvcrt and crtdll from same source via lib\crt
Gunnar Dalsnes [Thu, 27 Jan 2005 21:17:28 +0000 (21:17 +0000)]
build msvcrt and crtdll from same source via lib\crt
fix problem with scanf/printf reading/printing doubles

svn path=/trunk/; revision=13341

19 years agobuild msvcrt and crtdll from same source via lib\crt
Gunnar Dalsnes [Thu, 27 Jan 2005 21:16:41 +0000 (21:16 +0000)]
build msvcrt and crtdll from same source via lib\crt
fix problem with scanf/printf reading/printing doubles

svn path=/trunk/; revision=13340

19 years agoHelp freeloader stop crashing from divide-by-zero, provoked by drain-bamaged BIOS.
Mike Nordell [Thu, 27 Jan 2005 21:12:05 +0000 (21:12 +0000)]
Help freeloader stop crashing from divide-by-zero, provoked by drain-bamaged BIOS.

svn path=/trunk/; revision=13339

19 years agoCreateNamedPipeW(): Set access rights according to the given open mode.
Eric Kohl [Thu, 27 Jan 2005 15:28:08 +0000 (15:28 +0000)]
CreateNamedPipeW(): Set access rights according to the given open mode.

svn path=/trunk/; revision=13338

19 years ago1. fixed prototypes of NtQueryPerformanceCounter() and NtDelayExecution() and made...
Thomas Bluemel [Thu, 27 Jan 2005 14:11:19 +0000 (14:11 +0000)]
1. fixed prototypes of NtQueryPerformanceCounter() and NtDelayExecution() and made them safely access buffers
2. moved the implementation of Sleep(Ex)() into more a appropriate file

svn path=/trunk/; revision=13337

19 years agoThere is no WinSta in here.
Art Yerkes [Thu, 27 Jan 2005 04:15:14 +0000 (04:15 +0000)]
There is no WinSta in here.

svn path=/trunk/; revision=13335

19 years agomove address bar into top rebar
Martin Fuchs [Thu, 27 Jan 2005 01:03:37 +0000 (01:03 +0000)]
move address bar into top rebar

svn path=/trunk/; revision=13334

19 years agoThis patch removes the cursor location from the window station object and always...
Thomas Bluemel [Thu, 27 Jan 2005 00:49:24 +0000 (00:49 +0000)]
This patch removes the cursor location from the window station object and always uses it in the GDIDEVICE. Patch by tinus. Fixes bug #484

svn path=/trunk/; revision=13333

19 years agofix UNICODE command line handling for MinGW builds
Martin Fuchs [Thu, 27 Jan 2005 00:33:11 +0000 (00:33 +0000)]
fix UNICODE command line handling for MinGW builds

svn path=/trunk/; revision=13332

19 years agofix UNICODE command line handling for MinGW builds
Martin Fuchs [Thu, 27 Jan 2005 00:33:05 +0000 (00:33 +0000)]
fix UNICODE command line handling for MinGW builds

svn path=/trunk/; revision=13331

19 years agodon't optimize reading/writing from/to vga memory away in optimized builds. this...
Thomas Bluemel [Thu, 27 Jan 2005 00:29:12 +0000 (00:29 +0000)]
don't optimize reading/writing from/to vga memory away in optimized builds. this fixes bug #490

svn path=/trunk/; revision=13330

19 years agofix typos
Martin Fuchs [Thu, 27 Jan 2005 00:21:34 +0000 (00:21 +0000)]
fix typos

svn path=/trunk/; revision=13329

19 years agostore startup path statically
Martin Fuchs [Thu, 27 Jan 2005 00:20:40 +0000 (00:20 +0000)]
store startup path statically

svn path=/trunk/; revision=13328

19 years agostore start URL statically
Martin Fuchs [Thu, 27 Jan 2005 00:18:30 +0000 (00:18 +0000)]
store start URL statically

svn path=/trunk/; revision=13327

19 years ago- rename some Explorer strings to IBrowser
Martin Fuchs [Thu, 27 Jan 2005 00:09:43 +0000 (00:09 +0000)]
- rename some Explorer strings to IBrowser
- fix child window size

svn path=/trunk/; revision=13326

19 years agoAvoid crash if import directory is messed up
Gé van Geldorp [Wed, 26 Jan 2005 23:30:50 +0000 (23:30 +0000)]
Avoid crash if import directory is messed up

svn path=/trunk/; revision=13325

19 years agoThis is the initial version of USB port+hub+hostcontroller drivers from a special...
Aleksey Bragin [Wed, 26 Jan 2005 22:34:39 +0000 (22:34 +0000)]
This is the initial version of USB port+hub+hostcontroller drivers from a special version of Linux USB Stack. More info will be placed at ROS-Wiki.

svn path=/trunk/; revision=13324

19 years agoHervé Poussineau <poussine@freesurf.fr>
Filip Navara [Wed, 26 Jan 2005 22:05:12 +0000 (22:05 +0000)]
Hervé Poussineau <poussine@freesurf.fr>
No need to create \??\Mouse symlink in mouse driver, it's done in mouclass.

svn path=/trunk/; revision=13323

19 years agoadded ibrowser to the makefile
Steven Edwards [Wed, 26 Jan 2005 22:03:05 +0000 (22:03 +0000)]
added ibrowser to the makefile

svn path=/trunk/; revision=13322

19 years agoHervé Poussineau <poussine@freesurf.fr>
Gé van Geldorp [Wed, 26 Jan 2005 20:31:05 +0000 (20:31 +0000)]
Hervé Poussineau <poussine@freesurf.fr>
Replace GET_RETRIEVAL_DESCRIPTOR structure (undocumented) by
RETRIEVAL_POINTERS_BUFFER. Correct alignment for some structures

svn path=/trunk/; revision=13321

19 years ago- Fixed a crash in PAE mode and without the '/3GB' switch.
Hartmut Birr [Wed, 26 Jan 2005 19:43:03 +0000 (19:43 +0000)]
- Fixed a crash in PAE mode and without the '/3GB' switch.

svn path=/trunk/; revision=13319

19 years agofix resouce compiling on cross-compile
Steven Edwards [Wed, 26 Jan 2005 19:22:37 +0000 (19:22 +0000)]
fix resouce compiling on cross-compile

svn path=/trunk/; revision=13318

19 years agofixed typo, "fixes" bug 486
Thomas Bluemel [Wed, 26 Jan 2005 19:19:07 +0000 (19:19 +0000)]
fixed typo, "fixes" bug 486

svn path=/trunk/; revision=13317

19 years agodon't return a random status code in case of probing failed, initialize the Status...
Thomas Bluemel [Wed, 26 Jan 2005 17:54:26 +0000 (17:54 +0000)]
don't return a random status code in case of probing failed, initialize the Status variable first

svn path=/trunk/; revision=13316

19 years agoHeap32ListFirst() should check the number of heaps in the list, not the numer of...
Thomas Bluemel [Wed, 26 Jan 2005 17:53:01 +0000 (17:53 +0000)]
Heap32ListFirst() should check the number of heaps in the list, not the numer of modules

svn path=/trunk/; revision=13315

19 years agoNtCreatePagingFile() should release the captured unicode string even if probing the...
Thomas Bluemel [Wed, 26 Jan 2005 14:38:27 +0000 (14:38 +0000)]
NtCreatePagingFile() should release the captured unicode string even if probing the other parameters failed

svn path=/trunk/; revision=13314

19 years agoFixed GetTempPathA/W and GetCurrentDirectoryA/W. Patch by tinus, Eric Kohl and me...
Thomas Bluemel [Wed, 26 Jan 2005 14:15:38 +0000 (14:15 +0000)]
Fixed GetTempPathA/W and GetCurrentDirectoryA/W. Patch by tinus, Eric Kohl and me, fixes bug #482

svn path=/trunk/; revision=13313

19 years agoRemove RtlImageNtHeader, RtlImageDirectoryEntryToData, RtlImageRvaToSection and RtlIm...
Eric Kohl [Wed, 26 Jan 2005 14:00:41 +0000 (14:00 +0000)]
Remove RtlImageNtHeader, RtlImageDirectoryEntryToData, RtlImageRvaToSection and RtlImageRvaToVa because these function have been moved to lib/rtl/image.c.

svn path=/trunk/; revision=13312

19 years agoStandardize comment headers. Patch by Trevor McCort
Alex Ionescu [Wed, 26 Jan 2005 13:58:37 +0000 (13:58 +0000)]
Standardize comment headers. Patch by Trevor McCort

svn path=/trunk/; revision=13311

19 years agofixed usage of NtQueryDirectoryObject()
Thomas Bluemel [Wed, 26 Jan 2005 13:54:53 +0000 (13:54 +0000)]
fixed usage of NtQueryDirectoryObject()

svn path=/trunk/; revision=13310

19 years agofixed NtQueryDirectoryObject() to properly handle buffers that are not large enough
Thomas Bluemel [Wed, 26 Jan 2005 13:54:07 +0000 (13:54 +0000)]
fixed NtQueryDirectoryObject() to properly handle buffers that are not large enough

svn path=/trunk/; revision=13309

19 years agoReplace hardcoded values by known constants.
Eric Kohl [Wed, 26 Jan 2005 13:52:53 +0000 (13:52 +0000)]
Replace hardcoded values by known constants.

svn path=/trunk/; revision=13308

19 years ago- Replace NtQuerySystemTime by KeQuerySystemTime
Eric Kohl [Wed, 26 Jan 2005 13:48:38 +0000 (13:48 +0000)]
- Replace NtQuerySystemTime by KeQuerySystemTime
- Nt->Zw

svn path=/trunk/; revision=13307

19 years agosecurely access buffers in NtOpenDirectoryObject(), NtQueryDirectoryObject() and...
Thomas Bluemel [Wed, 26 Jan 2005 12:47:38 +0000 (12:47 +0000)]
securely access buffers in NtOpenDirectoryObject(), NtQueryDirectoryObject() and NtCreateDirectoryObject()

svn path=/trunk/; revision=13306

19 years agoDynamic 3GB support, part 1. Only multiboot.S remains to be changed, all other parts...
Alex Ionescu [Wed, 26 Jan 2005 05:00:08 +0000 (05:00 +0000)]
Dynamic 3GB support, part 1. Only multiboot.S remains to be changed, all other parts of the Kernel now used KERNEL_BASE based on the command-line (Please don't use /3gb if you don't compile 3GB)

svn path=/trunk/; revision=13305

19 years agoWindows is stupid. Why they hell would you be case insensitive but case retaining
Steven Edwards [Wed, 26 Jan 2005 00:43:49 +0000 (00:43 +0000)]
Windows is stupid. Why they hell would you be case insensitive but case retaining

svn path=/trunk/; revision=13304

19 years agodon't shift the PIDs of objects so the first bit can be used to lock objects, as...
Thomas Bluemel [Wed, 26 Jan 2005 00:43:24 +0000 (00:43 +0000)]
don't shift the PIDs of objects so the first bit can be used to lock objects, as the lower 2 bits of PIDs are now always zero just test and set this bit

svn path=/trunk/; revision=13303

19 years agofirst draft of SDI browser application derived from ROS Explorer
Martin Fuchs [Wed, 26 Jan 2005 00:12:33 +0000 (00:12 +0000)]
first draft of SDI browser application derived from ROS Explorer

svn path=/trunk/; revision=13302

19 years ago1. fixed NtCreateProcess to do some buffer checks and moved the implementation to...
Thomas Bluemel [Wed, 26 Jan 2005 00:03:05 +0000 (00:03 +0000)]
1. fixed NtCreateProcess to do some buffer checks and moved the implementation to an internal function so it can be shared with PsCreateSystemProcess(). Also don't leak so many resources on failures
2. processes should acuire a cid handle for their unique process id
3. fixed several instances in structures where process ids were DWORD/ULONG instead of HANDLEs

svn path=/trunk/; revision=13301

19 years agoenable the SeSystemtimePrivilege privilege which is required to call SetLocalTime
Thomas Bluemel [Tue, 25 Jan 2005 23:57:57 +0000 (23:57 +0000)]
enable the SeSystemtimePrivilege privilege which is required to call SetLocalTime

svn path=/trunk/; revision=13300

19 years agoForgot to add Makefiles
Steven Edwards [Tue, 25 Jan 2005 23:50:22 +0000 (23:50 +0000)]
Forgot to add Makefiles

svn path=/trunk/; revision=13299

19 years agoSorry for incorrect file comiited.
Alex Ionescu [Tue, 25 Jan 2005 23:40:05 +0000 (23:40 +0000)]
Sorry for incorrect file comiited.

svn path=/trunk/; revision=13298

19 years agofixed building of setupapi.
Steven Edwards [Tue, 25 Jan 2005 23:39:07 +0000 (23:39 +0000)]
fixed building of setupapi.

svn path=/trunk/; revision=13297

19 years agoImported setupapi from the vendor branch. (Again).
Steven Edwards [Tue, 25 Jan 2005 23:36:57 +0000 (23:36 +0000)]
Imported setupapi from the vendor branch. (Again).

svn path=/trunk/; revision=13296

19 years agoRemove debug output from user mode exceptions. Reported by hbirr.
Alex Ionescu [Tue, 25 Jan 2005 23:36:23 +0000 (23:36 +0000)]
Remove debug output from user mode exceptions. Reported by hbirr.

svn path=/trunk/; revision=13295

19 years agoremoving this to reimport it
Steven Edwards [Tue, 25 Jan 2005 23:36:16 +0000 (23:36 +0000)]
removing this to reimport it

svn path=/trunk/; revision=13294

19 years agoImported vendor drop of setupapi.
Steven Edwards [Tue, 25 Jan 2005 23:23:38 +0000 (23:23 +0000)]
Imported vendor drop of setupapi.

svn path=/trunk/; revision=13293

19 years agoReplace wcschr. Fixes bug #488.
Gé van Geldorp [Tue, 25 Jan 2005 22:58:47 +0000 (22:58 +0000)]
Replace wcschr. Fixes bug #488.

svn path=/trunk/; revision=13290

19 years ago- Removed slab.c, because this functions are not used.
Hartmut Birr [Tue, 25 Jan 2005 22:51:51 +0000 (22:51 +0000)]
- Removed slab.c, because this functions are not used.

svn path=/trunk/; revision=13289

19 years ago- Implemented a kernel mapping region which is process local.
Hartmut Birr [Tue, 25 Jan 2005 22:50:47 +0000 (22:50 +0000)]
- Implemented a kernel mapping region which is process local.
  This mapping can be used to map temporary memory pages from
  other process's like  pde's/pte's. It is also used to make
  a copy of a page or to clean a page.

svn path=/trunk/; revision=13288

19 years ago- Renamed UpdateProgress to VfatxUpdateProgress.
Hartmut Birr [Tue, 25 Jan 2005 22:36:28 +0000 (22:36 +0000)]
- Renamed UpdateProgress to VfatxUpdateProgress.

svn path=/trunk/; revision=13287

19 years ago- Added vfatxlib.
Hartmut Birr [Tue, 25 Jan 2005 22:10:39 +0000 (22:10 +0000)]
- Added vfatxlib.

svn path=/trunk/; revision=13286

19 years ago- Fixed the directory index of a file for FATX.
Hartmut Birr [Tue, 25 Jan 2005 21:16:19 +0000 (21:16 +0000)]
- Fixed the directory index of a file for FATX.
- Initialize some values from the RFCB.

svn path=/trunk/; revision=13285

19 years ago- Fixed the directory index of a file for FATX.
Hartmut Birr [Tue, 25 Jan 2005 21:14:57 +0000 (21:14 +0000)]
- Fixed the directory index of a file for FATX.
- Check for the file size before eache call to CcMapData. W2K doesnt like to map over the end of a directory.

svn path=/trunk/; revision=13284

19 years ago- Print the major function codes if debug prints are enabled.
Hartmut Birr [Tue, 25 Jan 2005 21:13:28 +0000 (21:13 +0000)]
- Print the major function codes if debug prints are enabled.

svn path=/trunk/; revision=13283

19 years ago- Allow the second device name RosFat to make it possible to load vfatfs on W2k if...
Hartmut Birr [Tue, 25 Jan 2005 21:12:52 +0000 (21:12 +0000)]
- Allow the second device name RosFat to make it possible to load vfatfs on W2k if fastfat is already loaded.
- Moved the initialisation of the callback and fast io functions to fastio.c.

svn path=/trunk/; revision=13282