.. |
tests
|
ntdll: Add a test for NtReadVirtualMemory.
|
2006-10-02 21:37:22 +02:00 |
Makefile.in
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
atom.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
cdrom.c
|
ntdll: Don't do DVD_READ_STRUCTURE when inbuffer or outbuffer has issues (Coverity).
|
2006-09-20 20:03:32 +02:00 |
critsection.c
|
ntdll: Faster critical sections on MacOS using Mach semaphores.
|
2006-06-27 20:14:13 +02:00 |
debugbuffer.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
debugtools.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
directory.c
|
ntdll: Fixed buffer overflow in NtQueryDirectoryFile optimisation.
|
2006-08-07 13:53:31 +02:00 |
env.c
|
ntdll: Cast-qual warning fix.
|
2006-09-20 20:02:55 +02:00 |
error.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
exception.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
file.c
|
ntdll: Remove the IOKit code and reuse the FreeBSD implementation for MacOS.
|
2006-09-12 09:43:37 +02:00 |
handletable.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
heap.c
|
ntdll: Simplify the sanity checks in RtlFreeHeap and RtlReAllocateHeap.
|
2006-07-21 13:22:13 +02:00 |
large_int.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
loader.c
|
ntdll: Move the calling of the process entry point back to kernel32.
|
2006-07-31 21:25:29 +02:00 |
loadorder.c
|
ntdll: Default to native loadorder for the main exe if not in system directory.
|
2006-08-15 19:48:08 +02:00 |
misc.c
|
ntdll: Explicitly specify CDECL calling convention on exported functions.
|
2006-06-12 21:35:07 +02:00 |
nt.c
|
server: Convert the server start time to the abs_time_t type.
|
2006-07-26 14:50:55 +02:00 |
ntdll.spec
|
ntdll: Document a Microsoft spelling mistake so we know it is not to be fixed.
|
2006-09-08 11:03:19 +02:00 |
ntdll_misc.h
|
server: Convert the server start time to the abs_time_t type.
|
2006-07-26 14:50:55 +02:00 |
om.c
|
ntdll: If ObjectAttributes is NULL then an error is returned at the
|
2006-06-19 10:29:11 +02:00 |
path.c
|
ntdll: Fix failing test on windows.
|
2006-08-18 20:56:19 +02:00 |
process.c
|
ntdll: Renamed the NTDLL_get/from_server_timeout functions since they don't deal only with timeouts.
|
2006-07-26 14:49:13 +02:00 |
reg.c
|
ntdll: Fixed conditional expression (Coverity).
|
2006-09-20 20:03:27 +02:00 |
relay.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
resource.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
rtl.c
|
ntdll: Fix some function arguments.
|
2006-08-04 11:59:25 +02:00 |
rtlbitmap.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
rtlstr.c
|
libwine_unicode: Renamed is_dbcs_leadbyte to wine_is_dbcs_leadbyte.
|
2006-05-24 14:14:09 +02:00 |
sec.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
serial.c
|
ntdll: Cast termios.c_cflag to avoid a printf format warning.
|
2006-06-13 14:16:57 +02:00 |
server.c
|
ntdll: Fix a race condition at thread exit.
|
2006-08-04 12:04:39 +02:00 |
signal_i386.c
|
ntdll: Align stack to 4 bytes.
|
2006-09-28 12:23:32 +02:00 |
signal_powerpc.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
signal_sparc.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
signal_x86_64.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
string.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
sync.c
|
ntdll: Renamed the NTDLL_get/from_server_timeout functions since they don't deal only with timeouts.
|
2006-07-26 14:49:13 +02:00 |
tape.c
|
ntdll: Fixed tape.c compilation on Solaris.
|
2006-06-20 20:20:45 +02:00 |
thread.c
|
include: Exception filters should return LONG, not DWORD.
|
2006-09-20 11:26:59 +02:00 |
threadpool.c
|
ntdll: Use RTL_CRITICAL_SECTION not CRITICAL_SECTION.
|
2006-08-23 12:01:00 +02:00 |
time.c
|
server: Convert the server start time to the abs_time_t type.
|
2006-07-26 14:50:55 +02:00 |
version.c
|
ntdll: Print 64bit integers with wine_dbgstr_longlong.
|
2006-08-25 11:18:46 +02:00 |
virtual.c
|
ntdll: NtAllocateVirtual with type of MEM_WRITE_WATCH fails with STATUS_NOT_SUPPORTED on Win2000 instead of STATUS_INVALID_PARAMETER.
|
2006-09-28 11:55:45 +02:00 |
wcstring.c
|
Removes all unnecessary WINE_DEFAULT_DEBUG_CHANNEL and respective wine/debug.h includes.
|
2006-09-11 11:30:48 +02:00 |