summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-26Kernel: read()/write() should respect timeouts when used on a socketsAndreas Kling
2020-01-26LookupServer: Don't cache already-expired DNS answersAndreas Kling
2020-01-26LibVT: Add parameter names in function signatures for clarityLinus Groh
2020-01-26LibVT: Rename escape$r to DECSTBM (Set Top and Bottom Margins)Linus Groh
2020-01-26LibVT: Remove empty lineLinus Groh
2020-01-26LibVT: Replace escape$h_l with SM (Set Mode) / RM (Reset Mode)Linus Groh
2020-01-26LibVT: Rename escape$f to HVP (Horizontal and Vertical Position)Linus Groh
2020-01-26LibVT: Rename escape$c to DA (Device Attributes)Linus Groh
2020-01-26LibVT: Rename escape$m to SGR (Select Graphic Rendition)Linus Groh
2020-01-26LibVT: Rename escape$H to CUP (Cursor Position)Linus Groh
2020-01-26LibVT: Rename escape$D to CUB (Cursor Backward)Linus Groh
2020-01-26LibVT: Rename escape$C to CUF (Cursor Forward)Linus Groh
2020-01-26LibVT: Rename escape$B to CUD (Cursor Down)Linus Groh
2020-01-26LibVT: Rename escape$A to CUU (Cursor Up)Linus Groh
2020-01-26LookupServer: Cache DNS answers for TTL secondsAndreas Kling
2020-01-26LookupServer: Rename "custom_hosts" => "etc_hosts"Andreas Kling
2020-01-26LookupServer: Rename setting "DNS/IPAddress" => "DNS/Nameserver"Andreas Kling
2020-01-26Ports+OpenSSL: Fix RAND_poll patchMWGuy
2020-01-26LookupServer: Use CUdpSocket instead of the POSIX APIAndreas Kling
2020-01-26LibCore: Add UDP socket and server classesAndreas Kling
2020-01-26IPv4: Mark UDP sockets as connected immediately upon connect()Andreas Kling
2020-01-26IPv4: Fix bitrot in IPv4Socket debug loggingAndreas Kling
2020-01-26LibCore: CSocket::set_blocking() was backwardsAndreas Kling
2020-01-26LookupServer: Add missing copyright headersAndreas Kling
2020-01-26LookupServer: Retry with 0x20 randomization turned off on EREFUSEDAndreas Kling
2020-01-26LookupServer: Verify that DNS response questions match the requestAndreas Kling
2020-01-26LookupServer: Randomize the 0x20 bit in DNS request ASCII charactersAndreas Kling
2020-01-26LookupServer: Randomize DNS request ID'sAndreas Kling
2020-01-26LookupServer: Minor overhaulAndreas Kling
2020-01-26LibC: Only accept the first response from LookupServer in netdb codeAndreas Kling
2020-01-26Ports: Fix zlib buildAndreas Kling
2020-01-26IPv4: Don't hold IPv4Socket lock when blocking on byte-buffered receiveAndreas Kling
2020-01-26Ext2FS: Give names to some KBuffersAndreas Kling
2020-01-26Kernel: Make writev() work againAndreas Kling
2020-01-26Kernel: Make sched_setparam() and sched_getparam() operate on threadsAndreas Kling
2020-01-26Kernel: Zero-initialize LocalSocket::m_addressAndreas Kling
2020-01-26Ext2FS: allocate_blocks allocates contiguous blocks (#1095)Marios Prokopakis
2020-01-26Ports: Add grep portBrian Callahan
2020-01-26Ports: Add mandoc portBrian Callahan
2020-01-26Ports: Add diffutils portBrian Callahan
2020-01-25LibVT: Rename escape$K and escape$J to EL and ED respectivelyAndreas Kling
2020-01-25LibVT: Fix off-by-ones in ED (Erase in Display) and EL (Erase in Line)Andreas Kling
2020-01-25Kernel: Unbreak canonical mode TTY erase after LibVT changesAndreas Kling
2020-01-25LibVT: Make backspace (BS) non-destructiveAndreas Kling
2020-01-25LibVT: Support IND and RI (cursor down/up basically)Andreas Kling
2020-01-25LibVT: Rename EscapeState::ExpectBracket => GotEscapeAndreas Kling
2020-01-25LibVT: Support NEL (Next Line)Andreas Kling
2020-01-25LibVT: Support <esc>#8 to fill screen with E'sAndreas Kling
2020-01-25LibVT: Don't go into "stomp" state after moving the cursorAndreas Kling
2020-01-25LibVT: Support HVP (Horizontal and Vertical Position) (final 'f')Andreas Kling