Andrew Nguyen
|
4e49518a38
|
krnl386.exe: Fix last error check for DOS compatibility hack.
|
2010-07-30 14:59:41 +02:00 |
Alexandre Julliard
|
f195c1eb5a
|
winegcc: Don't import winecrt0 by default when building with -nodefaultlibs.
|
2010-07-26 12:46:00 +02:00 |
André Hentschel
|
4291823ff2
|
krnl386.exe16: Add an error code.
|
2010-07-23 11:39:13 +02:00 |
Alexandre Julliard
|
f9253bbb45
|
makefiles: Specify -nodefaultlibs when building low-level dlls.
|
2010-07-21 17:38:18 +02:00 |
Andrew Nguyen
|
be5d66f5d8
|
krnl386.exe: Fix a potential leak and NULL dereference in DPMI_xrealloc.
|
2010-07-19 14:38:17 +02:00 |
Andrew Nguyen
|
ea7bcc6c3f
|
krnl386.exe: Use the correct format specifier for size traces.
|
2010-07-19 14:38:17 +02:00 |
Alexandre Julliard
|
2286267aad
|
krnl386.exe: Ignore non-resident name table if value is invalid.
Watcom C++ apparently screws this up.
|
2010-06-30 21:05:03 +02:00 |
André Hentschel
|
8f0a0c23fa
|
krnl386.exe16: Update a comment.
|
2010-06-22 11:47:40 +02:00 |
Alexandre Julliard
|
86e2494f9b
|
krnl386: Defined the SMapLS/UnMapLS_IP_EBP functions explicitly to make life easier for winapi_check.
|
2010-06-14 14:14:15 +02:00 |
Alexandre Julliard
|
a8c4edc8dc
|
krnl386: Load gdi.exe and user.exe also when initializing universal thunks.
|
2010-06-08 12:46:28 +02:00 |
Alexandre Julliard
|
2f614e6081
|
krnl386.exe: Call the 32-bit string functions that contain exception handlers.
|
2010-05-18 18:42:08 +02:00 |
Detlef Riekenberg
|
69326aa246
|
kernel32: Move a 16 bit related comment to krnl386.
|
2010-05-14 18:03:03 +02:00 |
Morten Rønne
|
ffc9397664
|
krnl386.exe: Fix VGA video mode 17.
|
2010-03-29 12:19:19 +02:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Alexandre Julliard
|
60f364068a
|
krnl386.exe: Preload gdi and user when thunks are being used.
|
2010-03-13 17:25:49 +01:00 |
Alexandre Julliard
|
f8a89aa083
|
krnl386.exe: Don't try to free again an already freed global block.
|
2010-03-03 11:52:59 +01:00 |
Alexandre Julliard
|
00ac7074df
|
kernel32: Move shared heap creation to krnl386 and load it by default on Win9x versions.
|
2010-03-01 11:34:34 +01:00 |
Alexandre Julliard
|
f3696e489b
|
krnl386.exe: Add an explicit name check to allow importing user.exe and gdi.exe even if not loaded already.
|
2010-02-23 13:30:52 +01:00 |
Alexandre Julliard
|
76e5c01209
|
kernel: Only start the BIOS timer if there is an actual access to selector 0x40.
|
2010-02-01 12:58:29 +01:00 |
Alexandre Julliard
|
3b67ad9bd4
|
ntdll: Fix the NtCreateEvent prototype.
It takes an event type, not a manual reset flag.
|
2010-01-18 20:34:54 +01:00 |
Alexandre Julliard
|
539da1b073
|
winebuild: Output the 16-bit asm relay functions as needed and get rid of --relay16 mode.
|
2010-01-16 15:58:48 +01:00 |
Alexandre Julliard
|
102dd9e92f
|
winebuild: Rename __wine_call_from_32_regs for consistency with 64-bit.
|
2010-01-16 15:41:48 +01:00 |
Gerald Pfeifer
|
a1e134961d
|
krnl386: Move WINE_DECLARE_DEBUG_CHANNEL(module) under #ifdef MZ_SUPPORTED.
|
2010-01-11 11:28:54 -06:00 |
Detlef Riekenberg
|
220af426b3
|
krnl386: The 16bit system directory is <windir>\SYSTEM.
|
2010-01-06 17:50:36 +01:00 |
Alexandre Julliard
|
5d8861b084
|
kernel: Stop exporting some 16-bit functions that are no longer used outside of kernel.
|
2010-01-05 16:28:43 +01:00 |
Alexandre Julliard
|
26a42f8452
|
winedos: Merge all of winedos back into krnl386.
|
2010-01-05 16:25:34 +01:00 |
Marcus Meissner
|
b53b7f1ec3
|
krnl386.exe: Removed unused owner_exists variable (Coverity).
|
2010-01-04 11:49:38 +01:00 |
Alexandre Julliard
|
b387880269
|
ntoskrnl: Duplicate the necessary part of instruction emulation to avoid importing kernel.
|
2009-12-31 12:11:59 +01:00 |
Alexandre Julliard
|
f82ddf5e66
|
kernel: Get rid of support for loading old style 16-bit files.
|
2009-12-30 18:04:46 +01:00 |
Alexandre Julliard
|
a18bbec0f0
|
kernel: Add an import lib for krnl386, and stop importing 16-bit functions from kernel32.
|
2009-12-30 18:01:34 +01:00 |
Alexandre Julliard
|
e7715126eb
|
winedos: Move 16-bit VxD support back into kernel.
|
2009-12-30 17:40:19 +01:00 |
Alexandre Julliard
|
475b7d226c
|
kernel32: Make krnl386.exe into a stand-alone 16-bit module.
|
2009-12-30 17:36:14 +01:00 |