Andrew Talbot
|
53dae9b7f5
|
server: Cast-qual warnings fix.
|
2006-12-18 11:40:03 +01:00 |
Andrew Talbot
|
76c556ad68
|
server: Cast-qual warnings fix.
|
2006-12-18 11:39:58 +01:00 |
Alexandre Julliard
|
3dc21d387b
|
ntdll: Map the PE header up to the specified size, and clear the rest of the page.
|
2006-12-13 16:04:49 +01:00 |
Ulrich Czekalla
|
4bdf4345b8
|
winex11.drv: Store window and drawable rects in X11DRV_PDEVICE.
|
2006-12-12 13:45:10 +01:00 |
Alexandre Julliard
|
24b64534e5
|
server: Explicitly shutdown destroyed sockets to force pending poll() calls to return.
|
2006-12-04 18:02:02 +01:00 |
Alexandre Julliard
|
8930427b21
|
server: Return an fd type in the get_handle_fd request.
|
2006-11-20 14:14:04 +01:00 |
Eric Pouech
|
5b1f3b14ca
|
ntdll: Fixed returned status for NtQueryThreadInformation's ThreadDescriptorTable
(spotted by Peter Oberndorfer).
|
2006-11-15 11:24:41 +01:00 |
Alexandre Julliard
|
d6f8284c2f
|
server: Fix list corruption caused by previous change.
|
2006-11-13 12:53:09 +01:00 |
Alexandre Julliard
|
110a6fe5b6
|
server: Properly handle kill_thread recursion when killing a process.
Spotted by Mike McCormack.
|
2006-11-10 12:18:54 +01:00 |
Gerald Pfeifer
|
35f0a41629
|
server: Compilation fix.
|
2006-11-06 12:27:12 +01:00 |
Alexandre Julliard
|
02fc886302
|
ntdll: Retrieve mailslot message info from the client side.
|
2006-11-03 17:53:04 +01:00 |
Alexandre Julliard
|
715d78e006
|
server: Refuse to close handles in other processes if they have an associated fd.
|
2006-11-02 20:52:22 +01:00 |
Alexandre Julliard
|
8700c4341b
|
server: Get rid of the server-side file descriptor cache management.
|
2006-11-02 20:52:05 +01:00 |
Alexandre Julliard
|
28418cc919
|
ntdll: Maintain a file descriptor cache on the client side.
|
2006-11-02 20:48:19 +01:00 |
Alexandre Julliard
|
30b878b3b6
|
server: Compute the removable device flag on the server side.
|
2006-11-01 13:28:05 +01:00 |
Alexandre Julliard
|
844374afaf
|
server: Always ignore the root window position when computing coordinates offsets.
|
2006-10-26 13:04:52 +02:00 |
Eric Pouech
|
e0477ce92a
|
winsock: Clear the held mask with the requested events so that they can be signaled.
|
2006-10-23 12:26:18 +02:00 |
Alexandre Julliard
|
85f518ac6b
|
server: A window timer id should be an unsigned long.
|
2006-10-16 17:03:44 +02:00 |
Michael Stefaniuc
|
5cecceccb2
|
server: Remove redundant NULL check before free() (found by Smatch).
|
2006-10-10 12:56:16 +02:00 |
Andrew Talbot
|
e60c86657a
|
server: Cast-qual warning fix.
|
2006-10-09 15:23:28 +02:00 |
Alexandre Julliard
|
2f80fcd88d
|
server: Changed the get_next_hook request to allow retrieving the current hook too.
|
2006-10-05 14:05:48 +02:00 |
Alexandre Julliard
|
533f519950
|
user32: Store the prev_unicode hook flag on the client side.
|
2006-10-05 14:04:25 +02:00 |
Alexandre Julliard
|
81c1472449
|
user32: The per-window user data must be a DWORD_PTR.
|
2006-10-04 21:49:11 +02:00 |
Alexandre Julliard
|
e0dcf4fddb
|
server: Rearrange a few fields to avoid wasting padding space on 64 bits.
|
2006-10-04 21:41:32 +02:00 |
Alexandre Julliard
|
3ad9798263
|
server: Pass the data for message callbacks as vararg from the client side.
|
2006-10-04 20:25:42 +02:00 |
Alexandre Julliard
|
29a3ce9f3a
|
server: Return the data for callback results in the varargs part of the get_message request.
|
2006-10-04 16:29:45 +02:00 |
Alexandre Julliard
|
59dc456822
|
server: Return the data for winevent hooks in the varargs part of the get_message request.
|
2006-10-04 16:04:53 +02:00 |
Eric Pouech
|
8cb932ea89
|
ntdll: Implemented AmILastThread information class for NtQueryInformationThread.
|
2006-10-03 20:20:13 +02:00 |
Alexandre Julliard
|
01dd1ffdc2
|
ntdll: Implement FSCTL_DISMOUNT_VOLUME for MacOSX.
|
2006-10-03 14:54:21 +02:00 |
Michael Stefaniuc
|
5664b8eeef
|
server: Win64 printf format warning fixes.
|
2006-10-02 11:55:01 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
81977b773b
|
server: Kill the process without SIGTERM when the fd socket is closed.
|
2006-09-21 11:14:45 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Robert Shearman
|
4d7b23069b
|
server: Translate errnos ENFILE and EMFILE to STATUS_TOO_MANY_OPENED_FILES,
which seems to be more appropriate and matches the errno translation
in ntdll.
|
2006-09-07 10:17:18 +02:00 |
Alexandre Julliard
|
13a93b4a94
|
configure: Set rpath on all executables that link to libwine.
Also add the -multiply_defined suppress option for executables on MacOS.
|
2006-08-25 17:23:44 +02:00 |
Mike McCormack
|
261691fa2f
|
server: Use ntdll values where possible.
|
2006-08-23 12:01:10 +02:00 |
Alexandre Julliard
|
498b781e23
|
server: Store the actual process count in snapshots.
We can't rely on running_processes for that, since it now also counts
processes waiting for SIGKILL and those aren't included in snapshots.
|
2006-08-15 20:31:54 +02:00 |
Alexandre Julliard
|
1089260f29
|
configure: Only link against libpoll where really necessary.
|
2006-08-15 11:41:59 +02:00 |
Alexandre Julliard
|
3a4c04dce4
|
server: Make sure to completely kill processes before returning from a wineserver -k.
|
2006-08-14 20:40:31 +02:00 |
Alexandre Julliard
|
68e850e602
|
server: Send a SIGKILL to processes that don't terminate properly.
|
2006-08-14 20:19:42 +02:00 |
Alexandre Julliard
|
753c8706f5
|
server: Only call gettimeofday once per poll loop.
|
2006-08-10 16:42:09 +02:00 |
Alexandre Julliard
|
672bfc2d62
|
server: Make the message extra info 64 bits on Win64.
|
2006-08-09 17:10:14 +02:00 |
Alexandre Julliard
|
d3b3096756
|
server: Split the queuing of hardware messages into a separate send_hardware_message request.
|
2006-08-09 16:45:26 +02:00 |
Alexandre Julliard
|
2886e9b0e8
|
makefiles: Use make dependencies to create installation directories.
This avoids a lot of redundant calls to mkinstalldirs.
|
2006-08-07 17:48:18 +02:00 |
Alexandre Julliard
|
c82789264b
|
server: Added support for kqueue() as an alternative to poll() on FreeBSD.
|
2006-08-04 22:11:00 +02:00 |
Alexandre Julliard
|
2f4072740e
|
server: Abstract the epoll functions a bit more.
|
2006-08-03 19:56:55 +02:00 |
Thomas Kho
|
3538c0cdce
|
server: Remove unused thread_apc member.
|
2006-08-03 18:20:20 +02:00 |
Alexandre Julliard
|
2c2299685f
|
user: Implementation of Get/SetWindowLongPtr for 64-bit platforms.
Also use the same code for Get/SetWindowWord.
Based on a patch by Ge van Geldorp.
|
2006-08-02 21:59:00 +02:00 |
Alexandre Julliard
|
4d1d49b78a
|
server: Round up the timeout for poll() to avoid redundant calls.
|
2006-07-27 14:39:50 +02:00 |
Alexandre Julliard
|
5522446848
|
server: Don't crash on invalid request sizes.
|
2006-07-27 14:39:33 +02:00 |