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
Age
Commit message (
Expand
)
Author
2021-06-11
AK+LibX86: Generalize u128/256 to AK::UFixedBigInt
Hendiadyoin1
2021-06-08
UserspaceEmulator: Stop parsing options on first non-option
Jelle Raaijmakers
2021-05-29
Everywhere: Sort out superfluous QuickSort.h imports
Ben Wiederhake
2021-05-28
UE: Make sure signal_trampoline_dummy is not optimized away with -flto
Gunnar Beutner
2021-05-24
AK+Everywhere: Consolidate String::index_of() and String::find()
Andreas Kling
2021-05-23
LibC+UE: Keep more unused chunked blocks around
Gunnar Beutner
2021-05-21
DevTools: Remove redundant default destructor and forward declarations
Lenny Maiorani
2021-05-18
Revert "LibC: Simplify malloc size classes"
Andreas Kling
2021-05-18
LibC: Simplify malloc size classes
Lenny Maiorani
2021-05-17
UE: Don't look up binaries in PATH when the user specified a full path
Gunnar Beutner
2021-05-17
UE: Use Vector<String> for the command-line arguments
Gunnar Beutner
2021-05-17
Everywhere: Fix a bunch of typos
Linus Groh
2021-05-17
UE: Make sure we return the right values for get{peer,sock}name
Gunnar Beutner
2021-05-17
Kernel+Userspace: Implement the accept4() system call
Gunnar Beutner
2021-05-17
UE: Make sure the buffers for get{sock,peer}name() are large enough
Gunnar Beutner
2021-05-12
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
sin-ack
2021-05-09
UserspaceEmulator: Allow running executables not in PATH
Brendan Coles
2021-05-03
UserspaceEmulator: Make sure TLS allocation behavior matches kernel
Gunnar Beutner
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-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-05-01
LibX86+UserspaceEmulator: Add MMX insns prototypes
Hendiadyoin1
2021-04-25
UserspaceEmulator: Add more Instructions
Hendiadyoin1
2021-04-23
UE: Implement FLD_RM80 and FSTP_RM80
Hendiadyoin1
2021-04-23
UE+LibX86: Support bigger reads and writes
Hendiadyoin1
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
UserspaceEmulator: Convert String::format() => String::formatted()
Andreas Kling
2021-04-18
Kernel+LibC: Clean up how assertions work in the kernel and LibC
Gunnar Beutner
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-16
UserspaceEmulator: use outln_if
Hendiadyoin1
2021-04-16
UserspaceEmulator: Print stacktrace for unhandled exceptions
Gunnar Beutner
2021-04-12
UserspaceEmulator: Improve detection of memory leaks
Tobias Christiansen
2021-04-11
LibC: Move S_* defines into <fcntl.h>
Gunnar Beutner
2021-04-08
UE: only write libc and libsystem location once
Hendiadyoin1
2021-04-08
UE: Use AK's bit_cast and not reimplement it
Hendiadyoin1
2021-04-08
UE: Default initialize regionmap
Hendiadyoin1
2021-03-31
UserspaceEmulator: Default-initialize the siginfo struct used in waitid
AnotherTest
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-16
UserspaceEmulator: Print PID in mmap nullptr with MAP_FIXED reportln()
Brendan Coles
2021-03-15
UserspaceEmulator: downgrade TODO to dbgln for invalid fcntl cmd arg
Brendan Coles
2021-03-14
UserspaceEmulator: Add SC_rmdir syscall
Brendan Coles
2021-03-14
UserspaceEmulator: Increase stack size from 64 * KiB to 1 * MiB
Brendan Coles
2021-03-14
UserspaceEmulator: SoftCPU: Add support for FPTAN instruction
Brendan Coles
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-12
UserspaceEmulator: Convert a weird klog(!) to dbgln()
Andreas Kling
2021-03-12
UserspaceEmulator: SoftCPU: Add support for several x86 FPU instructions
Brendan Coles
2021-03-11
UserspaceEmulator: Handle MAP_FIXED with invalid addresses better
Ben Wiederhake
[next]