summaryrefslogtreecommitdiff
path: root/Userland/chroot.cpp
AgeCommit message (Expand)Author
2020-12-06Userland: Write some '--help' descriptions where appropriateBen Wiederhake
2020-11-14Userland: chroot: Add `--userspec`/`-u` flag to set uid/gid for chrootBrendan Coles
2020-05-29Kernel+Userland: Support remounting filesystems :^)Sergey Bugaev
2020-05-29Userland+SystemMonitor: Recognize the MS_RDONLY mount flagSergey Bugaev
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-28Userland+Terminal: Port to new CArgsParser APISergey Bugaev
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-12Userland: Support custom programs and mount options in chrootSergey Bugaev
2020-01-10chroot: Add a little chroot programAndreas Kling