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-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-17
HackStudio: Move everything into the HackStudio namespace
Andreas Kling
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
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
Andreas Kling
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-15
HackStudio: Silence make output when checking if make is present
Matus Ferech
2020-08-15
HackStudio: Use Core::ArgsParser for path to workspace
Matus Ferech
2020-08-15
Misc: Use automatic window positioning in more applications
Linus Groh
2020-08-15
LibGUI: Add and use Window::center_on_screen()
Linus Groh
2020-08-15
HackStudio: Use CodeDocument instead of TextDocument
Itamar
2020-08-15
HackStudio: Support debugging library code
Itamar
2020-08-15
HackStudio: Change singlestepping logic in the debugger
Itamar
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-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-08-14
Inspector: Require horizontal scrollbars less often
Nico Weber
2020-08-12
DevTools: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
HackStudio: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
HackStudio: Use adopt_own(*new T) instead of OwnPtr(new T)
Andreas Kling
2020-08-11
UserspaceEmulator: Remove some silly semicolons
Nico Weber
2020-08-11
UserspaceEmulator: Log unimplemented instructions with proper backtrace
Andreas Kling
2020-08-10
Kernel: Use Userspace<T> for the execve syscall
Brian Gianforcaro
2020-08-09
HackStudio: Set the pgrp of the pseudoterminal to the child pid
AnotherTest
2020-08-07
UserspaceEmulator: Add the dup2 syscall
Andreas Kling
2020-08-07
UserspaceEmulator: Add the chdir syscall
Andreas Kling
2020-08-07
UserspaceEmulator: Pass full path to new UE instance in virt$execve()
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-07
UserspaceEmulator: Make the "unimplemented syscall" output look nicer
Andreas Kling
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
[next]