.. |
tests
|
Assorted spelling fixes.
|
2005-04-19 09:49:38 +00:00 |
.cvsignore
|
|
|
cdrom.c
|
Avoid spaces before preprocessor directives, that's not portable.
|
2005-03-02 12:23:20 +00:00 |
critsection.c
|
Match RaiseException and EXCEPTION_RECORD to SDK definitions.
|
2005-02-24 13:15:36 +00:00 |
debugbuffer.c
|
|
|
debugtools.c
|
|
|
directory.c
|
Don't mark a file as readonly if it has any write bit set.
|
2005-03-16 19:48:42 +00:00 |
env.c
|
|
|
error.c
|
|
|
exception.c
|
Match RaiseException and EXCEPTION_RECORD to SDK definitions.
|
2005-02-24 13:15:36 +00:00 |
file.c
|
- moved named pipe creation to ntdll
|
2005-04-18 14:57:04 +00:00 |
handletable.c
|
Replace GetCurrentProcess() with NtCurrentProcess() in ntdll.
|
2005-02-22 19:33:50 +00:00 |
heap.c
|
Dump HeapWalk entries.
|
2005-03-03 13:50:21 +00:00 |
large_int.c
|
Documentation spelling fixes.
|
2005-02-25 14:07:56 +00:00 |
loader.c
|
Use "" for Windows includes in dlls, instead of <>.
|
2005-03-21 10:52:26 +00:00 |
loadorder.c
|
|
|
Makefile.in
|
|
|
misc.c
|
|
|
nt.c
|
Add semi-stub for NtPowerInformation(SystemPowerCapabilities, ...).
|
2005-04-18 09:52:32 +00:00 |
ntdll_misc.h
|
|
|
ntdll.spec
|
Declare and define a stub for NtSignalAndWaitForSingleObject.
|
2005-04-16 11:19:27 +00:00 |
om.c
|
|
|
path.c
|
|
|
process.c
|
|
|
reg.c
|
Move save_registry and unload_key server calls to ntdll.
|
2005-03-30 10:21:15 +00:00 |
relay.c
|
Support relay tracing of functions with 18 arguments.
|
2005-03-24 15:08:37 +00:00 |
resource.c
|
|
|
rtl.c
|
|
|
rtlbitmap.c
|
Documentation spelling fixes.
|
2005-02-25 14:07:56 +00:00 |
rtlstr.c
|
Assorted spelling fixes.
|
2005-03-30 17:08:31 +00:00 |
sec.c
|
Stub implementation of RtlAbsoluteToSelfRelativeSD.
|
2005-03-30 10:22:51 +00:00 |
server.c
|
Assorted spelling fixes.
|
2005-03-23 13:15:18 +00:00 |
signal_i386.c
|
Match RaiseException and EXCEPTION_RECORD to SDK definitions.
|
2005-02-24 13:15:36 +00:00 |
signal_powerpc.c
|
Match RaiseException and EXCEPTION_RECORD to SDK definitions.
|
2005-02-24 13:15:36 +00:00 |
signal_sparc.c
|
Match RaiseException and EXCEPTION_RECORD to SDK definitions.
|
2005-02-24 13:15:36 +00:00 |
string.c
|
|
|
sync.c
|
Removed the no longer user APC_ASYNC kind of APC.
|
2005-04-18 15:38:44 +00:00 |
thread.c
|
Added support for the TLS expansion slots, adding an extra 1024
|
2005-03-19 17:14:12 +00:00 |
time.c
|
Added support for ANAT (Anadyr Standard Time) to TZ_INFO.
|
2005-03-22 18:17:31 +00:00 |
version.c
|
Teach VERSION_GetLinkedDLLVersion about Mingw32 applications.
|
2005-03-23 11:57:39 +00:00 |
virtual.c
|
Fix SEGVs in NtCreateSection and NtMapViewOfSection.
|
2005-04-19 10:31:28 +00:00 |
wcstring.c
|
|
|