Sweden-Number/dlls/ntdll
Bart Van Assche e5fe510720 ntdll: Avoid examining uninitialized data. 2011-03-31 12:49:34 +02:00
..
tests server: FILE_OVERWRITE and FILE_OVERWRITE_IF need the FILE_WRITE_ATTRIBUTES permission. 2011-03-30 15:10:20 +02:00
Makefile.in
actctx.c
atom.c
cdrom.c ntdll: Implement CDROM_GetInterfaceInfo() on Mac OS. 2011-03-02 12:29:28 +01:00
critsection.c ntdll: Use the futex system calls on all Linux platforms. 2010-12-27 12:01:52 +01:00
debugbuffer.c
debugtools.c
directory.c ntdll: Avoid examining uninitialized data. 2011-03-31 12:49:34 +02:00
env.c
error.c
exception.c
file.c ntdll: Fix a compile time warning. 2011-02-01 18:14:09 +01:00
handletable.c
heap.c ntdll: Fix race condition in RtlCreateHeap(). 2011-03-29 12:37:26 +02:00
large_int.c ntdll: Correct 'b' parameter descriptions for _alldiv and _aulldiv. 2011-02-04 15:25:31 +01:00
loader.c ntdll: Ensure alignment of static TLS data and free it at thread exit. 2010-12-15 13:16:55 +01:00
loadorder.c
misc.c ntdll: Don't call compare function on memory not provided by user in qsort. 2011-03-30 12:20:47 +02:00
nt.c ntdll: Fix time units for SystemPerformanceProcessorInformation, and steal idle time for kernel time. 2011-03-08 16:55:10 +01:00
ntdll.spec ntdll: Avoid copying and restoring the context in RtlCaptureContext for i386. 2011-02-01 12:38:58 +01:00
ntdll_misc.h ntdll: Get rid of support for register entry points on x86_64. 2011-01-27 14:12:41 +01:00
om.c ntdll: Don't call NtClose directly in delete_view. 2010-12-02 12:47:42 +01:00
path.c
printf.c
process.c ntdll: implemented ProcessDebugFlags in NtQueryInformationProcess. 2011-03-30 15:10:01 +02:00
reg.c
relay.c ntdll: Get rid of support for register entry points on x86_64. 2011-01-27 14:12:41 +01:00
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
sec.c ntdll: Fix RtlGetSacl/DaclSecurityDescriptor for relative descriptors on 64-bit. 2011-03-09 13:44:11 +01:00
serial.c
server.c ntdll: Don't print an error when architecture is set to win64 and the app is 64-bit. 2011-03-01 14:11:19 +01:00
signal_arm.c
signal_i386.c ntdll: Add check for DragonFly BSD. 2011-03-28 17:30:20 +02:00
signal_powerpc.c
signal_sparc.c ntdll: Only use ST_FIX_ALIGN on solaris. 2011-02-07 10:03:50 -06:00
signal_x86_64.c ntdll: Add support for longjmp in RtlUnwindEx. 2011-02-01 18:14:09 +01:00
string.c
sync.c
tape.c
thread.c
threadpool.c ntdll: Mask invalid flags for RtlQueueWorkItem. 2010-11-11 18:12:47 +01:00
time.c
version.c ntdll: Bump win2k3 version information to sp2. 2010-12-13 12:31:31 +01:00
version.rc
virtual.c ntdll: Improve the error reporting for invalid PE file architectures. 2011-02-19 14:11:05 +01:00
wcstring.c