DragonFly commits List (threaded) for 2010-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: fsid - Add to tree but don't build
commit c5b3c68114800c36edd0ad47c496755e32670849
Author: Alex Hornung <ahornung@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]