Sweden-Number/dlls/ntdll
Alexandre Julliard 45075b2f9c server: Add separate requests for getting/setting the thread context during suspend. 2011-05-06 12:25: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 ntdll: Add ARM support. 2010-09-20 12:58:44 +02:00
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 ntdll: Add more error codes. 2010-08-17 11:55:39 +02:00
exception.c server: Add separate requests for getting/setting the thread context during suspend. 2011-05-06 12:25:34 +02:00
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 server: Store a mapping instead of a file for process dlls. 2011-04-18 14:45:32 +02: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: Remove Alpha support. 2011-04-20 13:09:39 +02: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: Mark internal functions as hidden. 2011-04-25 13:01:52 +02:00
om.c ntdll: Don't call NtClose directly in delete_view. 2010-12-02 12:47:42 +01:00
path.c ntdll: Convert even Unix paths outside Wine's drive mappings to DOS paths. 2010-07-23 13:05:32 +02:00
printf.c
process.c ntdll: Implement the ProcessAffinityMask case in NtQueryInformationProcess. 2011-04-14 19:57:34 +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 ntdll: Add stubs for Rtl[G/S]etCurrentTransaction. 2010-11-08 13:30:20 +01:00
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 ntdll: Use the more portable cfsetospeed() function to set serial baud rate. 2010-10-08 11:56:46 +02:00
server.c ntdll: Remove Alpha support. 2011-04-20 13:09:39 +02:00
signal_arm.c ntdll: Make sure RtlCaptureContext doesn't compile as Thumb but ARM. 2011-04-22 11:14:00 +02:00
signal_i386.c ntdll: Add check for DragonFly BSD. 2011-03-28 17:30:20 +02:00
signal_powerpc.c ntdll: Remove an unused function from signal_powerpc. 2010-09-08 13:30:23 +02:00
signal_sparc.c ntdll: Fix usage of ContextFlags on Sparc. 2011-04-21 12:45:31 +02: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 Revert "ntdll: Fix possible deadlock in vectored exception handling." 2010-11-10 19:17:41 +01:00
threadpool.c ntdll: Mask invalid flags for RtlQueueWorkItem. 2010-11-11 18:12:47 +01:00
time.c
version.c ntdll: Add support for win2k8r2. 2011-04-13 17:21:42 +02:00
version.rc
virtual.c ntdll: Restore stack guard and prevent stack from shrinking. 2011-04-13 14:13:57 +02:00
wcstring.c