git: fsid - Add to tree but don't build
Alex Hornung
alexh at crater.dragonflybsd.org
Mon Nov 15 10:06:02 PST 2010
commit c5b3c68114800c36edd0ad47c496755e32670849
Author: Alex Hornung <ahornung at gmail.com>
Date: Mon Nov 15 17:57:19 2010 +0000
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.
Summary of changes:
sbin/fsid/Makefile | 6 ++
sbin/fsid/fsid.c | 255 ++++++++++++++++++++++++++++++++++++++++++++++++++++
sbin/fsid/fsid.h | 66 ++++++++++++++
sbin/fsid/hammer.c | 100 ++++++++++++++++++++
sbin/fsid/ufs.c | 107 ++++++++++++++++++++++
5 files changed, 534 insertions(+), 0 deletions(-)
create mode 100644 sbin/fsid/Makefile
create mode 100644 sbin/fsid/fsid.c
create mode 100644 sbin/fsid/fsid.h
create mode 100644 sbin/fsid/hammer.c
create mode 100644 sbin/fsid/ufs.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c5b3c68114800c36edd0ad47c496755e32670849
--
DragonFly BSD source repository
More information about the Commits
mailing list