.. |
.cvsignore
|
|
|
atom.c
|
Fixed a number of atom test failures.
|
2005-05-14 11:11:21 +00:00 |
change.c
|
Implemented NtSignalAndWaitForSingleObject.
|
2005-04-24 17:35:52 +00:00 |
class.c
|
|
|
clipboard.c
|
|
|
console.c
|
- Use NULL instead of 0 for all non-handle pointers.
|
2005-05-25 18:41:09 +00:00 |
console.h
|
|
|
context_alpha.c
|
|
|
context_i386.c
|
|
|
context_powerpc.c
|
|
|
context_sparc.c
|
|
|
debugger.c
|
Implemented NtSignalAndWaitForSingleObject.
|
2005-04-24 17:35:52 +00:00 |
event.c
|
Implemented NtSignalAndWaitForSingleObject.
|
2005-04-24 17:35:52 +00:00 |
fd.c
|
- Use NULL instead of 0 for all non-handle pointers.
|
2005-05-25 18:41:09 +00:00 |
file.c
|
- Use NULL instead of 0 for all non-handle pointers.
|
2005-05-25 18:41:09 +00:00 |
file.h
|
Cleaned up handling of 64-bit file sizes.
|
2005-04-19 11:59:13 +00:00 |
handle.c
|
Implemented NtSignalAndWaitForSingleObject.
|
2005-04-24 17:35:52 +00:00 |
handle.h
|
Implemented NtSignalAndWaitForSingleObject.
|
2005-04-24 17:35:52 +00:00 |
hook.c
|
Store a bitmap of active hooks on the client side to try to avoid
|
2005-05-11 13:03:15 +00:00 |
mailslot.c
|
- Use NULL instead of 0 for all non-handle pointers.
|
2005-05-25 18:41:09 +00:00 |
main.c
|
- Use NULL instead of 0 for all non-handle pointers.
|
2005-05-25 18:41:09 +00:00 |
Makefile.in
|
Implement mailslots.
|
2005-03-30 19:02:15 +00:00 |
mapping.c
|
Implemented NtSignalAndWaitForSingleObject.
|
2005-04-24 17:35:52 +00:00 |
mutex.c
|
Implemented NtSignalAndWaitForSingleObject.
|
2005-04-24 17:35:52 +00:00 |
named_pipe.c
|
- Use NULL instead of 0 for all non-handle pointers.
|
2005-05-25 18:41:09 +00:00 |
object.c
|
Implemented NtSignalAndWaitForSingleObject.
|
2005-04-24 17:35:52 +00:00 |
object.h
|
Changed atom handling to use counted strings instead of
|
2005-05-11 18:25:27 +00:00 |
process.c
|
- Use NULL instead of 0 for all non-handle pointers.
|
2005-05-25 18:41:09 +00:00 |
process.h
|
- changed ATOM support in wineserver to match NTDLL needs
|
2005-05-10 15:15:50 +00:00 |
protocol.def
|
Implement NtAccessCheck.
|
2005-05-24 12:32:18 +00:00 |
ptrace.c
|
|
|
queue.c
|
- Use NULL instead of 0 for all non-handle pointers.
|
2005-05-25 18:41:09 +00:00 |
region.c
|
- Use NULL instead of 0 for all non-handle pointers.
|
2005-05-25 18:41:09 +00:00 |
registry.c
|
- Use NULL instead of 0 for all non-handle pointers.
|
2005-05-25 18:41:09 +00:00 |
request.c
|
- Use NULL instead of 0 for all non-handle pointers.
|
2005-05-25 18:41:09 +00:00 |
request.h
|
Implement NtAccessCheck.
|
2005-05-24 12:32:18 +00:00 |
security.h
|
- Clean up well-known privileges.
|
2005-04-22 21:17:15 +00:00 |
semaphore.c
|
Implemented NtSignalAndWaitForSingleObject.
|
2005-04-24 17:35:52 +00:00 |
serial.c
|
Implemented NtSignalAndWaitForSingleObject.
|
2005-04-24 17:35:52 +00:00 |
signal.c
|
- Use NULL instead of 0 for all non-handle pointers.
|
2005-05-25 18:41:09 +00:00 |
snapshot.c
|
- Use NULL instead of 0 for all non-handle pointers.
|
2005-05-25 18:41:09 +00:00 |
sock.c
|
- Use NULL instead of 0 for all non-handle pointers.
|
2005-05-25 18:41:09 +00:00 |
thread.c
|
Implemented NtSignalAndWaitForSingleObject.
|
2005-04-24 17:35:52 +00:00 |
thread.h
|
- Clean up well-known privileges.
|
2005-04-22 21:17:15 +00:00 |
timer.c
|
- Use NULL instead of 0 for all non-handle pointers.
|
2005-05-25 18:41:09 +00:00 |
token.c
|
Implement NtAccessCheck.
|
2005-05-24 12:32:18 +00:00 |
trace.c
|
- Print commas between ACE's.
|
2005-05-25 09:54:05 +00:00 |
unicode.c
|
|
|
unicode.h
|
|
|
user.c
|
Treat 0xffff the same as 0 for the handle generation field to avoid
|
2005-05-07 15:03:00 +00:00 |
user.h
|
Store a bitmap of active hooks on the client side to try to avoid
|
2005-05-11 13:03:15 +00:00 |
window.c
|
Crop the update region to the new window rectangle when resizing a
|
2005-05-26 12:28:07 +00:00 |