.. |
.gitignore
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
|
2006-07-10 20:47:54 +02:00 |
atom.c
|
server: Added data_size_t type to represent sizes in the server protocol.
|
2006-07-26 11:11:03 +02:00 |
change.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
class.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
clipboard.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
console.c
|
server: Fix some comparisons between signed and unsigned.
|
2006-07-26 11:11:04 +02:00 |
console.h
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
context_alpha.c
|
server: Moved get/set_thread_context implementation to ptrace.c.
|
2006-06-27 21:27:47 +02:00 |
context_i386.c
|
server: Moved get/set_thread_context implementation to ptrace.c.
|
2006-06-27 21:27:47 +02:00 |
context_powerpc.c
|
server: Fix context_powerpc.c compilation.
|
2006-07-07 16:57:11 +02:00 |
context_sparc.c
|
server: Moved get/set_thread_context implementation to ptrace.c.
|
2006-06-27 21:27:47 +02:00 |
context_x86_64.c
|
server: Moved get/set_thread_context implementation to ptrace.c.
|
2006-06-27 21:27:47 +02:00 |
debugger.c
|
server: Added data_size_t type to represent sizes in the server protocol.
|
2006-07-26 11:11:03 +02:00 |
directory.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
event.c
|
server: Don't report a fatal protocol error for things that we can recover from.
|
2006-06-08 10:26:02 +02:00 |
fd.c
|
ntdll: Implement FSCTL_DISMOUNT_VOLUME for MacOSX.
|
2006-10-03 14:54:21 +02:00 |
file.c
|
server: Translate errnos ENFILE and EMFILE to STATUS_TOO_MANY_OPENED_FILES,
|
2006-09-07 10:17:18 +02:00 |
file.h
|
server: Only call gettimeofday once per poll loop.
|
2006-08-10 16:42:09 +02:00 |
handle.c
|
server: Cast handles to unsigned long for win64 compatibility.
|
2006-06-15 11:39:29 +02:00 |
handle.h
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
hook.c
|
server: Changed the get_next_hook request to allow retrieving the current hook too.
|
2006-10-05 14:05:48 +02:00 |
mailslot.c
|
server: Only call gettimeofday once per poll loop.
|
2006-08-10 16:42:09 +02:00 |
main.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Makefile.in
|
server: Win64 printf format warning fixes.
|
2006-10-02 11:55:01 +02:00 |
mapping.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
mutex.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
named_pipe.c
|
server: Only call gettimeofday once per poll loop.
|
2006-08-10 16:42:09 +02:00 |
object.c
|
server: Added data_size_t type to represent sizes in the server protocol.
|
2006-07-26 11:11:03 +02:00 |
object.h
|
server: Convert the server start time to the abs_time_t type.
|
2006-07-26 14:50:55 +02:00 |
process.c
|
server: Kill the process without SIGTERM when the fd socket is closed.
|
2006-09-21 11:14:45 +02:00 |
process.h
|
server: Kill the process without SIGTERM when the fd socket is closed.
|
2006-09-21 11:14:45 +02:00 |
protocol.def
|
server: Changed the get_next_hook request to allow retrieving the current hook too.
|
2006-10-05 14:05:48 +02:00 |
ptrace.c
|
server: Fix some comparisons between signed and unsigned.
|
2006-07-26 11:11:04 +02:00 |
queue.c
|
server: Pass the data for message callbacks as vararg from the client side.
|
2006-10-04 20:25:42 +02:00 |
region.c
|
server: Added data_size_t type to represent sizes in the server protocol.
|
2006-07-26 11:11:03 +02:00 |
registry.c
|
server: Win64 printf format warning fixes.
|
2006-10-02 11:55:01 +02:00 |
request.c
|
server: Kill the process without SIGTERM when the fd socket is closed.
|
2006-09-21 11:14:45 +02:00 |
request.h
|
server: Changed the get_next_hook request to allow retrieving the current hook too.
|
2006-10-05 14:05:48 +02:00 |
security.h
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
semaphore.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
serial.c
|
server: Only call gettimeofday once per poll loop.
|
2006-08-10 16:42:09 +02:00 |
signal.c
|
server: Make sure to completely kill processes before returning from a wineserver -k.
|
2006-08-14 20:40:31 +02:00 |
snapshot.c
|
server: Added data_size_t type to represent sizes in the server protocol.
|
2006-07-26 11:11:03 +02:00 |
sock.c
|
server: Make wparam and lparam values unsigned long for win64 compatability.
|
2006-06-08 10:39:58 +02:00 |
symlink.c
|
server: Added data_size_t type to represent sizes in the server protocol.
|
2006-07-26 11:11:03 +02:00 |
thread.c
|
ntdll: Implemented AmILastThread information class for NtQueryInformationThread.
|
2006-10-03 20:20:13 +02:00 |
thread.h
|
server: Convert thread creation/exit times to the abs_time_t type.
|
2006-07-26 14:49:55 +02:00 |
timer.c
|
server: Only call gettimeofday once per poll loop.
|
2006-08-10 16:42:09 +02:00 |
token.c
|
server: Fix some comparisons between signed and unsigned.
|
2006-07-26 11:11:04 +02:00 |
trace.c
|
server: Changed the get_next_hook request to allow retrieving the current hook too.
|
2006-10-05 14:05:48 +02:00 |
unicode.c
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
unicode.h
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
user.c
|
server: Cast user handles to unsigned long for win64 compatibility.
|
2006-06-15 11:39:29 +02:00 |
user.h
|
server: Added data_size_t type to represent sizes in the server protocol.
|
2006-07-26 11:11:03 +02:00 |
window.c
|
user32: The per-window user data must be a DWORD_PTR.
|
2006-10-04 21:49:11 +02:00 |
wineserver.man.in
|
Put Wine version information in all the man pages.
|
2005-10-06 16:10:01 +00:00 |
winstation.c
|
server: Only call gettimeofday once per poll loop.
|
2006-08-10 16:42:09 +02:00 |