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-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