cvs commit: src/sys/dev/md md.c src/sys/sys mdioctl.h src/sbin/mdconfig mdconfig.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Dec 27 09:20:07 PST 2004


pjd         2004-12-27 17:20:06 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/md           md.c 
    sys/sys              mdioctl.h 
    sbin/mdconfig        mdconfig.c 
  Log:
  Rewrite piece of code which I committed some time ago that allows to
  show file name for 'mdconfig -l -u <x>' command.
  This allows to preserve API/ABI compatibility with version 0 (that's why
  I changed version number back to 0) and will allow to merge this change
  to RELENG_5.
  
  MFC after:      5 days
  
  Revision  Changes    Path
  1.39      +5 -1      src/sbin/mdconfig/mdconfig.c
  1.146     +8 -10     src/sys/dev/md/md.c
  1.19      +2 -2      src/sys/sys/mdioctl.h


More information about the cvs-src mailing list