Alexandre Julliard
|
9d99a04880
|
Added a watchdog mechanism to break out of the wait4 call in case it
didn't return properly (can happen at thread exit).
|
2005-08-19 14:01:43 +00:00 |
Alexandre Julliard
|
b9b1ea9c9f
|
Added a close_handle method to the object operations, and use it to
implement registry notifications and the strange behavior of
CloseHandle on winstation/desktop handles.
|
2005-06-09 15:39:52 +00:00 |
Robert Shearman
|
c516571481
|
- Use NULL instead of 0 for all non-handle pointers.
- Fix non-ANSI function declarations.
- Make a function static.
|
2005-05-25 18:41:09 +00:00 |
Mike McCormack
|
f92fff66a2
|
Implemented NtSignalAndWaitForSingleObject.
|
2005-04-24 17:35:52 +00:00 |
Steven Edwards
|
5727918424
|
Added a check for poll.h.
|
2005-03-04 12:38:36 +00:00 |
Eric Pouech
|
4634447d6b
|
- got rid of include/async.h
- fixed some overlapped issues in socket handling
- moved kernel32.CancelIo implementation to ntdll
|
2005-01-14 19:54:38 +00:00 |
Alexandre Julliard
|
72f87b8c06
|
Use pread/pwrite everywhere to avoid changing the file position while
the client is using it.
Get rid of the no longer used truncate_file request.
|
2004-05-01 02:50:06 +00:00 |
Alexandre Julliard
|
f9f37beb8a
|
Added support for the linuxthreads cancel signal as an alternative to
SIGCHLD.
|
2003-10-24 04:29:01 +00:00 |
Yorick Hardy
|
3f11d48346
|
Fix for compiling on NetBSD.
|
2003-04-13 01:06:14 +00:00 |
Alexandre Julliard
|
17480acb27
|
Initialize the dummy char we send down the pipe to make valgrind
happy.
|
2003-04-02 01:44:01 +00:00 |
Alexandre Julliard
|
5537dbbf40
|
Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard
AC_CHECK_MEMBERS. Added check for si_fd in siginfo_t.
|
2003-03-28 00:36:12 +00:00 |
Alexandre Julliard
|
3e588e3a57
|
Implemented file change notifications, based on a patch by Mike
McCormack.
|
2003-03-26 23:41:43 +00:00 |
Alexandre Julliard
|
9037f4bbfe
|
Added generic signal handling mechanism based on pipes to synchronize
signals with the main poll loop.
|
2003-03-26 01:32:18 +00:00 |