Sweden-Number/dlls/ntdll
André Hentschel 38ca35fe57 ntdll: Add SXS error codes. 2010-08-04 12:13:50 +02:00
..
tests ntdll: Add SXS error codes. 2010-08-04 12:13:50 +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 ntdll: Avoid using HIWORD on types that are 64bit on Win64. 2010-02-10 14:32:05 +01:00
cdrom.c ntdll: Add stub implementation of IOCTL_STORAGE_GET_MEDIA_TYPES/IOCTL_STORAGE_GET_MEDIA_TYPES_EX. 2010-05-31 12:46:08 +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 ntdll: Add a stub for NtQuerySystemEnvironmentValue. 2009-10-08 14:00:19 +02:00
error.c ntdll: Add SXS error codes. 2010-08-04 12:13:50 +02:00
exception.c ntdll: Moved RtlCaptureStackBackTrace stub to the cpu-specific files. 2009-11-11 17:19:23 +01: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 a valid process title for the initial process. 2010-06-08 11:55:23 +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 stub for NtSystemDebugControl. 2010-06-29 10:55:41 +02:00
ntdll.spec ntdll: Add stub for NtSystemDebugControl. 2010-06-29 10:55:41 +02:00
ntdll_misc.h ntdll: Set the heap debug flags based on the GlobalFlag value. 2010-01-22 12:33:03 +01: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: Fix the status code for ProcessDebugObjectHandle class in NtQueryInformationProcess when the debugger is absent. 2010-07-28 16:28:19 +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: Make cfi annotations optional for x86_64. 2010-04-12 12:38:27 +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 Quiet two noisy FIXME's. 2010-03-26 15:34:57 +01: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: Fix set_baud_rate for high rates for non-Linux (bad copy/paste). 2010-07-06 19:28:27 +02:00
server.c ntdll: Use syscall instead of int $0x80. 2010-07-22 10:24:48 +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 ntdll: Moved the TEB allocation routines to the platform-specific files. 2009-11-19 12:25:52 +01:00
signal_sparc.c ntdll: Moved the TEB allocation routines to the platform-specific files. 2009-11-19 12:25:52 +01: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: Fix affinity mask check for 64-bit. 2010-04-08 23:57:08 +02:00
threadpool.c ntdll: Fix the NtCreateEvent prototype. 2010-01-18 20:34:54 +01:00
time.c
version.c ntdll: Add SP2 for Vista. 2010-04-20 11:15:00 +02:00
version.rc
virtual.c ntdll: Print a warning when failing to set execute permissions on a section. 2010-06-16 20:06:47 +02:00
wcstring.c