Alexandre Julliard
|
fca6067748
|
ntdll: Implemented LdrProcessRelocationBlock.
|
2008-04-02 20:38:51 +02:00 |
Alexandre Julliard
|
ccd0d6259d
|
ntdll: Export the libwine version functions from ntdll too.
|
2008-03-26 23:38:36 +01:00 |
Alexandre Julliard
|
2d6366fc29
|
ntdll: Implemented NtWriteFileGather.
|
2008-03-15 10:58:38 +01:00 |
Alexandre Julliard
|
81e4a0f6f3
|
ntdll: Implemented NtReadFileScatter.
|
2008-03-15 10:58:38 +01:00 |
Rob Shearman
|
25bc7023ba
|
ntdll: Implement RtlRegisterWait, RtlDeregisterWait and RtlDeregisterWaitEx.
|
2008-01-02 14:30:08 +01:00 |
Andrey Turkin
|
343f2c1b30
|
ntdll: Implement BindIoCompletionCallback.
|
2007-12-21 13:52:34 +01:00 |
Rob Shearman
|
6b081232b9
|
ntdll: Add a stub for RtlSetControlSecurityDescriptor.
Implement SetSecurityDescriptorControl on top of RtlSetControlSecurityDescriptor.
|
2007-10-23 18:20:45 +02:00 |
Peter Oberndorfer
|
073dd7dde2
|
ntdll: NtAreMappedFilesTheSame semi stub.
|
2007-09-27 12:47:15 +02:00 |
Mikolaj Zalewski
|
04e688a26d
|
ntdll: Add RtlAddAuditAccessAceEx.
|
2007-09-25 11:18:40 +02:00 |
Francois Gouget
|
c605afa31e
|
ntdll: Fix the RtlQueryInformationActivationContext() .spec prototype to match its implementation.
|
2007-08-08 15:32:03 +02:00 |
Luis C. Busquets Pérez
|
09a1227f08
|
ntdll: Update Nt stdcalls for stubs of Zw.
|
2007-08-06 12:12:22 +02:00 |
Eric Pouech
|
6792a9a92e
|
ntdll: Implemented RtlFindActivationContextSectionString.
|
2007-07-26 11:05:32 +02:00 |
Alexandre Julliard
|
3a71513d99
|
ntdll: Initial implementation of RtlQueryInformationActivationContext.
Partially based on a patch by Eric Pouech.
|
2007-07-26 11:05:32 +02:00 |
Alexandre Julliard
|
797dd942ec
|
ntdll: Implemented handling of the per-thread activation context stack.
|
2007-07-19 17:07:48 +02:00 |
Alexandre Julliard
|
64f6fdc57e
|
kernel32: Move activation context creation to ntdll (based on a patch by Eric Pouech).
|
2007-07-19 17:01:04 +02:00 |
Andrey Turkin
|
ad5f94d0f7
|
ntdll: Stub and document IoCompletion APIs.
|
2007-06-08 13:29:31 +02:00 |
Alexandre Julliard
|
156b205eb5
|
server: Add support for system processes, that can be signaled to exit when all non-system processes are done.
|
2007-06-06 20:33:13 +02:00 |
Vitaliy Margolen
|
311c001654
|
ntdll: Implement RtlWriteRegistryValue and forward ntoskrnl to it.
|
2007-05-21 17:03:00 +02:00 |
Alexandre Julliard
|
447fda5206
|
ntdll: Implemented LdrAddRefDll.
|
2007-05-16 16:39:29 +02:00 |
Alexandre Julliard
|
b64530eee4
|
ntdll: Reimplement LdrGetDllHandle to use the same search algorithm as LdrLoadDll.
|
2007-05-16 16:35:43 +02:00 |
Louis Lenders
|
fc1d30f6ca
|
ntdll: Add NtAreMappedFilesTheSame stub.
|
2007-03-30 11:22:50 +02:00 |
Francois Gouget
|
7a37f21a78
|
ntdll: The fourth parameter of RtlUnwind() is a pointer, not a long.
|
2007-02-09 14:32:56 +01:00 |
Francois Gouget
|
589fcd8ccf
|
ntdll: ZwRaiseException() is not a register function.
|
2007-02-09 14:32:56 +01:00 |
Damjan Jovanovic
|
07db8882c2
|
ntdll: Slist support.
Implemented ntdll's RtlInitializeSListHead, RtlQueryDepthSList,
RtlInterlockedFlushSList, RtlFirstEntrySList,
RtlInterlockedPushEntrySList, RtlInterlockedPopEntrySList, their
kernel32 equivalents, and tests.
|
2007-02-05 21:46:28 +01:00 |
Mike McCormack
|
bcc717174c
|
ntdll: Implement RtlDecodePointer and RtlEncodePointer.
|
2007-01-22 12:45:43 +01:00 |
Alexandre Julliard
|
c9b5569bc2
|
ntdll: Added implementation of RtlDllShutdownInProgress.
|
2006-11-03 13:52:02 +01:00 |
Francois Gouget
|
4efaf24ce7
|
ntdll: Document a Microsoft spelling mistake so we know it is not to be fixed.
|
2006-09-08 11:03:19 +02:00 |
Robert Reif
|
46d2886dd0
|
ntdll: Fix some function arguments.
|
2006-08-04 11:59:25 +02:00 |
Alexandre Julliard
|
72e2dea1f1
|
ntdll: Added spec entry for NtQueryMultipleValueKey.
|
2006-06-12 16:10:28 +02:00 |
Alexandre Julliard
|
9769806c3a
|
ntdll: Implemented RtlPcToFileHeader.
|
2006-05-27 10:55:48 +02:00 |
Jacek Caban
|
2333c80500
|
ntdll: Added NtGetTickCount implementation.
|
2006-04-20 20:12:48 +02:00 |
Mike McCormack
|
9aa468d884
|
ntdll: Stub implementations of NtCreateIoCompletion, NtSetIoCompletion, and NtRemoveIoCompletion.
Based on a patch by Rob Shearman.
|
2006-04-19 12:00:02 +02:00 |
Alexandre Julliard
|
d340bd003a
|
ntdll: Add wrappers for the remaining math functions.
|
2006-04-18 20:31:41 +02:00 |
Alexandre Julliard
|
473fbcb781
|
ntdll: Add wrappers for the string functions.
|
2006-04-18 20:30:43 +02:00 |
Robert Shearman
|
ea6f3a4cc0
|
ntdll: Move the call to MODULE_DllThreadAttach from the kernel32
thread creation function to the NTDLL one.
|
2006-03-14 17:50:28 +01:00 |
Robert Shearman
|
a18bdf13f7
|
ntdll: Very crude implementation of RtlQueueWorkItem.
|
2006-03-13 13:34:06 +01:00 |
Alexandre Julliard
|
4107751dd3
|
ntdll: Simplify loadorder code by using an enum instead of an array
to represent load order values.
Added a special value for default load order so that we can handle it
differently later on.
|
2006-02-22 16:30:05 +01:00 |
Johan Dahlin
|
e21aff0766
|
ntdll: RtlIpv4AddressToStringExW/RtlIpv4StringToAddressExW stubs.
|
2006-02-02 13:21:26 +01:00 |
Alexandre Julliard
|
2a192064e8
|
ntdll: memcpy should behave like memmove in ntdll too.
|
2006-01-24 12:28:34 +01:00 |
Alexandre Julliard
|
a1544e0d20
|
ntdll: Mark all libc-style functions as private to make sure we link
to the real libc functions instead.
|
2006-01-24 12:24:35 +01:00 |
Mike McCormack
|
2735fc58b9
|
ntdll: Forward ZwNotifyChangeDirectoryFile to NtNotifyChangeDirectoryFile.
|
2006-01-23 16:39:49 +01:00 |
H. Verbeet
|
c1f52e0013
|
ntdll: Add a stubbed NtSetSystemInformation.
|
2006-01-20 19:41:04 +01:00 |
Mike McCormack
|
0c728255a4
|
ntdll: Add a stub implementation of NtNotifyChangeDirectoryFile.
|
2006-01-16 20:40:11 +01:00 |
Alexandre Julliard
|
90e3865929
|
ntdll: NtRaiseException doesn't need to be a register function.
Moved common code between NtRaiseException and RtlRaiseException to a
separate raise_exception function.
|
2006-01-10 17:51:22 +01:00 |
Alexandre Julliard
|
15430f6eda
|
Add -register hint in ntdll, kernel and msvcrt spec files.
|
2005-12-16 12:44:58 +01:00 |
Alexandre Julliard
|
50bbfb3c8c
|
ntdll: Reimplemented _chkstk and _alloca_probe directly in assembly.
|
2005-12-15 10:48:12 +01:00 |
Ivan Leo Puoti
|
a1cd3ab653
|
Implement RtlInitAnsiStringEx.
|
2005-11-07 11:14:45 +00:00 |
Ivan Leo Puoti
|
e1008c386f
|
Add stub implementation for NtAccessCheckAndAuditAlarm.
|
2005-10-27 10:25:41 +00:00 |
Alexandre Julliard
|
4c34d9386c
|
Specify 64-bit integers as double instead of long long in spec files
so that we get the correct number of arguments.
|
2005-09-09 15:05:01 +00:00 |
Alexandre Julliard
|
0f254d0356
|
Removed a few internal functions that are no longer exported on
Windows.
|
2005-08-19 10:21:17 +00:00 |