Sign in
goma
/
wine
/
ca41486b8ac39a8d3ee30fdda7eef300f93b8f6f
/
loader
/
preloader.c
fa6ffb4
Fix empty function prototypes.
by Alexandre Julliard
· 15 years ago
4d35f3f
preloader: Reserve addresses only up to 0x68000000, that should be enough for ole32.
by Alexandre Julliard
· 16 years ago
8d833ee
loader: Reserve some more memory to cover the native ole32 addresses.
by Alexandre Julliard
· 16 years ago
3dcd128
loader: Fix build with gcc-4.3 and ssp.
by Stefan Reimer
· 16 years ago
912e4d4
loader: Reserve some space for the virtual heap too.
by Alexandre Julliard
· 16 years ago
7a4d575
preloader: Silence the warning for the low 64k.
by Alexandre Julliard
· 17 years ago
195ca1e
preloader: Reserve low memory areas in separate chunks.
by Alexandre Julliard
· 17 years ago
d8c41a2
Spelling fix in the ldt bitfields.
by Francois Gouget
· 17 years ago
e1e54d1
preloader: sign-compare fix.
by Joris Huizer
· 18 years ago
092ac1f
preloader: Added printf format checking and fix some formats.
by Alexandre Julliard
· 18 years ago
13029a2
preloader: Remove reserved ranges that we failed to allocate.
by Alexandre Julliard
· 18 years ago
4d9f3df
preloader: Reset both AT_SYSINFO and AT_SYSINFO_EHDR when one of them conflicts.
by Alexandre Julliard
· 18 years ago
4c4094e
preloader: Clear %gs again before calling the interpreter entry point.
by Alexandre Julliard
· 18 years ago
a68d293
preloader: Setup a fake thread-local storage block pointed to by %gs.
by Alexandre Julliard
· 18 years ago
30a3866
preloader: Added support for the new style DT_GNU_HASH symbol table.
by Alexandre Julliard
· 19 years ago
51d8482
preloader: Fixed type checking in symbol lookup.
by Alexandre Julliard
· 19 years ago
8aab67d
preloader: Properly use the ELF hash table when looking up a symbol.
by Alexandre Julliard
· 19 years ago
e325efb
preloader: Allocate more space in low memory as well as for top-down allocations.
by Alexandre Julliard
· 19 years ago
875b5db
preloader: Make sure the WINEPRELOADRESERVE area doesn't overlap the low memory area.
by Alexandre Julliard
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
0216c40
preloader: Workaround for broken no-exec protections.
by Alexandre Julliard
· 19 years ago
c20d6c4
loader: Hide the preloader from the ps output.
by Alexandre Julliard
· 19 years ago
e66e227
Fixes for missing prototypes warnings.
by Eric Pouech
· 19 years ago
7cd9a8f
preloader: Allow compiling the preloader with -fstack-protector.
by Mike McCormack
· 19 years ago
0577113
preloader: Reserve some space for the shared user data.
by Alexandre Julliard
· 19 years ago
cc01e8f
Preserve 16-byte stack alignment in the various assembly
by Alexandre Julliard
· 19 years ago
2b6e7da
Elf32_auxv_t.a_un.a_ptr no longer exists in HEAD glibc CVS, use a_val.
by Marcus Meissner
· 20 years ago
821d4c4
Fix nativeapi.pm so it knows about AC_HEADER_STAT().
by Francois Gouget
· 20 years ago
a31a752
Added __bb_init_func for linking purposes.
by Aaron Arvey
· 20 years ago
fa153c6
Increase PE reserve area size to 512Mb.
by Mike Hearn
· 20 years ago
193d527
char -> const char fixes.
by Rémi Assailly
· 20 years ago
505dfde
Fix up several inline assembler blocks so that they produce correct
by Peter Chapman
· 20 years ago
e9f2eb5
Support compiling with -fPIC for people who somehow think this is a good idea.
by Alexandre Julliard
· 21 years ago
0c8d690
Avoid using strlen.
by Alexandre Julliard
· 21 years ago
2113bd4
Define AT_SYSINFO_* if it's missing.
by Mike McCormack
· 21 years ago
f558741
Remove the AT_SYSINFO and AT_SYSINFO_EHDR values if the sysinfo page
by Alexandre Julliard
· 21 years ago
bfac60b
Do direct Linux system calls in the preloader to avoid trouble with
by Alexandre Julliard
· 21 years ago
c319392
Add the preloader itself as argv[0] and remove it again before running
by Alexandre Julliard
· 21 years ago
9f33a4b
Make it possible to add auxiliary values to the existing array; this
by Alexandre Julliard
· 21 years ago
92425aa
Added support for specifying the PE exe address range through the
by Alexandre Julliard
· 21 years ago
6d2099f
A few small fixes.
by Alexandre Julliard
· 21 years ago
b1abca8
Initial version of the Wine preloader, used to reserve memory
by Alexandre Julliard
· 21 years ago