wine/server
Alexandre Julliard f8037bddce Make the unmount_device request take a handle to the device file
itself instead of a handle to a file opened on the device.
2005-10-27 11:20:50 +00:00
..
.cvsignore Initial version of a wineserver man page. 2005-09-27 10:56:47 +00:00
atom.c
change.c Use int instead of long in interlocked_* functions for 64-bit 2005-09-26 13:51:58 +00:00
class.c
clipboard.c
console.c
console.h
context_alpha.c
context_i386.c
context_powerpc.c
context_sparc.c
context_x86_64.c Preliminary version of the context support for x86-64. 2005-09-16 18:59:23 +00:00
debugger.c
event.c
fd.c Make the unmount_device request take a handle to the device file 2005-10-27 11:20:50 +00:00
file.c
file.h
handle.c Use the proper format to print handles in handle_table_dump. 2005-09-27 09:36:54 +00:00
handle.h
hook.c
mailslot.c
main.c
Makefile.in Added global rules for man pages. 2005-10-06 16:06:04 +00:00
mapping.c
mutex.c
named_pipe.c - now passing access rights when creating a named pipe in NTDLL 2005-09-26 11:02:45 +00:00
object.c Fix refcount leak and return correct error in create_named_object. 2005-09-28 12:04:51 +00:00
object.h
process.c Removed incorrect process queue check in wait_input_idle. 2005-10-12 21:10:52 +00:00
process.h
protocol.def Implemented kernel32 process affinity handling on top on ntdll. 2005-09-27 10:52:10 +00:00
ptrace.c
queue.c
region.c
registry.c
request.c Use the proper size for the cmsg_fd structure on 64-bit plaforms. 2005-09-16 18:52:47 +00:00
request.h
security.h
semaphore.c
serial.c
signal.c
snapshot.c
sock.c
thread.c Remove an exiting thread from the process only after thread cleanup to 2005-09-14 15:44:12 +00:00
thread.h
timer.c
token.c
trace.c Implemented kernel32 process affinity handling on top on ntdll. 2005-09-27 10:52:10 +00:00
unicode.c
unicode.h
user.c
user.h
window.c
wineserver.man.in Put Wine version information in all the man pages. 2005-10-06 16:10:01 +00:00
winstation.c