Date: Sun, 26 Mar 2006 23:21:11 +0000 (UTC) From: "Wojciech A. Koszek" <wkoszek@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mdconfig Makefile mdconfig.c src/sys/dev/md md.c Message-ID: <200603262321.k2QNLBm7052393@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603262321.k2QNLBm7052393>