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
Age
Commit message (
Expand
)
Author
2020-11-08
UserspaceEmulator: Support the first two levels of CPUID
Andreas Kling
2020-11-08
UserspaceEmulator+LibC: Have UE notice realloc() and update accounting
Andreas Kling
2020-11-08
UserspaceEmulator: Fix busted backtraces with --report-to-debug
Andreas Kling
2020-11-08
UserspaceEmulator: Don't audit accesses within realloc(), malloc_size()
Andreas Kling
2020-10-25
UserspaceEmulator: Remove some unneeded String copies
AnotherTest
2020-10-25
UserspaceEmulator: Handle SO_BINDTODEVICE in setsockopt
AnotherTest
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 some more ioctl() requests
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-20
Everywhere: Redundant inline specifier on constexpr functions (#3807)
Lenny Maiorani
2020-10-15
Everywhere: Add missing <AK/TemporaryChange.h> includes
Andreas Kling
2020-10-13
Use new format functions in remaining DevTools. (#3755)
Paul Scharnofske
2020-10-04
UserspaceEmulator: Remove remaining printf calls.
asynts
2020-10-04
AK: Don't add newline for outf/dbgf/warnf.
asynts
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-10-02
AK+Format: Do some housekeeping in the format implementation.
asynts
2020-10-02
UserspaceEmulator: Replace printf usages with format.
asynts
2020-09-28
UserspaceEmulator: Implement the getsid() syscall
Andreas Kling
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-09-24
UserspaceEmulator: Use Core::ArgsParser
Maciej Zygmanowski
2020-09-23
UserspaceEmulator+LibX86: Clean up some obnoxious template spam
Andreas Kling
2020-09-23
UserspaceEmulator: Fix off-by-one in code cache access
Nico Weber
2020-09-23
UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584)
Nico Weber
2020-09-19
UserspaceEmulator: Support all msg_iovlens in recvmsg and sendmsg
Nico Weber
2020-09-17
Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitions
Nico Weber
2020-09-17
Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()
Nico Weber
2020-09-16
Userland: Use find_executable_in_path in UserspaceEmulator.
asynts
2020-09-15
UsespaceEmulator: Fix minor bugs in recvfrom() interception
Nico Weber
2020-09-15
UserspaceEmulator: Intercept sendto()
Nico Weber
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-09
Kernel+LibC+UE: Introduce SIGINFO (generated with ^T)
Andreas Kling
2020-08-30
UserspaceEmulator: Emulate two FPU instructions!
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-17
UserspaceEmulator: Extra format arguments in MallocTracker, found by Coverity
Brian Gianforcaro
2020-08-17
UserspaceEmulator: Identical code on both branches, unify return in virt$ioctl
Brian Gianforcaro
2020-08-17
UserspaceEmulator: Fix conditionally uninitialized locals in virt$select
Brian Gianforcaro
2020-08-16
X86+Profiler+UserspaceEmulator: Deduplicate ELFSymbolProvider to LibX86
Nico Weber
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
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-12
DevTools: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-11
UserspaceEmulator: Remove some silly semicolons
Nico Weber
[next]