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

Wojciech A. Koszek wkoszek at FreeBSD.org
Sun Mar 26 23:21:12 UTC 2006


wkoszek     2006-03-26 23:21:11 UTC

  FreeBSD src repository

  Modified files:
    sbin/mdconfig        mdconfig.c Makefile 
    sys/dev/md           md.c 
  Log:
  Teach md(4) and mdconfig(8) how to understand XML. Right now there won't be
  a problem with listing large number of md(4) devices. Either 'list' or
  'query' mode uses XML.
  
  Additionally, new functionality was introduced. It's possible to pass
  multiple devices to -u:
  
          # ./mdconfig -l -u md0,md1
  
  Approved by:    cognet (mentor)
  
  Revision  Changes    Path
  1.9       +2 -2      src/sbin/mdconfig/Makefile
  1.49      +157 -64   src/sbin/mdconfig/mdconfig.c
  1.163     +62 -0     src/sys/dev/md/md.c


More information about the cvs-src mailing list