index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
/
UserspaceEmulator
/
Emulator.h
Age
Commit message (
Expand
)
Author
2021-05-17
Kernel+Userspace: Implement the accept4() system call
Gunnar Beutner
2021-05-12
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
sin-ack
2021-05-03
UserspaceEmulator: Add missing argument for sys$allocate_tls
Gunnar Beutner
2021-05-03
UserspaceEmulator: Add stub for sys$futex
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Kernel+LibC: Clean up how assertions work in the kernel and LibC
Gunnar Beutner
2021-03-23
UserspaceEmulator: Update virt$lseek and virt$ftruncate for 64bit off_t
Idan Horowitz
2021-03-22
UserspaceEmulator: Add support for SC_abort syscall
Brendan Coles
2021-03-18
UE: Add killpg, getsockname, getpeername, shutdown, sync syscalls
Brendan Coles
2021-03-16
UserspaceEmulator: Add symlink, rename, set_coredump_metadata syscalls
Brendan Coles
2021-03-14
UserspaceEmulator: Add SC_rmdir syscall
Brendan Coles
2021-03-11
UserspaceEmulator: Implement set_process_name syscall
Ben Wiederhake
2021-03-09
Emulator: Use libc.so bounds to fast-reject non-malloc addresses
Andreas Kling
2021-03-09
UserspaceEmulator: Add Emulator::dump_regions() helper function
Andreas Kling
2021-03-09
UserspaceEmulator: Don't audit accesses in calloc() and libsystem.so
Andreas Kling
2021-03-09
UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UE
Andreas Kling
2021-03-09
Kernel+UserspaceEmulator: Add sys$emuctl() system call
Andreas Kling
2021-03-08
UserspaceEmulator: Support munmap/mprotect with partial mappings
Ben Wiederhake
2021-02-14
Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC
Andreas Kling
2021-02-06
UserspaceEmulator: Implement a proper VM allocator
Andreas Kling
2021-02-06
UserspaceEmulator: Stub out virt$msyscall()
Andreas Kling
2021-01-23
UserspaceEmulator: Implement chown
Ben Wiederhake
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
2021-01-17
Kernel: Remove sys$shbuf_seal() and userland wrappers
Andreas Kling
2021-01-16
Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappers
Andreas Kling
2021-01-16
Kernel: Remove sys$shbuf_set_volatile() and userland wrappers
Andreas Kling
2021-01-15
UserspaceEmulator: Support the anon_create, sendfd and recvfd syscalls
Andreas Kling
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling