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
2020-04-08
Kernel: Make VMWareBackdoor eternal (since it's never freed)
Andreas Kling
2020-04-08
Kernel: Move global constructor invocation a bit earlier
Andreas Kling
2020-04-08
Kernel: Move sync and finalization tasks into their own files
Andreas Kling
2020-04-08
Kernel: Remove DebugLogDevice
Andreas Kling
2020-04-08
Kernel: Move more things from init() to init_stage2()
Andreas Kling
2020-04-08
Kernel: Rename KParams => Kernel::CommandLine
Andreas Kling
2020-04-08
Kernel: Update cryptically-named functions related to symbolication
Andreas Kling
2020-04-06
Kernel: Ensure we flush the entire ext2 superblock
Liav A
2020-04-06
Kernel & Userland: Allow to mount image files formatted with Ext2FS
Liav A
2020-04-06
Kernel: Change Ext2FS to be backed by a file instead of a block device
Liav A
2020-04-06
Kernel/Net: make setsockopt pretend it understands SO_KEEPALIVE.
Xiao NuoFu
2020-04-06
Kernel: Support best fit allocation policy in kmalloc()
nimelehin
2020-04-06
Kernel: Implement kmalloc() using AK::Bitmap
nimelehin
2020-04-05
Kernel: Don't enumerate blocks of ext2 symlinks by default
Liav A
2020-04-05
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
Andreas Kling
2020-04-05
Servers: Add a new DHCP client
AnotherTest
2020-04-05
Kernel: Add the SO_BINDTODEVICE socket option
AnotherTest
2020-04-05
Kernel+AK: Separate out MACAddress and move it into AK
AnotherTest
2020-04-04
Kernel: Strip SUID+SGID bits from file when written to or chowned
Andreas Kling
2020-04-04
Kernel: Enforce file system veil on file creation
Andreas Kling
2020-04-04
Kernel: Do not reject broadcast UDP packets right away
AnotherTest
2020-04-03
Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device"
Andreas Kling
2020-04-03
Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"
Andreas Kling
2020-04-03
Kernel: Non-readable-but-writable regions should still be mapped
Andreas Kling
2020-04-03
Kernel: Prepend missing license
Marco Wang
2020-04-02
Kernel: Send Fragmented IPv4 packets if payload size > mtu
AnotherTest
2020-04-02
Kernel & Userland: Allow to mount image files formatted with Ext2FS
Liav A
2020-04-02
Kernel: Change Ext2FS to be backed by a file instead of a block device
Liav A
2020-04-02
Kernel: Remove unnecessary printf specifier
Liav A
2020-04-01
Kernel: Align read operation in HPET registers' block
Liav A
2020-03-31
Base: Change root user home directory from `/` to `/root`
Brendan Coles
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar
2020-03-28
WaitBlocker: don't unblock if thread has pending SIGCONT
Itamar
2020-03-28
Kernel: Remove the floppy driver
Andreas Kling
2020-03-26
Kernel: Make ^W and ^U actually erase characters
Andreas Kling
2020-03-25
Build: Oops, LibJS tests were meant to go in /home/anon/js-tests
Andreas Kling
2020-03-25
Build: Copy LibJS/Tests into /home/anon/js-tests
Andreas Kling
2020-03-24
Interrupts: Handle spurious IRQs from eoi() method
Liav A
2020-03-24
Interrupts: Use Optional container in IOAPIC
Liav A
2020-03-24
Interrupts: Simplify IRQ disabling & enabling in IRQController(s)
Liav A
2020-03-24
Interrupts: Remove unused methods
Liav A
2020-03-24
Kernel: Simplify disable_irq() and enable_irq() methods in IRQHandler
Liav A
2020-03-24
Interrupts: Do a specific EOI when using the PIC
Liav A
2020-03-24
Kernel: Limit IRQ rate within E1000 network adapter
Liav A
2020-03-24
Interrupts: Assert if trying to install an handler on syscall vector
Liav A
2020-03-24
Kernel: Abstract IRQ controller handling from Interrupt handlers
Liav A
2020-03-24
Kernel: Correct Spurious Interrupt handlers' controller model() method
Liav A
2020-03-24
Kernel: Create an interface for conversion between IRQs and interrupts
Liav A
2020-03-24
Kernel: Ensure that we don't use a hard-disabled IRQController
Liav A
2020-03-24
Kernel: Enable IRQs before sending commands to the E1000 adapter
Liav A
[next]