Sebastian Lackner
|
1b3d67aace
|
kernel32: Raise DBG_PRINTEXCEPTION_C exception in OutputDebugStringA.
|
2014-06-17 10:58:28 +02:00 |
Michael Müller
|
97c3bb040e
|
ntdll: Stub TokenAppContainerSid in NtQueryInformationToken.
|
2014-06-12 18:13:19 +02:00 |
Sebastian Lackner
|
dd0e9fe91e
|
ntdll/tests: Fix exception test failures on x86_64.
|
2014-06-11 19:15:01 +02:00 |
Jacek Caban
|
1d6bf952d3
|
ntdll: Removed no longer used defines.
|
2014-06-11 16:16:08 +02:00 |
Nikolay Sivov
|
5a8d73283c
|
ntdll: Fix LdrLockLoaderLock()/LdrUnlockLoaderLock() on 64bit.
|
2014-06-11 13:05:39 +02:00 |
Nikolay Sivov
|
97e2af1f73
|
ntdll: Implement non-blocking mode for LdrLockLoaderLock().
|
2014-05-16 10:52:52 +02:00 |
Martin Storsjo
|
8cb42d4135
|
ntdll: Align FILE_*_DIRECTORY_INFORMATION structs to 8 bytes.
|
2014-05-15 19:04:56 +02:00 |
Martin Storsjo
|
114444ca9c
|
ntdll: Don't write uninitialized bytes at the end of filenames.
|
2014-05-15 19:04:55 +02:00 |
Alexandre Julliard
|
2cef8dbcc2
|
ntdll: Determine the mapping type automatically from the WRITECOPY flag.
|
2014-05-13 12:28:58 +02:00 |
Jacek Caban
|
5ceb22714e
|
ntdll: Use MAP_PRIVATE for copy on write mappings.
|
2014-05-13 12:27:32 +02:00 |
Jacek Caban
|
4792cf31c5
|
ntdll: Always use MAP_SHARED in NtMapViewOfSection.
|
2014-05-08 18:27:38 +02:00 |
Nikolay Sivov
|
0563c78cb6
|
ntdll/tests: Fix some string leaks (Valgrind).
|
2014-05-06 13:47:01 +02:00 |
Nikolay Sivov
|
4a28464484
|
ntdll: Fix a 'tlbid' string value leak (Valgrind).
|
2014-05-05 12:17:51 +02:00 |
Alexandre Julliard
|
693d6e48d7
|
ntdll: Don't wait for writes to complete in NtFlushVirtualMemory.
|
2014-04-24 14:39:48 +02:00 |
Austin English
|
1a988fa465
|
ntdll: Make sure flags are preserved in raise_trap_exception().
|
2014-04-15 21:03:55 +02:00 |
Akihiro Sagawa
|
e67f84122d
|
ntdll: Add %gs support for NetBSD.
|
2014-04-14 20:19:01 +02:00 |
Thomas Faber
|
2d80ef28d0
|
ntdll/tests: Add tests for RtlUTF8ToUnicodeN.
|
2014-04-09 17:31:03 +02:00 |
Thomas Faber
|
9694360a27
|
ntdll/tests: Add tests for RtlUnicodeToUTF8N.
|
2014-04-09 17:28:37 +02:00 |
Sebastian Lackner
|
7821be356d
|
ntdll/tests: Add tests for dynamic unwind table.
|
2014-04-08 19:23:19 +02:00 |
Sebastian Lackner
|
4d8edf7612
|
ntdll: Implement RtlInstallFunctionTableCallback on x86_64.
|
2014-04-08 19:23:14 +02:00 |
Sebastian Lackner
|
98307b22fb
|
ntdll: Implement RtlAddFunctionTable / RtlDeleteFunctionTable for x86_64.
|
2014-04-08 18:28:31 +02:00 |
Sebastian Lackner
|
a71d1e389f
|
ntdll: Unify exception function lookup on x86_64.
|
2014-04-08 18:28:30 +02:00 |
Huw Davies
|
ac79e160e7
|
ntdll: For Android look in /proc/mounts for mounted file systems.
|
2014-04-07 15:34:44 +02:00 |
Huw Davies
|
2139df003f
|
ntdll: Add a replacement getmntent for Android.
Bionic has a stub function named getmntent which outputs an unimplemented message.
|
2014-04-07 15:34:43 +02:00 |
Nikolay Sivov
|
b82b1306a4
|
kernel32: Added QueryUnbiasedInterruptTime().
|
2014-04-02 15:50:09 +02:00 |
Alexandre Julliard
|
598c5816d9
|
kernel32: Don't allocate FLS index 0.
|
2014-03-28 17:46:03 +01:00 |
Jacek Caban
|
93920c3893
|
ntdll: Reserve TLS slot 0 for broken apps that compare index to 0 instead of TLS_OUT_OF_INDEXES.
|
2014-03-28 16:19:55 +01:00 |
Alexandre Julliard
|
395df1aa2d
|
ntdll: Heap handles should be 64K-aligned.
|
2014-03-26 11:24:30 +01:00 |
Dmitry Timoshkov
|
d5fd04f2f0
|
ntdll/tests: Always wait until the operation completes if returned status is STATUS_PENDING.
|
2014-03-21 14:14:42 +01:00 |
Sebastian Lackner
|
7ba4d119c1
|
ntdll: Use condition variable for RtlQueueWorkItem implementation.
|
2014-03-12 10:41:26 +01:00 |
Sebastian Lackner
|
9277fcfdb4
|
ntdll: Fix possible race-condition in iocp poller code.
|
2014-03-11 19:39:29 +01:00 |
Alexandre Julliard
|
0e42fd97c0
|
ntdll: Detect 16-bit modules and resolve imports for them.
|
2014-02-25 16:08:24 -06:00 |
Nikolay Sivov
|
88fc916442
|
ntdll: Use case-insensitive matching for typelib flags.
Spotted by Austin English.
|
2014-02-24 09:12:03 -06:00 |
Alexandre Julliard
|
ff08cd597d
|
ntdll: Only allocate TLS data when resolving imports.
|
2014-02-17 20:16:08 +01:00 |
Alexandre Julliard
|
f5fc925f0e
|
ntdll: Move fixup_imports to avoid forward declarations.
|
2014-02-17 20:15:45 +01:00 |
Alexandre Julliard
|
0f0bf58663
|
ntdll: Don't fixup imports for executables.
|
2014-02-17 20:15:44 +01:00 |
Alexandre Julliard
|
7307298ac3
|
ntdll: Don't fixup imports when a dll is already loaded.
|
2014-02-17 20:15:43 +01:00 |
Alexandre Julliard
|
183c184565
|
ntdll: Trace missing exception info on ARM.
|
2014-02-14 13:51:19 +01:00 |
Alexandre Julliard
|
241dd9ff23
|
ntdll: Fix printing formats for ARM registers.
|
2014-02-12 19:15:04 +01:00 |
Frédéric Delanoy
|
0f2bed51bd
|
Assorted spelling fixes.
|
2014-02-10 15:47:29 +01:00 |
Alexandre Julliard
|
cf0e96c6d0
|
configure: Rename substituted variables to a standard _CFLAGS and _LIBS format.
|
2014-01-30 14:51:33 +01:00 |
Sebastian Lackner
|
23adc9aaed
|
ntdll: Fix incorrect value passed to RtlDeleteTimerQueueEx.
|
2014-01-30 10:35:53 +01:00 |
André Hentschel
|
d7fb376db4
|
ntdll: Use boolean return values in boolean functions.
|
2014-01-29 17:30:46 +01:00 |
Sebastian Lackner
|
fad29fc5d9
|
ntdll: Implement RtlSleepConditionVariableSRW.
|
2014-01-27 14:13:48 +01:00 |
Sebastian Lackner
|
899fc8d4ee
|
ntdll: Implement RtlTryAcquireSRWLockShared/Exclusive commands.
|
2014-01-27 14:13:45 +01:00 |
Sebastian Lackner
|
8ca96a9de0
|
ntdll: Throw STATUS_RESOURCE_NOT_OWNED when it's impossible to acquire/release the SRWLock.
|
2014-01-27 14:13:44 +01:00 |
Sebastian Lackner
|
31a283d4da
|
ntdll: Implement SRWLock functions using keyed events.
|
2014-01-17 11:26:38 +01:00 |
Frédéric Delanoy
|
841aabfd82
|
ntdll: Fix a typo in comment.
|
2014-01-17 11:01:44 +01:00 |
Frédéric Delanoy
|
acf22e83f6
|
ntdll: Avoid TRUE:FALSE conditional expressions.
|
2014-01-13 17:37:04 +01:00 |
Alexandre Julliard
|
406587898f
|
ntdll/tests: Fix a test that fails on Win2k.
|
2014-01-09 17:39:51 +01:00 |