Sweden-Number/dlls/ntdll
Rob Shearman e7d91129d9 ntdll: When using HEAP_ZERO_MEMORY in heap allocation functions, don't clear the whole block.
Instead only clear the number of bytes requested and mark the remainder 
as uninitialised.
2008-02-21 13:00:05 +01:00
..
tests tests: Add a helper routine to wait for a child process and propagate its result correctly. 2008-02-07 12:56:00 +01:00
Makefile.in
actctx.c
atom.c
cdrom.c
critsection.c
debugbuffer.c
debugtools.c
directory.c
env.c
error.c
exception.c
file.c ntdll: The FileMailslotSetInformation and FileCompletionInformation cases of NtSetInformationFile don't need the fd. 2008-02-05 12:19:37 +01:00
handletable.c
heap.c ntdll: When using HEAP_ZERO_MEMORY in heap allocation functions, don't clear the whole block. 2008-02-21 13:00:05 +01:00
large_int.c
loader.c Add a new convenience macro for an exception handler that handles all exceptions. 2008-02-16 14:58:24 +01:00
loadorder.c
misc.c
nt.c
ntdll.spec
ntdll_misc.h ntdll: Store the unhandled exception filter at startup to avoid race conditions. 2008-02-12 22:39:19 +01:00
om.c
path.c
process.c
reg.c
relay.c
resource.c
rtl.c
rtlbitmap.c
rtlstr.c kernel32: On Mac OS, recompose the Unicode strings we get from the OS. 2008-02-15 12:07:56 +01:00
sec.c ntdll: Fix the index check in RtlGetAce. 2008-01-23 11:31:42 +01:00
serial.c ntdll: Fixed getting the RTS status from line, and now using sane default values for all (compilation/system) cases. 2008-01-22 12:58:14 +01:00
server.c
signal_i386.c
signal_powerpc.c
signal_sparc.c
signal_x86_64.c
string.c
sync.c
tape.c
thread.c ntdll: Store the unhandled exception filter at startup to avoid race conditions. 2008-02-12 22:39:19 +01:00
threadpool.c
time.c
version.c
version.rc
virtual.c
wcstring.c