Use standard POSIX "ustar" format for the scratch disk.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 24 Aug 2008 04:31:40 +0000 (04:31 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 24 Aug 2008 04:31:40 +0000 (04:31 +0000)
commit59f738d500f51ffc5f487344865b8bed69c26281
tree77c31c77fd0288c26c5d10d088f04f723fd8aa22
parent0fd3a243b790dd1cfc9e0a40c57dddde56cf344d
Use standard POSIX "ustar" format for the scratch disk.

This should make it easier to work with scratch disks directly,
instead of through the "pintos" script.

With naming suggestion from Godmar Back.
14 files changed:
doc/bibliography.texi
doc/filesys.texi
doc/userprog.texi
src/Makefile.build
src/Makefile.userprog
src/filesys/fsutil.c
src/filesys/fsutil.h
src/lib/packed.h [new file with mode: 0644]
src/lib/ustar.c [new file with mode: 0644]
src/lib/ustar.h [new file with mode: 0644]
src/tests/filesys/extended/tar.c
src/tests/tests.pm
src/threads/init.c
src/utils/pintos