Sweden-Number/dlls/ntdll
Rob Shearman e70848ed01 ntdll: The FileMailslotSetInformation and FileCompletionInformation cases of NtSetInformationFile don't need the fd.
So don't do an extra server call to get the fd to avoid a performance
penalty and to make these cases work when an fd isn't available.
2008-02-05 12:19:37 +01:00
..
tests Fix spelling error in the generated conformance test files. 2008-01-16 12:46:18 +01:00
Makefile.in
actctx.c
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
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
large_int.c
loader.c
loadorder.c
misc.c
nt.c
ntdll.spec
ntdll_misc.h
om.c
path.c
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
relay.c
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
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 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
signal_sparc.c
signal_x86_64.c
string.c
sync.c
tape.c
thread.c server: Don't force the process affinity to 1, leave it up to the client. 2008-01-17 13:40:03 +01:00
threadpool.c
time.c
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