summaryrefslogtreecommitdiff
path: root/lib/namespace
AgeCommit message (Collapse)Author
2017-10-29kernel: introduce devswap #¶ to serve /dev/swap and handle swapfile encryptioncinap_lenrek
2016-02-14provide /n and /mnt early in bootrc to allow consistent use in /lib/namespacecinap_lenrek
theres a bootstrap problem: when /bin/init is run, it processes /lib/namespace where we might want to mount or bind resources to /n or /mnt. but mntgen was run later in cpurc/termrc so these mounts would be ignored. we already have mntgen in bootfs, so we can provide these mountpoints early. i keep the termrc/cpurc mntgens where they are, but ignore the error prints. this way old kernels will continue to work.
2013-01-22mount /n/other from /srv/boot instead of /srv/cwfscinap_lenrek
this makes sure tcp boot will have ther user /tmp's the same way as from local cwfs. we used /srv/cwfs to prevent a deadlock with 9660srv as a root filesystem which has been fixed now.
2011-12-02prevent factotum <-> authsrv deadlockcinap_lenrek
2011-11-30namespace: mount factotum before mntgenglenda
2011-12-02use mntgen for /mnt and /mnt/exportfsglenda
2011-08-16bind devshr to /shrcinap_lenrek
2011-06-07fix permissions in /libcinap_lenrek
2011-06-06merge (term cpu)^rc.local with (term cpu)^rc, mount /srv/cons in (term ↵cinap_lenrek
cpu)^rc instead of /lib/namespace as we dont want to have it in every namespace (cpu session).
2011-05-10boot and namespace cleanupcinap_lenrek
2011-05-09kbdfscinap_lenrek
2011-05-03include hg repository in /dist/plan9front and install itcinap_lenrek
2011-04-24boot(8): mount /n/other from /srv/cwfs, not /srv/bootcinap_lenrek
2011-04-24fix cdboot lockupcinap_lenrek
2011-04-22use /n/other for tmp storagecinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen