Date: Tue, 15 Sep 1998 03:30:25 -0700 (PDT) From: "Justin T. Gibbs" <gibbs@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc/etc.i386 MAKEDEV src/etc/mtree BSD.include.dist src/include Makefile src/lib Makefile src/lib/libdisk create_chunk.c disk.c src/release Makefile src/release/sysinstall devices.c disks.c src/sbin Makefile ... Message-ID: <199809151030.DAA25320@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 1998/09/15 03:30:25 PDT Modified files: etc/etc.i386 MAKEDEV Log: Update for CAM. Revision Changes Path 1.171 +102 -84 src/etc/etc.i386/MAKEDEV Modified files: etc/mtree BSD.include.dist include Makefile Log: Add new cam include hierarchy. Revision Changes Path 1.19 +5 -1 src/etc/mtree/BSD.include.dist 1.83 +3 -3 src/include/Makefile Modified files: lib Makefile Log: Hook up libcam and libdevstat. Revision Changes Path 1.78 +4 -4 src/lib/Makefile Modified files: lib/libdisk create_chunk.c disk.c Log: Remove references to the "od" device. Revision Changes Path 1.31 +1 -3 src/lib/libdisk/create_chunk.c 1.36 +2 -2 src/lib/libdisk/disk.c Modified files: release Makefile Log: We don't need the CAM application pass-thru driver on installation boot floppies. Also kill the sense and command strings to save space. Revision Changes Path 1.385 +4 -1 src/release/Makefile Modified files: release/sysinstall devices.c disks.c Log: Device name cleanup for CAM. Revision Changes Path 1.82 +4 -6 src/release/sysinstall/devices.c 1.100 +2 -1 src/release/sysinstall/disks.c Modified files: sbin Makefile Log: Add camcontrol. Remove scsiformat. Revision Changes Path 1.55 +3 -4 src/sbin/Makefile Modified files: sbin/dump dumprmt.c tape.c Log: Add support for dealing with ENOSPC as the error code returned by a tape device hitting EOM on a write. Revision Changes Path 1.13 +8 -11 src/sbin/dump/dumprmt.c 1.10 +9 -5 src/sbin/dump/tape.c Modified files: share/man/man4 ch.4 Log: Document new volume tag and element status support. Revision Changes Path 1.12 +218 -26 src/share/man/man4/ch.4 Modified files: share/man/man9 Makefile Log: Add devstat.9. Revision Changes Path 1.38 +3 -2 src/share/man/man9/Makefile Modified files: share/mk bsd.libnames.mk Log: Define LIBCAM and LIBDEVSTAT. Revision Changes Path 1.17 +3 -1 src/share/mk/bsd.libnames.mk Modified files: usr.bin/mt mt.1 mt.c Log: Augment compression and blocksize support. Update table of known densities. Revision Changes Path 1.12 +97 -52 src/usr.bin/mt/mt.1 1.15 +155 -37 src/usr.bin/mt/mt.c Modified files: usr.bin/systat Makefile Log: Reference new files for device stat support. Revision Changes Path 1.7 +6 -5 src/usr.bin/systat/Makefile Modified files: usr.sbin Makefile Log: Ncrcontrol is no more. Revision Changes Path 1.129 +1 -2 src/usr.sbin/Makefile Modified files: usr.sbin/config mkioconf.c Log: Build CAM hardwiring info. Revision Changes Path 1.41 +12 -70 src/usr.sbin/config/mkioconf.c Modified files: usr.sbin/rmt rmt.c Log: Add support for the 'V'ersion rmt command. Revision Changes Path 1.5 +7 -1 src/usr.sbin/rmt/rmt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809151030.DAA25320>