Hendiadyoin1
|
c0d6afdc67
UserspaceEmulator: Avoid copies of non trivial types on invocations
|
3 years ago |
Jean-Baptiste Boric
|
ee34340c6a
UserspaceEmulator: Remove support for SC_select syscall
|
3 years ago |
Jean-Baptiste Boric
|
012d8d7f74
UserspaceEmulator: Add support for SC_poll syscall
|
3 years ago |
Jean-Baptiste Boric
|
493c958b9e
UserspaceEmulator: Sort syscalls in alphabetic order
|
3 years ago |
Brian Gianforcaro
|
f807796380
UserspaceEmulator: Fix after add_positional_argument API change :^)
|
3 years ago |
Ben Wiederhake
|
33079c8ab9
Kernel+UE+LibC: Remove unused dbgputch syscall
|
3 years ago |
Andreas Kling
|
58fb3ebf66
LibCore+AK: Move MappedFile from AK to LibCore
|
3 years ago |
Brendan Coles
|
1e48cd35a1
UserspaceEmulator: Add support for SC_uname and SC_sysconf syscalls
|
3 years ago |
Hediadyoin1
|
bce3bf9f1e
UserspaceEmulator: Handle PerfEvent syscalls
|
4 years ago |
Daniel Bertalan
|
87ef2718bc
UserspaceEmulator+LibC: Use sys$emuctl() to disable auditing in malloc
|
4 years ago |
Andreas Kling
|
fa64ab26a4
Kernel+UserspaceEmulator: Remove unused sys$gettimeofday()
|
4 years ago |
Ali Mohammad Pur
|
369e3da6a2
UserspaceEmulator: Move all the profiling details into the Emulator
|
4 years ago |
Daniel Bertalan
|
c1d6637dc7
UserspaceEmulator: Make symbolication work when .text isn't the first
|
4 years ago |
Daniel Bertalan
|
980f314a03
UserspaceEmulator: Fix typo in a method name
|
4 years ago |
Ali Mohammad Pur
|
c4437e19bd
LibDebug+Everywhere: Make DebugInfo not own the ELF image
|
4 years ago |
Ali Mohammad Pur
|
521217735b
UserspaceEmulator: Optionally generate a Profiler-compatible profile
|
4 years ago |
Hendiadyoin1
|
5d24b5f4be
UserspaceEmulator: Add a simple debugging Console
|
4 years ago |
Gunnar Beutner
|
89956cb0d6
Kernel+Userspace: Implement the accept4() system call
|
4 years ago |
sin-ack
|
2159f90e00
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
|
4 years ago |
Gunnar Beutner
|
92cc8a47dd
UserspaceEmulator: Add missing argument for sys$allocate_tls
|
4 years ago |
Gunnar Beutner
|
ce0c76dcb5
UserspaceEmulator: Add stub for sys$futex
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Gunnar Beutner
|
f033416893
Kernel+LibC: Clean up how assertions work in the kernel and LibC
|
4 years ago |
Idan Horowitz
|
0deb0c6891
UserspaceEmulator: Update virt$lseek and virt$ftruncate for 64bit off_t
|
4 years ago |
Brendan Coles
|
7191098356
UserspaceEmulator: Add support for SC_abort syscall
|
4 years ago |
Brendan Coles
|
4915cf5ab0
UE: Add killpg, getsockname, getpeername, shutdown, sync syscalls
|
4 years ago |
Brendan Coles
|
46c7f52896
UserspaceEmulator: Add symlink, rename, set_coredump_metadata syscalls
|
4 years ago |
Brendan Coles
|
1eccd78e3a
UserspaceEmulator: Add SC_rmdir syscall
|
4 years ago |
Ben Wiederhake
|
d5925f33aa
UserspaceEmulator: Implement set_process_name syscall
|
4 years ago |
Andreas Kling
|
c192b6c61d
Emulator: Use libc.so bounds to fast-reject non-malloc addresses
|
4 years ago |