wine-wine/dlls/ntdll
Alexandre Julliard d03705eafb ntdll: Use int64 in the spec file for 64-bit integers. 2010-08-31 14:23:48 +02:00
..
tests ntdll/tests: Add a test for the protection state of the read-write data section. 2010-08-26 18:05:55 +02:00
Makefile.in winegcc: Don't import winecrt0 by default when building with -nodefaultlibs. 2010-07-26 12:46:00 +02:00
actctx.c
atom.c
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
env.c
error.c ntdll: Add more error codes. 2010-08-17 11:55:39 +02:00
exception.c
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
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: qsort: comparator must not get the same pointer. 2010-05-24 11:27:25 +02:00
nt.c ntdll: Add Sparc processor support. 2010-08-24 12:21:38 +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: Set correct protection flags on sections in builtin DLLs. 2010-08-24 17:22:32 +02:00
om.c ntdll: Append a terminating null and return the correct length in NtQuerySymbolicLinkObject. 2010-06-30 16:11:42 +02: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
relay.c winebuild: Use the correct registers for relay debugging of floating point arguments on x86_64. 2010-08-30 12:41:28 +02:00
resource.c
rtl.c ntdll: Implement RtlIpv4AddressToString / RtlIpv4AddressToStringEx. 2010-08-19 11:52:47 +02:00
rtlbitmap.c
rtlstr.c
sec.c
serial.c ntdll: Fix set_baud_rate for high rates for non-Linux (bad copy/paste). 2010-07-06 19:28:27 +02:00
server.c server: Change the removable fd flag to a cacheable flag to make it possible for fd users to set it dynamically. 2010-08-23 17:09:45 +02:00
signal_i386.c ntdll: Fix the initial FPU control word on 32-bit too. 2010-06-22 11:19:02 +02:00
signal_powerpc.c
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
tape.c ntdll: Make TAPE_GetStatus inline to avoid a unused function warning. 2010-04-26 07:18:46 -05:00
thread.c ntdll: Fix affinity mask check for 64-bit. 2010-04-08 23:57:08 +02:00
threadpool.c
time.c
version.c ntdll: Add SP2 for Vista. 2010-04-20 11:15:00 +02:00
version.rc
virtual.c ntdll: Fix the protection state of writable sections. 2010-08-26 18:06:10 +02:00
wcstring.c