Age | Commit message (Expand) | Author |
2021-01-03 | Kernel: Improve ProcFS behavior in low memory conditions | Tom |
2021-01-01 | Kernel: Merge PurgeableVMObject into AnonymousVMObject | Tom |
2020-12-31 | Everywhere: Re-format with clang-format-11 | Linus Groh |
2020-12-30 | Kernel: Consolidate the various BlockCondition::unblock variants | Tom |
2020-12-25 | Kernel: Fix build with E1000_DEBUG | Andreas Kling |
2020-12-25 | AK: Remove custom %w format string specifier | Andreas Kling |
2020-12-25 | AK: Remove custom %b format string specifier | Andreas Kling |
2020-12-23 | Kernel: Don't assert when reading from a listening-mode local socket | Andreas Kling |
2020-12-22 | Kernel/Net: Support all E1000 devices in the spec sheet | Luke |
2020-12-22 | Kernel/Net: E1000 interrupt rate register is 32-bit, not 16-bit | Luke |
2020-12-21 | Everywhere: Switch from (void) to [[maybe_unused]] (#4473) | Lenny Maiorani |
2020-12-18 | Kernel: Avoid a heap allocation for every outgoing TCP packet | Andreas Kling |
2020-12-18 | Kernel/Net: Avoid a heap allocation for every outgoing UDP packet | Andreas Kling |
2020-12-18 | Kernel/Net: Make IPv4Socket::protocol_receive() take a ReadonlyBytes | Andreas Kling |
2020-12-13 | Kernel/Net: Socket connected state change should reevaluate blocks | Andreas Kling |
2020-12-12 | Kernel: Fix some issues related to fixes and block conditions | Tom |
2020-11-30 | Kernel: Move block condition evaluation out of the Scheduler | Tom |
2020-11-30 | Kernel: Allow passing a thread argument for new kernel threads | Tom |
2020-11-20 | MACAddress: AK::Array as member variable instead of C-array | Lenny Maiorani |
2020-11-10 | AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe | Tom |
2020-10-31 | IPv4: Include IP headers when receiving from a raw socket | Andreas Kling |
2020-10-21 | IPv4: Take the socket lock more (fixes TCP connection to localhost) | Andreas Kling |
2020-10-20 | ICMP: Check that incoming ICMP echo requests are large enough | Andreas Kling |
2020-10-08 | TCP: Remove unnecessarily defined constructor and destructor | Lenny Maiorani |
2020-10-08 | SinglyLinkedList: Remove unused includes | Lenny Maiorani |
2020-10-03 | Everywhere: Fix more typos | Linus Groh |
2020-09-27 | Kernel: Make Thread refcounted | Tom |
2020-09-27 | Kernel: Return ENOPROTOOPT instead of asserting on unimplemented levels in ge... | Luke |
2020-09-25 | Meta+Kernel: Make clang-format-10 clean | Ben Wiederhake |
2020-09-17 | Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitions | Nico Weber |
2020-09-17 | Kernel: Plumb packet receive timestamp from NetworkAdapter to Socket::recvfrom | Nico Weber |
2020-09-13 | Kernel: Make copy_to/from_user safe and remove unnecessary checks | Tom |
2020-09-10 | IPv4: Truncate raw socket reads past buffer length | Avery |
2020-09-06 | Kernel: Make File weakable | Andreas Kling |
2020-09-06 | Kernel: Virtualize the File::stat() operation | Andreas Kling |
2020-08-31 | Kernel: Add more detailed debug output for E1000 {in,out}{8,16,32} | Luke |
2020-08-30 | Kernel: Unbreak building with extra debug macros, part 2 | Ben Wiederhake |
2020-08-30 | Kernel: Unbreak building with extra debug macros, part 1 | Ben Wiederhake |
2020-08-25 | AK: Add Endian.h header to replace NetworkOrdered.h. | asynts |
2020-08-25 | Kernel: Switch singletons to use new Singleton class | Tom |
2020-08-22 | Revert "Kernel: Switch singletons to use new Singleton class" | Andreas Kling |
2020-08-22 | Revert "Kernel: Move Singleton class to AK" | Andreas Kling |
2020-08-22 | Revert "AK: Get rid of make_singleton function" | Andreas Kling |
2020-08-22 | AK: Get rid of make_singleton function | Tom |
2020-08-22 | Kernel: Move Singleton class to AK | Tom |
2020-08-21 | Kernel: Switch singletons to use new Singleton class | Tom |
2020-08-19 | Kernel: Use Userspace<T> for the recvfrom syscall, and Socket implementation | Brian Gianforcaro |
2020-08-19 | Kernel: Use Userspace<T> for the sendto syscall, and Socket implementation | Brian Gianforcaro |
2020-08-16 | AK: Rename KB, MB, GB to KiB, MiB, GiB | Nico Weber |
2020-08-15 | AK: Rename span() to bytes() when appropriate. | asynts |