Alex Ionescu
|
5eefe9bdd1
|
use DDK for rossym
svn path=/trunk/; revision=16238
|
2005-06-23 04:53:57 +00:00 |
|
Alex Ionescu
|
f8707b368d
|
fix build...sigh...sorry, my ntoskrnl builds with NDK
svn path=/trunk/; revision=16237
|
2005-06-23 04:52:27 +00:00 |
|
Alex Ionescu
|
ad71bcda91
|
Fix more ddk/ndk missing defintions
svn path=/trunk/; revision=16236
|
2005-06-23 04:42:49 +00:00 |
|
Alex Ionescu
|
610b6a4048
|
Fix build (my fault now :P)
svn path=/trunk/; revision=16235
|
2005-06-23 03:24:42 +00:00 |
|
Alex Ionescu
|
3e1728b45b
|
Fix some NDK things and missing w32api defines.
svn path=/trunk/; revision=16234
|
2005-06-23 03:18:20 +00:00 |
|
Alex Ionescu
|
65fd7f2386
|
Fix build (no, not because of me, casper)
svn path=/trunk/; revision=16233
|
2005-06-23 01:36:58 +00:00 |
|
Steven Edwards
|
20e1654594
|
mark IopCsqCancelRoutine as static. Vizzini really does write good code.
svn path=/trunk/; revision=16232
|
2005-06-22 23:47:53 +00:00 |
|
Alex Ionescu
|
680c995ee1
|
Fix typo
svn path=/trunk/; revision=16231
|
2005-06-22 23:12:49 +00:00 |
|
Alex Ionescu
|
705a57e075
|
Build diskdump with NDK
svn path=/trunk/; revision=16230
|
2005-06-22 23:12:24 +00:00 |
|
Alex Ionescu
|
d1258e99fa
|
Fix definition of KINTERRUPT in ROS headers so that moving to NDK will be easier. Also fix KeDisconnectInterrupt to return the old state instead of VOID, and re-write the I/O Interrupt code to work with an array and first object for better speed
svn path=/trunk/; revision=16229
|
2005-06-22 23:10:15 +00:00 |
|
Steven Edwards
|
9925309a13
|
added msxmldid.h from wine
svn path=/trunk/; revision=16228
|
2005-06-22 21:55:43 +00:00 |
|
Magnus Olsen
|
e3ed3792ca
|
move ddrawi.h to ddk there it belong
svn path=/trunk/; revision=16227
|
2005-06-22 21:51:30 +00:00 |
|
Thomas Bluemel
|
204ad68d21
|
implemented RtlHashUnicodeString and export it in ntdll
svn path=/trunk/; revision=16226
|
2005-06-22 21:01:13 +00:00 |
|
Steven Edwards
|
9900f1ee91
|
remove unnneed function declariation
svn path=/trunk/; revision=16225
|
2005-06-22 20:51:22 +00:00 |
|
Maarten Bosma
|
588a9bc3cb
|
Removed ddk/ddrawi.h because we have it twice, also removed some defines from ddrawint.h that are already in ddrawi.h
svn path=/trunk/; revision=16224
|
2005-06-22 19:51:01 +00:00 |
|
Alex Ionescu
|
2778f92cc3
|
Fix build (eh, Casper? :P)
svn path=/trunk/; revision=16223
|
2005-06-22 19:33:26 +00:00 |
|
Thomas Bluemel
|
07c4b32cdd
|
close extern "C" block for c++ code
svn path=/trunk/; revision=16222
|
2005-06-22 19:18:21 +00:00 |
|
Alex Ionescu
|
d3a3c52a0a
|
Fix build
svn path=/trunk/; revision=16221
|
2005-06-22 18:06:47 +00:00 |
|
Hartmut Birr
|
9633616f5b
|
Added PFILE_ALIGNMENT_INFORMATION.
svn path=/trunk/; revision=16220
|
2005-06-22 18:03:32 +00:00 |
|
Maarten Bosma
|
5276f2c8bb
|
Change NtGdiD3dContextDestroyAll@4 to @0
svn path=/trunk/; revision=16219
|
2005-06-22 18:02:33 +00:00 |
|
Alex Ionescu
|
2ab26c9f4d
|
Build tcpip with NDK
svn path=/trunk/; revision=16218
|
2005-06-22 17:58:42 +00:00 |
|
Alex Ionescu
|
9e8e05cf39
|
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
|
2005-06-22 17:58:19 +00:00 |
|
Hartmut Birr
|
b5a67666e6
|
- Initialized Reply with NULL for the first call to NtReplyWaitReceivePort.
- Removed LpcReply because it wasn't really used.
svn path=/trunk/; revision=16216
|
2005-06-22 17:43:59 +00:00 |
|
Magnus Olsen
|
73abbbd77e
|
Brandon Turner <turnerb7@msu.edu> Added exclusive deletion "del * -abc.txt -text*.txt"
svn path=/trunk/; revision=16215
|
2005-06-22 17:39:10 +00:00 |
|
Alex Ionescu
|
164b25c391
|
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
|
2005-06-22 05:04:02 +00:00 |
|
Alex Ionescu
|
3e604d23e7
|
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
|
2005-06-22 04:02:32 +00:00 |
|
KJK::Hyperion
|
321df5d69c
|
Partial merge from the ROX-U branch (various fixes for Visual C++ compilation, see logs for r16198 and r16208)
svn path=/trunk/; revision=16212
|
2005-06-21 23:42:58 +00:00 |
|
Magnus Olsen
|
1af2b69826
|
add error code for file not found it was missing on one place
svn path=/trunk/; revision=16211
|
2005-06-21 22:07:44 +00:00 |
|
Hervé Poussineau
|
a6d58d5291
|
Silent debug messages
svn path=/trunk/; revision=16210
|
2005-06-21 21:35:07 +00:00 |
|
Maarten Bosma
|
c9d742f6cf
|
Martin Rottensteiner (2005only@pianonote.at):
- set errorlevel to 9009 if command not found
- implemented exit /b # in batchfiles
svn path=/trunk/; revision=16209
|
2005-06-21 19:17:49 +00:00 |
|
Maarten Bosma
|
8e3623c1af
|
Copy ddk ddrawi.h to include since it's more uptodate.
svn path=/trunk/; revision=16207
|
2005-06-21 17:16:25 +00:00 |
|
Gé van Geldorp
|
e3f555a8c9
|
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
|
2005-06-21 16:35:41 +00:00 |
|
Alex Ionescu
|
3596d2a339
|
Build kernel32, ntdll, csrss fully with NDK and remove ntdll header usage
svn path=/trunk/; revision=16205
|
2005-06-21 04:52:46 +00:00 |
|
Alex Ionescu
|
e3cfe86657
|
Use correct TlsCount/LoadCount definition and fix incorrect usage i code
svn path=/trunk/; revision=16204
|
2005-06-21 04:28:03 +00:00 |
|
Alex Ionescu
|
77f673dd82
|
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
|
2005-06-21 04:10:45 +00:00 |
|
Alex Ionescu
|
1595459dbc
|
Last build fix...sorry
svn path=/trunk/; revision=16202
|
2005-06-21 02:58:22 +00:00 |
|
Alex Ionescu
|
b5e1fdb37a
|
Fix build
svn path=/trunk/; revision=16201
|
2005-06-21 02:47:55 +00:00 |
|
Alex Ionescu
|
58f27e918c
|
Add uncleaned start of internal ntdll header
svn path=/trunk/; revision=16200
|
2005-06-21 02:11:45 +00:00 |
|
Alex Ionescu
|
3b2016d0ac
|
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
|
2005-06-21 02:08:42 +00:00 |
|
Alex Ionescu
|
1d7902f557
|
Make scsi header um friendly
svn path=/trunk/; revision=16197
|
2005-06-20 22:54:01 +00:00 |
|
Alex Ionescu
|
4650be627f
|
Remove rosrtl usage from usetup
svn path=/trunk/; revision=16196
|
2005-06-20 22:51:54 +00:00 |
|
Alex Ionescu
|
ce068ea890
|
Build usetup with NDK
svn path=/trunk/; revision=16195
|
2005-06-20 22:49:45 +00:00 |
|
Filip Navara
|
2e4d4d6dfd
|
Remove some non-__USE_W32API guarded blocks.
svn path=/trunk/; revision=16194
|
2005-06-20 22:48:50 +00:00 |
|
Alex Ionescu
|
8b83fb933a
|
Build winlogon with NDK
svn path=/trunk/; revision=16193
|
2005-06-20 22:19:18 +00:00 |
|
Alex Ionescu
|
d8de94af8a
|
Build taskmgr with NDK
svn path=/trunk/; revision=16192
|
2005-06-20 22:15:59 +00:00 |
|
Alex Ionescu
|
725169d745
|
Build autochk with NDK
svn path=/trunk/; revision=16191
|
2005-06-20 21:50:02 +00:00 |
|
Filip Navara
|
be5ad51996
|
Fix build.
svn path=/trunk/; revision=16190
|
2005-06-20 21:49:00 +00:00 |
|
Alex Ionescu
|
e04c28b61f
|
Build dhcp with ndk
svn path=/trunk/; revision=16189
|
2005-06-20 21:45:19 +00:00 |
|
Alex Ionescu
|
4d21e1f410
|
Build format with NDK
svn path=/trunk/; revision=16188
|
2005-06-20 21:43:14 +00:00 |
|
Alex Ionescu
|
2c52e31b61
|
Build ntvdm with NDK
svn path=/trunk/; revision=16187
|
2005-06-20 21:42:52 +00:00 |
|