summaryrefslogtreecommitdiff
path: root/sys/src/cmd/ramfs.c
AgeCommit message (Collapse)Author
2014-09-15ramfs: allow changing mtime in wstatsmischief
2014-09-16ramfs: fix directory check in wstat() (thanks mischief)cinap_lenrek
2014-03-26ramfs: fix srvname; postmountsrv() already prepends /srv/BurnZeZ
2014-03-14ramfs: replace with new lib9p based implementationcinap_lenrek
old ramfs had a limit on the number of files it could serve and file size was limited to maximum allocaiton size. the new implementation uses multiple memory chunks to back file data in a private compactable memory pool to overcome these limits. files can be sparse. file metadata is maintained by 9pfile data structures of lib9p.
2014-02-10ramfs: remove mainmem pool limit when called with -u flagcinap_lenrek
2011-05-08extended ramfs (-abc)aiju
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen