cvs commit: src/usr.sbin Makefile src/usr.sbin/diskinfo Makefile diskinfo.8 diskinfo.c

Poul-Henning Kamp phk at FreeBSD.org
Wed Apr 9 03:52:12 PDT 2003


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)


More information about the cvs-src mailing list