server: Add an open_file() function to the object operations.
[wine] / server / signal.c
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2006-08-14  Alexandre Julliardserver: Make sure to completely kill processes before...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-24  Phil Krylovserver: Fix compilation under Darwin 7.
2006-03-22  Alexandre Julliardserver: New scheme for cleaning up objects on server...
2006-03-01  Mike McCormackserver: Print a message if wineserver crashes and we...
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-08-19  Alexandre JulliardAdded a watchdog mechanism to break out of the wait4...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-05-25  Robert Shearman- Use NULL instead of 0 for all non-handle pointers.
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-03-04  Steven EdwardsAdded a check for poll.h.
2005-01-14  Eric Pouech- got rid of include/async.h
2004-05-01  Alexandre JulliardUse pread/pwrite everywhere to avoid changing the file...
2003-10-24  Alexandre JulliardAdded support for the linuxthreads cancel signal as...
2003-04-13  Yorick HardyFix for compiling on NetBSD.
2003-04-02  Alexandre JulliardInitialize the dummy char we send down the pipe to...
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-26  Alexandre JulliardAdded generic signal handling mechanism based on pipes...