wine-wine/server
Sebastian Lackner 7c06f1c218 server: Do not store unix_pid in process_snapshot struct.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-09-07 23:54:44 +09:00
..
Makefile.in makefiles: Generate rules for installing programs. 2015-10-29 21:20:06 +09:00
async.c server: Add link_name and unlink_name object operations. 2016-02-04 21:07:19 +09:00
atom.c server: Add link_name and unlink_name object operations. 2016-02-04 21:07:19 +09:00
change.c server: Add support for maintaining a client-side directory cache. 2016-05-02 14:39:16 +09:00
class.c server: Directly return a structure in get_req_unicode_str(). 2016-01-29 21:25:12 +09:00
clipboard.c server: Don't release the clipboard owner window when the owner thread terminates. 2016-09-01 22:14:22 +09:00
completion.c server: Add missing linebreak to a dump message. 2016-04-26 14:50:48 +09:00
console.c server: Get and set the console pop-up color attributes. 2016-08-11 23:31:53 +09:00
debugger.c server: Add link_name and unlink_name object operations. 2016-02-04 21:07:19 +09:00
device.c server: Add a helper function to create a symlink to an existing object. 2016-07-18 15:34:08 +09:00
directory.c server: Add a helper function to create session directories and symlinks. 2016-07-18 16:21:24 +09:00
event.c server: Set the security descriptor at object creation.time. 2016-02-12 23:07:30 +09:00
fd.c configure: Add AC_HEADER_MAJOR to find where major() is defined. 2016-04-18 18:06:46 +09:00
file.c server: Support opening file objects from any root, not only directories. 2016-02-09 20:36:17 +09:00
file.h server: Add a helper function to create a symlink to an existing object. 2016-07-18 15:34:08 +09:00
handle.c server: Require a directory as root to open an object with a name. 2016-02-12 23:07:30 +09:00
handle.h server: Use a common helper function to implement open object calls. 2016-01-29 21:25:12 +09:00
hook.c server: Add link_name and unlink_name object operations. 2016-02-04 21:07:19 +09:00
mach.c server: Get debug registers on 64-bit Mac OS. 2015-06-05 19:49:37 +09:00
mailslot.c server: Add a helper function to create a symlink to an existing object. 2016-07-18 15:34:08 +09:00
main.c server: Print the usage to stdout when invoked with --help. 2012-11-23 14:40:07 +01:00
mapping.c server: Fix loading of IMAGE_OPTIONAL_HEADER. 2016-08-09 00:56:00 +09:00
mutex.c ntdll: Add NtQueryMutant. 2016-05-04 01:03:26 +09:00
named_pipe.c server: Add a helper function to create a symlink to an existing object. 2016-07-18 15:34:08 +09:00
object.c server: Set the security descriptor at object creation.time. 2016-02-12 23:07:30 +09:00
object.h server: Add a helper function to create a symlink to an existing object. 2016-07-18 15:34:08 +09:00
process.c server: Do not store unix_pid in process_snapshot struct. 2016-09-07 23:54:44 +09:00
process.h server: Do not store unix_pid in process_snapshot struct. 2016-09-07 23:54:44 +09:00
procfs.c
protocol.def server: Add a release_clipboard request, and notify the owner and viewer on release. 2016-09-01 22:02:04 +09:00
ptrace.c configure: Add a check for sys/ucontext.h and include it where appropriate. 2014-07-23 19:06:58 +02:00
queue.c server: Add a helper function to validate a window handle. 2016-08-30 18:08:36 +09:00
region.c server: Fix an invalid memory access in subtract_overlapping (Valgrind). 2016-02-09 19:42:41 +09:00
registry.c server: Implement object type for registry keys. 2016-02-09 20:36:17 +09:00
request.c server: Avoid some compiler warnings when EWOULDBLOCK == EAGAIN. 2016-08-30 19:09:20 +09:00
request.h server: Add a release_clipboard request, and notify the owner and viewer on release. 2016-09-01 22:02:04 +09:00
security.h server: Add a helper function to validate and return object attributes. 2016-01-16 00:05:57 +09:00
semaphore.c server: Set the security descriptor at object creation.time. 2016-02-12 23:07:30 +09:00
serial.c server: Add link_name and unlink_name object operations. 2016-02-04 21:07:19 +09:00
signal.c server: Add link_name and unlink_name object operations. 2016-02-04 21:07:19 +09:00
snapshot.c server: Do not hold reference on parent process. 2016-04-25 18:48:19 +09:00
sock.c server: Avoid some compiler warnings when EWOULDBLOCK == EAGAIN. 2016-08-30 19:09:20 +09:00
symlink.c server: Add a helper function to create a symlink to an existing object. 2016-07-18 15:34:08 +09:00
thread.c server: Do not hold reference on parent process. 2016-04-25 18:48:19 +09:00
thread.h ntdll: Implement ThreadQuerySetWin32StartAddress info class in NtSetInformationThread. 2015-07-29 21:44:03 +02:00
timer.c server: Set the security descriptor at object creation.time. 2016-02-12 23:07:30 +09:00
token.c server: Add link_name and unlink_name object operations. 2016-02-04 21:07:19 +09:00
trace.c server: Add a release_clipboard request, and notify the owner and viewer on release. 2016-09-01 22:02:04 +09:00
unicode.c
unicode.h
user.c
user.h server: Add a helper function to validate a window handle. 2016-08-30 18:08:36 +09:00
window.c server: Cleanup clipboard information upon window destruction. 2016-08-24 00:16:43 +09:00
wineserver.de.UTF-8.man.in makefiles: Rename translated manpages according to their destination directory. 2013-11-18 11:33:34 +01:00
wineserver.fr.UTF-8.man.in makefiles: Rename translated manpages according to their destination directory. 2013-11-18 11:33:34 +01:00
wineserver.man.in server: Make wineserver manpage conform to common manpages conventions. 2013-07-22 17:16:05 +02:00
winstation.c server: Set the security descriptor at object creation.time. 2016-02-12 23:07:30 +09:00