summaryrefslogtreecommitdiff
path: root/sys/src/cmd/skelfs.c
AgeCommit message (Collapse)Author
2022-11-11skelfs: remove useless code (thanks Arne Meyer)Jacob Moody
2022-06-30skelfs: dont mount if not asked toJacob Moody
2022-06-15skel(3) → skelfs(4)Jacob Moody
The original intention was to put devskel in to the kernel to detach what it provides from devsrv. That is not a good reason, just move it to userspace. auth/box has been changed to exec skelfs instead of relying on '#z'.