fsid - Add to tree but don't build
authorAlex Hornung <ahornung@gmail.com>
Mon, 15 Nov 2010 17:57:19 +0000 (17:57 +0000)
committerAlex Hornung <ahornung@gmail.com>
Mon, 15 Nov 2010 18:04:34 +0000 (18:04 +0000)
commitc5b3c68114800c36edd0ad47c496755e32670849
tree30340df3fd619a93f963fd1f45b2df4ac078d44d
parent1d7faa68570a8590e48a1f760ab30cead9115295
fsid - Add to tree but don't build

* Add 'fsid', a proof-of-concept for now that reads volume names from
  hammer and ufs volumes (so far) and creates links to the devices with
  fs volumes in a /dev directory.
sbin/fsid/Makefile [new file with mode: 0644]
sbin/fsid/fsid.c [new file with mode: 0644]
sbin/fsid/fsid.h [new file with mode: 0644]
sbin/fsid/hammer.c [new file with mode: 0644]
sbin/fsid/ufs.c [new file with mode: 0644]