Damjan Jovanovic
|
f5e51cfc55
loader: Use sysctl instead of /proc/curproc/file on FreeBSD.
|
3 年之前 |
Alexandre Julliard
|
28d7d5ba93
loader: Avoid including wine/port.h.
|
3 年之前 |
Alexandre Julliard
|
2801d6341c
makefiles: Install Unix binaries into an architecture-specific directory.
|
3 年之前 |
Alexandre Julliard
|
4826900a30
loader: No longer depend on libwine.
|
4 年之前 |
Alexandre Julliard
|
af1a328fa0
ntdll: Use syscalls for the Wine version functions.
|
4 年之前 |
Martin Storsjo
|
a75596c94d
loader: Fix the generic case in get_self_exe().
|
4 年之前 |
Alexandre Julliard
|
50134cce82
ntdll: Do the pre-exec checks in the Unix library.
|
4 年之前 |
Alexandre Julliard
|
526522caae
loader: Try to load ntdll.so before libwine initialization.
|
4 年之前 |
Alexandre Julliard
|
a449385150
loader: Remove a check for antediluvian glibc.
|
4 年之前 |
Sebastian Lackner
|
a0ab2a7b0c
loader: Implement preloader for macOS.
|
6 年之前 |
André Hentschel
|
c459357b0d
loader: We now have a preloader on ARM64.
|
7 年之前 |
Alexandre Julliard
|
fec21ed619
configure: Re-enable the preloader on Android.
|
7 年之前 |
Alexandre Julliard
|
c2d7bda87f
loader: The preloader is not supported on Android, don't try to use it.
|
8 年之前 |
André Hentschel
|
9a1fab59e7
loader: Run checks also on ARM Linux.
|
9 年之前 |
André Hentschel
|
4b708fc325
loader: Treat BSDs architecture independent for wine64.
|
10 年之前 |
Alexandre Julliard
|
6f1932dbca
loader: Hardcode Linux syscall numbers.
|
12 年之前 |
Charles Davis
|
b51c2ba9f7
loader: On Mac OS with Clang, don't use external symbols for the DOS and shared heap segments.
|
12 年之前 |
André Hentschel
|
1491e7b99c
loader: Add check for DragonFly BSD.
|
12 年之前 |
Charles Davis
|
ec37157b06
loader: Fix constant address warning on Mac OS.
|
13 年之前 |
Austin English
|
534196fba9
loader: Add missing checks for FreeBSD_kernel.
|
14 年之前 |
Alexandre Julliard
|
13eafa047d
configure: Get rid of the replacement function for gettid.
|
14 年之前 |
Alexandre Julliard
|
0a0862001b
loader: Build the preloader for x86-64.
|
14 年之前 |
Yann Droneaud
|
23e9104721
loader: Use __asm__ keyword instead of asm.
|
15 年之前 |
Alexandre Julliard
|
4fda657a0a
loader: Get rid of the pthread support routines.
|
15 年之前 |
Alexandre Julliard
|
1ac7576d47
ntdll: Disable releasing the address space on Mac OS since dyld doesn't support this.
|
15 年之前 |
Alexandre Julliard
|
8d833ee2e7
loader: Reserve some more memory to cover the native ole32 addresses.
|
15 年之前 |
Alexandre Julliard
|
691bdbd123
configure: Rename the shared heap segment to avoid a Mac OS linker bug with 16-char names.
|
15 年之前 |
Alexandre Julliard
|
17c09347c0
loader: Don't bother checking for pthread.h existence, we require it anyway.
|
15 年之前 |
Alexandre Julliard
|
f4a19c8463
loader: Merge the first and second stage loaders into a single wine binary.
|
15 年之前 |
Alexandre Julliard
|
17ab587567
loader: Use a hidden function instead of an exported global variable to setup pthread functions.
|
16 年之前 |