index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
Age
Commit message (
Expand
)
Author
2021-06-13
Kernel: Pass absolute path to shebang interpreter
Jelle Raaijmakers
2021-06-13
Kernel: Also `move()` the shebang path in execve
Jelle Raaijmakers
2021-06-12
USB: Further Implement USB Structures
Jesse Buhagiar
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-11
Kernel: Use m_inode to stat in FileDescription::stat() if available
Max Wipfli
2021-06-11
Kernel: Add missing BrightWhite color to VirtualConsole
Daniel Bertalan
2021-06-11
Kernel: Block writes while we're establishing the TCP connection
Gunnar Beutner
2021-06-11
Kernel: Print stack traces for crashes in release builds
Gunnar Beutner
2021-06-11
Kernel: Enable VERIFY() checks even if the DEBUG macro is not defined
Gunnar Beutner
2021-06-11
Kernel: Increase m_bytes_out only once during transmission
Idan Horowitz
2021-06-10
Kernel: Add support for the RTL8168E-VL variant to the RTL8168 driver
Luke
2021-06-10
Kernel: Add driver for RTL8168 & RTL8111 NICs
Idan Horowitz
2021-06-10
Kernel: Re-render console after echoing characters
Daniel Bertalan
2021-06-10
Kernel+LibVT: Fix selection with scrollback wrap-around
Daniel Bertalan
2021-06-10
Kernel+LibVT: Implement left-right scrolling
Daniel Bertalan
2021-06-10
Kernel+LibVT: Add function for deleting a range of characters
Daniel Bertalan
2021-06-10
LibVT+Kernel: Support clearing the scrollback buffer
Daniel Bertalan
2021-06-10
LibVT+Kernel: Clean up scroll API
Daniel Bertalan
2021-06-09
Kernel/PCI: Remove UNMAP_AFTER_INIT from a few methods
Liav A
2021-06-09
Meta: Disable -Wmaybe-uninitialized
Ali Mohammad Pur
2021-06-09
Kernel/Net: Support Intel 82574 adapter
Liav A
2021-06-09
Kernel/CommandLine: Add option to disable physical networking hardware
Liav A
2021-06-09
Kernel: Introduce the NetworkingManagement singleton
Liav A
2021-06-09
Kernel: Mark VirtIOConsole constructor as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark VirtIORNG constructor as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark VirtIO detection/creation functions as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark MMIOAccess detection function as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark PCI Access enumeration functions as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark SyncTask::spawn() as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark FinalizerTask::spawn() as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark WorkQueue initailzation functions as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark NE2000NetworkAdapter::ram_test() UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark E1000NetworkAdapter is_valid_device_id(..) UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark PCISerialDevice::detect() as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-08
Kernel: Properly reset m_unveiled_paths on execve()
Max Wipfli
2021-06-08
Kernel: Don't assume there are no nodes if m_unveiled_paths.is_empty()
Max Wipfli
2021-06-08
Kernel: Change unveil state to dropped even when node already exists
Max Wipfli
2021-06-08
Kernel: Update intermediate nodes when changing unveil permissions
Max Wipfli
2021-06-08
Kernel: Allow unveiling subfolders regardless of parent's permissions
Max Wipfli
2021-06-08
Kernel: Use LexicalPath to avoid two consecutive slashes in unveil path
Max Wipfli
2021-06-08
Kernel: Simplify `execve` shebang argument handling
Jelle Raaijmakers
2021-06-08
Kernel: Implement InodeFile::stat() and simplify FileDescription::stat()
Max Wipfli
2021-06-07
Kernel: Remove incorrect VERIFY() in Thread::relock_process
Gunnar Beutner
2021-06-07
Kernel: Fix error propagation if Thread::WaitBlocker constructor fails
Brian Gianforcaro
2021-06-07
Kernel: Switch Process to InstrusiveList from InlineLinkedList
Brian Gianforcaro
2021-06-07
Kernel: Remove unnecessary cast to int during ensure capacity
Brian Gianforcaro
2021-06-06
Kernel: Don't finalize a thread while it still has code running
Gunnar Beutner
2021-06-05
Kernel: Return EPIPE when trying to write to an unconnected socket
Gunnar Beutner
2021-06-05
Kernel: Perform output processing on echo
Daniel Bertalan
2021-06-04
Kernel: Implement offset for `lseek` with `SEEK_END`
Jelle Raaijmakers
[next]