.. |
.gitignore
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Makefile.in
|
Added global rules for man pages.
|
2005-10-06 16:06:04 +00:00 |
atom.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
change.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
class.c
|
Create the desktop class when needed without requiring a client
|
2005-07-19 19:45:48 +00:00 |
clipboard.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
console.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
console.h
|
In console input record queue, replace semaphore with a manual reset
|
2003-06-23 03:37:14 +00:00 |
context_alpha.c
|
Create the necessary functions for wineserver contexts for Alpha.
|
2004-10-14 03:05:09 +00:00 |
context_i386.c
|
Moved the platform-independent part of the get/set_thread_context
|
2005-11-02 14:12:13 +00:00 |
context_powerpc.c
|
Moved the platform-independent part of the get/set_thread_context
|
2005-11-02 14:12:13 +00:00 |
context_sparc.c
|
Moved the platform-independent part of the get/set_thread_context
|
2005-11-02 14:12:13 +00:00 |
context_x86_64.c
|
Moved the platform-independent part of the get/set_thread_context
|
2005-11-02 14:12:13 +00:00 |
debugger.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
event.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
fd.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
file.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
file.h
|
Make mailslots use as much of the default async fd implementation as
|
2005-07-14 12:18:05 +00:00 |
handle.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
handle.h
|
Added a struct unicode_str to encapsulate object names.
|
2005-11-18 16:31:18 +00:00 |
hook.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
mailslot.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
main.c
|
- Use OBJ_CASE_INSENSITIVE in object lookup.
|
2005-11-01 10:22:38 +00:00 |
mapping.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
mutex.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
named_pipe.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
object.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
object.h
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
process.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
process.h
|
Return the startup info size in the init_thread request, and allocate
|
2005-07-13 19:43:35 +00:00 |
protocol.def
|
Fixed handling of mailslot read timeout to avoid compiler warnings.
|
2005-11-21 15:23:49 +00:00 |
ptrace.c
|
Don't try to detach from a thread that is exiting, to avoid triggering
|
2005-08-22 10:13:28 +00:00 |
queue.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
region.c
|
- Use NULL instead of 0 for all non-handle pointers.
|
2005-05-25 18:41:09 +00:00 |
registry.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
request.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
request.h
|
Added a struct unicode_str to encapsulate object names.
|
2005-11-18 16:31:18 +00:00 |
security.h
|
- Change the default user SID to match what was previously returned by
|
2005-07-18 13:22:55 +00:00 |
semaphore.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
serial.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
signal.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
snapshot.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
sock.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
thread.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
thread.h
|
Fixed Get/SetThreadContext to work properly on suspended threads.
|
2005-11-02 20:54:12 +00:00 |
timer.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
token.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
trace.c
|
Return correct error on name collision when creating new named
|
2005-11-21 16:27:03 +00:00 |
unicode.c
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-21 23:57:25 +00:00 |
unicode.h
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-21 23:57:25 +00:00 |
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
|
Added a struct unicode_str to encapsulate object names.
|
2005-11-18 16:31:18 +00:00 |
window.c
|
Tie windows and thread input structures to a specific desktop.
|
2005-07-11 13:30:23 +00:00 |
wineserver.man.in
|
Put Wine version information in all the man pages.
|
2005-10-06 16:10:01 +00:00 |
winstation.c
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |