reactos.git
18 years agoFix build (eh, Casper? :P)
Alex Ionescu [Wed, 22 Jun 2005 19:33:26 +0000 (19:33 +0000)]
Fix build (eh, Casper? :P)

svn path=/trunk/; revision=16223

18 years agoclose extern "C" block for c++ code
Thomas Bluemel [Wed, 22 Jun 2005 19:18:21 +0000 (19:18 +0000)]
close extern "C" block for c++ code

svn path=/trunk/; revision=16222

18 years agoFix build
Alex Ionescu [Wed, 22 Jun 2005 18:06:47 +0000 (18:06 +0000)]
Fix build

svn path=/trunk/; revision=16221

18 years agoAdded PFILE_ALIGNMENT_INFORMATION.
Hartmut Birr [Wed, 22 Jun 2005 18:03:32 +0000 (18:03 +0000)]
Added PFILE_ALIGNMENT_INFORMATION.

svn path=/trunk/; revision=16220

18 years agoChange NtGdiD3dContextDestroyAll@4 to @0
Maarten Bosma [Wed, 22 Jun 2005 18:02:33 +0000 (18:02 +0000)]
Change NtGdiD3dContextDestroyAll@4 to @0

svn path=/trunk/; revision=16219

18 years agoBuild tcpip with NDK
Alex Ionescu [Wed, 22 Jun 2005 17:58:42 +0000 (17:58 +0000)]
Build tcpip with NDK

svn path=/trunk/; revision=16218

18 years agoFix one more bug in NDK, and fix w32api headers to use FLOWSPEC structure inside...
Alex Ionescu [Wed, 22 Jun 2005 17:58:19 +0000 (17:58 +0000)]
Fix one more bug in NDK, and fix w32api headers to use FLOWSPEC structure inside NDIS.h, and use qos.h instead of winsock2, and implement FLOWSPEC in qos.h, moving it outside from winsock2.

svn path=/trunk/; revision=16217

18 years ago- Initialized Reply with NULL for the first call to NtReplyWaitReceivePort.
Hartmut Birr [Wed, 22 Jun 2005 17:43:59 +0000 (17:43 +0000)]
- Initialized Reply with NULL for the first call to NtReplyWaitReceivePort.
- Removed LpcReply because it wasn't really used.

svn path=/trunk/; revision=16216

18 years agoBrandon Turner <turnerb7@msu.edu> Added exclusive deletion "del * -abc.txt -text...
Magnus Olsen [Wed, 22 Jun 2005 17:39:10 +0000 (17:39 +0000)]
Brandon Turner <turnerb7@msu.edu> Added exclusive deletion "del * -abc.txt -text*.txt"

svn path=/trunk/; revision=16215

18 years agoFix some NDK issues when attempting to use it from kmode, and fix some winddk/ntifs...
Alex Ionescu [Wed, 22 Jun 2005 05:04:02 +0000 (05:04 +0000)]
Fix some NDK issues when attempting to use it from kmode, and fix some winddk/ntifs inconsistencies aswell (move PFILE_QUOTA_INFORMATION and remove all RtlRange functions from the DDK, plus add PPEB)

svn path=/trunk/; revision=16214

18 years agoLarge change to modify NTDLL'S CSR Functions to be compatible with NT. They are exter...
Alex Ionescu [Wed, 22 Jun 2005 04:02:32 +0000 (04:02 +0000)]
Large change to modify NTDLL'S CSR Functions to be compatible with NT. They are external and we should at least try to match the number of arguments (one vs eight? come on!). Because this is also the direction that Emanuele wants to be taking, the whole external calling interface was modified to be more compatible with NT (although internally it still isn't, and does not have a reason to be). API Names are now generated by a macro from the Server ID, like Emanuele and I noticed from traces, and I've entirely removed the concept of a reply structure. CSRSS uses full-duplex one-way structures, not dual-strutures (this would've been incompatible with the external interface anyways). I don't seem to have introduced any new bugs (console-ROS works great for me, as does the GUI), but there is still a chance some obscure bug might happen, so please bear with me, I had to hand-edit over 250 calls. Also, this now allows full removal of ntdll headers and the next commits will clean this up

