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-09-22
Kernel: Avoid creating a temporary String("mmap") for every mmap() call
Andreas Kling
2019-09-22
Ext2FS: Don't allocate blocks until we're committed to a new inode
Andreas Kling
2019-09-22
Ext2FS: Oops, fix wrong ENOSPC in create_inode()
Andreas Kling
2019-09-22
Ext2FS: Fix two bugs in block allocation:
Andreas Kling
2019-09-22
Kernel: Pad virtual address space allocations with guard pages
Andreas Kling
2019-09-21
Boot: Bump our requested resolution to 1280x1024
Andreas Kling
2019-09-21
Build: Let's put the kernel in /boot/kernel for all builds
Andreas Kling
2019-09-19
IPv4: Support overriding the default TTL (64)
Andreas Kling
2019-09-17
Kernel: Do not panic on fstat(fifo)
Sergey Bugaev
2019-09-17
Kernel: Stop hardcoding syscall in signal trampoline.
Drew Stratford
2019-09-17
Kernel: Fix returning pages to regions >= 2GB
Conrad Pankoff
2019-09-17
Kernel: Ignore memory the bootloader gives us above 2^32
Conrad Pankoff
2019-09-16
Kernel: Fix some bitrot in MemoryManager debug logging code
Andreas Kling
2019-09-16
Kernel: Add a simple slab allocator for small allocations
Andreas Kling
2019-09-16
Kernel: Move kmalloc() into a Kernel/Heap/ directory
Andreas Kling
2019-09-16
Applications: Add "Welcome" application, inspired by Windows 98
Conrad Pankoff
2019-09-15
Kernel: Add LogStream operator<< for PhysicalAddress
Andreas Kling
2019-09-15
Kernel: Get rid of MemoryManager::allocate_page_table()
Andreas Kling
2019-09-15
Kernel: Implement shebang executables ("#!/bin/sh")
Andreas Kling
2019-09-14
Kernel: Stop idling after handling an IRQ
Andreas Kling
2019-09-14
Kernel: Fix bad assertion in Lock::unlock_if_locked()
Andreas Kling
2019-09-13
Kernel: Move fchdir to end of enumerate syscalls.
Drew Stratford
2019-09-13
Kernel: fchdir() should fail for non-searchable directories
Andreas Kling
2019-09-13
Kernel: Implement fchdir syscall
Mauri de Souza Nunes
2019-09-10
Ext2FS: Trying to create a too-long directory entry should ENAMETOOLONG
Andreas Kling
2019-09-09
Runner: Forward host TCP port 8823 to guest port 23 in QEMU
Andreas Kling
2019-09-09
RTL8139: Fix bogus (but harmless) TX buffer index in send_raw()
Andreas Kling
2019-09-09
Kernel: Change m_blockers to m_blocker.
Drew Stratford
2019-09-09
Kernel: Remove reduntant kernel/user signal stacks.
Drew Stratford
2019-09-09
Kernel: Write logs into dmesg from the start of the boot process
Conrad Pankoff
2019-09-08
Kernel: Fix bitrotted code behind #ifdef SIGNAL_DEBUG
Andreas Kling
2019-09-08
Kernel: waitpid() should unblock and -ECHILD if SIG_IGN reaps child
Andreas Kling
2019-09-08
Kernel: Use timeval_sub for TCP retransmissions and lower timer to 500ms
Conrad Pankoff
2019-09-08
Kernel: Handle listening socket disappearing during incoming handshake
Conrad Pankoff
2019-09-08
Kernel: Use a WeakPtr instead of a RefPtr for TCP socket originator
Conrad Pankoff
2019-09-08
Kernel: Put some network log messages behind debug flags
Conrad Pankoff
2019-09-08
Kernel: Send ACK/FIN in response to FIN packets on active connections
Conrad Pankoff
2019-09-08
Kernel: Implement outgoing TCP retransmission and better ACK handling
Conrad Pankoff
2019-09-08
Kernel: Remember all ARP replies, even ones we didn't request
Conrad Pankoff
2019-09-08
Kernel: Don't mark incoming sockets as connected in NetworkTask
Conrad Pankoff
2019-09-08
Kernel: Hold socket back from accept() until it's fully set up
Conrad Pankoff
2019-09-08
Kernel: Use RefPtr instead of SocketHandle for TCPSocket clients
Conrad Pankoff
2019-09-08
Kernel: Don't set sequence manually; send_tcp_packet will do it
Conrad Pankoff
2019-09-08
Kernel: Make sure IPv4Socket is marked as listening in listen()
Conrad Pankoff
2019-09-08
Kernel: Don't increment ACK number without SYN, FIN, or data
Conrad Pankoff
2019-09-08
Kernel: Fix debug messages in IPv4Socket
Conrad Pankoff
2019-09-08
TelnetServer: Implement basic telnet server
Conrad Pankoff
2019-09-08
Kernel: Remove spammy logging about absolute_path() on non-custodies
Andreas Kling
2019-09-07
Kernel: Handle running programs that don't have a TLS image
Andreas Kling
2019-09-07
Applications: Create a display properties manager
Jesse Buhagiar
[next]