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
Age
Commit message (
Expand
)
Author
2020-08-07
UserspaceEmulator: Result is initialized after OR with all-1 immediate
Andreas Kling
2020-08-06
UserspaceEmulator: Fix bad rc check in ttyname and getcwd syscalls
Andreas Kling
2020-08-05
UserspaceEmulator: Support ioctl(TCGETS) and ioctl(TCSETS)
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: Support ioctl(TIOCSPGRP)
Andreas Kling
2020-08-05
UserspaceEmulator: Add the getpgrp syscall
Andreas Kling
2020-08-05
UserspaceEmulator: Add support for UNIX signals :^)
Andreas Kling
2020-08-05
Base: Move "js" and "little" HackStudio projects into ~/Source/
Andreas Kling
2020-08-05
HackStudio: Open project or file from argv[1] if given
Linus Groh
2020-08-05
HackStudio: Rename project file format from .files to .hackstudio
Linus Groh
2020-08-01
UserspaceEmulator: Don't print backtrace offsets if we have file/line
Andreas Kling
2020-08-01
UserspaceEmulator: Report heap buffer overflows :^)
Andreas Kling
2020-08-01
UserspaceEmulator: Mark mmap regions as malloc blocks when mallocing
Andreas Kling
2020-08-01
UserspaceEmulator: Forward errors from fork() correctly
Andreas Kling
2020-07-31
UserspaceEmulator: Use a report() function instead of dbgprintf()
Andreas Kling
2020-07-30
LibX86: Disassemble most remaining FPU instructions
Nico Weber
2020-07-28
LibWeb: Move HTML classes into the Web::HTML namespace
Andreas Kling
2020-07-28
LibX86: Disassemble most FPU instructions starting with D9
Nico Weber
2020-07-28
DevTools: Let Inspector use ProcessChooser and new icons.
thankyouverycool
2020-07-28
DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUI
thankyouverycool
2020-07-28
UserspaceEmulator: Add syscalls: stat(), realpath(), gethostname()
Andreas Kling
2020-07-28
UserspaceEmulator: Don't just return "EMULATED" in get_process_name()
Andreas Kling
2020-07-28
UserspaceEmulator: Support ioctl(TIOCGWINSZ)
Andreas Kling
2020-07-27
UserspaceEmulator: Set the process and thread name to "(UE) Executable"
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
2020-07-27
UserspaceEmulator: Implement the accept() and setsockopt() syscalls
Andreas Kling
2020-07-27
UserspaceEmulator: Transfer the environment to the emulated process
Andreas Kling
2020-07-27
UserspaceEmulator: Mark SimpleRegions as initialized up front for now
Andreas Kling
2020-07-27
UserspaceEmulator: Recognize xor/sub zeroing idioms and don't taint
Andreas Kling
2020-07-26
LibCore+LibGUI: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-26
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Andreas Kling
2020-07-26
LibX86: Support disassembling a few FPU opcodes better
Nico Weber
2020-07-22
UserspaceEmulator: XLAT BX should not check full EBX shadow bits
Andreas Kling
2020-07-21
UserspaceEmulator: Tweak some output strings
Andreas Kling
2020-07-21
UserspaceEmulator: Include flag taint state in dump output
Andreas Kling
2020-07-21
UserspaceEmulator: Use the base address of instructions in backtraces
Andreas Kling
2020-07-21
UserspaceEmulator: Add a newline before uninitialized op warnings
Andreas Kling
2020-07-21
UserspaceEmulator: Show file and line numbers in backtraces :^)
Andreas Kling
2020-07-21
UserspaceEmulator: Remove unnecessary local getpid() caches
Andreas Kling
2020-07-21
UserspaceEmulator: Don't hardcode the amount of thread-local data
Andreas Kling
2020-07-21
UserspaceEmulator: Warn on conditional op with uninitialized dependency
Andreas Kling
2020-07-21
UserspaceEmulator: Flush stdout in SoftCPU::dump()
Andreas Kling
2020-07-21
UserspaceEmulator: Mark all registers as initialized from boot
Andreas Kling
2020-07-21
UserspaceEmulator: Mark mmap and shbuf regions as initialized up front
Andreas Kling
2020-07-21
UserspaceEmulator: Mark the full initial TCB as initialized memory
Andreas Kling
2020-07-21
UserspaceEmulator+LibX86: Start tracking uninitialized memory :^)
Andreas Kling
[next]