wine/server
2007-06-04 15:20:49 +02:00
..
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
clipboard.c server: Add an open_file() function to the object operations. 2007-03-22 11:44:29 +01:00
console.c server: Stop exporting the console_input structure. Get rid of console.h. 2007-05-11 12:46:32 +02:00
context_alpha.c
context_i386.c
context_powerpc.c
context_sparc.c
context_x86_64.c
debugger.c server: Stop exporting the console_input structure. Get rid of console.h. 2007-05-11 12:46:32 +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: Infrastructure to return a wait handle for blocking ioctls. 2007-05-03 17:43:18 +02:00
file.c server: Return a more correct fd type for anonymous files. 2007-04-23 15:13:22 +02:00
file.h server: Add support for queuing ioctl calls to a device. 2007-05-08 20:37:21 +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 server: Add an open_file() function to the object operations. 2007-03-22 11:44:29 +01: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: Add support for generic device objects managed from the client side. 2007-05-08 20:28:37 +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: When starting a new process, use the token from the calling process, if one exists. 2007-05-30 11:48:25 +02:00
process.h server: Stop exporting the console_input structure. Get rid of console.h. 2007-05-11 12:46:32 +02:00
procfs.c server: Added process control support using /proc on Solaris. 2007-03-09 13:40:41 +01:00
protocol.def 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
ptrace.c server: Replace inline static with static inline. 2007-03-17 20:05:05 +01:00
queue.c server: Change the timeout handling to use NT-style 64-bit timeouts everywhere. 2007-04-17 20:08:59 +02:00
region.c
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: Add support for retrieving results of queued ioctls once they are done. 2007-05-08 20:45:44 +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: Add infrastructure for ioctl server request. 2007-04-16 14:45:03 +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: Add infrastructure for ioctl server request. 2007-04-16 14:45:03 +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: Give system APCs priority over signaled objects. 2007-05-01 14:07:24 +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: Don't allow a waitable timer to be set to expire in the past. 2007-05-22 11:59:45 +02:00
token.c 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
trace.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
unicode.c
unicode.h
user.c server: Replace inline static with static inline. 2007-03-17 20:05:05 +01:00
user.h
window.c server: Replace inline static with static inline. 2007-03-17 20:05:05 +01:00
wineserver.man.in
winstation.c server: Change the timeout handling to use NT-style 64-bit timeouts everywhere. 2007-04-17 20:08:59 +02:00