Detlef Riekenberg
|
4aef9446ba
|
ntdll: Implement RtlIpv4AddressToString / RtlIpv4AddressToStringEx.
|
2010-08-19 11:52:47 +02:00 |
Louis Lenders
|
226a5019e7
|
Quiet two noisy FIXME's.
|
2010-03-26 15:34:57 +01:00 |
Peter Rosin
|
091f0fedfe
|
ntdll: Document RtlSetThreadErrorMode and RtlGetThreadErrorMode.
|
2010-02-05 10:07:35 +01:00 |
Peter Rosin
|
bdebad094c
|
ntdll: Add RtlSetThreadErrorMode and RtlGetThreadErrorMode.
|
2010-02-03 11:37:59 +01:00 |
André Hentschel
|
5a9564d938
|
ntdll: Stub for RtlNumberGenericTableElements.
|
2009-10-26 11:37:13 +01:00 |
Alexandre Julliard
|
7a56aca2eb
|
ntdll: Implemented the SList functions for Win64.
|
2009-09-01 12:41:57 +02:00 |
Alexandre Julliard
|
e65ebee63f
|
ntdll: Add appropriate stdcall decorations to assembly functions.
|
2009-06-15 13:42:26 +02:00 |
Louis Lenders
|
d099c90ea3
|
ntdll: Add stub for RtlEnumerateGenericTableWithoutSplaying.
|
2009-06-04 12:43:42 +02:00 |
Alexandre Julliard
|
f8313855e4
|
ntdll: Convert the DbgPrint* functions to use MS ABI varargs.
|
2009-01-28 19:38:19 +01:00 |
Ricardo Filipe
|
141dcff441
|
ntdll: Add stub for RtlDecompressBuffer.
|
2009-01-28 13:46:15 +01:00 |
Ricardo Filipe
|
63a5cec8cd
|
ntdll: Add stub for RtlCompressBuffer.
|
2009-01-27 11:08:33 +01:00 |
Ricardo Filipe
|
f4eb36531f
|
ntdll: Add stub for RtlGetCompressionWorkSpaceSize.
|
2009-01-26 14:29:51 +01:00 |
Erik de Castro Lopo
|
eba704b8bb
|
ntdll: Win64 fix for get_pointer_obfuscator.
|
2008-04-25 11:37:33 +02:00 |
Dmitry Timoshkov
|
e142779b09
|
ntdll: Fix compilation warnings in 64-bit mode.
|
2007-05-23 13:10:20 +02:00 |
Jan Zerebecki
|
aaf9a151c1
|
ntdll: Add DebugInfo to critical sections.
|
2007-03-12 13:38:35 +01:00 |
Francois Gouget
|
fff13d2751
|
ntdll: Fix compilation on systems that don't support nameless structs.
|
2007-02-12 15:20:18 +01:00 |
Francois Gouget
|
76e258cb53
|
ntdll: Add prototypes to winnt.h for the SList functions.
|
2007-02-12 14:16:52 +01:00 |
Kevin Koltzau
|
05c0df15e2
|
ntdll: Fix compile errors for Win64.
|
2007-02-08 11:56:03 +01:00 |
Francois Gouget
|
0f376b4874
|
ntdll: Add a stub API documentation to make winapi_check happy.
|
2007-02-06 13:26:40 +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 |
Joel Parker
|
2319999a05
|
Remove redundant semicolons for ANSI compatibility.
|
2007-01-17 11:58:15 +01:00 |
Andrew Talbot
|
9cf1579aad
|
ntdll/tests: Cast-qual warning fix.
|
2006-12-13 11:49:01 +01:00 |
Hans Leidekker
|
f7b0ba7aa7
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
Robert Reif
|
46d2886dd0
|
ntdll: Fix some function arguments.
|
2006-08-04 11:59:25 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Johan Dahlin
|
e21aff0766
|
ntdll: RtlIpv4AddressToStringExW/RtlIpv4StringToAddressExW stubs.
|
2006-02-02 13:21:26 +01:00 |
Alexandre Julliard
|
50bbfb3c8c
|
ntdll: Reimplemented _chkstk and _alloca_probe directly in assembly.
|
2005-12-15 10:48:12 +01:00 |
Ge van Geldorp
|
1a1583a364
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
Alexandre Julliard
|
20a1a203c6
|
Use a more portable scheme for storing the name of a critical
section.
|
2005-09-09 10:19:44 +00:00 |
Alexandre Julliard
|
4fd5bf40a2
|
Implemented RtlGetNtProductType.
|
2005-08-10 14:48:45 +00:00 |
Alexandre Julliard
|
55ad6cc520
|
Implemented a few trivial ntdll functions that have been added in
recent Windows versions.
|
2005-08-02 11:38:51 +00:00 |
Mike McCormack
|
6c45b62679
|
- NtWaitForSingleObject doesn't return WAIT_FAILED.
- Use STATUS_WAIT_0 not WAIT_OBJECT_0.
|
2005-06-25 18:31:19 +00:00 |
Mike McCormack
|
6b636e3e7b
|
Use RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
|
2005-06-25 18:00:57 +00:00 |
Mike McCormack
|
04f9f1b066
|
Don't include winbase.h or winerror.h when not necessary.
|
2005-06-21 09:52:40 +00:00 |
Mike McCormack
|
5b2d5fd758
|
Use HANDLE instead of HKEY in the NT API.
|
2005-06-17 13:58:33 +00:00 |
Alexandre Julliard
|
26050b49d5
|
Prefix the internal name of all register functions with __regs_ for
better consistency and to make automated checking possible.
|
2005-05-07 18:10:30 +00:00 |
Eric Pouech
|
9dc3843cba
|
Fixed some regressions from the previous change.
|
2005-01-03 14:43:15 +00:00 |
Jon Griffiths
|
49e13df700
|
Remove unneeded headers to reduce unneeded rebuilds.
|
2004-12-17 19:09:29 +00:00 |
Jon Griffiths
|
bf5539bbe6
|
Documentation updates.
|
2004-09-13 18:04:31 +00:00 |
Eric Pouech
|
db52588754
|
Const correctness.
|
2004-06-15 00:47:00 +00:00 |
Raphael Junqueira
|
43b9f97b22
|
- fix DbgPrint and implement DbgPrintEx
- stub for NtImpersonateAnonymousToken
|
2004-04-07 19:05:34 +00:00 |
Alexandre Julliard
|
f752be843e
|
Implement some more register functions using DEFINE_REGS_ENTRYPOINT to
make them available for imports.
|
2003-12-04 05:51:01 +00:00 |
Alexandre Julliard
|
5e3549bf3b
|
Implemented RtlCreateProcessParameters and related functions.
|
2003-10-04 03:11:57 +00:00 |
Alexandre Julliard
|
240b0a9b48
|
Moved the Windows version code to dlls/ntdll, and implemented
RtlGetVersion and RtlVerifyVersionInfo.
Moved the 16-bit and DOS version support to dlls/kernel.
|
2003-09-24 05:26:00 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Alexandre Julliard
|
19b6a49845
|
Allocate DebugInfo field for all critical sections (based on a patch
by Alex Pasadyn).
Get rid of the Wine-specific CRITICAL_SECTION_INIT macro.
|
2003-08-12 23:50:54 +00:00 |
Eric Pouech
|
35d5d06ac9
|
Implemented RtlDosPathNameToNtPathName_U, RtlGetCurrentDirectory_U,
RtlGetFullPathName_U and RtlSetCurrentDirectory_U (the last one
partially as we can't test whether a path exists or not).
|
2003-05-15 04:20:42 +00:00 |
Eric Pouech
|
2d758c6444
|
Implemented a bunch of environment related NTDLL APIs.
|
2003-05-08 03:47:00 +00:00 |
Thomas Mertes
|
0ce4826eee
|
Implemented RtlRandom, RtlAreAllAccessesGranted,
RtlAreAnyAccessesGranted, RtlCopyLuid, RtlEqualLuid, RtlMapGenericMask
and RtlCopyLuidAndAttributesArray.
Documentation updates for RtlExtendedMagicDivide, RtlUniform,
RtlUnicodeStringToAnsiString, RtlAppendAsciizToString,
RtlAppendStringToString, RtlAppendUnicodeToString and
RtlAppendUnicodeStringToString.
|
2003-04-08 00:55:36 +00:00 |