Ove Kaaven
|
9b89998113
|
Cleanup VGA refresh when terminating.
|
2000-02-03 00:46:00 +00:00 |
|
Alexandre Julliard
|
318f4cefd2
|
Build most dlls as separate shared libraries.
|
2000-01-31 05:02:49 +00:00 |
|
Ulrich Weigand
|
f3bfa3a4b0
|
Mark initial process as 32-bit for WineLib apps.
Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
Removed unused thread event.
|
2000-01-30 21:16:06 +00:00 |
|
Ove Kaaven
|
43b2ad1973
|
dosmod protocol revision 3, featuring MPROTECT and ENTERIDLE.
|
2000-01-30 02:53:56 +00:00 |
|
Andreas Mohr
|
8cd93514f0
|
- add some documentation items
- fix some spelling
- fix some warnings
|
2000-01-29 21:12:58 +00:00 |
|
Alexandre Julliard
|
0dd3655fd0
|
Removed debugstr.h.
|
2000-01-29 19:49:58 +00:00 |
|
Alexandre Julliard
|
eafa391081
|
Use argv[0] to locate the server executable.
|
2000-01-25 21:19:58 +00:00 |
|
Alexandre Julliard
|
2fe57779fb
|
Made the server listen for new clients on a Unix socket in
$HOME/.wine. Newly started wine processes now attach to an existing
server if one is running.
|
2000-01-25 01:40:27 +00:00 |
|
Uwe Bonnes
|
c8c800c851
|
Check for MZ header before trying to decipher the PE header.
|
2000-01-23 02:27:16 +00:00 |
|
Ulrich Weigand
|
fa5647ab33
|
Fixed race between Win16 parent and child for first rescheduling
of child process. This fixes WinExec returning too early.
|
2000-01-17 22:21:29 +00:00 |
|
Ulrich Weigand
|
0b57a5caed
|
Don't access 'wm->modname' after the modref has been flushed.
|
2000-01-15 22:01:48 +00:00 |
|
Alexandre Julliard
|
74e4a28a34
|
Built-in DLLs resources are now specified in spec file.
Removed unnecessary flags in built-in DLLs tables.
|
2000-01-09 04:20:31 +00:00 |
|
Marcus Meissner
|
59db20fbc1
|
Made virus warning a bit more drastic, since some people don't believe us.
|
2000-01-05 01:47:30 +00:00 |
|
Peter Ganten
|
6619f5a71a
|
Implemented WaitForInputIdle.
|
2000-01-01 22:38:20 +00:00 |
|
Francois Gouget
|
baa9bf9a23
|
Buffer overflows and strncpy fixes.
|
1999-12-27 05:24:06 +00:00 |
|
Alexandre Julliard
|
bbeaeebb2d
|
PE_FindExportedFunction: use a binary search for function names.
|
1999-12-27 00:25:25 +00:00 |
|
Andreas Mohr
|
8952dea404
|
Fixed cmd line length calculation.
|
1999-12-12 20:16:42 +00:00 |
|
Alexandre Julliard
|
8551f8ca98
|
Xiang Li
Implementation of a proxy ODBC32 dll.
|
1999-12-11 23:56:46 +00:00 |
|
Ulrich Weigand
|
f00830086d
|
Bugfix: Added missing 'return' statement.
|
1999-12-11 23:00:58 +00:00 |
|
Ulrich Weigand
|
4fd8cc37e2
|
Implemented PE_UnloadLibrary().
|
1999-12-10 03:31:25 +00:00 |
|
Dimitrie O. Paun
|
dd03cc19fd
|
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
Use the default version of FIXME, ERR, WARN, TRACE for the default
channel.
|
1999-12-08 03:56:23 +00:00 |
|
Ulrich Weigand
|
0106f85e5f
|
Delay sending debug events until process initialization is complete.
|
1999-12-08 03:28:14 +00:00 |
|
Andreas Mohr
|
a2da86898a
|
Added .rc file support for Win16 NE modules.
Moved display.c and mouse.c to separate dll directories.
|
1999-12-06 01:20:00 +00:00 |
|
Eric Pouech
|
fe08849938
|
Added typedef to insure compilation on all gcc&egcs versions.
|
1999-12-05 23:04:00 +00:00 |
|
Ulrich Weigand
|
2149934a2d
|
Bugfix: Call DllEntryPoint for *every* process that loads the DLL, not
just for the first one.
Bypass 32->16->32 transition when calling DllEntryPoint of built-in.
|
1999-12-05 02:50:38 +00:00 |
|
Ulrich Weigand
|
979000e038
|
Call 16-bit instead of 32-bit UserSignalProc entry point.
Don't load USER32.DLL unless requested by the program.
Bugfix: Pass the correct thread ID to UserSignalProc.
|
1999-12-05 02:48:53 +00:00 |
|
Eric Pouech
|
cd841a4a86
|
Fixed crash when map fails.
|
1999-12-05 02:45:52 +00:00 |
|
Sergei Turchanov
|
d14aea2c64
|
Fix for GetBinaryType to return SCS_DOS_BINARY if extended signature
is unknown.
|
1999-12-04 04:17:37 +00:00 |
|
Ulrich Weigand
|
237e8e95b0
|
Fixed 32-bit module name handling to conform better to Win9x.
Removed OFSTRUCT passing during process creation sequence.
Bugfix: don't set exe_modref when LOAD_LIBRARY_AS_DATAFILE is set.
|
1999-12-04 04:04:58 +00:00 |
|
Niels Kristian Bech Jensen
|
1d5bc469cc
|
Removed extra #include statements.
|
1999-11-21 02:14:36 +00:00 |
|
Ulrich Weigand
|
61206bd8a0
|
Simplified hInstance creation/handling.
Fixes problems with self-loaders creating DGROUP themselves.
|
1999-11-21 00:50:30 +00:00 |
|
Ulrich Weigand
|
eb94c7d2c4
|
Adapted to new register function handling.
|
1999-11-13 23:54:04 +00:00 |
|
Alexandre Julliard
|
ec7bb2391d
|
Added support for CREATE_SUSPENDED flag in CreateProcess.
|
1999-11-12 03:35:25 +00:00 |
|
Ulrich Weigand
|
d024d5e942
|
Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect.
|
1999-11-10 20:15:04 +00:00 |
|
Ulrich Weigand
|
e7957d6b48
|
Determine expected_version of PE buddies from the SubsystemVersion.
|
1999-11-10 19:45:56 +00:00 |
|
Marcus Meissner
|
38eae846bb
|
Fixed the relocation hack in PE_InitTls. Added some more for the other
pointerfields in the TLS entry. (With testing help from Jussi
Jumppanen <jussij@zeusedit.com>).
|
1999-11-07 22:29:18 +00:00 |
|
Francois Gouget
|
edf3e434b0
|
Added ICMP DLL implementation.
|
1999-11-07 21:22:17 +00:00 |
|
Alexandre Julliard
|
e582158788
|
Fixed -debugmsg +server.
|
1999-11-04 02:51:24 +00:00 |
|
Eric Pouech
|
abe722778f
|
Added built-in msacm.drv and midimap.drv drivers.
|
1999-10-31 02:23:49 +00:00 |
|
Patrik Stridvall
|
96336324cf
|
- Added missing configuration #if:s and #includes:s.
- Minor configuration related changes.
|
1999-10-24 22:13:47 +00:00 |
|
Uwe Bonnes
|
6111ee6186
|
Return the size of the needed resource when buffer is NULL for LoadString().
|
1999-10-24 20:39:21 +00:00 |
|
Uwe Bonnes
|
f959be9c97
|
Ignore wrong hInstance.
|
1999-10-23 19:47:55 +00:00 |
|
Jim Aston
|
031f4faaff
|
Fixed compiling with STRICT.
|
1999-10-23 19:00:02 +00:00 |
|
Ove Kaaven
|
f45608f639
|
Winsock rewrite. Sockets are now proper win32 handles.
Internal structures are now really internal.
|
1999-10-23 16:53:34 +00:00 |
|
Ulrich Weigand
|
c715dea0b2
|
Bugfix: don't use GetModuleHandle16 in LoadModule16/NE_CreateProcess.
|
1999-10-23 14:21:00 +00:00 |
|
Ulrich Weigand
|
8a64b83eb6
|
Bugfix: don't call ExitProcess() before SYSLEVEL_Init().
|
1999-10-23 14:15:33 +00:00 |
|
Eric Pouech
|
448b34a088
|
Correct filename for kernel module is KRNL386.EXE.
|
1999-10-13 16:02:40 +00:00 |
|
Alexandre Julliard
|
8c81b7439d
|
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Removes extraneous comparison of data pointed to by the relocation
offset when no relocation entries exist.
|
1999-10-13 15:47:38 +00:00 |
|
Marcus Meissner
|
142d94e5b0
|
WPROCS.ENTRYADDRPROC needs to return something in CX too (fixes
BLINKER selfextracting executables).
|
1999-10-13 15:46:10 +00:00 |
|
Marcus Meissner
|
a19862fc47
|
Small hack to check if we need to relocate the TLS directory or not
(some seem to need this pointer relocateable, some already do relocate
it by themselves).
|
1999-10-13 13:46:24 +00:00 |
|