.. |
tests
|
ntdll: Add some more tests for NtNotifyChangeDirectoryFile.
|
2006-02-06 11:59:01 +01:00 |
.gitignore
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Makefile.in
|
ntdll: Add implementation of tape IOCTLs.
|
2006-01-26 13:23:08 +01:00 |
atom.c
|
Make more arrays const.
|
2006-01-24 14:00:32 +01:00 |
cdrom.c
|
Fixed some compiler warnings on Darwin.
|
2005-12-01 12:36:05 +01:00 |
critsection.c
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
debugbuffer.c
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
debugtools.c
|
Take advantage of the __EXCEPT_PAGE_FAULT macro.
|
2005-12-16 17:17:57 +01:00 |
directory.c
|
server: Fill in NtNotifyChangeDirectoryFile's buffer with change data.
|
2006-02-06 11:58:55 +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 the NTAPI definition of EXCEPTION_ACCESS_VIOLATION.
|
2006-01-16 20:40:25 +01:00 |
file.c
|
Enable for GNU/kFreeBSD the same kernel-specific interface/parameter
|
2006-02-05 13:06:50 +01: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: Loader optimization.
|
2006-01-18 14:22:19 +01:00 |
loadorder.c
|
ntdll: Added a few helper function to simplify the loadorder code.
|
2006-02-04 17:06:41 +01:00 |
misc.c
|
Remove spaces before '\n' in traces.
|
2005-11-10 12:14:56 +00:00 |
nt.c
|
ntdll: Add a stubbed NtSetSystemInformation.
|
2006-01-20 19:41:04 +01:00 |
ntdll.spec
|
ntdll: RtlIpv4AddressToStringExW/RtlIpv4StringToAddressExW stubs.
|
2006-02-02 13:21:26 +01:00 |
ntdll_misc.h
|
ntdll: Add implementation of tape IOCTLs.
|
2006-01-26 13:23:08 +01: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
|
ntdll: Use FILE_OPEN instead of OPEN_EXISTING when calling NtCreateFile.
|
2006-01-17 13:12:43 +01: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
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
sec.c
|
Take advantage of the __EXCEPT_PAGE_FAULT macro.
|
2005-12-16 17:17:57 +01:00 |
serial.c
|
ntdll: Implemented IOCTL for char transmission: IMMEDIATE_CHAR.
|
2006-02-06 11:38:53 +01:00 |
server.c
|
Pass specific access rights to wine_server_handle_to_fd.
|
2005-12-12 17:15:26 +01:00 |
signal_i386.c
|
Enable for GNU/kFreeBSD the same kernel-specific interface/parameter
|
2006-02-05 13:06:50 +01:00 |
signal_powerpc.c
|
ntdll: Handle NtSetContextThread on the client side (as far as
|
2006-01-11 20:20:32 +01:00 |
signal_sparc.c
|
ntdll: Handle NtSetContextThread on the client side (as far as
|
2006-01-11 20:20:32 +01:00 |
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
|
Move timer objects into directory name space.
|
2005-12-02 16:05:54 +01:00 |
tape.c
|
ntdll: Use struct mtget.mt_blksiz on systems featuring this.
|
2006-02-05 13:51:03 +01:00 |
thread.c
|
ntdll: Move the TEB register to the ntdll_thread_regs structure.
|
2006-01-20 16:18:06 +01:00 |
time.c
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
version.c
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
virtual.c
|
ntdll: Round PE header size to a page boundary for size checks.
|
2006-01-13 13:52:07 +01:00 |
wcstring.c
|
Use the unicode.h functions where possible.
|
2005-07-12 17:57:31 +00:00 |