DragonFly commits List (threaded) for 2012-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: hammer2 hammer2 - Initial newfs_hammer2 implementation
commit b33a7e92438b9c9fc915e7c432666385051369db
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Wed Feb 8 22:28:48 2012 -0800
hammer2 - Initial newfs_hammer2 implementation
* This is a rough start for the newfs_hammer2 implementation.
* Creates the volume header, super-root inode, and named root inode.
Summary of changes:
sbin/newfs_hammer2/Makefile | 12 +
sbin/newfs_hammer2/newfs_hammer2.8 | 180 +++++++++
sbin/newfs_hammer2/newfs_hammer2.c | 738 ++++++++++++++++++++++++++++++++++++
3 files changed, 930 insertions(+), 0 deletions(-)
create mode 100644 sbin/newfs_hammer2/Makefile
create mode 100644 sbin/newfs_hammer2/newfs_hammer2.8
create mode 100644 sbin/newfs_hammer2/newfs_hammer2.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b33a7e92438b9c9fc915e7c432666385051369db
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]