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
2019-08-29
Kernel: Add LogStream operator<< for Range
Andreas Kling
2019-08-29
Kernel: Fixed FDC motor_enable()
Jesse Buhagiar
2019-08-29
Kernel: Implement is_zero for RoutingDecision
Conrad Pankoff
2019-08-29
Kernel: Take a copy of MACAddress in RoutingDecision
Conrad Pankoff
2019-08-29
Kernel: Use a public member for NetworkAdapter on_receive
Conrad Pankoff
2019-08-29
Kernel: Add simple ARP routing layer
Conrad Pankoff
2019-08-29
Kernel: Remove IP configuration from LoopbackAdapter
Conrad Pankoff
2019-08-29
Kernel: Remove now-unused singleton methods from our network devices
Conrad Pankoff
2019-08-29
Kernel: Remove specific devices from network code
Conrad Pankoff
2019-08-29
Kernel: Add const to packet data in send_raw call
Conrad Pankoff
2019-08-29
Kernel: Add on_receive callback to NetworkAdapter
Conrad Pankoff
2019-08-29
Kernel: Show netmask/gateway in ProcFS when available
Conrad Pankoff
2019-08-29
Kernel: Add netmask and gateway to NetworkAdapter
Conrad Pankoff
2019-08-29
Kernel: Run NetworkTask in init stage 2 to allow use of locks
Conrad Pankoff
2019-08-29
Kernel: Ask for all relevant IRQs in rtl8139 driver
Conrad Pankoff
2019-08-29
Kernel: Ignore IPv6 packets; log unknown Ethernet payload types
Conrad Pankoff
2019-08-29
Kernel/AK: Add is_zero helpers for IP and MAC addresses
Conrad Pankoff
2019-08-29
Kernel: Always format MACAddress with two-byte hex digits in to_string
Conrad Pankoff
2019-08-29
Kernel: Add list-compatible constructor for MACAddress
Conrad Pankoff
2019-08-27
ProcFS: Port JSON generation to streaming serializers
Sergey Bugaev
2019-08-26
Revert "Kernel: Avoid a memcpy() of the whole block when paging in from inode"
Andreas Kling
2019-08-26
Kernel: Never forcibly page in entire executables
Andreas Kling
2019-08-26
Kernel: Display virtual addresses as V%p instead of L%x
Andreas Kling
2019-08-26
LibThread: Introduce a new threading library
Sergey Bugaev
2019-08-25
FileSystem: Add FIXME about resolve_path bug
Rok Povsic
2019-08-25
Kernel: Add realpath syscall
Rok Povsic
2019-08-25
Kernel: Avoid a memcpy() of the whole block when paging in from inode
Andreas Kling
2019-08-25
Ext2FS: Avoid a String allocation in lookup()
Andreas Kling
2019-08-25
Kernel: Don't create a String every time we look up a Custody by name
Andreas Kling
2019-08-24
TmpFS: Notify any associated InodeVMObject on inode changes
Andreas Kling
2019-08-24
TmpFS: Fix two bugs that broke GCC inside Serenity
Andreas Kling
2019-08-24
Kernel: Fix oversized InodeVMObject after inode size changes
Andreas Kling
2019-08-24
KBuffer: capacity() should return internal capacity, not internal size
Andreas Kling
2019-08-23
Kernel: Give each TTY 1 KB of input buffer
Andreas Kling
2019-08-23
Kernel: Implement kill(0, signal)
Andreas Kling
2019-08-23
Kernel: Use IteratorDecision in Process::for_each_in_pgrp()
Andreas Kling
2019-08-22
Kernel: Make Lock::lock() assert early that we're not in the scheduler
Andreas Kling
2019-08-21
Kernel: Remove over-eager const from rtl8139 driver link_up function
Conrad Pankoff
2019-08-21
Kernel: Implement rtl8139 network interface driver
Conrad Pankoff
2019-08-21
Kernel: Implement link status in /proc/net/adapters
Conrad Pankoff
2019-08-21
Kernel: Move DiskDevice::block_size() up to BlockDevice
Andreas Kling
2019-08-19
Kernel: Put debug spam about already-paged-in inode pages behind #ifdef
Andreas Kling
2019-08-18
ProcFS: Expose info about devices in /proc/devices
Sergey Bugaev
2019-08-18
Kernel: Move device lookup to Device class itself
Sergey Bugaev
2019-08-18
Inspector: Add a GUI tool for viewing a remote process's CObject graph
Andreas Kling
2019-08-18
Kernel: Implement generic VGA device using multiboot info
Conrad Pankoff
2019-08-18
Kernel: Implement generic framebuffer ioctls in BXVGA
Conrad Pankoff
2019-08-18
Kernel: Add framebuffer ioctls; wrap raw ioctls with a C API
Conrad Pankoff
2019-08-18
LibC: Move duplicated winsize struct definition into ioctl_numbers.h
Conrad Pankoff
2019-08-18
Kernel: Disable VGA console in graphical mode
Conrad Pankoff
[next]