.. |
messages
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
nls
|
…
|
|
tests
|
kernel: Add some tests for Lock/Unlock memory handles.
|
2006-04-14 19:43:05 +02:00 |
.gitignore
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Makefile.in
|
…
|
|
actctx.c
|
kernel: Improve the activation context stubs.
|
2006-03-07 11:11:07 +01:00 |
atom.c
|
kernel: Fixed regression in atom handling.
|
2006-02-06 11:26:57 +01:00 |
atom16.c
|
kernel: Remove wine/server.h include from files where it is no longer needed.
|
2006-01-10 18:09:28 +01:00 |
change.c
|
kernel: Fixed build with gcc 2.95.
|
2006-02-09 17:45:07 +01:00 |
comm.c
|
kernel: Comm_CheckEvents: Only warn for non-empty transmitter with EV_TXEMPTY flag set.
|
2006-05-10 11:19:38 +02:00 |
comm.drv.spec
|
…
|
|
computername.c
|
Take advantage of the __EXCEPT_PAGE_FAULT macro.
|
2005-12-16 17:17:57 +01:00 |
console.c
|
Make wine_server_fd_to_handle use attributes instead of inherit flag.
|
2005-12-09 12:22:35 +01:00 |
console_private.h
|
…
|
|
cpu.c
|
kernel: Add processor specific environment variables.
|
2006-03-23 20:34:16 +01:00 |
debugger.c
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
dosmem.c
|
kernel: Don't request execute permission for DOS memory.
|
2006-02-24 11:31:04 +01:00 |
editline.c
|
…
|
|
environ.c
|
kernel: Remove a couple of incorrect asserts.
|
2006-03-23 17:07:27 +01:00 |
error16.c
|
…
|
|
except.c
|
kernel: Added work-around in UnhandledExceptionFilter for no exec protections.
|
2006-05-09 12:58:46 +02:00 |
fiber.c
|
…
|
|
file.c
|
kernel: Document some file functions.
|
2006-04-03 21:35:52 +02:00 |
file16.c
|
kernel32: Move FileCDR16 in with the other 16bit file functions.
|
2006-01-16 20:51:28 +01:00 |
format_msg.c
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
global16.c
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
heap.c
|
kernel: Update WARN/ERR and documentation for GlobalLock/GlobalUnlock.
|
2006-04-14 19:42:53 +02:00 |
instr.c
|
kernel: Remove calls to Nt[Get|Set]ThreadContext.
|
2006-01-19 11:55:24 +01:00 |
kernel.rc
|
…
|
|
kernel16.c
|
…
|
|
kernel16_private.h
|
…
|
|
kernel32.spec
|
kernel: Remove some stubs that aren't present in NT.
|
2006-04-03 21:36:00 +02:00 |
kernel_main.c
|
kernel: Remove no longer needed includes.
|
2006-05-05 17:42:37 +02:00 |
kernel_private.h
|
kernel: Handle a failure to load winedos a bit more gracefully.
|
2006-01-25 13:19:11 +01:00 |
krnl386.exe.spec
|
kernel: Reimplemented the MapHInst functions in assembly.
|
2006-01-13 14:29:30 +01:00 |
lcformat.c
|
Fix a couple of bugs spotted by valgrind.
|
2006-01-27 16:18:05 +01:00 |
local16.c
|
…
|
|
locale.c
|
kernel32: Implement EnumUILanguages.
|
2006-02-07 21:17:06 +01:00 |
locale_rc.rc
|
include: Add missing LANG_xxx and SUBLANG_xxx constants.
|
2006-02-14 10:42:12 +01:00 |
lzexpand.c
|
…
|
|
module.c
|
kernel: Get rid of module.h.
|
2006-02-22 16:30:22 +01:00 |
ne_module.c
|
kernel: Reimplemented the MapHInst functions in assembly.
|
2006-01-13 14:29:30 +01:00 |
ne_segment.c
|
…
|
|
oldconfig.c
|
kernel: Remove wine/server.h include from files where it is no longer needed.
|
2006-01-10 18:09:28 +01:00 |
path.c
|
kernel: Don't crash on NULL arg in GetShortPathNameW.
|
2006-04-07 20:05:33 +02:00 |
powermgnt.c
|
…
|
|
process.c
|
kernel: Fixed set_process_name for the winevdm case.
|
2006-04-07 11:45:22 +02:00 |
profile.c
|
kernel32: [Read/Write]PrivateProfile functions accept a NULL filename.
|
2006-04-03 12:15:29 +02:00 |
pthread.c
|
…
|
|
registry16.c
|
…
|
|
relay16.c
|
Preserve 16-byte stack alignment in the various assembly
|
2005-11-23 19:55:06 +01:00 |
resource.c
|
Take advantage of the __EXCEPT_PAGE_FAULT macro.
|
2005-12-16 17:17:57 +01:00 |
resource16.c
|
…
|
|
selector.c
|
kernel: Reimplemented the SMap/SUnmap functions in assembly.
|
2006-01-13 14:26:24 +01:00 |
snoop16.c
|
…
|
|
stress.c
|
…
|
|
stress.spec
|
…
|
|
string.c
|
Take advantage of the __EXCEPT_PAGE_FAULT macro.
|
2005-12-16 17:17:57 +01:00 |
sync.c
|
Don't check pointers for NULL before RtlFreeHeap. It is redundant.
|
2006-05-05 20:59:50 +02:00 |
syslevel.c
|
…
|
|
system.c
|
…
|
|
system.drv.spec
|
…
|
|
tape.c
|
kernel: Implementation of tape functions.
|
2006-01-27 12:10:03 +01:00 |
task.c
|
kernel: Remove wine/server.h include from files where it is no longer needed.
|
2006-01-10 18:09:28 +01:00 |
thread.c
|
ntdll: Move the call to MODULE_DllThreadAttach from the kernel32
|
2006-03-14 17:50:28 +01:00 |
thunk.c
|
kernel: Implement FT_Exit directly in assembly to avoid the overhead
|
2006-01-10 17:43:05 +01:00 |
time.c
|
kernel: Documentation cleanups.
|
2006-01-06 21:07:46 +01:00 |
toolhelp.c
|
kernel32: Rewrote toolhelp implementation only on top of ntdll functions.
|
2006-04-12 12:42:36 +02:00 |
toolhelp.h
|
…
|
|
toolhelp.spec
|
…
|
|
toolhelp16.c
|
kernel: Remove wine/server.h include from files where it is no longer needed.
|
2006-01-10 18:09:28 +01:00 |
utthunk.c
|
…
|
|
version.c
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
version.rc
|
…
|
|
version16.rc
|
…
|
|
virtual.c
|
kernel: Documentation cleanups.
|
2006-01-16 20:42:09 +01:00 |
volume.c
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
vxd.c
|
Use case insensitive comparison to check file extensions.
|
2005-11-18 12:06:57 +00:00 |
win87em.c
|
…
|
|
win87em.spec
|
…
|
|
windebug.c
|
…
|
|
windebug.spec
|
…
|
|
wowthunk.c
|
…
|
|