Sweden-Number/dlls/ntdll
Detlef Riekenberg 979099a441 ntdll: Read the current processor with the __NR_getcpu syscall. 2012-05-21 11:33:55 +02:00
..
tests ntdll/tests: Add tests for NtGetCurrentProcessorNumber. 2012-05-21 11:33:40 +02:00
Makefile.in
actctx.c
atom.c
cdrom.c ntdll: Zero reserved fields of the request structure in DVD_ReadDescriptor(). 2012-02-14 17:59:28 +01:00
critsection.c
debugbuffer.c
debugtools.c
directory.c
env.c
error.c
exception.c
file.c configure: Use errno.h instead of the non-standard sys/errno.h header. 2011-12-15 17:46:38 +01:00
handletable.c
heap.c
large_int.c
loader.c ntdll: Add support for dynamically generated stub entry points on ARM. 2012-03-12 10:47:32 +01:00
loadorder.c
misc.c
nt.c ntdll: Use proper CPU speed detection on FreeBSD. 2012-03-01 17:38:41 +01:00
ntdll.spec ntdll: Implement NtGetCurrentProcessorNumber. 2012-05-21 10:20:25 +02:00
ntdll_misc.h
om.c
path.c Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
printf.c
process.c
reg.c ntdll: Fix status returned for too-long registry value names. 2012-03-13 10:28:10 +01:00
relay.c
resource.c
rtl.c ntdll: Move the _chkstk implementation to signal_i386.c. 2012-04-02 12:46:38 +02:00
rtlbitmap.c
rtlstr.c
sec.c
serial.c
server.c
signal_arm.c ntdll: Correctly handle Thumb exceptions on ARM. 2012-04-30 19:33:28 +02:00
signal_i386.c ntdll: Give a better error message if signal context functions aren't defined. 2012-04-10 16:21:27 +02:00
signal_powerpc.c
signal_sparc.c
signal_x86_64.c ntdll: Add a __chkstk entry point for x86_64. 2012-04-02 12:46:40 +02:00
string.c
sync.c ntdll: Set the thread exit code when a thread is killed inside a wait. 2012-01-16 14:04:39 +01:00
tape.c
thread.c ntdll: Read the current processor with the __NR_getcpu syscall. 2012-05-21 11:33:55 +02:00
threadpool.c Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
time.c
version.c
version.rc
virtual.c ntdll: Fix section header heap deadlock. 2012-04-06 20:10:58 +02:00
wcstring.c