Alexandre Julliard
|
086848a45f
|
ntdll: Use the gettid system call on all Linux platforms.
|
2010-12-27 12:07:12 +01:00 |
Alexandre Julliard
|
9227eb2c9d
|
ntdll: Add a workaround for Ubuntu's stupid ptrace breakage.
|
2010-09-30 17:51:12 +02:00 |
Alexandre Julliard
|
dec7effac0
|
ntdll: Add support for retrieving the server pid from the socket credentials.
|
2010-09-30 17:05:13 +02:00 |
Alexandre Julliard
|
179715251d
|
server: Make the fd passing code slightly more portable.
|
2010-09-30 11:53:07 +02:00 |
André Hentschel
|
171c9a5327
|
ntdll: Add ARM support.
|
2010-09-20 12:58:44 +02:00 |
Alexandre Julliard
|
a2ca2ebd50
|
server: Change the removable fd flag to a cacheable flag to make it possible for fd users to set it dynamically.
|
2010-08-23 17:09:45 +02:00 |
Maarten Lankhorst
|
e8c5e2b890
|
ntdll: Use syscall instead of int $0x80.
|
2010-07-22 10:24:48 +02:00 |
Alexandre Julliard
|
a49891f1e2
|
ntdll: Add a WINEARCH environment variable that allows forcing a specific 32- or 64-bit architecture.
|
2010-06-24 15:10:58 +02:00 |
Alexandre Julliard
|
ac69fcb14f
|
server: Check that the prefix type can support the client architecture.
|
2010-05-04 20:27:20 +02:00 |
Ken Thomases
|
07d005de84
|
ntdll: Mac: Fix leak of send right for Mach thread port.
The leaked send right kept the port alive for threads that are gone. For
processes which create a lot of threads, this can cause performance problems.
|
2010-02-24 15:12:30 +01:00 |
Alexandre Julliard
|
12c90b04dc
|
ntdll: Support querying the Wow64 state of other processes.
|
2009-07-07 11:38:19 +02:00 |
Alexandre Julliard
|
747d58d211
|
ntdll: Add management of the Wow64 filesystem redirection flag.
|
2009-07-06 15:08:39 +02:00 |
Alexandre Julliard
|
6f68b774d7
|
ntdll: Avoid the close-on-exec race with pipe() on kernels that support pipe2().
|
2009-07-01 12:13:34 +02:00 |
Alexandre Julliard
|
3269d8c726
|
ntdll: Avoid the close-on-exec race with recvmsg() on kernels that support this.
|
2009-07-01 12:11:53 +02:00 |
Alexandre Julliard
|
7e47d19d9a
|
ntdll: Set the WOW64 flag according to the server supported CPUs.
|
2009-04-03 17:05:29 +02:00 |
Alexandre Julliard
|
279defe66e
|
server: Verify that the client is using a supported CPU type.
|
2009-04-03 14:59:12 +02:00 |
Alexandre Julliard
|
653d2c4a8d
|
server: Store the type of CPU that the client is running on.
|
2009-04-03 14:49:10 +02:00 |
Alexandre Julliard
|
b06a919c3c
|
server: Use the thread entry point field to pass the PEB in the initial thread.
|
2009-04-03 14:30:34 +02:00 |
Alexandre Julliard
|
cc933f586a
|
ntdll: Moved exit_thread and abort_thread functions to thread.c.
|
2009-02-20 18:07:41 +01:00 |
Alexandre Julliard
|
36334a1b5a
|
ntdll: Call pthread_sigmask directly instead of through the pthread function table.
|
2009-02-20 18:07:41 +01:00 |
Alexandre Julliard
|
5adfec2883
|
ntdll: Determine the Unix tid for the server directly in ntdll.
|
2009-02-18 12:30:01 +01:00 |
Alexandre Julliard
|
fa8643805b
|
server: Make TEB and PEB client_ptr_t instead of void pointers.
|
2008-12-31 15:09:59 +01:00 |
Alexandre Julliard
|
c6c335d70e
|
server: Make thread entry points client_ptr_t instead of void pointers.
|
2008-12-31 15:09:59 +01:00 |
Alexandre Julliard
|
2cf868c0be
|
server: Move ldt_copy to the init_process_done request and make it a client_ptr_t.
|
2008-12-31 15:09:59 +01:00 |
Alexandre Julliard
|
1d2d0d5622
|
server: Send the version with the initial fd so that it can be checked before sending the first request.
|
2008-12-31 15:09:59 +01:00 |
Alexandre Julliard
|
f2c4e09e80
|
server: Make module handles always 64-bit.
|
2008-12-29 16:47:51 +01:00 |
Maarten Lankhorst
|
768160e944
|
ntdll: Make all exported wine functions CDECL.
|
2008-12-17 15:02:25 +01:00 |
Alexandre Julliard
|
d1b3d484f7
|
server: Add functions for conversions between server object handles and pointer-style handles.
|
2008-12-08 16:05:17 +01:00 |
Alexandre Julliard
|
a0c4bfef9d
|
ntdll: Add private function to manage system virtual views instead of abusing NtAllocateVirtualMemory.
|
2008-11-14 17:40:54 +01:00 |
Francois Gouget
|
215738a140
|
dirent.h is a conditional include now.
|
2008-10-20 11:37:27 +02:00 |
Alexandre Julliard
|
531ff0be26
|
ntdll: Split the signal setup into process-wide and thread-specific routines.
|
2008-07-03 20:18:23 +02:00 |
Alexandre Julliard
|
e44dd0f8f2
|
wineboot: Automatically update the prefix directory if wine.inf changes.
|
2008-04-21 15:39:55 +02:00 |
Alexandre Julliard
|
870bba3ee1
|
ntdll: Automatically setup the dosdevices directory if it doesn't exist.
|
2008-04-21 14:55:32 +02:00 |
Alexandre Julliard
|
4c6d2b01cc
|
ntdll: Don't create a temporary dir, run wineprefixcreate directly in the final dir.
|
2008-04-17 20:40:25 +02:00 |
Alexandre Julliard
|
3e8532779f
|
ntdll: Refuse to create the .wine directory if the parent belongs to a different user.
|
2008-03-21 11:28:31 +01:00 |
Alexandre Julliard
|
6d6e9a42b1
|
ntdll: Added definitions and structures for fiber local storage.
|
2008-02-29 19:55:34 +01:00 |
Alexandre Julliard
|
0f5fc117a2
|
ntdll: Unblock signals in process init only after the dlls have been imported.
|
2007-11-19 14:27:07 +01:00 |
Alexandre Julliard
|
7378fac505
|
ntdll: Return an error instead of dying in wine_server_call if the input buffer is invalid.
|
2007-08-20 14:40:18 +02:00 |
Dmitry Timoshkov
|
e142779b09
|
ntdll: Fix compilation warnings in 64-bit mode.
|
2007-05-23 13:10:20 +02:00 |
Alexandre Julliard
|
aaf477f292
|
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
|
2007-04-17 20:08:59 +02:00 |
Dmitry Timoshkov
|
335ce754b3
|
ntdll: Fix a compiler warning.
|
2007-04-12 16:19:34 +02:00 |
Alexandre Julliard
|
d85121f199
|
ntdll: Store the file access and options in the fd cache, and get rid of the dynamic flags.
This avoids server round-trips for all file I/O.
|
2007-04-10 22:32:46 +02:00 |
Andrew Talbot
|
0108667754
|
ntdll: Replace inline static with static inline.
|
2007-03-17 20:03:57 +01:00 |
Alexandre Julliard
|
8891d6de48
|
ntdll: Block async signals during process init and thread creation.
|
2007-01-18 12:23:04 +01:00 |
Alexandre Julliard
|
c388c58b9f
|
ntdll: Make the server signal mask global.
|
2007-01-18 12:20:56 +01:00 |
Alexandre Julliard
|
735dbc406b
|
ntdll: Make the fd cache section an uninterruptible section.
|
2007-01-18 12:19:25 +01:00 |
Alexandre Julliard
|
027491f6af
|
ntdll: Avoid heap allocation in fd cache. Fixed a couple of races.
|
2007-01-18 12:18:29 +01:00 |
Alexandre Julliard
|
146fb0de02
|
ntdll: Make the virtual.c critical section uninterruptible by signals.
Based on a patch by Thomas Kho.
|
2007-01-12 20:15:52 +01:00 |
Alexandre Julliard
|
c273498ef4
|
server: Implement process control using Mach primitives for Mac OS.
With help from Ken Thomases.
|
2006-12-29 20:38:49 +01:00 |
Alexandre Julliard
|
e054630979
|
ntdll: Unset the WINESERVERSOCKET variable after we have retrieved it.
|
2006-11-27 20:05:56 +01:00 |