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
2022-03-04
UserspaceEmulator: Let SoftCPU.h include Emulator.h
Ali Mohammad Pur
2022-01-29
UserspaceEmulator: Implement virt$sigprocmask
Rummskartoffel
2022-01-29
UserspaceEmulator: Implement virt$getppid
Rummskartoffel
2022-01-12
Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`
Daniel Bertalan
2021-12-23
UserspaceEmulator: Avoid copies of non trivial types on invocations
Hendiadyoin1
2021-12-12
UserspaceEmulator: Remove support for SC_select syscall
Jean-Baptiste Boric
2021-12-12
UserspaceEmulator: Add support for SC_poll syscall
Jean-Baptiste Boric
2021-12-12
UserspaceEmulator: Sort syscalls in alphabetic order
Jean-Baptiste Boric
2021-11-26
UserspaceEmulator: Fix after add_positional_argument API change :^)
Brian Gianforcaro
2021-11-24
Kernel+UE+LibC: Remove unused dbgputch syscall
Ben Wiederhake
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-08
UserspaceEmulator: Add support for SC_uname and SC_sysconf syscalls
Brendan Coles
2021-10-06
UserspaceEmulator: Handle PerfEvent syscalls
Hediadyoin1
2021-08-14
UserspaceEmulator+LibC: Use sys$emuctl() to disable auditing in malloc
Daniel Bertalan
2021-08-10
Kernel+UserspaceEmulator: Remove unused sys$gettimeofday()
Andreas Kling
2021-08-10
UserspaceEmulator: Move all the profiling details into the Emulator
Ali Mohammad Pur
2021-08-08
UserspaceEmulator: Make symbolication work when .text isn't the first
Daniel Bertalan
2021-08-08
UserspaceEmulator: Fix typo in a method name
Daniel Bertalan
2021-08-06
LibDebug+Everywhere: Make DebugInfo not own the ELF image
Ali Mohammad Pur
2021-08-06
UserspaceEmulator: Optionally generate a Profiler-compatible profile
Ali Mohammad Pur
2021-06-23
UserspaceEmulator: Add a simple debugging Console
Hendiadyoin1
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