.. |
cdrom.c
|
ntdll/unix: Replace sprintf with snprintf to avoid deprecation warnings on macOS.
|
2023-11-08 17:25:41 +01:00 |
debug.c
|
ntdll: Allow specifying per-process channels.
|
2023-11-30 10:12:10 +01:00 |
dwarf.h
|
ntdll: Fix DW_OP_abs absolute value warning on labs() for clang.
|
2024-02-08 23:31:25 +01:00 |
env.c
|
ntdll: Don't create Unix console for GUI apps.
|
2023-12-05 21:24:37 +01:00 |
file.c
|
ntdll: Implement NtQueryInformationFile FileStatInformation.
|
2024-02-19 21:28:42 +01:00 |
loader.c
|
ntdll: Use the current machine by default to create an ARM64X process.
|
2024-02-08 17:07:23 +01:00 |
loadorder.c
|
|
|
process.c
|
kernelbase: Don't use INVALID_HANDLE_VALUE as std handle in CreateProcess.
|
2024-02-12 23:02:02 +01:00 |
registry.c
|
ntdll/unix: Replace sprintf with snprintf to avoid deprecation warnings on macOS.
|
2023-11-08 17:25:41 +01:00 |
security.c
|
ntdll: Fix a memory leak (Coverity).
|
2023-11-27 22:39:51 +01:00 |
serial.c
|
ntdll/unix: Replace sprintf with snprintf to avoid deprecation warnings on macOS.
|
2023-11-08 17:25:41 +01:00 |
server.c
|
server: Don't update the entry point in the image information for ARM64EC modules.
|
2024-02-08 17:07:22 +01:00 |
signal_arm.c
|
ntdll: Use the official definitions for exception flags.
|
2024-02-29 18:14:48 +01:00 |
signal_arm64.c
|
ntdll: Use the official definitions for exception flags.
|
2024-02-29 18:14:48 +01:00 |
signal_i386.c
|
ntdll: Use the official definitions for exception flags.
|
2024-02-29 18:14:48 +01:00 |
signal_x86_64.c
|
ntdll: Respect red zone in usr1_handler() on x64.
|
2024-03-05 09:03:48 +01:00 |
socket.c
|
ws2_32: Implement TCP_KEEP{ALIVE,CNT,INTVL} options.
|
2024-03-04 22:39:57 +01:00 |
sync.c
|
ntdll: Remove stale comment from set_async_direct_result() documentation.
|
2024-02-15 20:35:00 +01:00 |
system.c
|
arm64: Expose information about more modern CPU extensions.
|
2024-03-05 20:50:23 +01:00 |
tape.c
|
ntdll/unix: Replace sprintf with snprintf to avoid deprecation warnings on macOS.
|
2023-11-08 17:25:41 +01:00 |
thread.c
|
ntdll: Use the official definitions for exception flags.
|
2024-02-29 18:14:48 +01:00 |
unix_private.h
|
ntdll: Don't hardcode xstate size in syscall frame.
|
2024-02-16 23:32:06 +01:00 |
virtual.c
|
ntdll: Include alloc_type argument in NtMapViewOfSection(Ex) traces.
|
2024-02-14 19:19:32 +01:00 |