..
.cvsignore
Initial revision
1998-10-04 18:02:24 +00:00
Makefile.in
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +00:00
change.c
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +00:00
console.c
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +00:00
debugger.c
Made debug events and contexts standard objects.
2000-01-04 02:24:43 +00:00
device.c
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +00:00
event.c
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +00:00
file.c
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +00:00
handle.c
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +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
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +00:00
mutex.c
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +00:00
object.c
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +00:00
object.h
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +00:00
pipe.c
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +00:00
process.c
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +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
- removed copying of HKEY_USERS to HKEY_CURRENT_USER
2000-01-09 21:07:01 +00:00
request.c
Made sleep_on usable from all requests.
2000-01-04 02:23:38 +00:00
request.h
Made sleep_on usable from all requests.
2000-01-04 02:23:38 +00:00
select.c
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +00:00
semaphore.c
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +00:00
snapshot.c
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +00:00
sock.c
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +00:00
thread.c
Moved allocation of the socket pair for a new thread to the server.
2000-01-04 02:40:22 +00:00
thread.h
Made sleep_on usable from all requests.
2000-01-04 02:23:38 +00:00
timer.c
Moved poll handling to the generic part of the server objects.
2000-01-01 00:56:27 +00:00
trace.c
- removed copying of HKEY_USERS to HKEY_CURRENT_USER
2000-01-09 21:07:01 +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