.. |
messages
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
nls
|
Ukrainian codepage 21866 added and respective files corrected. Two
|
2005-01-19 20:59:31 +00:00 |
tests
|
kernel: Fix path test to pass on 95 and 98.
|
2006-05-17 21:46:27 +02:00 |
.gitignore
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Makefile.in
|
Generate 16-bit spec files as assembly code too.
|
2005-09-21 14:23:54 +00:00 |
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
|
Comment out stub WEP entry points so that we can call WEP for builtin
|
2005-05-23 10:12:26 +00:00 |
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
|
Windows is returning the length of the string, plus the CRLF
|
2005-10-06 11:35:24 +00:00 |
environ.c
|
kernel: Remove a couple of incorrect asserts.
|
2006-03-23 17:07:27 +01:00 |
error16.c
|
Moved the remaining stack frame definitions to kernel_private.h and
|
2005-05-16 14:45:18 +00:00 |
except.c
|
kernel: Added work-around in UnhandledExceptionFilter for no exec protections.
|
2006-05-09 12:58:46 +02:00 |
fiber.c
|
Don't require execute permission for thread stacks.
|
2005-06-21 09:57:53 +00:00 |
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
|
Moved the kernel 16-bit initialization to a new DllEntryPoint routine
|
2005-08-29 10:20:51 +00:00 |
kernel16_private.h
|
Moved return value handling to the individual relay thunks so that we
|
2005-09-18 12:25:22 +00:00 |
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
|
Replace DPRINTF by TRACE in a few places.
|
2005-09-25 15:23:21 +00:00 |
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
|
gcc 4.0 warning fixes.
|
2005-08-17 10:28:35 +00:00 |
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
|
Don't apply relocations a second time to self loaded segments.
|
2005-09-27 11:03:18 +00:00 |
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
|
Use explicit function pointers for pthread support instead of relying
|
2005-09-03 15:11:29 +00:00 |
registry16.c
|
Warning fixes for gcc 4.0.
|
2005-08-15 10:49:39 +00:00 |
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
|
Fixed a few more pointer to integer typecast issues for 64-bit
|
2005-09-12 21:22:32 +00:00 |
selector.c
|
kernel: Reimplemented the SMap/SUnmap functions in assembly.
|
2006-01-13 14:26:24 +01:00 |
snoop16.c
|
gcc 4.0 warning fixes.
|
2005-08-17 10:28:35 +00:00 |
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
|
Use a more portable scheme for storing the name of a critical
|
2005-09-09 10:19:44 +00:00 |
system.c
|
Moved the implementation of a couple of system.drv entry points to
|
2005-08-29 12:26:19 +00:00 |
system.drv.spec
|
Moved the implementation of a couple of system.drv entry points to
|
2005-08-29 12:26:19 +00:00 |
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
|
Remove multiple declarations of the same function, keeping the public
|
2005-07-24 16:17:28 +00:00 |
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
|
- don't include winreg.h
|
2005-06-20 10:40:37 +00:00 |
version.c
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
version.rc
|
Bump version number to XP SP2.
|
2005-05-04 09:47:13 +00:00 |
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
|
Fix warnings from -Wmissing-declarations.
|
2005-06-14 11:42:34 +00:00 |
win87em.spec
|
…
|
|
windebug.c
|
…
|
|
windebug.spec
|
Comment out stub WEP entry points so that we can call WEP for builtin
|
2005-05-23 10:12:26 +00:00 |
wowthunk.c
|
Moved the kernel 16-bit initialization to a new DllEntryPoint routine
|
2005-08-29 10:20:51 +00:00 |