.. |
atom.c
|
server: Remove redundant NULL check before free() (found by Smatch).
|
2006-10-10 12:56:16 +02:00 |
change.c
|
server: Return an fd type in the get_handle_fd request.
|
2006-11-20 14:14:04 +01:00 |
class.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
clipboard.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
console.c
|
server: Avoid crash in alloc_console when the process has no parent.
|
2007-01-04 09:41:14 +01:00 |
console.h
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
context_alpha.c
|
server: Moved get/set_thread_context implementation to ptrace.c.
|
2006-06-27 21:27:47 +02:00 |
context_i386.c
|
server: Moved get/set_thread_context implementation to ptrace.c.
|
2006-06-27 21:27:47 +02:00 |
context_powerpc.c
|
server: Fix context_powerpc.c compilation.
|
2006-07-07 16:57:11 +02:00 |
context_sparc.c
|
server: Moved get/set_thread_context implementation to ptrace.c.
|
2006-06-27 21:27:47 +02:00 |
context_x86_64.c
|
server: Moved get/set_thread_context implementation to ptrace.c.
|
2006-06-27 21:27:47 +02:00 |
debugger.c
|
server: Get rid of the server-side file descriptor cache management.
|
2006-11-02 20:52:05 +01:00 |
directory.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
event.c
|
server: Don't report a fatal protocol error for things that we can recover from.
|
2006-06-08 10:26:02 +02:00 |
fd.c
|
ntdll: Moved the check for removable file in load_dll to the server.
|
2007-01-12 14:42:43 +01:00 |
file.c
|
ntdll: Moved the check for removable file in load_dll to the server.
|
2007-01-12 14:42:43 +01:00 |
file.h
|
ntdll: Moved the check for removable file in load_dll to the server.
|
2007-01-12 14:42:43 +01:00 |
handle.c
|
server: Check object's security when creating handles.
|
2007-02-21 19:49:02 +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: Remove redundant NULL check before free() (found by Smatch).
|
2006-10-10 12:56:16 +02:00 |
mach.c
|
Fixed some compilation issues on Mac OS X Leopard.
|
2007-03-12 16:14:18 +01:00 |
mailslot.c
|
server: Return an fd type in the get_handle_fd request.
|
2006-11-20 14:14:04 +01:00 |
main.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Makefile.in
|
server: Added process control support using /proc on Solaris.
|
2007-03-09 13:40:41 +01:00 |
mapping.c
|
ntdll: Duplicate the mapping handle on the server side for NtMapViewOfSection.
|
2007-01-12 14:55:31 +01:00 |
mutex.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
named_pipe.c
|
server: Set the specified in/out buffer sizes on named pipes using SO_SND/RCVBUF.
|
2007-01-12 20:59:22 +01:00 |
object.c
|
server: Add security descriptor field to object struct.
|
2007-02-15 13:28:00 +01:00 |
object.h
|
server: Add security descriptor field to object struct.
|
2007-02-15 13:28:00 +01:00 |
process.c
|
ntdll: Moved the check for removable file in load_dll to the server.
|
2007-01-12 14:42:43 +01:00 |
process.h
|
server: Added process control support using /proc on Solaris.
|
2007-03-09 13:40:41 +01:00 |
procfs.c
|
server: Added process control support using /proc on Solaris.
|
2007-03-09 13:40:41 +01:00 |
protocol.def
|
ntdll: Implement NtAllocateLocallyUniqueId with server call.
|
2007-03-07 13:45:11 +01:00 |
ptrace.c
|
server: Print a trace when sending a signal to a thread.
|
2007-01-18 12:23:29 +01:00 |
queue.c
|
server: Added support for the PM_QS_* flags in PeekMessage.
|
2007-02-21 15:21:05 +01:00 |
region.c
|
server: Added data_size_t type to represent sizes in the server protocol.
|
2006-07-26 11:11:03 +02:00 |
registry.c
|
server: A general solution for handling MAXIMUM_ALLOWED access right has been implemented so remove the workarounds.
|
2007-03-06 22:17:39 +01:00 |
request.c
|
server: Add hooks to support process tracing mechanisms other than ptrace.
|
2006-12-29 16:56:11 +01:00 |
request.h
|
ntdll: Implement NtAllocateLocallyUniqueId with server call.
|
2007-03-07 13:45:11 +01:00 |
security.h
|
server: Check object's security when creating handles.
|
2007-02-21 19:49:02 +01:00 |
semaphore.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
serial.c
|
server: Fix 0 timeout handling for serial I/O.
|
2007-01-03 12:04:38 +01:00 |
signal.c
|
server: Make sure to completely kill processes before returning from a wineserver -k.
|
2006-08-14 20:40:31 +02:00 |
snapshot.c
|
server: Added data_size_t type to represent sizes in the server protocol.
|
2006-07-26 11:11:03 +02:00 |
sock.c
|
server: Explicitly shutdown destroyed sockets to force pending poll() calls to return.
|
2006-12-04 18:02:02 +01:00 |
symlink.c
|
server: Added data_size_t type to represent sizes in the server protocol.
|
2006-07-26 11:11:03 +02:00 |
thread.c
|
server: Clear the thread wait before releasing objects to avoid nested calls.
|
2007-02-05 18:05:03 +01:00 |
thread.h
|
server: Add a generic apc_call structure to make it easier to extend, and more type-safe.
|
2007-01-04 13:40:09 +01:00 |
timer.c
|
server: Add a generic apc_call structure to make it easier to extend, and more type-safe.
|
2007-01-04 13:40:09 +01:00 |
token.c
|
server: Use internal luid_t type where appropriate.
|
2007-03-07 13:45:11 +01:00 |
trace.c
|
ntdll: Implement NtAllocateLocallyUniqueId with server call.
|
2007-03-07 13:45:11 +01:00 |
unicode.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
unicode.h
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
user.c
|
server: Cast user handles to unsigned long for win64 compatibility.
|
2006-06-15 11:39:29 +02:00 |
user.h
|
server: Added data_size_t type to represent sizes in the server protocol.
|
2006-07-26 11:11:03 +02:00 |
window.c
|
server: Expose areas revealed by changes to the window region.
|
2007-03-05 16:43:27 +01:00 |
wineserver.man.in
|
Put Wine version information in all the man pages.
|
2005-10-06 16:10:01 +00:00 |
winstation.c
|
server: Add generic access mapping for winstation and desktop objects.
|
2007-01-19 12:28:58 +01:00 |