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-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
2021-06-04
Kernel: Process::exec(): Check if path is a regular file
Jelle Raaijmakers
2021-06-05
Kernel: Update the TX byte counter when sending network packets
Gunnar Beutner
2021-06-04
Kernel: Make sure we increment the TX counter
Gunnar Beutner
2021-06-04
Kernel: Use IO ports instad of MMIO with Bochs graphics in VirtualBox
Liav A
2021-06-04
Kernel/Graphics: Add a proper method to check if Intel GPU is supported
Liav A
2021-06-04
LibC: Define `MSG_OOB`
Jelle Raaijmakers
2021-06-04
LibC: Add POSIX timer constants
Jelle Raaijmakers
2021-06-04
LibVT+Kernel: Create `Color` class
Daniel Bertalan
2021-06-03
Kernel: Make sure outgoing ICMP packets have the correct checksum
Gunnar Beutner
2021-06-03
Kernel: Support new lines when doing critical printing
Liav A
2021-06-03
Kernel/Graphics: Remove unused overloaded write methods of Console
Liav A
2021-06-03
Kernel: Fix "sv" being inside of "no-fbdev" instead of outside
Luke
2021-06-03
Kernel: Switch ProcessGroup to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-06-03
AK: Allow inlining ref-count functionality
Gunnar Beutner
2021-06-02
Kernel: Avoid allocations in the VMObject constructor
Gunnar Beutner
2021-06-02
Kernel: Add operator delete for KString
Gunnar Beutner
2021-06-02
Kernel: Make KString non-copyable and non-movable
Gunnar Beutner
2021-06-02
Kernel: Fix use-after-free in sys$mremap
Gunnar Beutner
2021-06-01
Kernel: Handle OOM of file system in sys$mount
Brian Gianforcaro
2021-06-01
Kernel: Move ProcFS API towards OOM safety
Brian Gianforcaro
[prev]
[next]