Alexandre Julliard
|
658dae988d
|
server: Add support for returning the object name in NtQueryObject.
|
2010-01-08 13:01:50 +01:00 |
Alexandre Julliard
|
b824fe05f4
|
server: Don't dump more than 1024 bytes in a trace.
|
2010-01-07 20:27:17 +01:00 |
Alexandre Julliard
|
7265e89226
|
server: Set the idle event when retrieving a timer message.
|
2009-12-16 18:18:07 +01:00 |
Alexandre Julliard
|
92e704edc5
|
server: Don't set the idle event when waiting for a message reply.
|
2009-12-16 18:06:38 +01:00 |
Alexandre Julliard
|
7d4e28480d
|
server: Any thread can set the idle event, don't treat the first one differently.
|
2009-12-16 18:06:32 +01:00 |
Alexandre Julliard
|
b57cc5561b
|
server: Don't reset the idle event when the client stops waiting.
|
2009-12-16 18:06:14 +01:00 |
Alexandre Julliard
|
d1dc48d8dc
|
server: Don't set the idle event when a queue is destroyed, instead return success in WaitForInputIdle on process exit.
|
2009-12-16 18:00:34 +01:00 |
Alexandre Julliard
|
80e844f713
|
server: Simplify computation of file modes from the security descriptor.
|
2009-12-11 17:47:30 +01:00 |
Ben Peddell
|
b419df1de4
|
server: Include user groups in file mode calculation when user is file owner.
|
2009-12-11 17:47:30 +01:00 |
Paul Chitescu
|
923524951a
|
server: Only check if permission bits changed before calling fchmod().
|
2009-12-08 17:42:32 +01:00 |
Alexandre Julliard
|
151446a2a6
|
server: Improve parameter checks when opening a directory.
|
2009-12-08 12:18:44 +01:00 |
Alexandre Julliard
|
42806f32e9
|
server: Add support for opening files from a specified root directory.
|
2009-12-01 17:38:24 +01:00 |
Alexandre Julliard
|
e4faa12900
|
server: Make sure that last error doesn't get set during thread cleanup.
|
2009-12-01 15:10:23 +01:00 |
Alexandre Julliard
|
60efdd55ea
|
server: Don't set last error in close_handle(), return the error code instead.
|
2009-12-01 13:59:41 +01:00 |
Alexandre Julliard
|
1a6c472115
|
server: Don't set last error in get_handle(), move that into the callers.
|
2009-12-01 13:49:43 +01:00 |
Paul Chitescu
|
51000c171b
|
wineserver: Do not uselessly set the KEY_DIRTY flag on registry keys when loading from file.
|
2009-11-24 15:53:37 +01:00 |
Albert Lee
|
01b972d639
|
server: Support event ports on Solaris.
|
2009-11-24 15:53:37 +01:00 |
Alexandre Julliard
|
181b3cf07f
|
server: Implement the file sharing check for delete on close with an existing image mapping.
|
2009-11-23 17:29:22 +01:00 |
Alexandre Julliard
|
923d582f07
|
server: Implement the file sharing check when truncating a file that has an existing mapping.
|
2009-11-23 17:24:45 +01:00 |
Alexandre Julliard
|
fd504b6289
|
server: Implement the special file sharing rules for memory mappings.
|
2009-11-23 17:10:28 +01:00 |
Alexandre Julliard
|
028bca4cc5
|
server: Don't create a file object for anonymous mappings.
|
2009-11-23 16:30:01 +01:00 |
Alexandre Julliard
|
62eda39fc1
|
server: Moved the create_temp_file function to mapping.c.
|
2009-11-23 16:30:00 +01:00 |
Alexandre Julliard
|
5f808f03e1
|
server: Store a duplicate of the file descriptor for file mappings.
|
2009-11-23 16:30:00 +01:00 |
Alexandre Julliard
|
0f4068ac6f
|
server: Use the file descriptor instead of the file object where possible in memory mappings.
|
2009-11-23 16:29:52 +01:00 |
Alexandre Julliard
|
d57692d86b
|
server: Also store a file descriptor object for mappings.
|
2009-11-23 15:59:37 +01:00 |
Alexandre Julliard
|
78d211b3bd
|
server: Move the functions to extend file to mapping.c since it's the only user.
|
2009-11-23 15:58:25 +01:00 |
Alexandre Julliard
|
a764fe8921
|
server: Use the correct thread id to set affinity.
|
2009-11-20 11:44:54 +01:00 |
Alexandre Julliard
|
72ba00fffe
|
server: Only require REG_OPTION_VOLATILE when creating a new key.
|
2009-11-20 11:39:55 +01:00 |
Rob Shearman
|
bd56916f90
|
server: Extend get_token_user server call to also retrieve SIDs for the token's owner or primary group.
|
2009-11-17 15:14:54 +01:00 |
Henri Verbeet
|
27705d51e1
|
server: Store the Unix name in the fd.
|
2009-11-12 15:31:38 +01:00 |
Andrey Turkin
|
5116dca8e1
|
server: Open mem file for write when writing memory.
|
2009-10-22 16:23:01 +02:00 |
Alexandre Julliard
|
538b24747c
|
server: Free client-side user handles at process exit.
|
2009-10-15 17:56:04 +02:00 |
Alexandre Julliard
|
9018e13c5e
|
server: Add support for allocating purely client-side user handles.
|
2009-10-12 17:07:04 +02:00 |
Andrey Turkin
|
3eaecf0476
|
kernel32: Always use ANSI version of OutputDebugString.
|
2009-10-06 12:03:35 +02:00 |
Michael Stefaniuc
|
0eed4405de
|
server: A signed 1-bit bitfield doesn't make much sense; use unsigned.
|
2009-10-01 11:34:42 +02:00 |
Juan Lang
|
bfb4578356
|
server: A thread's affinity is restricted to the process affinity.
|
2009-10-01 11:33:33 +02:00 |
Juan Lang
|
474b2e4bfb
|
server: Use kernel support for thread affinity when available.
|
2009-09-30 14:34:32 +02:00 |
Juan Lang
|
24036fe13a
|
server: Setting a process's affinity sets all of its threads' affinities too.
|
2009-09-30 14:34:32 +02:00 |
Alexandre Julliard
|
a30778b34a
|
server: Disable large files for procfs on Solaris.
|
2009-09-01 17:39:51 +02:00 |
Alexandre Julliard
|
b8ae3f073b
|
ntdll: Fix handling of the duplicate MxCsr entry in the x86_64 context.
|
2009-08-27 16:49:53 +02:00 |
Alexandre Julliard
|
da8acbc47d
|
server: Define an architecture-independent structure for process startup info.
|
2009-08-21 20:00:12 +02:00 |
Mike Kaplinskiy
|
b05774ee7e
|
server: Change cancel_async to take an optional iosb and only_thread.
|
2009-08-18 12:26:30 +02:00 |
Alexandre Julliard
|
da1784bb9e
|
server: Don't use the cached file mode when setting the security descriptor.
|
2009-08-17 17:26:51 +02:00 |
Alexandre Julliard
|
74a63029c7
|
server: Properly initialize mode and uid for file and directory objects.
|
2009-08-17 17:18:54 +02:00 |
Michael Karcher
|
a0eb2ed413
|
server: Don't report LOAD_DLL debug event for exe module.
|
2009-08-17 16:44:14 +02:00 |
Alexandre Julliard
|
95d3a722ab
|
server: Add support for image mappings for both 32- and 64-bit PE formats.
|
2009-08-12 12:53:16 +02:00 |
Andrew Nguyen
|
270179a78f
|
server: Remap the EROFS errno value to STATUS_ACCESS_DENIED.
|
2009-07-13 12:25:41 +02:00 |
Alexandre Julliard
|
6056e8a52b
|
server: Return the process CPU in the get_process_info request.
|
2009-07-07 11:37:47 +02:00 |
Alexandre Julliard
|
61a70360e6
|
server: Use sys/inotify.h if it exists instead of hardcoding the system calls.
|
2009-06-26 15:45:03 +02:00 |
Alexandre Julliard
|
034c6c3e58
|
server: The ptrace interfaces uses longs, not ints.
|
2009-06-18 15:17:26 +02:00 |