Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-4] src



Module Name:    src
Committed By:   bouyer
Date:           Fri Aug 29 21:24:19 UTC 2008

Modified Files:
        src/sbin/bioctl [netbsd-4]: Makefile bioctl.8 bioctl.c strtonum.c
            strtonum.h
        src/sys/dev [netbsd-4]: bio.c biovar.h
        src/sys/dev/pci [netbsd-4]: arcmsr.c arcmsrvar.h
Added Files:
        src/sbin/bioctl [netbsd-4]: dehumanize_number.c

Log Message:
Apply patch, requested by christos in tickets #1175:
        sys/dev/bio.c                           patch
        sys/dev/biovar.h                        patch
        sys/dev/pci/arcmsr.c                    patch
        sys/dev/pci/arcmsrvar.h                 patch
        sbin/bioctl/Makefile                    patch
        sbin/bioctl/bioctl.8                    patch
        sbin/bioctl/bioctl.c                    patch
        sbin/bioctl/dehumanize_number.c         patch
        sbin/bioctl/strtonum.c                  patch
        sbin/bioctl/strtonum.h                  patch

Port bioctl(8) and arcmsr(4) from current:
bioctl(8): Rewritten to handle new features like creating/removing
        hot-spare, pass-through disks and RAID volumes, start/stop
        consistency checks in volumes and others.
arcmsr(4): Added support to create/remove hot-spare, pass-through
        disks and RAID volumes, start/stop consistency checks
        in volumes as well as showing information about physical
        disks (even if they are marked as hot-spare, pass-through
        or unused).


To generate a diff of this commit:
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sbin/bioctl/Makefile \
    src/sbin/bioctl/bioctl.c src/sbin/bioctl/strtonum.c \
    src/sbin/bioctl/strtonum.h
cvs rdiff -r1.2.2.2 -r1.2.2.3 src/sbin/bioctl/bioctl.8
cvs rdiff -r0 -r1.1.2.1 src/sbin/bioctl/dehumanize_number.c
cvs rdiff -r1.1.4.1 -r1.1.4.2 src/sys/dev/bio.c
cvs rdiff -r1.1.4.2 -r1.1.4.3 src/sys/dev/biovar.h
cvs rdiff -r1.9.4.2 -r1.9.4.3 src/sys/dev/pci/arcmsr.c
cvs rdiff -r1.8.4.2 -r1.8.4.3 src/sys/dev/pci/arcmsrvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index