wine/server
2006-04-10 20:27:45 +02:00
..
.gitignore
atom.c server: Class and global atoms should not be local to a window station. 2006-03-22 22:13:40 +01:00
change.c server: Fix a race condition in the delivery of change notifications. 2006-03-28 12:21:54 +02:00
class.c
clipboard.c server: Added infrastructure for access rights mapping. 2005-12-12 14:57:40 +01:00
console.c server: Free ptr in console_input_append_hist. 2006-04-07 13:08:49 +02:00
console.h In console input record queue, replace semaphore with a manual reset 2003-06-23 03:37:14 +00:00
context_alpha.c server: Get rid of the no longer used get_thread_single_step function. 2006-04-10 20:27:45 +02:00
context_i386.c server: Get rid of the no longer used get_thread_single_step function. 2006-04-10 20:27:45 +02:00
context_powerpc.c server: Get rid of the no longer used get_thread_single_step function. 2006-04-10 20:27:45 +02:00
context_sparc.c server: Get rid of the no longer used get_thread_single_step function. 2006-04-10 20:27:45 +02:00
context_x86_64.c server: Get rid of the no longer used get_thread_single_step function. 2006-04-10 20:27:45 +02:00
debugger.c server: Removed the thread attached flag, since we always detach now. 2006-04-10 20:25:22 +02:00
directory.c
event.c server: Added access rights mapping to synchronization objects. 2005-12-12 14:58:44 +01:00
fd.c
file.c server: Fix the file notification interface to use directory handles. 2006-01-27 12:13:56 +01:00
file.h
handle.c
handle.h server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
hook.c server: Fixed low-level hardware hooks. 2006-01-27 12:12:15 +01:00
mailslot.c
main.c server: Remove sync_namespace. 2005-12-05 14:52:18 +01:00
Makefile.in configure: Use --rpath if supported when building binaries to point to 2006-02-20 11:20:47 +01:00
mapping.c server: Don't round up the header size for image mappings. 2006-01-11 20:59:26 +01:00
mutex.c
named_pipe.c
object.c server: New scheme for cleaning up objects on server exit. 2006-03-22 20:32:04 +01:00
object.h
process.c server: Moved read/write_process_memory and get_selector_entry to ptrace.c. 2006-04-07 19:52:12 +02:00
process.h server: Moved read/write_process_memory and get_selector_entry to ptrace.c. 2006-04-07 19:52:12 +02:00
protocol.def server: Get rid of alignment requirements in write_process_memory request. 2006-04-07 18:41:58 +02:00
ptrace.c server: Removed the thread attached flag, since we always detach now. 2006-04-10 20:25:22 +02:00
queue.c
region.c
registry.c server: Avoid comparison of -1 with an unsigned variable. 2006-04-07 11:45:58 +02:00
request.c
request.h
security.h
semaphore.c
serial.c
signal.c
snapshot.c
sock.c
symlink.c
thread.c server: Removed the thread attached flag, since we always detach now. 2006-04-10 20:25:22 +02:00
thread.h server: Get rid of the no longer used get_thread_single_step function. 2006-04-10 20:27:45 +02:00
timer.c
token.c server: Handle failure of mem_alloc in duplicate_token. 2006-04-07 13:08:33 +02:00
trace.c server: Get rid of alignment requirements in write_process_memory request. 2006-04-07 18:41:58 +02:00
unicode.c
unicode.h
user.c
user.h
window.c explorer: Don't use ExitWindows on shutdown. 2006-04-07 20:26:47 +02:00
wineserver.man.in
winstation.c