Francois Gouget
|
821d4c4645
|
Fix nativeapi.pm so it knows about AC_HEADER_STAT().
Make the error message about unexpected '#ifdef HAVE_XXX' clearer.
Protect sys/stat.h #includes with the corresponding '#ifdef HAVE_XXX'
check.
|
2005-05-06 16:22:54 +00:00 |
Aaron Arvey
|
a31a75244c
|
Added __bb_init_func for linking purposes.
|
2005-04-15 16:13:49 +00:00 |
Mike Hearn
|
fa153c62dd
|
Increase PE reserve area size to 512Mb.
|
2005-03-22 16:42:25 +00:00 |
Rémi Assailly
|
193d527736
|
char -> const char fixes.
|
2005-01-28 14:02:52 +00:00 |
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 |