Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2003 03:52:10 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin Makefile src/usr.sbin/diskinfo Makefile diskinfo.8 diskinfo.c
Message-ID:  <200304091052.h39AqAVk078702@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2003/04/09 03:52:10 PDT

  FreeBSD src repository

  Modified files:
    usr.sbin             Makefile 
  Added files:
    usr.sbin/diskinfo    Makefile diskinfo.8 diskinfo.c 
  Log:
  Diskinfo is a small program to access the basic properties of a disk device:
  sectorsize, mediasize etc.
  
  It also contains a small and naïve benchmark which reports on seek
  and transfer performance.
  
  Revision  Changes    Path
  1.249     +1 -0      src/usr.sbin/Makefile
  1.1       +11 -0     src/usr.sbin/diskinfo/Makefile (new)
  1.1       +69 -0     src/usr.sbin/diskinfo/diskinfo.8 (new)
  1.1       +303 -0    src/usr.sbin/diskinfo/diskinfo.c (new)



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