Alexandre Julliard
|
60a52559ac
|
Don't apply relocations a second time to self loaded segments.
Fixed messed up indentation in NE_FixupSegmentPrologs.
|
2005-09-27 11:03:18 +00:00 |
Mike McCormack
|
f58e9f9e4b
|
gcc 4.0 warning fixes.
|
2005-08-17 10:28:35 +00:00 |
Mike McCormack
|
405ac7a80c
|
- don't include winreg.h
- include kernel_private.h to get declaration for convert_old_config()
|
2005-06-20 10:40:37 +00:00 |
Alexandre Julliard
|
0f079d7858
|
Moved the kernel per-thread data out of the TEB into a private
structure stored in TEB.SystemReserved1.
|
2005-06-06 20:00:14 +00:00 |
Alexandre Julliard
|
8eb1630ce1
|
Use a memory mapping instead of file I/O to load 16-bit modules.
|
2005-05-19 12:05:28 +00:00 |
Alexandre Julliard
|
4417574d2c
|
Renamed some fields in NE_MODULE to use the same name as in the
exported IMAGE_OS2_HEADER structure.
|
2005-05-17 14:36:09 +00:00 |
Alexandre Julliard
|
4776085c9c
|
Moved a bunch of definitions out of module.h into a new
kernel16_private.h header.
|
2005-05-16 19:44:54 +00:00 |
Alexandre Julliard
|
19bfcd3533
|
Moved the remaining stack frame definitions to kernel_private.h and
removed stackframe.h.
|
2005-05-16 14:45:18 +00:00 |
Alexandre Julliard
|
95086f45a4
|
Moved data structures for 16-bit relay calls to winbase16.h and
removed builtin16.h.
|
2005-05-16 09:19:18 +00:00 |
Alexandre Julliard
|
d876893fc1
|
Store the 16-bit stack pointer in the WOW32Reserved TEB field.
|
2005-05-14 12:16:46 +00:00 |
Jakob Eriksson
|
9ed61de9a2
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +00:00 |
Marcus Meissner
|
751e991210
|
Fixed some illegal lvalue casts / increments.
|
2004-06-16 19:02:11 +00:00 |
Mike Hearn
|
b4c2968049
|
Print module name when calling LibMain.
|
2004-05-28 19:29:20 +00:00 |
Alexandre Julliard
|
8045ad5c0e
|
Removed some unnecessary definitions from file.h.
Got rid of drive.h.
|
2004-03-09 23:51:02 +00:00 |
Alexandre Julliard
|
e92b7eed7e
|
Store the kernel32 module handle globally to avoid some
GetModuleHandle calls that can cause deadlocks with the loader
section.
Moved some 16-bit definitions out of kernel_private.h.
|
2004-02-12 00:00:55 +00:00 |
Francois Gouget
|
6b6ed724ae
|
Add missing '\n's to debug traces.
|
2004-01-27 00:01:43 +00:00 |
Dimitrie O. Paun
|
2eaefbd1a4
|
Move content of global.h into the appropriate private headers.
|
2003-12-08 21:58:55 +00:00 |
Alexandre Julliard
|
436eda3071
|
Removed task.h.
|
2003-11-25 00:42:26 +00:00 |
Alexandre Julliard
|
d3fb25cd0f
|
Moved a few definitions used in only one source file out of module.h.
|
2003-11-17 20:16:38 +00:00 |
Alexandre Julliard
|
47f62a402a
|
Set %fs and %gs in the register context to their current value when
calling 16-bit code.
|
2003-11-05 00:46:44 +00:00 |
Oleg Prokhorov
|
947c61e4f7
|
Avoid HeapReAlloc of a NULL pointer.
|
2003-10-09 19:49:05 +00:00 |
Alexandre Julliard
|
3a5b7cf105
|
Extended WOWCallback16Ex to support register functions too. This
allows simplifying the wine_call_to_16 assembly code by moving part of
it to C code, and getting rid of the extra kernel exports.
|
2003-08-23 23:30:51 +00:00 |
Alexandre Julliard
|
5fbb446cfc
|
Moved most of the 16-bit task support and NE module loader to
dlls/kernel.
|
2003-08-23 00:03:40 +00:00 |