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 Makedll.rules: Add a generic EXTRADLLFLAGS variable instead of defining a specific variable for every possible parameter. 2007-12-11 14:59:54 +01:00
actctx.c ntdll: Shared manifests should have a less-strict version check performed when loading them as dependencies. 2007-11-26 12:27:01 +01:00
atom.c
cdrom.c ntdll: Fall back to a server device ioctl for files with no associated fd. 2008-01-16 14:57:20 +01:00
critsection.c ntdll: Remove unneeded casts. 2008-01-14 13:10:00 +01:00
debugbuffer.c
debugtools.c
directory.c server: Pass Information field from async I/O APCs. 2007-11-15 14:24:50 +01:00
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: Add missing FIXMEs for incomplete info classes in NtQuerySystemInformation. 2007-10-30 11:29:40 +01:00
ntdll.spec ntdll: Implement RtlRegisterWait, RtlDeregisterWait and RtlDeregisterWaitEx. 2008-01-02 14:30:08 +01:00
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 server: Partial implementation of NtQueryDirectoryObject. 2007-12-05 16:57:41 +01:00
path.c ntdll: Fixed off-by-one error in RtlGetFullPathName_U (spotted by Michael Builov). 2007-10-19 14:40:23 +02:00
process.c server: Don't force the process affinity to 1, leave it up to the client. 2008-01-17 13:40:03 +01:00
reg.c ntdll: Fix NtQueryValueKey for KeyValueBasicInformation. 2008-01-07 21:17:10 +01:00
relay.c ntdll: Remove unneeded casts. 2007-12-31 16:45:22 +01:00
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 ntdll: Unblock signals in process init only after the dlls have been imported. 2007-11-19 14:27:07 +01:00
signal_i386.c ntdll: Don't fetch extended FPU context if there's no FPU context at all. 2008-01-22 10:20:12 +01:00
signal_powerpc.c server: Use SIGQUIT instead of SIGTERM to terminate a thread. 2007-12-20 12:19:35 +01:00
signal_sparc.c server: Use SIGQUIT instead of SIGTERM to terminate a thread. 2007-12-20 12:19:35 +01:00
signal_x86_64.c server: Use SIGQUIT instead of SIGTERM to terminate a thread. 2007-12-20 12:19:35 +01:00
string.c
sync.c server: Pass Information field from async I/O APCs. 2007-11-15 14:24:50 +01:00
tape.c ntdll: Fix calculation of tape position offsets. 2007-11-02 12:49:48 +01:00
thread.c ntdll: Store the unhandled exception filter at startup to avoid race conditions. 2008-02-12 22:39:19 +01:00
threadpool.c ntdll: Remove unneeded casts. 2008-01-14 13:10:00 +01:00
time.c ntdll: Remove the overly-cautious check which prevented NtSetSystemTime from changing the time by more than two minutes. 2007-09-10 16:13:53 +02:00
version.c
version.rc
virtual.c ntdll: Do not perform base relocation if an image is not a DLL. 2008-01-17 14:25:15 +01:00
wcstring.c