wine/server
2023-06-13 22:10:56 +02:00
..
async.c ntdll: Implement NtCancelSynchronousIoFile. 2022-10-17 11:22:41 +02:00
atom.c
change.c server: Use the token owner instead of the token user for default object owner. 2022-07-20 22:33:44 +02:00
class.c server: Correctly expose composited parent window and its child on position change. 2022-11-04 19:23:56 +01:00
clipboard.c
completion.c
console.c conhost.exe: Handle ctrl-\ in Wine. 2023-01-25 10:04:02 +01:00
debugger.c
device.c
directory.c
event.c
fd.c
file.c server: Use the token owner instead of the token user for default object owner. 2022-07-20 22:33:44 +02:00
file.h server: Annotate allocation functions with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC). 2023-03-01 21:39:30 +01:00
handle.c
handle.h
hook.c
mach.c server: On macOS, fake debug registers when running under Rosetta. 2023-02-17 11:18:52 +01:00
mailslot.c
main.c
Makefile.in
mapping.c ntdll: Also update the entry point address when loading an ARM64X binary. 2023-05-26 21:24:08 +02:00
mutex.c
named_pipe.c ntdll: Return the correct IOSB information when creating a named pipe. 2023-02-21 11:17:17 +01:00
object.c server: Use the token owner instead of the token user for default object owner. 2022-07-20 22:33:44 +02:00
object.h server: Annotate allocation functions with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC). 2023-03-01 21:39:30 +01:00
process.c ntdll: Support the PS_ATTRIBUTE_MACHINE_TYPE attribute for new processes. 2023-05-24 15:43:54 +02:00
process.h server: Use the client provided rawinput registered device array. 2022-07-28 20:08:58 +02:00
procfs.c
protocol.def ntdll: Support the lower memory limit in MEM_ADDRESS_REQUIREMENTS. 2023-06-13 22:10:56 +02:00
ptrace.c
queue.c server: Introduce and send new WM_WINE_SETCURSOR hardware message. 2023-06-13 22:10:56 +02:00
region.c server: Correctly expose composited parent window and its child on position change. 2022-11-04 19:23:56 +01:00
registry.c server: Make x86_64 a supported architecture on ARM64. 2023-05-09 14:28:04 +02:00
request.c
request.h ntdll: Support the lower memory limit in MEM_ADDRESS_REQUIREMENTS. 2023-06-13 22:10:56 +02:00
security.h server: Use the token owner instead of the token user for default object owner. 2022-07-20 22:33:44 +02:00
semaphore.c
serial.c
signal.c
sock.c server: Set TCP SYN count on sockets. 2023-02-21 11:21:27 +01:00
symlink.c
thread.c server: Send the APC call data as vararg in the select request. 2023-06-06 21:51:43 +02:00
thread.h
timer.c
token.c server: Use the token owner instead of the token user for default object owner. 2022-07-20 22:33:44 +02:00
trace.c ntdll: Support the lower memory limit in MEM_ADDRESS_REQUIREMENTS. 2023-06-13 22:10:56 +02:00
unicode.c server: Use ARRAY_SIZE instead of open coding it. 2022-10-25 10:58:49 +02:00
unicode.h server: Annotate allocation functions with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC). 2023-03-01 21:39:30 +01:00
user.c
user.h server: Keep track of the current desktop cursor handle. 2023-06-13 22:10:56 +02:00
window.c server: Use the helper to reset the clip rect when the desktop size changes. 2023-06-07 22:48:27 +02:00
wineserver.de.UTF-8.man.in
wineserver.fr.UTF-8.man.in
wineserver.man.in
winstation.c