.. |
Makefile.in
|
makefiles: Define __WINESRC__ globally.
|
2013-10-07 10:48:04 +02:00 |
async.c
|
server: Store full-sized completion information on the server side.
|
2013-08-23 20:15:43 +02:00 |
atom.c
|
…
|
|
change.c
|
configure: Use errno.h instead of the non-standard sys/errno.h header.
|
2011-12-15 17:46:38 +01:00 |
class.c
|
…
|
|
clipboard.c
|
…
|
|
completion.c
|
server: Pass a wait queue entry to the signaled/satisfied object functions.
|
2013-08-27 23:48:36 +02:00 |
console.c
|
server: Pass a wait queue entry to the signaled/satisfied object functions.
|
2013-08-27 23:48:36 +02:00 |
debugger.c
|
server: Pass a wait queue entry to the signaled/satisfied object functions.
|
2013-08-27 23:48:36 +02:00 |
device.c
|
server: Pass a wait queue entry to the signaled/satisfied object functions.
|
2013-08-27 23:48:36 +02:00 |
directory.c
|
server: Create the critical section keyed event object on startup.
|
2013-08-21 14:24:06 +02:00 |
event.c
|
server: Implement waiting on keyed events.
|
2013-08-28 11:03:38 +02:00 |
fd.c
|
server: Android declares syscall() in sys/syscall.h .
|
2013-09-26 18:15:14 +02:00 |
file.c
|
server: Set the unix file write mode bit also for FILE_APPEND_DATA access.
|
2013-10-03 20:14:14 +02:00 |
file.h
|
server: Add FILE_APPEND_DATA to the access rights that require unix file write permission.
|
2013-10-04 20:00:01 +02:00 |
handle.c
|
server: Map new handle access even when not checking it.
|
2013-08-26 14:17:42 +02:00 |
handle.h
|
…
|
|
hook.c
|
…
|
|
mach.c
|
…
|
|
mailslot.c
|
…
|
|
main.c
|
server: Print the usage to stdout when invoked with --help.
|
2012-11-23 14:40:07 +01:00 |
mapping.c
|
server: Use sysconf() instead of getpagesize().
|
2013-01-09 12:15:25 +01:00 |
mutex.c
|
server: Store abandoned state as a flag in the wait structure.
|
2013-08-27 23:48:37 +02:00 |
named_pipe.c
|
server: Pass a wait queue entry to the signaled/satisfied object functions.
|
2013-08-27 23:48:36 +02:00 |
object.c
|
server: Store abandoned state as a flag in the wait structure.
|
2013-08-27 23:48:37 +02:00 |
object.h
|
server: Implement waiting on keyed events.
|
2013-08-28 11:03:38 +02:00 |
process.c
|
server: Pass a wait queue entry to the signaled/satisfied object functions.
|
2013-08-27 23:48:36 +02:00 |
process.h
|
server: Add a process flag indicating whether the process is terminating, use it to block thread creation in a being terminated process.
|
2013-05-07 11:25:49 +02:00 |
procfs.c
|
…
|
|
protocol.def
|
server: Add a serial event mask change counter.
|
2013-09-10 11:18:57 +02:00 |
ptrace.c
|
server: Include either sys/user.h or asm/user.h.
|
2013-10-07 14:44:34 +02:00 |
queue.c
|
server: Store abandoned state as a flag in the wait structure.
|
2013-08-27 23:48:37 +02:00 |
region.c
|
…
|
|
registry.c
|
server: Use strerror instead of perror.
|
2013-05-07 12:19:22 +02:00 |
request.c
|
server: Use strerror instead of perror.
|
2013-05-07 12:19:22 +02:00 |
request.h
|
server: Add a serial event mask change counter.
|
2013-09-10 11:18:57 +02:00 |
security.h
|
server: Report a default DACL for registry keys.
|
2013-04-23 17:20:11 +02:00 |
semaphore.c
|
server: Store abandoned state as a flag in the wait structure.
|
2013-08-27 23:48:37 +02:00 |
serial.c
|
server: Add a serial event mask change counter.
|
2013-09-10 11:18:57 +02:00 |
signal.c
|
…
|
|
snapshot.c
|
server: Include the Unix pid in the snapshot_next_process reply.
|
2012-04-16 17:49:32 +02:00 |
sock.c
|
server: Fix a comment.
|
2013-09-23 11:50:56 +02:00 |
symlink.c
|
…
|
|
thread.c
|
server: Implement waiting on keyed events.
|
2013-08-28 11:03:38 +02:00 |
thread.h
|
server: Implement waiting on keyed events.
|
2013-08-28 11:03:38 +02:00 |
timer.c
|
server: Store abandoned state as a flag in the wait structure.
|
2013-08-27 23:48:37 +02:00 |
token.c
|
server: The token user SID must be present in the default DACL.
|
2013-07-30 14:43:34 +02:00 |
trace.c
|
server: Add a serial event mask change counter.
|
2013-09-10 11:18:57 +02:00 |
unicode.c
|
…
|
|
unicode.h
|
…
|
|
user.c
|
…
|
|
user.h
|
…
|
|
window.c
|
server: Trigger a repaint on layered windows the first time the attributes are set.
|
2013-09-14 13:53:08 +02:00 |
wineserver.de.man.in
|
server: Update German translation of manpage.
|
2013-07-08 12:03:30 +02:00 |
wineserver.fr.man.in
|
server: Update French translation of manpage.
|
2013-07-22 17:16:06 +02:00 |
wineserver.man.in
|
server: Make wineserver manpage conform to common manpages conventions.
|
2013-07-22 17:16:05 +02:00 |
winstation.c
|
server: When changing a process desktop, start the close timeout on the old desktop if necessary.
|
2013-04-30 18:44:46 +02:00 |