wine/server
2007-07-31 20:32:40 +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
change.c
class.c
clipboard.c
console.c
context_alpha.c
context_i386.c
context_powerpc.c
context_sparc.c
context_x86_64.c
debugger.c
device.c
directory.c
event.c
fd.c server: Don't crash when trying to set a file lock on a device. 2007-06-20 13:14:55 +02:00
file.c
file.h
handle.c
handle.h
hook.c
mach.c
mailslot.c
main.c
Makefile.in makefiles: Build programs that link against libwine twice with appropriate rpaths. 2007-06-20 20:03:30 +02:00
mapping.c
mutex.c
named_pipe.c
object.c
object.h
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
protocol.def server: Merge APC processing into the select request. 2007-07-16 16:14:45 +02:00
ptrace.c
queue.c
region.c
registry.c
request.c
request.h server: Merge APC processing into the select request. 2007-07-16 16:14:45 +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
serial.c
signal.c server: Make crash error message more explicit. 2007-06-25 14:13:21 +02:00
snapshot.c
sock.c
symlink.c
thread.c server: Only commit SetThreadPriority if new priority is correct. 2007-07-25 13:59:17 +02:00
thread.h
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: Added the install driver privilege to the default user. 2007-07-31 20:32:40 +02:00
trace.c server: Merge APC processing into the select request. 2007-07-16 16:14:45 +02:00
unicode.c
unicode.h
user.c
user.h
window.c server: Treat desktop as a top-level window. 2007-07-23 11:53:06 +02:00
wineserver.man.in
winstation.c