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-11
Kernel: Add strncmp()
Sergey Bugaev
2019-08-11
ProcFS: Add "readonly" and "block_size" fields to /proc/df
Andreas Kling
2019-08-11
FileSystem: Move block_size() from DiskBackedFS to FS
Andreas Kling
2019-08-11
FileDescription: Disallow construction with a null File
Andreas Kling
2019-08-11
Kernel: Remove an unused VFS function declaration
Andreas Kling
2019-08-11
Kernel: Clean up some PATA log messages
Conrad Pankoff
2019-08-11
Kernel: Fix PATA reads without DMA
Conrad Pankoff
2019-08-11
Kernel: Print out PCI devices during boot
Conrad Pankoff
2019-08-11
Kernel: Add serial_debug cmdline parameter
Conrad Pankoff
2019-08-10
Kernel: Hack the default keymap to support UK pipe/backslash
Andreas Kling
2019-08-10
Kernel: Detect some outgoing TCP connection failures
Conrad Pankoff
2019-08-10
Kernel: Use a more detailed state machine for socket setup
Conrad Pankoff
2019-08-10
Kernel: Move TCP state logging into TCPSocket
Conrad Pankoff
2019-08-10
Kernel: Make accept() fill address with peer name rather than local name
Conrad Pankoff
2019-08-10
Kernel: Fix get{sock,peer}name port endianness
Conrad Pankoff
2019-08-10
Calculator: Add a simple calculator app
Sergey Bugaev
2019-08-09
Kernel: Zero-length dbgputstr() should just return 0
Andreas Kling
2019-08-09
ProcFS: Expose UDP sockets in /proc/net/udp
Sergey Bugaev
2019-08-09
Kernel: Make TCPSocket::for_each() callback accept a reference
Sergey Bugaev
2019-08-09
ProcFS: Make a new nifty /proc/net directory
Sergey Bugaev
2019-08-09
Kernel: Clean up and sanitize incoming packet handling a bit more
Andreas Kling
2019-08-09
Kernel: Actually, let's not hang() on bad incoming packets
Andreas Kling
2019-08-09
Kernel: Do some basic sanity checking on IPv4 packet headers
Andreas Kling
2019-08-09
Kernel: Merge FooSocketHandle classes into a single SocketHandle<Foo>
Andreas Kling
2019-08-09
Kernel: Improve some network-related log messages
Conrad Pankoff
2019-08-09
Kernel: Support binding to INADDR_ANY (all IPs)
Conrad Pankoff
2019-08-09
Kernel: Implement TCP listening sockets and incoming connections
Conrad Pankoff
2019-08-09
Kernel: Let pending socket queue keep socket objects alive until accept()
Conrad Pankoff
2019-08-09
Kernel: Use WeakPtr<NetworkAdapter> instead of NetworkAdapter* in net code
Conrad Pankoff
2019-08-08
Kernel: Reorder some Process members to shrink the class by 8 bytes
Andreas Kling
2019-08-08
Kernel: Use some more InlineLinkedList range-for iteration
Andreas Kling
2019-08-08
ProcFS: Remove /proc/kmalloc, that info is already in /proc/memstat
Andreas Kling
2019-08-08
Kernel: Use range-for with InlineLinkedList
Andreas Kling
2019-08-08
Kernel: Turns global Custody and Inode tables into InlineLinkedLists
Andreas Kling
2019-08-08
Kernel: Put all Regions on InlineLinkedLists (separated by user/kernel)
Andreas Kling
2019-08-08
Kernel: Put all VMObjects in an InlineLinkedList instead of a HashTable
Andreas Kling
2019-08-08
Kernel: Record network statistics and expose as JSON
Conrad Pankoff
2019-08-08
Kernel: Prevent RST spam when we get an unexpected packet
Conrad Pankoff
2019-08-07
Kernel: Remove unused MemoryManager::remove_identity_mapping()
Andreas Kling
2019-08-07
Kernel: Always give back VM to the RangeAllocator when unmapping Region
Andreas Kling
2019-08-07
Kernel: Use KBufferBuilder to build ProcFS files and backtraces
Andreas Kling
2019-08-07
JSON: Templatize the JSON serialization code
Andreas Kling
2019-08-07
Kernel: Don't create Function objects in the scheduling code
Andreas Kling
2019-08-07
Kernel: Disable kmalloc backtraces during backtrace generation
Andreas Kling
2019-08-07
Kernel: Use a FixedArray for VMObject::m_physical_pages
Andreas Kling
2019-08-07
Kernel: Split VMObject into two classes: Anonymous- and InodeVMObject
Andreas Kling
2019-08-07
Kernel: Remove "allow CPU caching" flag on VMObject
Andreas Kling
2019-08-07
Kernel: Remove VMObject names
Andreas Kling
2019-08-07
DiskDevice: Add missing override and remove unnecessary class_name()
Andreas Kling
2019-08-06
Meta: Make Serenity run on Bochs once again
Andreas Kling
[prev]
[next]