wine/dlls/ntdll
Robert Shearman 3e47c82e02 ntdll: Add a define for SYS_sigaction to __NR_sigaction.
Print an error if __NR_sigaction doesn't exist as this means the wrong
syscall header is being used.
2006-02-20 20:31:51 +01:00
..
tests ntdll: gcc 2.95 compile fixes. 2006-02-10 14:54:04 +01:00
.gitignore
atom.c Make more arrays const. 2006-01-24 14:00:32 +01:00
cdrom.c ntdll: Implement DVD_ReadStructure. 2006-02-11 18:40:32 +01:00
critsection.c
debugbuffer.c
debugtools.c
directory.c kernel32: ReadDirectoryChangesW fixes. 2006-02-07 16:50:36 +01:00
env.c
error.c
exception.c
file.c configure: For sys/mount.h, sys/statfs.h and sys/vfs.h, always include 2006-02-06 21:53:27 +01:00
handletable.c
heap.c
large_int.c
loader.c ntdll: Better handling of errors when loading a builtin dll from an 2006-02-09 12:15:57 +01:00
loadorder.c ntdll: Added a few helper function to simplify the loadorder code. 2006-02-04 17:06:41 +01:00
Makefile.in ntdll: Add implementation of tape IOCTLs. 2006-01-26 13:23:08 +01:00
misc.c
nt.c ntdll: Add a stubbed NtSetSystemInformation. 2006-01-20 19:41:04 +01:00
ntdll_misc.h ntdll: Add implementation of tape IOCTLs. 2006-01-26 13:23:08 +01:00
ntdll.spec ntdll: RtlIpv4AddressToStringExW/RtlIpv4StringToAddressExW stubs. 2006-02-02 13:21:26 +01:00
om.c
path.c
process.c
reg.c
relay.c
resource.c
rtl.c ntdll: RtlIpv4AddressToStringExW/RtlIpv4StringToAddressExW stubs. 2006-02-02 13:21:26 +01:00
rtlbitmap.c
rtlstr.c
sec.c
serial.c ntdll: Implemented IOCTL for char transmission: IMMEDIATE_CHAR. 2006-02-06 11:38:53 +01:00
server.c ntdll: Remove no longer used oldcwd in start_server. 2006-02-17 11:41:57 +01:00
signal_i386.c ntdll: Add a define for SYS_sigaction to __NR_sigaction. 2006-02-20 20:31:51 +01:00
signal_powerpc.c
signal_sparc.c
signal_x86_64.c ntdll: Rename i386 CPU trap codes to avoid collision with system headers. 2006-02-03 12:30:55 +01:00
string.c ntdll: memcpy should behave like memmove in ntdll too. 2006-01-24 12:28:34 +01:00
sync.c
tape.c ntdll: Fix tape.c compilation on Darwin. 2006-02-11 20:26:33 +01:00
thread.c
time.c ntdll: Added Urals time. 2006-02-07 16:51:51 +01:00
version.c
virtual.c ntdll: Protect sys/stat.h inclusion. 2006-02-07 21:17:45 +01:00
wcstring.c