index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
/
UserspaceEmulator
/
Emulator.h
Age
Commit message (
Expand
)
Author
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling
2021-01-11
UserspaceEmulator: Implement the ftruncate and umask syscalls
Andreas Kling
2021-01-10
UserspaceEmulator: Implement clock_settime syscall
Brendan Coles
2021-01-10
AK: Make MappedFile heap-allocated and ref-counted
Andreas Kling
2020-12-31
UserspaceEmulator: Support sys$mremap()
Andreas Kling
2020-12-27
Kernel: Remove the per-process icon_id and sys$set_process_icon()
Andreas Kling
2020-12-25
LibELF: Move AuxiliaryValue into the ELF namespace
Andreas Kling
2020-12-25
LibELF: Remove ELF::Loader and move everyone to ELF::Image
Andreas Kling
2020-12-21
UserspaceEmulator: Implement profiling, disown, purge syscalls
Brendan Coles
2020-12-20
UserspaceEmulator: Add lazy caching of debug info for shared libraries
Andreas Kling
2020-12-17
UserspaceEmulator: Implement geteuid, getegid, ptsname syscalls
Brendan Coles
2020-12-16
UserspaceEmulator: Implement beep syscall
Brendan Coles
2020-12-14
UserspaceEmulator: Support dynamically loaded programs
Itamar
2020-12-08
UserspaceEmulator: Implement readlink syscall
Ben Wiederhake
2020-11-23
UserspaceEmulator: Implement clock_nanosleep
Simon Danner
2020-11-22
UserspaceEmulator: Add support for watch_file
Simon Danner
2020-11-19
UserspaceEmulator: Inline some very hot functions
Andreas Kling
2020-11-13
UserspaceEmulator: Emulate the sys$get_stack_bounds() syscall
Andreas Kling
2020-11-08
UserspaceEmulator: Don't audit accesses within realloc(), malloc_size()
Andreas Kling
2020-10-25
UserspaceEmulator: Add support for setsid
AnotherTest
2020-10-25
UserspaceEmulator: Add support for set_thread_name
AnotherTest
2020-10-25
UserspaceEmulator: Add support for fchown
AnotherTest
2020-10-25
UserspaceEmulator: Add support for chmod
AnotherTest
2020-10-25
UserspaceEmulator: Add support for setgroups
AnotherTest
2020-10-25
UserspaceEmulator: Add support for sched_(g s)etparam
AnotherTest
2020-10-25
UserspaceEmulator: Add support for emulating SC_mount
AnotherTest
2020-10-25
UserspaceEmulator: Optionally write reports to the debug log
AnotherTest
2020-10-04
UserspaceEmulator: Remove remaining printf calls.
asynts
2020-09-28
UserspaceEmulator: Implement the getsid() syscall
Andreas Kling
2020-09-17
Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()
Nico Weber
2020-09-15
UserspaceEmulator: Intercept sendto()
Nico Weber
2020-08-30
Kernel+LibC+UE: Implement sleep() via sys$clock_nanosleep()
Andreas Kling
2020-08-30
Kernel+LibC+UE: Implement usleep() via sys$clock_nanosleep()
Andreas Kling
2020-08-25
LibDebug: Move everything into the "Debug" namespace
Luke
2020-08-15
Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()
Andreas Kling
2020-08-15
Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()
Andreas Kling
2020-08-07
UserspaceEmulator: Add the dup2 syscall
Andreas Kling
2020-08-07
UserspaceEmulator: Add the chdir syscall
Andreas Kling
2020-08-07
UserspaceEmulator: Add the getpgid() and waitid() syscalls
Andreas Kling
2020-08-07
UserspaceEmulator: Add the setpgid syscall
Andreas Kling
2020-08-05
UserspaceEmulator: Add the access syscall
Andreas Kling
2020-08-05
UserspaceEmulator: Add the getcwd syscall
Andreas Kling
2020-08-05
UserspaceEmulator: Add the ttyname syscall
Andreas Kling
2020-08-05
UserspaceEmulator: Add the getpgrp syscall
Andreas Kling
2020-08-05
UserspaceEmulator: Add support for UNIX signals :^)
Andreas Kling
2020-07-31
UserspaceEmulator: Use a report() function instead of dbgprintf()
Andreas Kling
2020-07-28
UserspaceEmulator: Add syscalls: stat(), realpath(), gethostname()
Andreas Kling
2020-07-27
UserspaceEmulator: Implement the execve() syscall :^)
Andreas Kling
2020-07-27
UserspaceEmulator: Implement the fork() syscall :^)
Andreas Kling
2020-07-27
UserspaceEmulator: Implement the setuid() and setgid() syscalls
Andreas Kling
[next]