.. |
.cvsignore
|
…
|
|
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
|
…
|
|
change.c
|
…
|
|
console.c
|
Implemented 64bit file size handling.
|
2001-05-14 20:09:37 +00:00 |
context_i386.c
|
Small fixes to the debugger support.
|
2001-07-11 17:30:59 +00:00 |
context_sparc.c
|
Preserve the TF (Trap Flag) when continuing from a ptraced suspend.
|
2001-04-27 18:39:47 +00:00 |
debugger.c
|
Backed out the suspend_process_for_ptrace change.
|
2001-07-14 00:50:30 +00:00 |
device.c
|
…
|
|
event.c
|
…
|
|
file.c
|
Set executable permissions when creating .exe/.com files.
|
2001-07-23 18:09:41 +00:00 |
handle.c
|
…
|
|
handle.h
|
Use the new protocol.def file to build the request structures.
|
2001-07-19 00:35:37 +00:00 |
main.c
|
Warning fixes.
|
2001-03-21 20:31:26 +00:00 |
mapping.c
|
Repaired shared PE data sections.
|
2001-04-13 22:38:39 +00:00 |
mutex.c
|
…
|
|
named_pipe.c
|
Implemented GetNamedPipeInfo.
|
2001-08-27 19:03:42 +00:00 |
object.c
|
…
|
|
object.h
|
Use the new protocol.def file to build the request structures.
|
2001-07-19 00:35:37 +00:00 |
pipe.c
|
Implemented 64bit file size handling.
|
2001-05-14 20:09:37 +00:00 |
process.c
|
Backed out the suspend_process_for_ptrace change.
|
2001-07-14 00:50:30 +00:00 |
process.h
|
Use the new protocol.def file to build the request structures.
|
2001-07-19 00:35:37 +00:00 |
protocol.def
|
A couple of optimizations to avoid some server calls in WIN_FindWndPtr
|
2001-09-24 01:19:59 +00:00 |
ptrace.c
|
Backed out the suspend_process_for_ptrace change.
|
2001-07-14 00:50:30 +00:00 |
queue.c
|
Added proper support for storing window parents in the server.
|
2001-09-21 21:08:40 +00:00 |
registry.c
|
Fixed handling of \\Registry prefix.
|
2001-04-10 21:18:17 +00:00 |
request.c
|
Don't create the WINEPREFIX directory if it doesn't exist.
|
2001-08-09 21:22:33 +00:00 |
request.h
|
Added proper support for storing window parents in the server.
|
2001-09-21 21:08:40 +00:00 |
select.c
|
…
|
|
semaphore.c
|
…
|
|
serial.c
|
Unconditionally set O_NONBLOCK when opening.
|
2001-08-21 17:01:48 +00:00 |
snapshot.c
|
…
|
|
sock.c
|
Rename the regular WS_FD_XXX macros to FD_XXX.
|
2001-08-24 19:14:56 +00:00 |
thread.c
|
Added global management of user handles in the server.
|
2001-08-28 18:44:52 +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
|
…
|
|
trace.c
|
A couple of optimizations to avoid some server calls in WIN_FindWndPtr
|
2001-09-24 01:19:59 +00:00 |
unicode.c
|
…
|
|
unicode.h
|
Use the new protocol.def file to build the request structures.
|
2001-07-19 00:35:37 +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
|
Added proper support for storing window parents in the server.
|
2001-09-21 21:08:40 +00:00 |
window.c
|
Avoid list corruption when linking window with HWND_BOTTOM (thanks to
|
2001-09-24 01:13:48 +00:00 |