wine-wine/server
Alexandre Julliard 247b8aeeb9 Use poll() instead of select() for the server main loop.
Fixed races with SIGCHLD handling and ptrace.
Minor fixes to timeout handling.
1999-12-13 00:16:44 +00:00
..
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
Makefile.in Implemented waitable timers. 1999-11-29 01:58:35 +00:00
change.c Further server optimizations: 1999-06-26 08:43:26 +00:00
console.c Use poll() instead of select() for the server main loop. 1999-12-13 00:16:44 +00:00
debugger.c Use poll() instead of select() for the server main loop. 1999-12-13 00:16:44 +00:00
device.c Further server optimizations: 1999-06-26 08:43:26 +00:00
event.c Fixed get_event_obj/get_file_obj to use the process parameter (thanks 1999-11-29 02:17:08 +00:00
file.c Use poll() instead of select() for the server main loop. 1999-12-13 00:16:44 +00:00
handle.c Store all object names as Unicode in the server. 1999-11-25 21:30:24 +00:00
handle.h Store all object names as Unicode in the server. 1999-11-25 21:30:24 +00:00
main.c Added registry support to the server. 1999-11-23 19:39:11 +00:00
mapping.c Store all object names as Unicode in the server. 1999-11-25 21:30:24 +00:00
mutex.c Store all object names as Unicode in the server. 1999-11-25 21:30:24 +00:00
object.c Store all object names as Unicode in the server. 1999-11-25 21:30:24 +00:00
object.h Use poll() instead of select() for the server main loop. 1999-12-13 00:16:44 +00:00
pipe.c Use poll() instead of select() for the server main loop. 1999-12-13 00:16:44 +00:00
process.c Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand). 1999-11-29 02:10:56 +00:00
process.h Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand). 1999-11-29 02:10:56 +00:00
ptrace.c Use poll() instead of select() for the server main loop. 1999-12-13 00:16:44 +00:00
registry.c Fixed off-by-one error. 1999-12-10 03:43:07 +00:00
request.c Further server optimizations: 1999-06-26 08:43:26 +00:00
request.h Implemented waitable timers. 1999-11-29 01:58:35 +00:00
select.c Use poll() instead of select() for the server main loop. 1999-12-13 00:16:44 +00:00
semaphore.c Store all object names as Unicode in the server. 1999-11-25 21:30:24 +00:00
snapshot.c Further server optimizations: 1999-06-26 08:43:26 +00:00
sock.c Use poll() instead of select() for the server main loop. 1999-12-13 00:16:44 +00:00
socket.c Use poll() instead of select() for the server main loop. 1999-12-13 00:16:44 +00:00
thread.c Use poll() instead of select() for the server main loop. 1999-12-13 00:16:44 +00:00
thread.h Use poll() instead of select() for the server main loop. 1999-12-13 00:16:44 +00:00
timer.c Use poll() instead of select() for the server main loop. 1999-12-13 00:16:44 +00:00
trace.c Implemented waitable timers. 1999-11-29 01:58:35 +00:00
unicode.c Store all object names as Unicode in the server. 1999-11-25 21:30:24 +00:00
unicode.h Don't try to call towupper() when there's no wctype.h. 1999-11-28 19:47:21 +00:00