cvs commit: src/sys/sys mdioctl.h src/sys/dev/md md.c
src/sbin/mdconfig Makefile mdconfig.8 mdconfig.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Thu Sep 16 14:32:14 PDT 2004
pjd 2004-09-16 21:32:13 UTC
FreeBSD src repository
Modified files:
sys/sys mdioctl.h
sys/dev/md md.c
sbin/mdconfig Makefile mdconfig.8 mdconfig.c
Log:
- Make md(4) 64-bit clean.
After this change it should be possible to use very big md(4) devices.
- Clean up and simplify the code a bit.
- Use humanize_number(3) to print size of md(4) devices.
- Add 't' suffix which stands for terabyte.
- Make '-S' to really work with all types of devices.
- Other minor changes.
Revision Changes Path
1.8 +3 -0 src/sbin/mdconfig/Makefile
1.30 +3 -3 src/sbin/mdconfig/mdconfig.8
1.35 +41 -16 src/sbin/mdconfig/mdconfig.c
1.139 +89 -161 src/sys/dev/md/md.c
1.17 +2 -2 src/sys/sys/mdioctl.h
More information about the cvs-src
mailing list