.. |
tests
|
ntdll: Fix some test failures of RtlGUIDFromString and RtlStringFromGUID
|
2007-01-04 21:13:28 +01:00 |
Makefile.in
|
ntdll: Alphabetically sort the Makefile entries.
|
2006-11-13 12:59:05 +01:00 |
atom.c
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
cdrom.c
|
ntdll: Added support for physically ejecting devices on Mac OS.
|
2006-12-21 14:14:20 +01:00 |
critsection.c
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
debugbuffer.c
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
debugtools.c
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
directory.c
|
ntdll: Fix NtQueryDirectoryFile handling of short names on vfat filesystems.
|
2007-01-02 12:07:52 +01:00 |
env.c
|
ntdll: Cast-qual warning fix.
|
2006-09-20 20:02:55 +02:00 |
error.c
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
exception.c
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
file.c
|
ntdll: Remove an unnecessary NULL check.
|
2007-01-02 12:09:03 +01:00 |
handletable.c
|
Assorted spelling fixes.
|
2006-11-13 13:01:53 +01:00 |
heap.c
|
ntdll: Added support for the HEAP_CREATE_ENABLE_EXECUTE flag.
|
2006-12-05 15:43:13 +01:00 |
large_int.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
loader.c
|
ntdll: Fix the libdl refcount when loading the same builtin twice.
|
2006-12-20 15:54:27 +01: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: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
nt.c
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
ntdll.spec
|
ntdll: Added implementation of RtlDllShutdownInProgress.
|
2006-11-03 13:52:02 +01:00 |
ntdll_misc.h
|
ntdll: Force exec permissions on all mmaps unless the app is marked NX-compatible.
|
2006-12-05 15:42:29 +01:00 |
om.c
|
ntdll: Make some data const.
|
2006-11-29 12:37:27 +01:00 |
path.c
|
ntdll: Make some data const.
|
2006-11-29 12:37:27 +01:00 |
process.c
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
reg.c
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
relay.c
|
ntdll: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
|
2007-01-02 13:20:44 +01:00 |
resource.c
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
rtl.c
|
ntdll/tests: Cast-qual warning fix.
|
2006-12-13 11:49:01 +01:00 |
rtlbitmap.c
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
rtlstr.c
|
ntdll: RtlInitUnicodeString on a string too long to fit in a UNICODE_STRING
|
2007-01-04 21:13:17 +01:00 |
sec.c
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
serial.c
|
ntdll: Fix DTR and CTS controls in serial code.
|
2007-01-03 12:01:31 +01:00 |
server.c
|
server: Implement process control using Mach primitives for Mac OS.
|
2006-12-29 20:38:49 +01:00 |
signal_i386.c
|
ntdll: Fix single stepping over popf instruction.
|
2006-12-04 12:23:20 +01: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
|
server: Add a generic apc_call structure to make it easier to extend, and more type-safe.
|
2007-01-04 13:40:09 +01:00 |
tape.c
|
ntdll: Store the fd type in the cache and return it in server_get_unix_fd.
|
2006-11-20 14:15:06 +01:00 |
thread.c
|
server: Add a generic apc_call structure to make it easier to extend, and more type-safe.
|
2007-01-04 13:40:09 +01:00 |
threadpool.c
|
ntdll: Don't print a fixme in RtlQueueUserWorkItem if WT_EXECUTELONGFUNCTION is specified
|
2007-01-04 21:14:49 +01: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: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
virtual.c
|
ntdll: File positions should be aligned to sector boundaries in PE loader.
|
2006-12-21 12:34:44 +01:00 |
wcstring.c
|
Removes all unnecessary WINE_DEFAULT_DEBUG_CHANNEL and respective wine/debug.h includes.
|
2006-09-11 11:30:48 +02:00 |