summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-10LibGUI: Fix tree view column positioning when some columns are hiddenSergey Bugaev
2020-01-10Kernel: Remove SmapDisablers in fchmod() and fchown()Andreas Kling
2020-01-10Kernel: unlink() should not follow symlinksAndreas Kling
2020-01-10rm: When invoked on a symlink, remove the symlink itselfAndreas Kling
2020-01-10LibC: Remove useless retry loop in connect_to_lookup_server()Andreas Kling
2020-01-10TmpFS: Synthesize "." and ".." in traverse_as_directory()Andreas Kling
2020-01-10Kernel: Enable SMAP protection during the execve() syscallAndreas Kling
2020-01-10SystemServer: Expose service socket permissions to RPC clientsAndreas Kling
2020-01-10ProcFS: Don't expose kernel-only regions to users via /proc/PID/vmAndreas Kling
2020-01-10Kernel: Page allocation should not use memset_user() when zeroingAndreas Kling
2020-01-10Kernel+LibELF: Enable SMAP protection during non-syscall exec()Andreas Kling
2020-01-09Base: Let's make home directories 700 to keep things private :^)Andreas Kling
2020-01-09ls: Widen the user and group fields a little bitAndreas Kling
2020-01-09Base: Add a "lookup" user+group that runs LookupServerAndreas Kling
2020-01-09SystemServer: Allow specifying per-service socket file permissionsAndreas Kling
2020-01-09LibC: Fail name lookups immediately if we can't connect to LookupServerAndreas Kling
2020-01-09Kernel: Don't apply process umask to the LocalSocket prebind modeAndreas Kling
2020-01-09Kernel: connect() should EISCONN on already-connected LocalSocketAndreas Kling
2020-01-09Build: Add fast build mode that does not clean everything or run testsDov Alperin
2020-01-09Kernel: Removed an unused global variableAndreas Kling
2020-01-09Kernel: Rename {ss,esp}_if_crossRing to userspace_{ss,esp}Andreas Kling
2020-01-09Kernel: Prune a bunch of removed syscalls from the listAndreas Kling
2020-01-09Kernel: Make some static keyboard data constAndreas Kling
2020-01-09Kernel: Take path+length in the unlink() and umount() syscallsAndreas Kling
2020-01-09Kernel: Ignore closed fd's when considering select() unblockAndreas Kling
2020-01-09Kernel: Remove unused variable Thread::m_userspace_stack_regionAndreas Kling
2020-01-09LibELF: Remove DynamicSection from ELFImageAndrew Kaster
2020-01-09LibELF: Map .text segment with MAP_ANONYMOUS for shared objectsAndrew Kaster
2020-01-09Kernel: mmap(..., MAP_PRIVATE, fd, offset) is not supportedAndrew Kaster
2020-01-08LibVT: Relayout TerminalWidget on font changeAndreas Kling
2020-01-08Terminal: Put the Font menu items in an action group :^)Andreas Kling
2020-01-08SystemMonitor: Put the Frequency menu items in an action groupAndreas Kling
2020-01-08WindowServer+LibGUI: Paint exclusive actions as radio buttons in menusAndreas Kling
2020-01-08LibDraw+LibGUI: Move radio button painting into StylePainterAndreas Kling
2020-01-08disk_benchmark: Unbreak this utility now that read() of O_WRONLY failsAndreas Kling
2020-01-08Meta: Reference CodingStyle doc in CONTRIBUTING.mdDov Alperin
2020-01-08IPv4: Randomize the first TCP sequence numberAndreas Kling
2020-01-08LibC: Don't leave /etc/passwd open in getlogin()Andreas Kling
2020-01-08Kernel: open() and openat() should ignore non-permission bits in modeAndreas Kling
2020-01-08Kernel: Opening a file with O_TRUNC should update mtimeAndreas Kling
2020-01-08Kernel: ftruncate() should update mtimeAndreas Kling
2020-01-08truncate: Unbreak this utility after ftruncate() syscall fixesAndreas Kling
2020-01-08Kernel: Remove unused syscall for setting the signal maskAndreas Kling
2020-01-08Kernel: Fix SMAP violation in join_thread()Andreas Kling
2020-01-08LibGUI: clicking and dragging one item will drag other items in selectionDov Alperin
2020-01-08LibGUI: separate file names with commas in the drag operation textDov Alperin
2020-01-08WindowServer: Detach WSMenuManager from WSWindowManagerAndreas Kling
2020-01-08About: Focus the button on startupAndreas Kling
2020-01-08Revert "WSWindowServer: Remove uneccessary special casing"Andreas Kling
2020-01-08ProcFS: Reads past the end of a generated file should be zero-lengthAndreas Kling