Sweden-Number/server
Alexandre Julliard e806c97610 Skip queue cleanups if queue has been destroyed already. 2001-11-24 03:44:47 +00:00
..
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
Makefile.in Added global management of user handles in the server. 2001-08-28 18:44:52 +00:00
async.c Use poll() on the client-side during server waits to implement 2001-03-22 20:09:34 +00:00
atom.c Added atom_t type for atoms to make sure we use the same type 2001-10-12 18:45:29 +00:00
change.c Added handle_t type to server interface so that we can make handles 2001-01-05 04:08:07 +00:00
console.c New console code based on Win32 windows. 2001-11-23 23:04:58 +00:00
console.h New console code based on Win32 windows. 2001-11-23 23:04:58 +00:00
context_i386.c Only include 'sys/user.h' for Linux. Fixes a compilation error on 2001-11-20 18:52:42 +00:00
context_sparc.c Only include 'sys/user.h' for Linux. Fixes a compilation error on 2001-11-20 18:52:42 +00:00
debugger.c New console code based on Win32 windows. 2001-11-23 23:04:58 +00:00
device.c Fetch a handle type in FILE_GetUnixHandle. 2001-10-04 16:18:15 +00:00
event.c Added handle_t type to server interface so that we can make handles 2001-01-05 04:08:07 +00:00
file.c New console code based on Win32 windows. 2001-11-23 23:04:58 +00:00
handle.c New console code based on Win32 windows. 2001-11-23 23:04:58 +00:00
handle.h Use the new protocol.def file to build the request structures. 2001-07-19 00:35:37 +00:00
main.c Make sure that GetMessagePos and GetMessageTime return sane values 2001-10-17 17:48:49 +00:00
mapping.c Save a disk file's drive type in the server object. 2001-10-24 00:23:25 +00:00
mutex.c Added handle_t type to server interface so that we can make handles 2001-01-05 04:08:07 +00:00
named_pipe.c Make ConnectNamedPipe work in overlapped mode. 2001-11-07 20:14:45 +00:00
object.c Fetch a handle type in FILE_GetUnixHandle. 2001-10-04 16:18:15 +00:00
object.h New console code based on Win32 windows. 2001-11-23 23:04:58 +00:00
pipe.c Fetch a handle type in FILE_GetUnixHandle. 2001-10-04 16:18:15 +00:00
process.c New console code based on Win32 windows. 2001-11-23 23:04:58 +00:00
process.h New console code based on Win32 windows. 2001-11-23 23:04:58 +00:00
protocol.def New console code based on Win32 windows. 2001-11-23 23:04:58 +00:00
ptrace.c Backed out the suspend_process_for_ptrace change. 2001-07-14 00:50:30 +00:00
queue.c Moved WIN_FindWinToRepaint functionality to the server. 2001-11-14 21:28:36 +00:00
registry.c Fixed handling of \\Registry prefix. 2001-04-10 21:18:17 +00:00
request.c Fix the #include order for config.h. 2001-11-06 20:57:11 +00:00
request.h New console code based on Win32 windows. 2001-11-23 23:04:58 +00:00
select.c Prevent danger of accessing freed memory (theoretical but unlikely 2001-11-06 22:25:11 +00:00
semaphore.c Added handle_t type to server interface so that we can make handles 2001-01-05 04:08:07 +00:00
serial.c Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED. 2001-10-08 20:40:57 +00:00
snapshot.c Added handle_t type to server interface so that we can make handles 2001-01-05 04:08:07 +00:00
sock.c Make winsock.h and winsock2.h independent from the Unix headers. 2001-11-14 21:26:23 +00:00
thread.c Avoid ftruncate to work around broken UMSDOS file system. 2001-11-07 20:25:12 +00:00
thread.h Use the new protocol.def file to build the request structures. 2001-07-19 00:35:37 +00:00
timer.c Added separate queue for "system" APCs that get called even when the 2001-01-06 01:48:51 +00:00
trace.c New console code based on Win32 windows. 2001-11-23 23:04:58 +00:00
unicode.c Make unicode.o into a separate ELF library so that we can use it from 2000-07-25 21:01:59 +00:00
unicode.h Store the window caption text in the server. 2001-11-13 22:23:48 +00:00
user.c A couple of optimizations to avoid some server calls in WIN_FindWndPtr 2001-09-24 01:19:59 +00:00
user.h Moved WIN_FindWinToRepaint functionality to the server. 2001-11-14 21:28:36 +00:00
window.c Skip queue cleanups if queue has been destroyed already. 2001-11-24 03:44:47 +00:00