index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-08-12
LibWeb: Move HTML::AttributeNames file into HTML/ directory
Andreas Kling
2020-08-12
HackStudio: Use adopt_own(*new T) instead of OwnPtr(new T)
Andreas Kling
2020-08-12
Shell: Add create() factory function for PathRedirection
Andreas Kling
2020-08-12
Shell: Fix another FdRedirection reference leak
Andreas Kling
2020-08-12
Shell: Wait for the parent to deal with the PGID stuff before execvp()
AnotherTest
2020-08-12
Shell: Do not assume that the job has exited after unblock in fg
AnotherTest
2020-08-12
Shell: Eliminate possible use-after-free in builtin_fg()
AnotherTest
2020-08-12
Shell: Eliminate reference leak in AST::Execute::run()
AnotherTest
2020-08-12
Shell: Moves pipelined processes to one process group
AnotherTest
2020-08-12
Shell: Show the job id instead of the pid when a job exits in background
AnotherTest
2020-08-12
Kernel: Allow moving a process to a new pgrp via setpgid()
AnotherTest
2020-08-12
SystemMonitor: Show PPID, PGID, SID
Ben Wiederhake
2020-08-12
SystemMonitor: Display the stack of only the selected thread
Ben Wiederhake
2020-08-12
Kernel: Expose thread stacks as separate files
Ben Wiederhake
2020-08-12
Userland: Make 'tt t' spawn a thread and stand still
Ben Wiederhake
2020-08-12
LibWeb: Initialize tag/attribute name globals in init-time constructors
Andreas Kling
2020-08-12
ScrollBar: Let clicking the gutter scroll by one page
Nico Weber
2020-08-12
ScrollBar: Simplify ScrollBar::scroll_to_position()
Nico Weber
2020-08-12
GUI: Rename ScrollBar::scrubber_size() to ScrollBar::visibile_scrubber_size()
Nico Weber
2020-08-12
GUI: Give MouseEvent shift() / ctrl() / alt() / logo() functions
Nico Weber
2020-08-12
GUI: Extract a ScrollBar::scroll_to_position method
Nico Weber
2020-08-12
LibTLS: Re-silence a debug log
Ali Mohammad Pur
2020-08-11
LibTLS: Avoid extra initialisation of buffers that are initialised
AnotherTest
2020-08-11
LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span
AnotherTest
2020-08-11
AK: Span<T>::operator=(const T&) => Span<T>::operator=(const Span<T>&)
AnotherTest
2020-08-11
LibC: Add sa_family_t and in_port_t types
Andreas Kling
2020-08-11
LibJS: Assert when exception is not cleared before Interpreter::run()
Linus Groh
2020-08-11
LibWeb: Clear exceptions in each Document::run_javascript() call
Linus Groh
2020-08-11
UserspaceEmulator: Remove some silly semicolons
Nico Weber
2020-08-11
UserspaceEmulator: Log unimplemented instructions with proper backtrace
Andreas Kling
2020-08-11
Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer)
Andreas Kling
2020-08-11
LibC: Add in6_addr and sockaddr_in6 structs
Andreas Kling
2020-08-11
LibC: Declare sockaddr_storage
Andreas Kling
2020-08-11
LibC: Make sure assert() expands to *something* in non-DEBUG builds
Andreas Kling
2020-08-11
Kernel: Forward declare struct stat in the syscall API header
Andreas Kling
2020-08-11
LibC: Move stat(), lstat() and fstat() to <sys/stat.h>
Andreas Kling
2020-08-11
mv: Accept (but ignore) -f
Andreas Kling
2020-08-11
rm: Implement a basic -f mode
Andreas Kling
2020-08-11
LibELF: Remove unused cruft in ELF::Loader
Andreas Kling
2020-08-11
Crypto: Make AES call malloc much less often
Nico Weber
2020-08-11
TextEditor: Show pageview URLs in statusbar on hover
Linus Groh
2020-08-11
TextEditor: Open links from Web::PageView using Desktop::Launcher
Linus Groh
2020-08-11
Kernel: Always return from Thread::wait_on
Tom
2020-08-11
Meta: Fix typo in NotesOnWSL.md (#3086)
Andrew Mbugua
2020-08-11
LibELF: Set ELF::Loader::m_symbol_count in constructor
Andreas Kling
2020-08-10
Help: Spruce up the UI with some tasteful layout margins
Andreas Kling
2020-08-10
LibGfx: Correct copyright years for {Classic,}WindowTheme.{cpp,h}
Andreas Kling
2020-08-10
Userland: Add a simple dirname(1) utility
Andreas Kling
2020-08-10
WindowServer: Limit maximizing windows to top window in modal stack
Tom
2020-08-10
Shell: Fix fd leak with pipes
Nico Weber
[prev]
[next]