Dmitry Timoshkov
|
c75edd04c2
|
server: Map ETXTBSY to STATUS_SHARING_VIOLATION.
|
2007-09-11 11:49:43 +02:00 |
Dmitry Timoshkov
|
69025bafe7
|
server: Print a more informative message when file_set_error or sock_get_error can't map errno to a status code.
|
2007-09-10 15:29:46 +02:00 |
Francois Gouget
|
b6aa247093
|
server: Fix the crashed process exit code when the debugger exits without detaching. Add a conformance test.
|
2007-08-31 12:08:58 +02:00 |
Alexandre Julliard
|
9c18d92f36
|
server: Detaching from a process needs to continue all the pending events.
|
2007-08-30 19:47:43 +02:00 |
Trent Waddington
|
fc635fa827
|
server: Handle existing timer replacement when no window handle specified.
|
2007-08-30 19:08:16 +02:00 |
Alexandre Julliard
|
2896540a34
|
server: Set the queue mask directly in get_message to avoid an extra server call.
|
2007-08-29 18:13:13 +02:00 |
Alexandre Julliard
|
b4edb573fd
|
server: Message results should be stored as longs, not ints.
|
2007-08-29 18:01:10 +02:00 |
Alexandre Julliard
|
8765a0da83
|
ntdll: Fixed file system name comparison on *BSD.
|
2007-08-29 12:02:13 +02:00 |
Alexandre Julliard
|
df13cee288
|
server: Store a separate flag for windows that need to be erased in WM_PAINT.
This avoids the need to invalidate the window after WM_ERASEBKGND.
|
2007-08-27 16:41:08 +02:00 |
Alexandre Julliard
|
5bd497f3ca
|
server: Moving a window should only expose the immediate parent.
|
2007-08-27 15:21:19 +02:00 |
Kirill K. Smirnov
|
f3e13174c7
|
wineconsole: Implement GetConsoleWindow.
|
2007-08-24 12:03:22 +02:00 |
Alexandre Julliard
|
149cbb1b60
|
server: Validate the parents every time we paint a window instead of only on RDW_UPDATENOW.
|
2007-08-23 20:22:30 +02:00 |
Tijl Coosemans
|
0c4f152ec7
|
server: Use thr_kill2 syscall to signal threads on FreeBSD.
|
2007-08-23 20:19:09 +02:00 |
Alexandre Julliard
|
04a9f93f62
|
user32: Thread-local hooks need a module if they don't belong to the current process.
|
2007-08-22 12:19:00 +02:00 |
Alexandre Julliard
|
c3624439c8
|
server: Fixed handling of a relative start time for a timer.
|
2007-08-09 17:16:26 +02:00 |
Tijl Coosemans
|
60833da9f2
|
loader: Use thr_self syscall to get thread id on FreeBSD.
|
2007-08-09 15:01:04 +02:00 |
Peter Dons Tychsen
|
ec4d8903ef
|
server: Added the install driver privilege to the default user.
|
2007-07-31 20:32:40 +02:00 |
Matt Jones
|
6763742090
|
server: Only commit SetThreadPriority if new priority is correct.
|
2007-07-25 13:59:17 +02:00 |
Vitaliy Margolen
|
dcdf7c55d6
|
server: Treat desktop as a top-level window.
|
2007-07-23 11:53:06 +02:00 |
Alexandre Julliard
|
fec5117e91
|
server: Merge APC processing into the select request.
This is needed to return the correct value when one of the handles
being waited on is set to signaled state by the APC.
|
2007-07-16 16:14:45 +02:00 |
Alexandre Julliard
|
6d1605a6a4
|
server: Make crash error message more explicit.
|
2007-06-25 14:13:21 +02:00 |
Alexandre Julliard
|
1f11333c7b
|
makefiles: Build programs that link against libwine twice with appropriate rpaths.
One rpath is for installing and one is for running inside the build tree.
|
2007-06-20 20:03:30 +02:00 |
Alexandre Julliard
|
60901b7542
|
server: Don't crash when trying to set a file lock on a device.
|
2007-06-20 13:14:55 +02:00 |
Alexandre Julliard
|
8143d42c4c
|
server: Enable kqueue support on Mac OS >= 10.5 now that it's fixed.
|
2007-06-15 12:41:43 +02:00 |
Alexandre Julliard
|
156b205eb5
|
server: Add support for system processes, that can be signaled to exit when all non-system processes are done.
|
2007-06-06 20:33:13 +02:00 |
Alexandre Julliard
|
4c5b55a0f8
|
server: Run async I/O APCs from the SIGUSR1 handler.
|
2007-06-04 18:16:48 +02:00 |
Alexandre Julliard
|
8992f89f27
|
server: Remove the extra apc_arg parameter now that user APCs all require the same arg as the kernel APC.
|
2007-06-04 15:20:49 +02:00 |
Rob Shearman
|
ec86243521
|
server: When starting a new process, use the token from the calling process, if one exists.
|
2007-05-30 11:48:25 +02:00 |
Rob Shearman
|
bdf964dce8
|
server: Move most of the duplicate_token request to a new function, token_duplicate, to enable the code to be used inside wineserver.
|
2007-05-30 11:46:32 +02:00 |
Alexandre Julliard
|
1b15d45dd7
|
server: Don't allow a waitable timer to be set to expire in the past.
|
2007-05-22 11:59:45 +02:00 |
Rob Shearman
|
fa074bc544
|
server: Add the logon SID to the default admin token's groups.
|
2007-05-18 14:11:44 +02:00 |
Alexandre Julliard
|
627ca4079e
|
server: Stop exporting the console_input structure. Get rid of console.h.
|
2007-05-11 12:46:32 +02:00 |
Kirill K. Smirnov
|
9d74661856
|
server: Move console codepages to the server.
|
2007-05-11 12:41:29 +02:00 |
Kirill K. Smirnov
|
545d7f130c
|
server: Fix access check in screen buffer handling.
|
2007-05-10 14:23:37 +02:00 |
Marcus Meissner
|
fea59c87ad
|
server: set_server_state needs to be called with non-NULL server.
Spotted by Coverity.
|
2007-05-09 12:06:37 +02:00 |
Alexandre Julliard
|
aafcfe7663
|
server: Add support for retrieving results of queued ioctls once they are done.
|
2007-05-08 20:45:44 +02:00 |
Alexandre Julliard
|
78b75108cd
|
server: Add request to retrieve the next pending ioctl call for a device manager.
|
2007-05-08 20:40:26 +02:00 |
Alexandre Julliard
|
61e08b346b
|
server: Add support for queuing ioctl calls to a device.
|
2007-05-08 20:37:21 +02:00 |
Alexandre Julliard
|
b43dc15c8a
|
server: Add support for generic device objects managed from the client side.
|
2007-05-08 20:28:37 +02:00 |
Alexandre Julliard
|
46fe7177c1
|
server: Allocate the wait event for FSCTL_PIPE_WAIT on the server side.
|
2007-05-03 17:44:32 +02:00 |
Alexandre Julliard
|
63a2372526
|
server: Allocate the wait event for FSCTL_PIPE_LISTEN on the server side.
|
2007-05-03 17:44:05 +02:00 |
Alexandre Julliard
|
fd59e158a7
|
server: Infrastructure to return a wait handle for blocking ioctls.
|
2007-05-03 17:43:18 +02:00 |
Alexandre Julliard
|
017480d4e2
|
server: Store valid file options in pseudo file descriptors.
|
2007-05-03 16:07:30 +02:00 |
Alexandre Julliard
|
48c5321586
|
server: Give system APCs priority over signaled objects.
|
2007-05-01 14:07:24 +02:00 |
Alexandre Julliard
|
133b8bc3ed
|
server: Return a more correct fd type for anonymous files.
|
2007-04-23 15:13:22 +02:00 |
Gerald Pfeifer
|
d529c63ced
|
server: Silence compiler warning in fd_queue_async().
|
2007-04-23 13:54:31 +02:00 |
Alexandre Julliard
|
bf5b6c9b34
|
server: Don't give out read/write access to the named pipe device.
|
2007-04-18 16:32:31 +02:00 |
Alexandre Julliard
|
c18e8d6a69
|
server: Use the standard file descriptor wait queue for named pipe server async waits.
|
2007-04-18 16:28:01 +02:00 |
Alexandre Julliard
|
6105a93be6
|
server: Moved the FSCTL_PIPE_LISTEN implementation to the server.
|
2007-04-18 16:26:37 +02:00 |
Alexandre Julliard
|
f3fbae4546
|
server: Allow specifying the status code to return on file descriptors that don't have a Unix fd.
|
2007-04-18 16:05:59 +02:00 |
Alexandre Julliard
|
3684dc181c
|
server: Move the FSCTL_PIPE_WAIT ioctl implementation to the server.
|
2007-04-17 22:07:07 +02:00 |
Alexandre Julliard
|
737148c57b
|
server: Add a specific data type for ioctl codes so they can be printed as symbols.
|
2007-04-17 22:06:13 +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 |
Alexandre Julliard
|
2669af73df
|
server: Move the server part of device unmounting to the ioctl processing.
|
2007-04-16 14:54:52 +02:00 |
Alexandre Julliard
|
8c46095484
|
server: Implement the FSCTL_PIPE_DISCONNECT ioctl on the server side.
|
2007-04-16 14:51:29 +02:00 |
Alexandre Julliard
|
635714397f
|
server: Add infrastructure for ioctl server request.
|
2007-04-16 14:45:03 +02:00 |
Alexandre Julliard
|
3f0575943e
|
server: Don't bother with default entry points for objects that don't even return an fd.
|
2007-04-12 20:21:53 +02:00 |
Alexandre Julliard
|
72ff2bf363
|
server: Create a separate fd object for each mailslot writer. Make them first-class file handles.
|
2007-04-12 20:19:28 +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 |
Alexandre Julliard
|
7a9363a4d4
|
server: Rename the get_file_info function to get_fd_type and get rid of the flags.
|
2007-04-10 22:26:23 +02:00 |
Alexandre Julliard
|
f85437c57f
|
server: Store the opening options in the file descriptor instead of in the individual objects.
Allows moving the FD_FLAG_OVERLAPPED support to the generic
get_handle_fd request handling.
|
2007-04-10 22:25:07 +02:00 |
Alexandre Julliard
|
bc426ab059
|
server: Explicitly shutdown closed pipes to prevent access from file descriptors cached in the client.
|
2007-04-10 21:30:37 +02:00 |
Alexandre Julliard
|
72bff2e445
|
server: Add support for restarting an async I/O when the client side couldn't finish it right away.
|
2007-04-10 17:07:27 +02:00 |
Alexandre Julliard
|
a867553146
|
server: Use the standard file descriptor signal mechanism for directory changes.
|
2007-04-04 19:54:33 +02:00 |
Alexandre Julliard
|
ba896e75d7
|
server: Fix the handling of the signaled status for file descriptors.
File handles are signaled when an I/O operation completes, and reset
when another operation is queued.
|
2007-04-04 19:39:29 +02:00 |
Alexandre Julliard
|
0cb29f47ca
|
server: Add support for associating a file descriptor to a message queue.
|
2007-04-04 18:02:01 +02:00 |
Alexandre Julliard
|
3d39c620da
|
make_requests: More aggressive grepping for status values.
|
2007-04-04 18:01:22 +02:00 |
Alexandre Julliard
|
b2cba95abd
|
server: Hold a pointer to the queue from the async operations.
|
2007-04-03 19:36:07 +02:00 |
Alexandre Julliard
|
4e5c7038da
|
server: Make timeout status for async I/O specifiable. Fix mailslots timeout handling.
|
2007-04-03 19:12:31 +02:00 |
Alexandre Julliard
|
0aae1ca8bf
|
server: Add a separate function to set the timeout of an async I/O operation.
|
2007-04-02 20:41:59 +02:00 |
Alexandre Julliard
|
02ed704be1
|
server: Check file access in register_async before calling the object method.
|
2007-04-02 20:24:55 +02:00 |
Alexandre Julliard
|
df09ac5194
|
server: Make async I/O queues into real objects.
|
2007-04-02 20:09:29 +02:00 |
Alexandre Julliard
|
d99ee344c2
|
server: Use the fd generic wait queue for directory change I/O operations.
|
2007-04-02 12:49:45 +02:00 |
Alexandre Julliard
|
fd6f83d00a
|
server: Take advantage of the fd generic wait queue to remove a lot of serial code.
|
2007-04-02 12:49:09 +02:00 |
Alexandre Julliard
|
e92f85474f
|
server: Avoid redundant polling in fd_queue_async_timeout.
Moved the file overlapped flag check to default_fd_queue_async.
|
2007-04-02 12:48:13 +02:00 |
Alexandre Julliard
|
95ba4b553c
|
server: Add a generic wait queue to the file descriptor object.
|
2007-04-02 12:47:52 +02:00 |
Alexandre Julliard
|
df651875ad
|
server: Remove the return value of the flush() method, it's not used.
|
2007-03-27 16:51:44 +02:00 |
Alexandre Julliard
|
c16eb8efd9
|
server: Add support for queuing a user APC upon async I/O completion.
|
2007-03-27 16:42:27 +02:00 |
Alexandre Julliard
|
589ce2bb8d
|
server: Always return STATUS_PENDING when an async I/O operation has been queued.
|
2007-03-26 19:13:21 +02:00 |
Alexandre Julliard
|
73e0e8bf17
|
server: A named pipe wait can be satisfied by an idle pipe server too.
|
2007-03-23 14:03:23 +01:00 |
Alexandre Julliard
|
28a9374323
|
server: Print the callback function in the APC_ASYNC_IO trace.
|
2007-03-23 11:49:59 +01:00 |
Alexandre Julliard
|
de1866d4fd
|
server: Implement the open_file method for named pipes.
Get rid of the open_named_pipe request, we can now use a normal open_file_object.
|
2007-03-22 16:47:46 +01:00 |
Alexandre Julliard
|
806bb49eda
|
server: Implement the open_file method for mailslots.
Get rid of the open_mailslot request, we can now use a normal open_file_object.
|
2007-03-22 16:36:54 +01:00 |
Alexandre Julliard
|
928d28f688
|
server: Don't enforce mailslots path format in ntdll, only in the server.
|
2007-03-22 14:41:37 +01:00 |
Alexandre Julliard
|
50c4800405
|
server: Don't enforce named pipes path format in ntdll, only in the server.
|
2007-03-22 14:40:41 +01:00 |
Alexandre Julliard
|
846dc62355
|
server: Create the named pipe and mailslot devices under \Device.
Add appropriate symlinks to them in the \?? directory.
|
2007-03-22 12:01:16 +01:00 |
Alexandre Julliard
|
94655c8493
|
server: Implemented the open_file method for named pipe and mailslot devices.
|
2007-03-22 11:52:40 +01:00 |
Alexandre Julliard
|
7e71c1ddee
|
server: Add an open_file() function to the object operations.
|
2007-03-22 11:44:29 +01:00 |
Alexandre Julliard
|
2082a97d45
|
server: Use a standard async I/O event to signal directory changes.
|
2007-03-21 14:50:15 +01:00 |
Alexandre Julliard
|
a133ad56f9
|
server: Move the signalling of the named pipe completion event to the server.
|
2007-03-21 14:31:54 +01:00 |
Alexandre Julliard
|
8adce7765a
|
server: Notify the async object when the APC call completed.
|
2007-03-21 14:28:23 +01:00 |
Alexandre Julliard
|
fa4679fea6
|
server: Add support for storing an event to signal upon async I/O completion.
|
2007-03-21 14:27:52 +01:00 |
Alexandre Julliard
|
111610c45e
|
server: Add an async_data_t structure to store parameters for async I/O requests.
|
2007-03-20 20:21:12 +01:00 |
Alexandre Julliard
|
50975c81f0
|
server: Return the status from an async I/O APC call to the server.
|
2007-03-20 19:27:10 +01:00 |
Alexandre Julliard
|
06db705238
|
server: Make struct async into a real object, to keep it around while the APC is running.
|
2007-03-20 19:23:59 +01:00 |
Alexandre Julliard
|
52a9af7ecb
|
server: Grab the owner object of an APC while the APC is executing.
|
2007-03-20 19:22:39 +01:00 |
Alexandre Julliard
|
eb3728d34e
|
server: Use the common pattern for async I/O parameters in named pipe requests.
|
2007-03-20 19:21:15 +01:00 |
Andrew Talbot
|
b1788c8462
|
server: Replace inline static with static inline.
|
2007-03-17 20:05:05 +01:00 |
Alexandre Julliard
|
0d16a7bbe4
|
Fixed some compilation issues on Mac OS X Leopard.
|
2007-03-12 16:14:18 +01:00 |
Alexandre Julliard
|
f279252189
|
server: Added process control support using /proc on Solaris.
|
2007-03-09 13:40:41 +01:00 |