Sign in
goma
/
wine
/
cc784e277f7300638aa4ab5d993e518e9043ffdb
/
server
/
signal.c
af268c6
server: Redesign the server shutdown processing.
by Alexandre Julliard
· 17 years ago
8382eb0
server: Return correct object types in the get_directory_entry request.
by Alexandre Julliard
· 17 years ago
c1707d8
server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk.
by Rob Shearman
· 17 years ago
6d1605a
server: Make crash error message more explicit.
by Alexandre Julliard
· 18 years ago
6357143
server: Add infrastructure for ioctl server request.
by Alexandre Julliard
· 18 years ago
3f05759
server: Don't bother with default entry points for objects that don't even return an fd.
by Alexandre Julliard
· 18 years ago
7a9363a
server: Rename the get_file_info function to get_fd_type and get rid of the flags.
by Alexandre Julliard
· 18 years ago
f85437c
server: Store the opening options in the file descriptor instead of in the individual objects.
by Alexandre Julliard
· 18 years ago
72bff2e
server: Add support for restarting an async I/O when the client side couldn't finish it right away.
by Alexandre Julliard
· 18 years ago
7e71c1d
server: Add an open_file() function to the object operations.
by Alexandre Julliard
· 18 years ago
3a4c04d
server: Make sure to completely kill processes before returning from a wineserver -k.
by Alexandre Julliard
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
8e772c8
server: Fix compilation under Darwin 7.
by Phil Krylov
· 19 years ago
b00fb17
server: New scheme for cleaning up objects on server exit.
by Alexandre Julliard
· 19 years ago
0cd0626
server: Print a message if wineserver crashes and we don't dump cores.
by Mike McCormack
· 19 years ago
28beba3
server: Added infrastructure for access rights mapping.
by Alexandre Julliard
· 19 years ago
baffcb9
Add name_lookup function in object_ops.
by Vitaliy Margolen
· 19 years ago
9d99a04
Added a watchdog mechanism to break out of the wait4 call in case it
by Alexandre Julliard
· 20 years ago
b9b1ea9
Added a close_handle method to the object operations, and use it to
by Alexandre Julliard
· 20 years ago
c516571
- Use NULL instead of 0 for all non-handle pointers.
by Robert Shearman
· 20 years ago
f92fff6
Implemented NtSignalAndWaitForSingleObject.
by Mike McCormack
· 20 years ago
5727918
Added a check for poll.h.
by Steven Edwards
· 20 years ago
4634447
- got rid of include/async.h
by Eric Pouech
· 20 years ago
72f87b8
Use pread/pwrite everywhere to avoid changing the file position while
by Alexandre Julliard
· 21 years ago
f9f37be
Added support for the linuxthreads cancel signal as an alternative to SIGCHLD.
by Alexandre Julliard
· 21 years ago
3f11d48
Fix for compiling on NetBSD.
by Yorick Hardy
· 22 years ago
17480ac
Initialize the dummy char we send down the pipe to make valgrind happy.
by Alexandre Julliard
· 22 years ago
5537dbb
Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard
by Alexandre Julliard
· 22 years ago
3e588e3
Implemented file change notifications, based on a patch by Mike McCormack.
by Alexandre Julliard
· 22 years ago
9037f4b
Added generic signal handling mechanism based on pipes to synchronize
by Alexandre Julliard
· 22 years ago