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-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
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
[next]