Peter Chapman
|
505dfdefb5
|
Fix up several inline assembler blocks so that they produce correct
code with the -fomit-frame-pointer gcc flag.
|
2004-12-02 18:19:25 +00:00 |
Alexandre Julliard
|
e9f2eb5241
|
Support compiling with -fPIC for people who somehow think this is a
good idea.
|
2004-09-24 00:25:32 +00:00 |
Alexandre Julliard
|
0c8d6908df
|
Avoid using strlen.
|
2004-07-06 18:46:05 +00:00 |
Mike McCormack
|
2113bd43f1
|
Define AT_SYSINFO_* if it's missing.
|
2004-06-28 20:28:05 +00:00 |
Alexandre Julliard
|
f558741fab
|
Remove the AT_SYSINFO and AT_SYSINFO_EHDR values if the sysinfo page
is in one of our reserved ranges.
|
2004-06-26 00:12:20 +00:00 |
Alexandre Julliard
|
bfac60bfeb
|
Do direct Linux system calls in the preloader to avoid trouble with
some broken static libcs.
|
2004-06-22 02:42:05 +00:00 |
Alexandre Julliard
|
c3193925d8
|
Add the preloader itself as argv[0] and remove it again before running
the real loader, this way the ps output makes more sense.
|
2004-06-15 20:31:06 +00:00 |
Alexandre Julliard
|
9f33a4b109
|
Make it possible to add auxiliary values to the existing array; this
is required for older kernels.
|
2004-06-03 23:36:01 +00:00 |
Alexandre Julliard
|
92425aab60
|
Added support for specifying the PE exe address range through the
WINEPRELOADRESERVE environment variable.
|
2004-06-02 21:40:00 +00:00 |
Alexandre Julliard
|
6d2099f4f8
|
A few small fixes.
|
2004-06-01 19:47:11 +00:00 |
Alexandre Julliard
|
b1abca8a5d
|
Initial version of the Wine preloader, used to reserve memory
areas at startup. Based on the work of Mike McCormack.
|
2004-05-28 20:59:22 +00:00 |