summaryrefslogtreecommitdiff
path: root/memide.c
AgeCommit message (Collapse)AuthorFilesLines
2019-06-05start at support for multiple CPUsRobert Morris1-60/+0
2017-01-30Thanks to Jeehoon Kang <[email protected]>Frans Kaashoek1-0/+1
2016-09-13one more BUSYFrans Kaashoek1-2/+2
2016-08-25Remove trailing white space with:Frans Kaashoek1-2/+2
for f in *.{h,c}; do sed -i .sed 's/[[:blank:]]*$//' $f; done (Thanks to Nicolás Wolovick)
2015-06-27Update memide to reflect recent changes to fs and bufFrans Kaashoek1-2/+3
2015-04-03Disentangle block size from the disk's sector size. Set block size to 1024 ↵Frans Kaashoek1-6/+6
to show that they can be different. Clean up mkfs, simplifying specifying fs parameters, remove some redundancy between fs and mkfs, and fix disk layout bugs. Call blocks in the file system blocks instead of sectors. Passes usertests for different block sizes.
2011-01-11missing file memide.cRuss Cox1-0/+58