Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 2004 21:32:13 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys mdioctl.h src/sys/dev/md md.c src/sbin/mdconfig Makefile mdconfig.8 mdconfig.c
Message-ID:  <200409162132.i8GLWDpF050910@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2004-09-16 21:32:13 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              mdioctl.h 
    sys/dev/md           md.c 
    sbin/mdconfig        Makefile mdconfig.8 mdconfig.c 
  Log:
  - Make md(4) 64-bit clean.
    After this change it should be possible to use very big md(4) devices.
  - Clean up and simplify the code a bit.
  - Use humanize_number(3) to print size of md(4) devices.
  - Add 't' suffix which stands for terabyte.
  - Make '-S' to really work with all types of devices.
  - Other minor changes.
  
  Revision  Changes    Path
  1.8       +3 -0      src/sbin/mdconfig/Makefile
  1.30      +3 -3      src/sbin/mdconfig/mdconfig.8
  1.35      +41 -16    src/sbin/mdconfig/mdconfig.c
  1.139     +89 -161   src/sys/dev/md/md.c
  1.17      +2 -2      src/sys/sys/mdioctl.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409162132.i8GLWDpF050910>