..
tests
Test some more ntdll types.
2004-09-06 21:26:57 +00:00
.cvsignore
cdrom.c
Fd type is no longer used, get rid of it.
2004-08-18 00:04:58 +00:00
critsection.c
Improve documentation for critical sections.
2004-09-06 20:26:23 +00:00
debugbuffer.c
debugtools.c
Initialize ntdll debugging earlier on so that we can trace the server
2004-05-05 05:56:37 +00:00
directory.c
Fd type is no longer used, get rid of it.
2004-08-18 00:04:58 +00:00
env.c
- ctrl-c enabling flag is now inherited
2004-09-08 01:25:05 +00:00
error.c
exception.c
Remove these Wine-only types:
2004-08-22 02:07:13 +00:00
file.c
Added stub implementations for NtDeleteFile and NtCancelIoFile.
2004-08-27 19:11:01 +00:00
heap.c
Const correctness.
2004-06-15 00:47:00 +00:00
large_int.c
loader.c
Make relay and snooping work for LoadLibrary+GetProcAddress sequence
2004-08-02 22:25:01 +00:00
loadorder.c
Set the system directory in ntdll as soon as we have determined it.
2004-07-15 22:07:21 +00:00
Makefile.in
- Update build system to support IOKit and CoreFoundation frameworks
2004-08-19 01:20:45 +00:00
misc.c
nt.c
Stub implementations for NtAdjustGroupsToken and NtAlertThread.
2004-08-30 18:36:24 +00:00
ntdll_misc.h
Set the system directory in ntdll as soon as we have determined it.
2004-07-15 22:07:21 +00:00
ntdll.spec
Stub implementations for NtAdjustGroupsToken and NtAlertThread.
2004-08-30 18:36:24 +00:00
om.c
Fix the PSID and PSECURITY_DESCRIPTOR types.
2004-08-13 23:55:43 +00:00
path.c
Fix signed/unsigned comparison warnings.
2004-08-13 23:53:44 +00:00
process.c
Moved FlushInstructionCache to ntdll.
2004-08-04 18:15:04 +00:00
reg.c
Fix signed/unsigned comparison warnings.
2004-08-13 23:53:44 +00:00
relay.c
Fix signed/unsigned comparison warnings.
2004-08-13 23:53:44 +00:00
resource.c
Fix signed/unsigned comparison warnings.
2004-08-13 23:53:44 +00:00
rtl.c
Const correctness.
2004-06-15 00:47:00 +00:00
rtlbitmap.c
Update RTL_BITMAP and RTL_BITMAP_RUN to match the 2000 DDK.
2004-08-23 18:52:54 +00:00
rtlstr.c
Fixed ntdll_wcstoumbs and WideCharToMultiByte to set the 'used' flag
2004-04-19 03:05:07 +00:00
sec.c
Fix incorrect sizeof in RtlCreateSecurityDescriptor().
2004-08-16 19:59:09 +00:00
server.c
Fd type is no longer used, get rid of it.
2004-08-18 00:04:58 +00:00
signal_i386.c
Added signal support for Darwin/i386.
2004-08-24 02:26:59 +00:00
signal_powerpc.c
signal_sparc.c
string.c
sync.c
thread.c
Update RTL_BITMAP and RTL_BITMAP_RUN to match the 2000 DDK.
2004-08-23 18:52:54 +00:00
time.c
Avoid integer overflows in NTDLL_get_server_timeout (spotted by Mike
2004-09-07 23:01:34 +00:00
version.c
Fix signed/unsigned comparison warnings.
2004-08-13 23:53:44 +00:00
virtual.c
Fd type is no longer used, get rid of it.
2004-08-18 00:04:58 +00:00
wcstring.c