Sweden-Number/dlls/ntdll
Robert Shearman 3396a66ee7 server: Retrieve the groups for a token from the server. 2006-05-15 14:25:43 +02:00
..
tests ntdll: Fix endless loop in port test for users without admin rights. 2006-05-15 11:47:32 +02:00
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in ntdll: Very crude implementation of RtlQueueWorkItem. 2006-03-13 13:34:06 +01:00
atom.c Make more arrays const. 2006-01-24 14:00:32 +01:00
cdrom.c ntdll: Fix DVD_ReadStructure's layout of layer information. 2006-04-08 15:49:42 +02:00
critsection.c Match PSDK STATUS_* definitions. 2005-11-28 17:32:54 +01:00
debugbuffer.c Don't check pointers for NULL before RtlFreeHeap. It is redundant. 2006-05-05 20:59:50 +02:00
debugtools.c Take advantage of the __EXCEPT_PAGE_FAULT macro. 2005-12-16 17:17:57 +01:00
directory.c ntdll: Recursive notify is implemented. 2006-03-24 12:14:19 +01:00
env.c Match PSDK STATUS_* definitions. 2005-11-28 17:32:54 +01:00
error.c Match PSDK STATUS_* definitions. 2005-11-28 17:32:54 +01:00
exception.c ntdll: Use NtSetContextThread in NtRaiseException. 2006-04-20 15:40:42 +02:00
file.c ntdll: Stub implementation of FSCTL_LOCK_VOLUME/FSCTL_UNLOCK_VOLUME. 2006-05-10 19:37:30 +02:00
handletable.c Match PSDK STATUS_* definitions. 2005-11-28 17:32:54 +01:00
heap.c Match PSDK STATUS_* definitions. 2005-11-28 17:32:54 +01:00
large_int.c Match PSDK STATUS_* definitions. 2005-11-28 17:32:54 +01:00
loader.c ntdll: Process --help and --version args earlier on during startup. 2006-04-03 12:07:20 +02:00
loadorder.c ntdll: Get rid of the loadorder wildcard support, builtin is always the default now. 2006-03-31 17:39:21 +02:00
misc.c ntdll: Add wrappers for the remaining math functions. 2006-04-18 20:31:41 +02:00
nt.c server: Retrieve the groups for a token from the server. 2006-05-15 14:25:43 +02:00
ntdll.spec ntdll: Added NtGetTickCount implementation. 2006-04-20 20:12:48 +02:00
ntdll_misc.h ntdll: Get registers on the client side for NtGetContextThread on the current thread. 2006-04-20 15:40:28 +02:00
om.c server: Use attributes instead of inherit flag in dup_handle request. 2005-12-09 12:21:35 +01:00
path.c Match PSDK STATUS_* definitions. 2005-11-28 17:32:54 +01:00
process.c server: Use attributes instead of inherit flag in process and thread requests. 2005-12-09 12:13:11 +01:00
reg.c Don't check pointers for NULL before RtlFreeHeap. It is redundant. 2006-05-05 20:59:50 +02:00
relay.c ntdll: New implementation of relay thunks. 2005-12-18 10:45:01 +01:00
resource.c Take advantage of the __EXCEPT_PAGE_FAULT macro. 2005-12-16 17:17:57 +01:00
rtl.c ntdll: RtlIpv4AddressToStringExW/RtlIpv4StringToAddressExW stubs. 2006-02-02 13:21:26 +01:00
rtlbitmap.c Remove the 'L' suffix on a number of constants to avoid comparison 2005-09-13 15:00:32 +00:00
rtlstr.c ntdll: The closing brace of a guid string is at index 37. 2006-04-10 12:22:16 +02:00
sec.c ntdll: Fix heap corruption in RtlDeleteAce. 2006-05-08 13:37:20 +02:00
serial.c ntdll: Fix serial timeout regression. 2006-05-15 11:03:43 +02:00
server.c libwine: Added support for executing wine binaries out of the build dir. 2006-03-16 17:35:32 +01:00
signal_i386.c ntdll: Get registers on the client side for NtGetContextThread on the current thread. 2006-04-20 15:40:28 +02:00
signal_powerpc.c ntdll: Get registers on the client side for NtGetContextThread on the current thread. 2006-04-20 15:40:28 +02:00
signal_sparc.c ntdll: Get registers on the client side for NtGetContextThread on the current thread. 2006-04-20 15:40:28 +02:00
signal_x86_64.c ntdll: Get registers on the client side for NtGetContextThread on the current thread. 2006-04-20 15:40:28 +02:00
string.c ntdll: Add wrappers for the string functions. 2006-04-18 20:30:43 +02:00
sync.c ntdll: Stub implementations of NtCreateIoCompletion, NtSetIoCompletion, and NtRemoveIoCompletion. 2006-04-19 12:00:02 +02:00
tape.c ntdll: Fix tape.c compilation on Darwin. 2006-02-11 20:26:33 +01:00
thread.c Don't check pointers for NULL before RtlFreeHeap. It is redundant. 2006-05-05 20:59:50 +02:00
threadpool.c ntdll: Start of pooling support for RtlQueueWorkItem. 2006-03-21 16:19:06 +01:00
time.c ntdll: Added NtGetTickCount implementation. 2006-04-20 20:12:48 +02:00
version.c Match PSDK STATUS_* definitions. 2005-11-28 17:32:54 +01:00
virtual.c ntdll: Make the section with AddressOfEntryPoint in it executable. 2006-05-09 12:47:25 +02:00
wcstring.c ntdll: Add wrappers for the string functions. 2006-04-18 20:30:43 +02:00