cvs commit: src/sbin/newfs mkfs.c newfs.8 newfs.c newfs.h src/sbin/tunefs tunefs.8 tunefs.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Oct 31 21:53:12 UTC 2006


pjd         2006-10-31 21:52:28 UTC

  FreeBSD src repository

  Modified files:
    sbin/newfs           mkfs.c newfs.8 newfs.c newfs.h 
    sbin/tunefs          tunefs.8 tunefs.c 
  Log:
  Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournal
  support.
  I left -j flag for UFS journal implementation which we may gain at some
  point.
  
  Sponsored by:   home.pl
  
  Revision  Changes    Path
  1.92      +2 -0      src/sbin/newfs/mkfs.c
  1.70      +3 -1      src/sbin/newfs/newfs.8
  1.81      +5 -1      src/sbin/newfs/newfs.c
  1.18      +1 -0      src/sbin/newfs/newfs.h
  1.37      +3 -0      src/sbin/tunefs/tunefs.8
  1.43      +42 -7     src/sbin/tunefs/tunefs.c


More information about the cvs-all mailing list