Sweden-Number/dlls/ntdll
André Hentschel 186ada5472 ntdll: Add Support for loading ARM PEs. 2010-11-02 11:16:37 +01:00
..
tests include: The FLOATING_SAVE_AREA type is i386-specific. 2010-10-20 18:37:09 +02:00
Makefile.in ntdll: Add ARM support. 2010-09-20 12:58:44 +02:00
actctx.c
atom.c ntdll: Avoid using HIWORD on types that are 64bit on Win64. 2010-02-10 14:32:05 +01:00
cdrom.c ntdll: Check for __FreeBSD_kernel__, remove redundant ifdef's, make FIXME's consistent. 2010-08-19 11:30:58 +02:00
critsection.c ntdll: Use syscall instead of int $0x80. 2010-07-22 10:24:48 +02:00
debugbuffer.c
debugtools.c
directory.c ntdll: Avoid compiler warning in the default case in append_entry. 2010-03-15 13:41:39 +01:00
env.c
error.c ntdll: Add more error codes. 2010-08-17 11:55:39 +02:00
exception.c ntdll: Fix possible deadlock in vectored exception handling. 2010-10-12 12:30:48 +02:00
file.c ntdll: Setting FileAllInformation is not allowed. 2010-07-26 18:38:30 +02:00
handletable.c
heap.c ntdll: Round up the initial commit size to the commit granularity. 2010-06-29 10:55:20 +02:00
large_int.c ntdll: Export RtlInterlockedCompareExchange64. 2010-02-05 12:23:48 +01:00
loader.c ntdll: Set correct protection flags on sections in builtin DLLs. 2010-08-24 17:22:32 +02:00
loadorder.c
misc.c ntdll: Fix possible overflow computing middle in NTDLL_mergesort(). 2010-10-05 12:20:19 +02:00
nt.c ntdll: Set CPU_FEATURE_HTT when running on a HTT capable system. 2010-10-04 15:00:07 +02:00
ntdll.spec ntdll: Use int64 in the spec file for 64-bit integers. 2010-08-31 14:23:48 +02:00
ntdll_misc.h ntdll: Fix possible deadlock in vectored exception handling. 2010-10-12 12:30:48 +02:00
om.c ntdll: Do not return STATUS_SUCCESS on failure in NtQueryObject(). 2010-09-15 10:32:55 -05: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 NtSetInformationProcess for ProcessDefaultHardErrorMode. 2010-08-16 16:39:53 +02:00
reg.c server: Update the registry key and value name length limits to the now documented values. 2010-04-02 11:48:50 +02:00
relay.c ntdll: Avoid using the CONTEXT86 type. 2010-10-20 18:37:07 +02:00
resource.c ntdll: Avoid using HIWORD on types that are 64bit on Win64. 2010-02-10 14:32:05 +01:00
rtl.c ntdll: Implement RtlIpv4AddressToString / RtlIpv4AddressToStringEx. 2010-08-19 11:52:47 +02:00
rtlbitmap.c
rtlstr.c ntdll: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:15:28 +02:00
sec.c ntdll: Properly handle empty but present ACLs in self-relative descriptors. 2010-02-18 13:01:58 +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: Add a workaround for Ubuntu's stupid ptrace breakage. 2010-09-30 17:51:12 +02:00
signal_arm.c ntdll: Add ARM support. 2010-09-20 12:58:44 +02:00
signal_i386.c ntdll: Avoid using the CONTEXT86 type. 2010-10-20 18:37:07 +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: Make sure ill_handler() and bus_handler() are used on Sparc. 2010-08-24 12:21:44 +02:00
signal_x86_64.c ntdll: Fix the initial FPU control word on 64-bit. 2010-06-21 11:49:25 +02:00
string.c ntdll: Implement bsearch, lfind to use correct comparator functions. 2010-05-13 11:50:51 +02:00
sync.c ntdll: Fix the NtCreateEvent prototype. 2010-01-18 20:34:54 +01:00
tape.c ntdll: Make TAPE_GetStatus inline to avoid a unused function warning. 2010-04-26 07:18:46 -05:00
thread.c ntdll: Don't try to join with the main thread. 2010-11-01 11:28:38 +01:00
threadpool.c ntdll: Fix the NtCreateEvent prototype. 2010-01-18 20:34:54 +01:00
time.c
version.c winecfg: Update Windows 7 version to Service Pack 1. 2010-09-27 14:10:45 +02:00
version.rc
virtual.c ntdll: Add Support for loading ARM PEs. 2010-11-02 11:16:37 +01:00
wcstring.c