.. |
async.c
|
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 |
atom.c
|
server: Add an open_file() function to the object operations.
|
2007-03-22 11:44:29 +01:00 |
change.c
|
server: Add infrastructure for ioctl server request.
|
2007-04-16 14:45:03 +02:00 |
class.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
clipboard.c
|
server: Add an open_file() function to the object operations.
|
2007-03-22 11:44:29 +01:00 |
completion.c
|
server: Allow completion object to be attached to an fd object.
|
2007-09-28 13:17:18 +02:00 |
console.c
|
wineconsole: Implement GetConsoleWindow.
|
2007-08-24 12:03:22 +02:00 |
context_alpha.c
|
server: Moved get/set_thread_context implementation to ptrace.c.
|
2006-06-27 21:27:47 +02:00 |
context_i386.c
|
server: Moved get/set_thread_context implementation to ptrace.c.
|
2006-06-27 21:27:47 +02:00 |
context_powerpc.c
|
server: Fix context_powerpc.c compilation.
|
2006-07-07 16:57:11 +02:00 |
context_sparc.c
|
server: Moved get/set_thread_context implementation to ptrace.c.
|
2006-06-27 21:27:47 +02:00 |
context_x86_64.c
|
server: Moved get/set_thread_context implementation to ptrace.c.
|
2006-06-27 21:27:47 +02:00 |
debugger.c
|
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 |
device.c
|
server: Add support for retrieving results of queued ioctls once they are done.
|
2007-05-08 20:45:44 +02:00 |
directory.c
|
server: Create the named pipe and mailslot devices under \Device.
|
2007-03-22 12:01:16 +01:00 |
event.c
|
server: Add an open_file() function to the object operations.
|
2007-03-22 11:44:29 +01:00 |
fd.c
|
server: Allow completion object to be attached to an fd object.
|
2007-09-28 13:17:18 +02:00 |
file.c
|
server: Map ETXTBSY to STATUS_SHARING_VIOLATION.
|
2007-09-11 11:49:43 +02:00 |
file.h
|
server: Allow completion object to be attached to an fd object.
|
2007-09-28 13:17:18 +02:00 |
handle.c
|
server: Add an open_file() function to the object operations.
|
2007-03-22 11:44:29 +01:00 |
handle.h
|
server: Get rid of the server-side file descriptor cache management.
|
2006-11-02 20:52:05 +01:00 |
hook.c
|
user32: Thread-local hooks need a module if they don't belong to the current process.
|
2007-08-22 12:19:00 +02:00 |
mach.c
|
Fixed some compilation issues on Mac OS X Leopard.
|
2007-03-12 16:14:18 +01:00 |
mailslot.c
|
server: Store valid file options in pseudo file descriptors.
|
2007-05-03 16:07:30 +02:00 |
main.c
|
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
|
2007-04-17 20:08:59 +02:00 |
Makefile.in
|
server: Implement server-side completion queues and operations on them.
|
2007-09-26 13:56:43 +02:00 |
mapping.c
|
server: Add an open_file() function to the object operations.
|
2007-03-22 11:44:29 +01:00 |
mutex.c
|
server: Add an open_file() function to the object operations.
|
2007-03-22 11:44:29 +01:00 |
named_pipe.c
|
server: set_server_state needs to be called with non-NULL server.
|
2007-05-09 12:06:37 +02:00 |
object.c
|
server: Add an open_file() function to the object operations.
|
2007-03-22 11:44:29 +01:00 |
object.h
|
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
|
2007-04-17 20:08:59 +02:00 |
process.c
|
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 |
process.h
|
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 |
procfs.c
|
server: Added process control support using /proc on Solaris.
|
2007-03-09 13:40:41 +01:00 |
protocol.def
|
server: Allow completion object to be attached to an fd object.
|
2007-09-28 13:17:18 +02:00 |
ptrace.c
|
server: Use thr_kill2 syscall to signal threads on FreeBSD.
|
2007-08-23 20:19:09 +02:00 |
queue.c
|
server: Handle existing timer replacement when no window handle specified.
|
2007-08-30 19:08:16 +02:00 |
region.c
|
server: Added data_size_t type to represent sizes in the server protocol.
|
2006-07-26 11:11:03 +02:00 |
registry.c
|
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
|
2007-04-17 20:08:59 +02:00 |
request.c
|
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
|
2007-04-17 20:08:59 +02:00 |
request.h
|
server: Allow completion object to be attached to an fd object.
|
2007-09-28 13:17:18 +02:00 |
security.h
|
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 |
semaphore.c
|
server: Add an open_file() function to the object operations.
|
2007-03-22 11:44:29 +01:00 |
serial.c
|
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
|
2007-04-17 20:08:59 +02:00 |
signal.c
|
server: Make crash error message more explicit.
|
2007-06-25 14:13:21 +02:00 |
snapshot.c
|
server: Add an open_file() function to the object operations.
|
2007-03-22 11:44:29 +01:00 |
sock.c
|
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 |
symlink.c
|
server: Add an open_file() function to the object operations.
|
2007-03-22 11:44:29 +01:00 |
thread.c
|
server: Only commit SetThreadPriority if new priority is correct.
|
2007-07-25 13:59:17 +02:00 |
thread.h
|
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
|
2007-04-17 20:08:59 +02:00 |
timer.c
|
server: Fixed handling of a relative start time for a timer.
|
2007-08-09 17:16:26 +02:00 |
token.c
|
server: Add get_token_statistics server call and use it to implement the TokenStatistics and TokenType levels for NtQueryInformationToken.
|
2007-09-14 14:43:46 +02:00 |
trace.c
|
server: Allow completion object to be attached to an fd object.
|
2007-09-28 13:17:18 +02:00 |
unicode.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
unicode.h
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
user.c
|
server: Replace inline static with static inline.
|
2007-03-17 20:05:05 +01:00 |
user.h
|
server: Added data_size_t type to represent sizes in the server protocol.
|
2006-07-26 11:11:03 +02:00 |
window.c
|
server: Clip the visible region of a window to the desktop window.
|
2007-09-20 19:38:50 +02:00 |
wineserver.man.in
|
Put Wine version information in all the man pages.
|
2005-10-06 16:10:01 +00:00 |
winstation.c
|
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
|
2007-04-17 20:08:59 +02:00 |