svn path=/trunk/; revision=16213

18 years agoPartial merge from the ROX-U branch (various fixes for Visual C++ compilation, see...
KJK::Hyperion [Tue, 21 Jun 2005 23:42:58 +0000 (23:42 +0000)]
Partial merge from the ROX-U branch (various fixes for Visual C++ compilation, see logs for r16198 and r16208)

svn path=/trunk/; revision=16212

18 years agoadd error code for file not found it was missing on one place
Magnus Olsen [Tue, 21 Jun 2005 22:07:44 +0000 (22:07 +0000)]
add error code for file not found it was missing on one place

svn path=/trunk/; revision=16211

18 years agoSilent debug messages
Hervé Poussineau [Tue, 21 Jun 2005 21:35:07 +0000 (21:35 +0000)]
Silent debug messages

svn path=/trunk/; revision=16210

18 years agoMartin Rottensteiner (2005only@pianonote.at):
Maarten Bosma [Tue, 21 Jun 2005 19:17:49 +0000 (19:17 +0000)]
Martin Rottensteiner (2005only@pianonote.at):
- set errorlevel to 9009 if command not found
- implemented exit /b # in batchfiles

svn path=/trunk/; revision=16209

18 years agoCopy ddk ddrawi.h to include since it's more uptodate.
Maarten Bosma [Tue, 21 Jun 2005 17:16:25 +0000 (17:16 +0000)]
Copy ddk ddrawi.h to include since it's more uptodate.

svn path=/trunk/; revision=16207

18 years agoPatch by Hartmut Birr
Gé van Geldorp [Tue, 21 Jun 2005 16:35:41 +0000 (16:35 +0000)]
Patch by Hartmut Birr
Work around what seems to be a bug in GCC for optimized builds. See
http://reactos.com:8080/archives/public/ros-dev/2005-June/003842.html

svn path=/trunk/; revision=16206

18 years agoBuild kernel32, ntdll, csrss fully with NDK and remove ntdll header usage
Alex Ionescu [Tue, 21 Jun 2005 04:52:46 +0000 (04:52 +0000)]
Build kernel32, ntdll, csrss fully with NDK and remove ntdll header usage

svn path=/trunk/; revision=16205

18 years agoUse correct TlsCount/LoadCount definition and fix incorrect usage i code
Alex Ionescu [Tue, 21 Jun 2005 04:28:03 +0000 (04:28 +0000)]
Use correct TlsCount/LoadCount definition and fix incorrect usage i code

svn path=/trunk/; revision=16204

18 years agoUse LDR_DATA_TABLE_ENTRY instead of LDR_MODULE. the former is the actual structure...
Alex Ionescu [Tue, 21 Jun 2005 04:10:45 +0000 (04:10 +0000)]
Use LDR_DATA_TABLE_ENTRY instead of LDR_MODULE. the former is the actual structure. would be wise to fix the defs too.

svn path=/trunk/; revision=16203

18 years agoLast build fix...sorry
Alex Ionescu [Tue, 21 Jun 2005 02:58:22 +0000 (02:58 +0000)]
Last build fix...sorry

svn path=/trunk/; revision=16202

18 years agoFix build
Alex Ionescu [Tue, 21 Jun 2005 02:47:55 +0000 (02:47 +0000)]
Fix build

svn path=/trunk/; revision=16201

18 years agoAdd uncleaned start of internal ntdll header
Alex Ionescu [Tue, 21 Jun 2005 02:11:45 +0000 (02:11 +0000)]
Add uncleaned start of internal ntdll header

svn path=/trunk/; revision=16200

18 years agoAdd new header for native user-mode functios inside the NT library inside the NDK...
Alex Ionescu [Tue, 21 Jun 2005 02:08:42 +0000 (02:08 +0000)]
Add new header for native user-mode functios inside the NT library inside the NDK, it will end up replacing most of the exported parts of the ntdll headers. It's not used yet as it would conflict, I added a temporary guard for that. Also added many more types to rtlfuncs.h so that it's almost entirely complete, and took out non rtl-stuff and put it into the user-mode NT header

svn path=/trunk/; revision=16199

18 years agoMake scsi header um friendly
Alex Ionescu [Mon, 20 Jun 2005 22:54:01 +0000 (22:54 +0000)]
Make scsi header um friendly

svn path=/trunk/; revision=16197

18 years agoRemove rosrtl usage from usetup
Alex Ionescu [Mon, 20 Jun 2005 22:51:54 +0000 (22:51 +0000)]
Remove rosrtl usage from usetup

svn path=/trunk/; revision=16196

18 years agoBuild usetup with NDK
Alex Ionescu [Mon, 20 Jun 2005 22:49:45 +0000 (22:49 +0000)]
Build usetup with NDK

svn path=/trunk/; revision=16195

18 years agoRemove some non-__USE_W32API guarded blocks.
Filip Navara [Mon, 20 Jun 2005 22:48:50 +0000 (22:48 +0000)]
Remove some non-__USE_W32API guarded blocks.

svn path=/trunk/; revision=16194

18 years agoBuild winlogon with NDK
Alex Ionescu [Mon, 20 Jun 2005 22:19:18 +0000 (22:19 +0000)]
Build winlogon with NDK

svn path=/trunk/; revision=16193

18 years agoBuild taskmgr with NDK
Alex Ionescu [Mon, 20 Jun 2005 22:15:59 +0000 (22:15 +0000)]
Build taskmgr with NDK

svn path=/trunk/; revision=16192

18 years agoBuild autochk with NDK
Alex Ionescu [Mon, 20 Jun 2005 21:50:02 +0000 (21:50 +0000)]
Build autochk with NDK

svn path=/trunk/; revision=16191

18 years agoFix build.
Filip Navara [Mon, 20 Jun 2005 21:49:00 +0000 (21:49 +0000)]
Fix build.

svn path=/trunk/; revision=16190

18 years agoBuild dhcp with ndk
Alex Ionescu [Mon, 20 Jun 2005 21:45:19 +0000 (21:45 +0000)]
Build dhcp with ndk

svn path=/trunk/; revision=16189

18 years agoBuild format with NDK
Alex Ionescu [Mon, 20 Jun 2005 21:43:14 +0000 (21:43 +0000)]
Build format with NDK

svn path=/trunk/; revision=16188

18 years agoBuild ntvdm with NDK
Alex Ionescu [Mon, 20 Jun 2005 21:42:52 +0000 (21:42 +0000)]
Build ntvdm with NDK

svn path=/trunk/; revision=16187

18 years agoBuild GDI32 with NDK and without DDK.
Filip Navara [Mon, 20 Jun 2005 21:35:05 +0000 (21:35 +0000)]
Build GDI32 with NDK and without DDK.

svn path=/trunk/; revision=16186

18 years agoBuild smss with NDK
Alex Ionescu [Mon, 20 Jun 2005 21:16:59 +0000 (21:16 +0000)]
Build smss with NDK

svn path=/trunk/; revision=16185

18 years agoBuild services with NDK
Alex Ionescu [Mon, 20 Jun 2005 21:04:03 +0000 (21:04 +0000)]
Build services with NDK

svn path=/trunk/; revision=16183

18 years agoBuild sm with NDK
Alex Ionescu [Mon, 20 Jun 2005 21:03:51 +0000 (21:03 +0000)]
Build sm with NDK

svn path=/trunk/; revision=16182

18 years agoMake winddi.h UM-friendly.
Filip Navara [Mon, 20 Jun 2005 21:03:41 +0000 (21:03 +0000)]
Make winddi.h UM-friendly.

svn path=/trunk/; revision=16181

18 years agoFixed a bug within the calculation of the memory load.
Hartmut Birr [Mon, 20 Jun 2005 20:27:10 +0000 (20:27 +0000)]
Fixed a bug within the calculation of the memory load.

svn path=/trunk/; revision=16180

18 years agoDon't use DDK, use NDK for wshirda and ws2help
Alex Ionescu [Mon, 20 Jun 2005 20:26:14 +0000 (20:26 +0000)]
Don't use DDK, use NDK for wshirda and ws2help

svn path=/trunk/; revision=16179

18 years agoDon't use ntdll headers in crt, use ndk
Alex Ionescu [Mon, 20 Jun 2005 20:22:54 +0000 (20:22 +0000)]
Don't use ntdll headers in crt, use ndk

svn path=/trunk/; revision=16178

18 years agoBuild iphlpapi with NDK instead of DDK
Alex Ionescu [Mon, 20 Jun 2005 20:20:40 +0000 (20:20 +0000)]
Build iphlpapi with NDK instead of DDK

svn path=/trunk/; revision=16177

18 years agoUse NDK instead of DDK
Alex Ionescu [Mon, 20 Jun 2005 20:13:58 +0000 (20:13 +0000)]
Use NDK instead of DDK

svn path=/trunk/; revision=16176

18 years agojingle bells batman smells, robin laid an egg (build rosrtl with NDK)
Alex Ionescu [Mon, 20 Jun 2005 20:07:52 +0000 (20:07 +0000)]
jingle bells batman smells, robin laid an egg (build rosrtl with NDK)

svn path=/trunk/; revision=16175

18 years agoSyssetup has fallen to the dark side
Alex Ionescu [Mon, 20 Jun 2005 19:58:43 +0000 (19:58 +0000)]
Syssetup has fallen to the dark side

svn path=/trunk/; revision=16174

18 years agoBuild userenv and samlib with NDK
Alex Ionescu [Mon, 20 Jun 2005 19:50:52 +0000 (19:50 +0000)]
Build userenv and samlib with NDK

svn path=/trunk/; revision=16173

18 years agoBuid vfat(x)lib with NDK
Alex Ionescu [Mon, 20 Jun 2005 19:46:09 +0000 (19:46 +0000)]
Buid vfat(x)lib with NDK

svn path=/trunk/; revision=16172

18 years agoBuild psapi with NDK
Alex Ionescu [Mon, 20 Jun 2005 19:38:25 +0000 (19:38 +0000)]
Build psapi with NDK

svn path=/trunk/; revision=16171

18 years agobuild lsasrv with NDK
Alex Ionescu [Mon, 20 Jun 2005 19:34:39 +0000 (19:34 +0000)]
build lsasrv with NDK

svn path=/trunk/; revision=16170

18 years agoBuild smdll with NDK
Alex Ionescu [Mon, 20 Jun 2005 19:33:08 +0000 (19:33 +0000)]
Build smdll with NDK

svn path=/trunk/; revision=16169

18 years agoBuild ws2_32 with NDK
Alex Ionescu [Mon, 20 Jun 2005 19:30:55 +0000 (19:30 +0000)]
Build ws2_32 with NDK

svn path=/trunk/; revision=16168

18 years agoCompile msafd with NDK
Alex Ionescu [Mon, 20 Jun 2005 19:28:45 +0000 (19:28 +0000)]
Compile msafd with NDK

svn path=/trunk/; revision=16167

18 years agoBuild secur32 with NDK
Alex Ionescu [Mon, 20 Jun 2005 19:19:23 +0000 (19:19 +0000)]
Build secur32 with NDK

svn path=/trunk/; revision=16166

18 years agoMoved the TRACE_LDR macro from ntdll.h to utils.c.
Hartmut Birr [Mon, 20 Jun 2005 19:18:35 +0000 (19:18 +0000)]
Moved the TRACE_LDR macro from ntdll.h to utils.c.

svn path=/trunk/; revision=16165

18 years agoBuild epsapi with NDK
Alex Ionescu [Mon, 20 Jun 2005 19:14:08 +0000 (19:14 +0000)]
Build epsapi with NDK

svn path=/trunk/; revision=16164

18 years agoBuild dnsapi with NDK
Alex Ionescu [Mon, 20 Jun 2005 19:05:25 +0000 (19:05 +0000)]
Build dnsapi with NDK

svn path=/trunk/; revision=16163

18 years agobuild smlib with NDK
Alex Ionescu [Mon, 20 Jun 2005 19:02:23 +0000 (19:02 +0000)]
build smlib with NDK

svn path=/trunk/; revision=16162

18 years agoRemove rosrtl from advapi
Alex Ionescu [Mon, 20 Jun 2005 18:58:56 +0000 (18:58 +0000)]
Remove rosrtl from advapi

svn path=/trunk/; revision=16161

18 years agoSwitch Advapi32 to NDK
Alex Ionescu [Mon, 20 Jun 2005 18:55:05 +0000 (18:55 +0000)]
Switch Advapi32 to NDK

svn path=/trunk/; revision=16160

18 years agoAdd missing types to NDK
Alex Ionescu [Mon, 20 Jun 2005 18:54:47 +0000 (18:54 +0000)]
Add missing types to NDK

svn path=/trunk/; revision=16159

18 years agosync with Wine's repository
Martin Fuchs [Mon, 20 Jun 2005 18:48:32 +0000 (18:48 +0000)]
sync with Wine's repository

svn path=/trunk/; revision=16158

18 years agoCompile user32 with NDK, clean up its headers, and separate it from the intenral...
Alex Ionescu [Mon, 20 Jun 2005 18:21:07 +0000 (18:21 +0000)]
Compile user32 with NDK, clean up its headers, and separate it from the intenral win32k stuff

svn path=/trunk/; revision=16157

18 years agoSync with Wine repo
Martin Fuchs [Mon, 20 Jun 2005 16:53:47 +0000 (16:53 +0000)]
Sync with Wine repo

svn path=/trunk/; revision=16156

18 years agoStefan Huehner <stefan@huehner.org>:
Martin Fuchs [Mon, 20 Jun 2005 16:52:02 +0000 (16:52 +0000)]
Stefan Huehner <stefan@huehner.org>:
Remove some -Wstrict-prototypes warnings.

svn path=/trunk/; revision=16155

18 years agog++ seams to have a problem with this dummy union names.
Maarten Bosma [Mon, 20 Jun 2005 16:32:42 +0000 (16:32 +0000)]
g++ seams to have a problem with this dummy union names.

svn path=/trunk/; revision=16154

18 years agoRemove Jamfiles.
Filip Navara [Mon, 20 Jun 2005 14:30:44 +0000 (14:30 +0000)]
Remove Jamfiles.

svn path=/trunk/; revision=16153

18 years agoFix warnings.
Filip Navara [Mon, 20 Jun 2005 14:23:13 +0000 (14:23 +0000)]
Fix warnings.

svn path=/trunk/; revision=16152

18 years agoFix a cut & paste error.
Filip Navara [Mon, 20 Jun 2005 14:08:06 +0000 (14:08 +0000)]
Fix a cut & paste error.

svn path=/trunk/; revision=16151

18 years agoFix warnings.
Filip Navara [Mon, 20 Jun 2005 13:59:40 +0000 (13:59 +0000)]
Fix warnings.

svn path=/trunk/; revision=16150

18 years agoForgot this file in r16147.
Filip Navara [Mon, 20 Jun 2005 13:54:52 +0000 (13:54 +0000)]
Forgot this file in r16147.

svn path=/trunk/; revision=16149

18 years agoRemove Jamfiles.
Filip Navara [Mon, 20 Jun 2005 13:43:26 +0000 (13:43 +0000)]
Remove Jamfiles.

svn path=/trunk/; revision=16148

18 years agoFix warnings and remove Jamfiles.
Filip Navara [Mon, 20 Jun 2005 13:43:05 +0000 (13:43 +0000)]
Fix warnings and remove Jamfiles.

svn path=/trunk/; revision=16147

18 years agoFix warnings.
Filip Navara [Mon, 20 Jun 2005 13:17:21 +0000 (13:17 +0000)]
Fix warnings.

svn path=/trunk/; revision=16146

18 years agoThe DK directory doesn't seem to be used anymore.
Filip Navara [Mon, 20 Jun 2005 12:10:46 +0000 (12:10 +0000)]
The DK directory doesn't seem to be used anymore.

svn path=/trunk/; revision=16145

18 years agoCompile CSRSS and WIN32CSR with NDK headers.
Filip Navara [Mon, 20 Jun 2005 11:56:10 +0000 (11:56 +0000)]
Compile CSRSS and WIN32CSR with NDK headers.

svn path=/trunk/; revision=16144

18 years agoExclusively lock surface bits before reading or writing them
Gé van Geldorp [Mon, 20 Jun 2005 08:31:48 +0000 (08:31 +0000)]
Exclusively lock surface bits before reading or writing them

svn path=/trunk/; revision=16143

18 years agoFix definition of LPC_MESSAGE_BASE_SIZE.
Filip Navara [Mon, 20 Jun 2005 07:18:20 +0000 (07:18 +0000)]
Fix definition of LPC_MESSAGE_BASE_SIZE.

svn path=/trunk/; revision=16142

18 years agoRemove InitializeMessageHeader definition.
Filip Navara [Mon, 20 Jun 2005 07:16:51 +0000 (07:16 +0000)]
Remove InitializeMessageHeader definition.

svn path=/trunk/; revision=16141

18 years agoFix the definion of SharedUserData.
Filip Navara [Mon, 20 Jun 2005 07:06:41 +0000 (07:06 +0000)]
Fix the definion of SharedUserData.

svn path=/trunk/; revision=16140

18 years agoImplement IOCTL_USB_GET_NODE_CONNECTION_NAME, IOCTL_USB_GET_NODE_CONNECTION_DRIVERKEY...
Hervé Poussineau [Mon, 20 Jun 2005 05:54:19 +0000 (05:54 +0000)]
Implement IOCTL_USB_GET_NODE_CONNECTION_NAME, IOCTL_USB_GET_NODE_CONNECTION_DRIVERKEY_NAME
Fix indices in IOCTL_USB_GET_NODE_CONNECTION_INFORMATION

svn path=/trunk/; revision=16139

18 years agoMajor cleanup to rtlfuncs.h. Not yet perfect but much better organized.
Alex Ionescu [Mon, 20 Jun 2005 05:36:32 +0000 (05:36 +0000)]
Major cleanup to rtlfuncs.h. Not yet perfect but much better organized.

svn path=/trunk/; revision=16138

18 years agoCleanup kernel usage to decrease compilation time/memory
Alex Ionescu [Mon, 20 Jun 2005 04:30:23 +0000 (04:30 +0000)]
Cleanup kernel usage to decrease compilation time/memory

svn path=/trunk/; revision=16136

18 years agoRemove rosrtl string macros
Alex Ionescu [Mon, 20 Jun 2005 04:18:03 +0000 (04:18 +0000)]
Remove rosrtl string macros

svn path=/trunk/; revision=16135

18 years agoBuild kernel32 with NDK
Alex Ionescu [Mon, 20 Jun 2005 04:07:49 +0000 (04:07 +0000)]
Build kernel32 with NDK

svn path=/trunk/; revision=16134

18 years agoFinal NDK fixes for kernel32
Alex Ionescu [Mon, 20 Jun 2005 04:07:34 +0000 (04:07 +0000)]
Final NDK fixes for kernel32

svn path=/trunk/; revision=16133

18 years agoApply kjk's change to thread.c too
Alex Ionescu [Mon, 20 Jun 2005 04:07:19 +0000 (04:07 +0000)]
Apply kjk's change to thread.c too

svn path=/trunk/; revision=16132

18 years agoSome NDK Fixes, kernel32 almost compiles
Alex Ionescu [Mon, 20 Jun 2005 03:55:42 +0000 (03:55 +0000)]
Some NDK Fixes, kernel32 almost compiles

svn path=/trunk/; revision=16131

18 years agoConverted kernel32 process creation to use PSEH (untested change to help Alex)
KJK::Hyperion [Mon, 20 Jun 2005 03:42:05 +0000 (03:42 +0000)]
Converted kernel32 process creation to use PSEH (untested change to help Alex)

svn path=/trunk/; revision=16130

18 years agoFixed incorrect SetNamedPipeHandleState implementation to use the actual APIs/Structu...
Alex Ionescu [Mon, 20 Jun 2005 01:52:47 +0000 (01:52 +0000)]
Fixed incorrect SetNamedPipeHandleState implementation to use the actual APIs/Structures it should and added one of the missing ones to NTIFS.

svn path=/trunk/; revision=16129

18 years agoAdd missing stuff to NDK
Alex Ionescu [Sun, 19 Jun 2005 23:59:40 +0000 (23:59 +0000)]
Add missing stuff to NDK

svn path=/trunk/; revision=16128

18 years agoDitto for HAL
Alex Ionescu [Sun, 19 Jun 2005 22:53:49 +0000 (22:53 +0000)]
Ditto for HAL

svn path=/trunk/; revision=16127

18 years agoBlight is cool. oh, right..this is a commt message. err.. oh. include debug.h per...
Alex Ionescu [Sun, 19 Jun 2005 22:50:59 +0000 (22:50 +0000)]
Blight is cool. oh, right..this is a commt message. err.. oh. include debug.h per-file isntead of globally, or else this breaks NDEBUG

svn path=/trunk/; revision=16126

18 years agoTIME -> LARGE_INTEGER
Filip Navara [Sun, 19 Jun 2005 22:32:51 +0000 (22:32 +0000)]
TIME -> LARGE_INTEGER

svn path=/trunk/; revision=16125

18 years agoImplement IRP_MJ_CLEANUP for UHCI controller
Hervé Poussineau [Sun, 19 Jun 2005 22:19:11 +0000 (22:19 +0000)]
Implement IRP_MJ_CLEANUP for UHCI controller

svn path=/trunk/; revision=16124

18 years ago- Don't include ntddk.h from most of the DDK headers and move the includes out of...
Filip Navara [Sun, 19 Jun 2005 22:13:41 +0000 (22:13 +0000)]
- Don't include ntddk.h from most of the DDK headers and move the includes out of the "extern C" blocks.
- Fix order of STDCALL in few callback defintions.
- Get the sources to build again with these changes.

svn path=/trunk/; revision=16123

18 years agoImplement IOCTL_GET_HCD_DRIVERKEY_NAME
Hervé Poussineau [Sun, 19 Jun 2005 22:11:09 +0000 (22:11 +0000)]
Implement IOCTL_GET_HCD_DRIVERKEY_NAME
Better check for arguments in IOCTL_*
Let IOCTL_USB_GET_ROOT_HUB_NAME use the right structure type
Initialize wrapper around linux code after setting the device extension field

svn path=/trunk/; revision=16122

18 years agoBuild RTL with NDK
Alex Ionescu [Sun, 19 Jun 2005 22:05:50 +0000 (22:05 +0000)]
Build RTL with NDK

svn path=/trunk/; revision=16121

18 years agoMove internal rtlp functions out of ntos and into internal rosrtl header
Alex Ionescu [Sun, 19 Jun 2005 22:05:18 +0000 (22:05 +0000)]
Move internal rtlp functions out of ntos and into internal rosrtl header

svn path=/trunk/; revision=16120