wine-wine/server
Alexandre Julliard d71ba930ab Ignore fcntl failure when setting a write lock on a read only file. 2003-03-21 21:31:35 +00:00
..
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
Makefile.in We still need libwine here... 2003-03-19 22:44:03 +00:00
async.c Moved all references to file descriptors out of the generic object 2003-02-19 00:33:32 +00:00
async.h Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
atom.c Moved all references to file descriptors out of the generic object 2003-02-19 00:33:32 +00:00
change.c Moved all references to file descriptors out of the generic object 2003-02-19 00:33:32 +00:00
console.c Added send_thread_signal() function and properly handle errors caused 2003-02-25 04:17:22 +00:00
console.h Changed fd operations to take a struct fd instead of a struct object. 2003-02-14 20:27:09 +00:00
context_i386.c Attaching the debugger to a running process should work again 2003-03-11 01:48:53 +00:00
context_powerpc.c Attaching the debugger to a running process should work again 2003-03-11 01:48:53 +00:00
context_sparc.c Attaching the debugger to a running process should work again 2003-03-11 01:48:53 +00:00
debugger.c Attaching the debugger to a running process should work again 2003-03-11 01:48:53 +00:00
device.c Moved all references to file descriptors out of the generic object 2003-02-19 00:33:32 +00:00
event.c Changed fd operations to take a struct fd instead of a struct object. 2003-02-14 20:27:09 +00:00
fd.c Ignore fcntl failure when setting a write lock on a read only file. 2003-03-21 21:31:35 +00:00
file.c Replaced mkstemp by mkstemps from libiberty. 2003-03-20 21:07:49 +00:00
file.h Fix signature of open_fd(). 2003-03-18 18:26:44 +00:00
handle.c Moved all references to file descriptors out of the generic object 2003-02-19 00:33:32 +00:00
handle.h Changed fd operations to take a struct fd instead of a struct object. 2003-02-14 20:27:09 +00:00
hook.c Moved all references to file descriptors out of the generic object 2003-02-19 00:33:32 +00:00
list.h Implemented file locking functions (partly based on my old Corel 2003-03-18 05:04:33 +00:00
main.c Added -f option to make wineserver remain in the foreground for 2003-03-14 04:08:42 +00:00
mapping.c Moved all references to file descriptors out of the generic object 2003-02-19 00:33:32 +00:00
mutex.c Changed fd operations to take a struct fd instead of a struct object. 2003-02-14 20:27:09 +00:00
named_pipe.c Added an inode object to keep track of all file descriptors open for a 2003-03-12 22:38:14 +00:00
object.c Moved all references to file descriptors out of the generic object 2003-02-19 00:33:32 +00:00
object.h Added -f option to make wineserver remain in the foreground for 2003-03-14 04:08:42 +00:00
pipe.c Added an inode object to keep track of all file descriptors open for a 2003-03-12 22:38:14 +00:00
process.c Implemented file locking functions (partly based on my old Corel 2003-03-18 05:04:33 +00:00
process.h Implemented file locking functions (partly based on my old Corel 2003-03-18 05:04:33 +00:00
protocol.def Fixed bug that could cause SendMessage to return too early in certain 2003-03-19 00:12:17 +00:00
ptrace.c Attaching the debugger to a running process should work again 2003-03-11 01:48:53 +00:00
queue.c Fixed bug that could cause SendMessage to return too early in certain 2003-03-19 00:12:17 +00:00
registry.c Avoid some redundant calls to time(NULL). 2003-02-25 04:04:18 +00:00
request.c Added -f option to make wineserver remain in the foreground for 2003-03-14 04:08:42 +00:00
request.h Changed fd operations to take a struct fd instead of a struct object. 2003-02-14 20:27:09 +00:00
semaphore.c Changed fd operations to take a struct fd instead of a struct object. 2003-02-14 20:27:09 +00:00
serial.c Added an inode object to keep track of all file descriptors open for a 2003-03-12 22:38:14 +00:00
smb.c Added an inode object to keep track of all file descriptors open for a 2003-03-12 22:38:14 +00:00
snapshot.c Moved all references to file descriptors out of the generic object 2003-02-19 00:33:32 +00:00
sock.c Added an inode object to keep track of all file descriptors open for a 2003-03-12 22:38:14 +00:00
thread.c Added an inode object to keep track of all file descriptors open for a 2003-03-12 22:38:14 +00:00
thread.h Attaching the debugger to a running process should work again 2003-03-11 01:48:53 +00:00
timer.c Moved all references to file descriptors out of the generic object 2003-02-19 00:33:32 +00:00
trace.c Fixed bug that could cause SendMessage to return too early in certain 2003-03-19 00:12:17 +00:00
unicode.c Better support for configure detection of missing types, added check 2002-04-26 19:05:15 +00:00
unicode.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
user.c Converted the server to -DSTRICT. 2002-10-19 01:00:59 +00:00
user.h Store the hardware messages in the thread input structure, not in the 2003-01-08 00:27:58 +00:00
window.c Removed no longer used local variable (spotted by Dmitry Timoshkov). 2003-01-08 19:55:08 +00:00