Sweden-Number/dlls/ntdll
André Hentschel 4c44e151be ntdll: Get the unix tid on DragonFly BSD. 2012-06-04 12:17:55 +02:00
..
tests ntdll/tests: Add tests for NtGetCurrentProcessorNumber. 2012-05-21 11:33:40 +02:00
Makefile.in
actctx.c ntdll: Fix string comparison against non null-terminated string (Valgrind). 2011-10-19 17:48:16 +02:00
atom.c ntdll: Fix printing NULL strings. 2011-09-20 16:21:38 +02:00
cdrom.c ntdll: Zero reserved fields of the request structure in DVD_ReadDescriptor(). 2012-02-14 17:59:28 +01:00
critsection.c
debugbuffer.c
debugtools.c
directory.c ntdll: Change default COM device for FreeBSD 8.0. 2012-06-04 12:17:55 +02:00
env.c
error.c
exception.c
file.c ntdll: Enhance FreeBSD checks to also check for DragonFly BSD when appropriate. 2012-06-04 12:17:54 +02:00
handletable.c
heap.c ntdll: Use VALGRIND_RESIZEINPLACE_BLOCK when available. 2011-11-15 11:46:02 +01:00
large_int.c
loader.c ntdll: Add support for dynamically generated stub entry points on ARM. 2012-03-12 10:47:32 +01:00
loadorder.c
misc.c
nt.c ntdll: Enhance FreeBSD checks to also check for DragonFly BSD when appropriate. 2012-06-04 12:17:54 +02:00
ntdll.spec ntdll: Export _local_unwind. 2012-05-29 21:33:45 +02:00
ntdll_misc.h ntdll: Unwind the stack before calling exit/abort_thread on i386 the same way we do on x86_64. 2011-10-19 16:38:52 +02:00
om.c ntdll: Don't trace potentially uninitialized structures if we are not going to use them. 2011-09-19 17:56:05 +02:00
path.c Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
printf.c
process.c
reg.c ntdll: Fix status returned for too-long registry value names. 2012-03-13 10:28:10 +01:00
relay.c ntdll: Declare debug channel only when used. 2011-11-07 11:30:38 +01:00
resource.c
rtl.c ntdll: Move the _chkstk implementation to signal_i386.c. 2012-04-02 12:46:38 +02:00
rtlbitmap.c
rtlstr.c
sec.c ntdll: Mark some fall-throughs in a switch statement. 2011-10-08 20:23:06 +02:00
serial.c ntdll: Generate a single EV_TXEMPTY when the TX buffer turns empty. 2011-10-14 20:26:44 +02:00
server.c ntdll: Get the unix tid on DragonFly BSD. 2012-06-04 12:17:55 +02:00
signal_arm.c ntdll: Correctly handle Thumb exceptions on ARM. 2012-04-30 19:33:28 +02:00
signal_i386.c ntdll: Enhance FreeBSD checks to also check for DragonFly BSD when appropriate. 2012-06-04 12:17:54 +02:00
signal_powerpc.c
signal_sparc.c ntdll: Move a return out of a #ifdef. 2011-11-30 11:45:14 +01:00
signal_x86_64.c ntdll: Export _local_unwind. 2012-05-29 21:33:45 +02:00
string.c
sync.c ntdll: Set the thread exit code when a thread is killed inside a wait. 2012-01-16 14:04:39 +01:00
tape.c
thread.c ntdll: Add missing parameters to syscall call. 2012-05-30 11:21:45 +02:00
threadpool.c Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
time.c ntdll: Take into account timezone bias changes when detecting daylight saving rules. 2011-10-18 19:16:34 +02:00
version.c ntdll: Implement RtlGetProductInfo. 2012-05-31 12:37:24 +02:00
version.rc
virtual.c ntdll: Fix section header heap deadlock. 2012-04-06 20:10:58 +02:00
wcstring.c