wine/server
2007-08-24 12:03:22 +02:00
..
async.c
atom.c
change.c
class.c
clipboard.c
console.c wineconsole: Implement GetConsoleWindow. 2007-08-24 12:03:22 +02:00
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 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
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 wineconsole: Implement GetConsoleWindow. 2007-08-24 12:03:22 +02:00
ptrace.c server: Use thr_kill2 syscall to signal threads on FreeBSD. 2007-08-23 20:19:09 +02:00
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
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: Fixed handling of a relative start time for a timer. 2007-08-09 17:16:26 +02:00
token.c server: Added the install driver privilege to the default user. 2007-07-31 20:32:40 +02:00
trace.c wineconsole: Implement GetConsoleWindow. 2007-08-24 12:03:22 +02:00
unicode.c
unicode.h
user.c
user.h
window.c server: Validate the parents every time we paint a window instead of only on RDW_UPDATENOW. 2007-08-23 20:22:30 +02:00
wineserver.man.in
winstation.c