Alexandre Julliard
|
912e4d4def
loader: Reserve some space for the virtual heap too.
|
16 years ago |
Alexandre Julliard
|
8505f1429d
libwine: Export functions that return the Wine version number and build id.
|
16 years ago |
Alexandre Julliard
|
5776a72361
loader: Update the reported version from the current git HEAD if available.
|
18 years ago |
Alexandre Julliard
|
bda2832d8d
ntdll: Moved command-line help to the loader binary.
|
18 years ago |
Alexandre Julliard
|
181cf8b635
loader: Make sure the reserved area is protected on MacOSX too.
|
18 years ago |
Alexandre Julliard
|
e325efbd8d
preloader: Allocate more space in low memory as well as for top-down allocations.
|
18 years ago |
Jonathan Ernst
|
360a3f9142
Update the address of the Free Software Foundation.
|
18 years ago |
Emmanuel Maillard
|
aaae6606cb
loader: Reserve memory area on Darwin (based on Steve Zellers patch).
|
19 years ago |
Alexandre Julliard
|
883d3c52d3
Use explicit function pointers for pthread support instead of relying
|
19 years ago |
Alexandre Julliard
|
9af2bd4803
Yet another fix for the MacOS X environ brain damage.
|
20 years ago |
Alexandre Julliard
|
910234eafb
Pass the environ variable from main to try to avoid Darwin's
|
20 years ago |
Alexandre Julliard
|
b1abca8a5d
Initial version of the Wine preloader, used to reserve memory
|
20 years ago |
Alexandre Julliard
|
94d74b5fed
Added support for managing reserved memory areas in libwine and ntdll.
|
20 years ago |
Alexandre Julliard
|
f223b8fe2d
Disable the exec shield workaround for now, it's causing too much
|
21 years ago |
Alexandre Julliard
|
c6d44be3e5
Create a huge array in bss to reserve the memory area we need for PE
|
21 years ago |
Alexandre Julliard
|
357c7401b9
Re-use the loader directory for the main wine loader, and get rid of
|
21 years ago |
Alexandre Julliard
|
81e72d8f2d
Moved all process initialisation code to process.c and removed
|
21 years ago |
Alexandre Julliard
|
11f361a29c
Removed no longer needed PROFILE_LoadWineIni().
|
22 years ago |
Patrik Stridvall
|
9aab47ed24
MSVC compatibility fixes.
|
22 years ago |
Patrik Stridvall
|
d016f819f1
Added include protection for unistd.h and sys/time.h.
|
22 years ago |
Alexandre Julliard
|
69622dbdcc
Added support for path wildcards of the form "*dllname" in load order
|
22 years ago |
Alexandre Julliard
|
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
|
23 years ago |
Alexandre Julliard
|
f899ef07a6
Removed some unnecessary includes.
|
23 years ago |
Alexandre Julliard
|
37e9503ae8
Moved server.h to include/wine.
|
23 years ago |
Patrik Stridvall
|
01d5e5b071
Documentation fixes.
|
23 years ago |
Alexandre Julliard
|
b9c9cdc5d4
- Added support for app-specific dll overrides using
|
24 years ago |
Alexandre Julliard
|
751625e089
Got rid of main.h.
|
24 years ago |
Alexandre Julliard
|
74af67ef42
Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
|
24 years ago |
Andreas Mohr
|
349655636b
- made the MIDI sequencer error message much better for confused users
|
24 years ago |
Alexandre Julliard
|
a3e0cfc5fb
Get full path of argv[0] before we change directories.
|
24 years ago |