summaryrefslogtreecommitdiff
path: root/Servers
AgeCommit message (Expand)Author
2020-02-01WindowServer: make menus wrap verticallyOliver Kraitschy
2020-01-26LookupServer: Don't cache already-expired DNS answersAndreas Kling
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-26LookupServer: Use CUdpSocket instead of the POSIX APIAndreas 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-25WindowServer: Don't allow minimize/maximize of windows while modal upAndreas Kling
2020-01-25WindowServer: Robustify WSWindow<->WSClientConnection link a bitAndreas Kling
2020-01-25WindowServer: Tear down WSClientConnection asynchronouslyAndreas Kling
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-22LookupServer: Lock unveil() after initialization.Brian Gianforcaro
2020-01-21AudioServer: Drop "rpath" and "wpath" pledgesAndreas Kling
2020-01-21WindowServer: unveil("/bin", "x") so we can start applicationsAndreas Kling
2020-01-20WindowServer: Use unveil()Andreas Kling
2020-01-20WindowServer: Simplify WSMenu MouseWheel eventShannon Booth
2020-01-20WindowServer: Stop infinite menu movement cycleShannon Booth
2020-01-19WindowServer: Allow scrolling of menus that don't fit on screenAndreas Kling
2020-01-19WindowServer: More natural mouse menu navigationShannon Booth
2020-01-18WindowServer: Print the error when failing to open /dev/fb0Sergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-18WindowServer: Stop tracking hovered menu independently from the index (#1093)shannonbooth
2020-01-18WindowServer: Fix windowswitcher not closing, make system menu a toggleShannon Booth
2020-01-18WindowServer: Add toggle_menu helper functionShannon Booth
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling
2020-01-15WindowServer: Do not open system menu after window tilingShannon Booth
2020-01-13WindowServer: Add "thread" pledge since we need it for wallpapersAndreas Kling
2020-01-13LookupServer: Use pledge()Brian Gianforcaro
2020-01-12Kernel: Require "tty" for ioctl() on TTY and MasterPTYAndreas Kling
2020-01-12WindowServer: Send key events to menu manager is there is a current menuShannon Booth
2020-01-12WindowServer: Fix non-submenus being closed when set as current menuShannon Booth
2020-01-12WindowServer: Fix incorrect current menu when switching to new itemShannon Booth
2020-01-12WindowServer: Actually don't bring up system menu during move/resizeAndreas Kling
2020-01-12Kernel: Add "video" pledge for accessing framebuffer devicesAndreas Kling
2020-01-12WindowServer: Don't show system menu on Logo KeyUp during move/resizeAndreas Kling
2020-01-11Kernel: fork()ed children should inherit pledge promises :^)Andreas Kling
2020-01-11WindowServer: Use pledge()Andreas Kling
2020-01-11ProtocolServer: Use pledge()Andreas Kling
2020-01-11SystemServer: Use pledge()Andreas Kling
2020-01-11AudioServer: Use pledge()Andreas Kling
2020-01-11TTYServer: Use pledge()Andreas Kling
2020-01-11WSWindowManager: Improve opening and closing the system menuShannon Booth
2020-01-11WSMenuManager: Fix set_current_menu() not setting the current menuShannon Booth
2020-01-11WindowServer: If a menu can't fit on screen, at least put it at y=0Andreas Kling
2020-01-10SystemServer: Expose service socket permissions to RPC clientsAndreas Kling