svn commit: r247615 - in head: . sys/amd64/conf sys/i386/conf

2013-03-02 Thread Adrian Chadd
Author: adrian Date: Sat Mar 2 08:12:41 2013 New Revision: 247615 URL: http://svnweb.freebsd.org/changeset/base/247615 Log: Disable the ctl driver in GENERIC. It unfortunately steals a fair chunk of RAM at startup even if it's not actively used, which prevents FreeBSD VMs of 128MB from

svn commit: r247617 - head/sys/kern

2013-03-02 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Mar 2 09:58:47 2013 New Revision: 247617 URL: http://svnweb.freebsd.org/changeset/base/247617 Log: If the target file already exists, check for the CAP_UNLINKAT capabiity right on the target directory descriptor, but only if this is renameat(2) and real target

svn commit: r247619 - head/sys/fs/nullfs

2013-03-02 Thread Jilles Tjoelker
Author: jilles Date: Sat Mar 2 12:42:23 2013 New Revision: 247619 URL: http://svnweb.freebsd.org/changeset/base/247619 Log: nullfs: Improve f_flags in statfs(). Include some flags of the nullfs mount itself: MNT_RDONLY, MNT_NOEXEC, MNT_NOSUID, MNT_UNION, MNT_NOSYMFOLLOW. This

svn commit: r247620 - head/sys/sparc64/pci

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 13:04:58 2013 New Revision: 247620 URL: http://svnweb.freebsd.org/changeset/base/247620 Log: Revert the part of r247600 which turned the overtemperature and power fail interrupt shutdown handlers into filters. Shutdown_nice(9) acquires a sleep lock, which

svn commit: r247621 - head/sys/sparc64/sbus

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 13:08:13 2013 New Revision: 247621 URL: http://svnweb.freebsd.org/changeset/base/247621 Log: - Revert the part of r247601 which turned the overtemperature and power fail interrupt shutdown handlers into filters. Shutdown_nice(9) acquires a sleep lock,

Re: svn commit: r247620 - head/sys/sparc64/pci

2013-03-02 Thread Bruce Evans
On Sat, 2 Mar 2013, Marius Strobl wrote: Log: Revert the part of r247600 which turned the overtemperature and power fail interrupt shutdown handlers into filters. Shutdown_nice(9) acquires a sleep lock, which filters shouldn't do. It also seems that kern_reboot(9) still may require Giant to

svn commit: r247622 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include

2013-03-02 Thread Attilio Rao
Author: attilio Date: Sat Mar 2 14:19:08 2013 New Revision: 247622 URL: http://svnweb.freebsd.org/changeset/base/247622 Log: Merge from vmc-playground branch: Rename the pv_entry_t iterator from pv_list to pv_next. Besides being more correct technically (as the name seems to suggest this

svn commit: r247625 - stable/9/contrib/llvm/lib/Target/X86

2013-03-02 Thread Dimitry Andric
Author: dim Date: Sat Mar 2 14:39:48 2013 New Revision: 247625 URL: http://svnweb.freebsd.org/changeset/base/247625 Log: MFC r247205: Pull in r175962 from upstream llvm trunk: X86: Disable cmov-memory patterns on subtargets without cmov. Fixes PR15115. For the i386

svn commit: r247626 - head/sys/netpfil/ipfw

2013-03-02 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Mar 2 14:47:10 2013 New Revision: 247626 URL: http://svnweb.freebsd.org/changeset/base/247626 Log: Fix callout expiring dynamic rules. PR: kern/175530 Submitted by: Vladimir Spiridenkov v...@gtn.ru MFC after:2 weeks Modified:

svn commit: r247628 - in head: sbin/mount_hpfs sys/fs/hpfs sys/modules/hpfs

2013-03-02 Thread Attilio Rao
Author: attilio Date: Sat Mar 2 14:54:33 2013 New Revision: 247628 URL: http://svnweb.freebsd.org/changeset/base/247628 Log: Garbage collect HPFS bits which are now already completely disconnected from the tree since few months (please note that the userland bits were already disconnected

svn commit: r247629 - in stable/9/sys: kern net security/mac

2013-03-02 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Mar 2 15:11:20 2013 New Revision: 247629 URL: http://svnweb.freebsd.org/changeset/base/247629 Log: Merge * r233937 - Improve BPF locking model * r233938 - Improve performace for writer-only BPF users * r233946 - Fix build * r235744 - Fix (new) panic on

svn commit: r247631 - in head: . share/man/man5 sys/gnu/fs/xfs sys/modules/xfs

2013-03-02 Thread Attilio Rao
/ObsoleteFiles.inc Sat Mar 2 15:33:54 2013(r247631) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20130302: XFS support removed +OLD_FILES+=usr/share/man/man5/xfs.5.gz # 20130116: removed long unused directories for .1aout section manpages OLD_FILES+=usr/share/man/en.ISO8859-1

svn commit: r247632 - head/sys/dev/pci

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 15:54:02 2013 New Revision: 247632 URL: http://svnweb.freebsd.org/changeset/base/247632 Log: - Complete r231621 by also blacklisting the bridge used by VMware for PCIe devices. While at it, update the comment now that we know that MSI-X doesn't work with

svn commit: r247634 - stable/9/usr.sbin/sysinstall

2013-03-02 Thread Devin Teske
Author: dteske Date: Sat Mar 2 16:18:40 2013 New Revision: 247634 URL: http://svnweb.freebsd.org/changeset/base/247634 Log: Update FTP directories to include new layout. Previously discussed with kensmith and others as this alleviates the need for the symbolic link upkeep which is

svn commit: r247635 - in head: . share/man/man4 sys/fs/coda sys/modules/coda sys/modules/coda5

2013-03-02 Thread Attilio Rao
(r247634) +++ head/ObsoleteFiles.inc Sat Mar 2 16:30:18 2013(r247635) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20130302: CODAFS support removed +OLD_FILES+=usr/share/man/man4/coda.4.gz # 20130302: XFS support removed OLD_FILES+=usr/share/man/man5/xfs.5.gz # 20130116

svn commit: r247636 - stable/8/libexec/tftpd

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 16:33:39 2013 New Revision: 247636 URL: http://svnweb.freebsd.org/changeset/base/247636 Log: MFC: r235643 Properly use LDADD DPADD to link against libwrap. Modified: stable/8/libexec/tftpd/Makefile Directory Properties: stable/8/libexec/tftpd/ (props

svn commit: r247637 - stable/9/libexec/tftpd

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 16:33:43 2013 New Revision: 247637 URL: http://svnweb.freebsd.org/changeset/base/247637 Log: MFC: r235643 Properly use LDADD DPADD to link against libwrap. Modified: stable/9/libexec/tftpd/Makefile Directory Properties: stable/9/libexec/tftpd/ (props

svn commit: r247638 - stable/9/libexec/tftpd

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 16:38:58 2013 New Revision: 247638 URL: http://svnweb.freebsd.org/changeset/base/247638 Log: MFC: r241720 (partial) Fix warnings found by -Wmising-variable-declarations. Modified: stable/9/libexec/tftpd/tftp-io.c stable/9/libexec/tftpd/tftp-utils.c

svn commit: r247639 - stable/8/libexec/tftpd

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 16:39:00 2013 New Revision: 247639 URL: http://svnweb.freebsd.org/changeset/base/247639 Log: MFC: r241720 (partial) Fix warnings found by -Wmising-variable-declarations. Modified: stable/8/libexec/tftpd/tftp-io.c stable/8/libexec/tftpd/tftp-utils.c

svn commit: r247640 - in head: . share/examples/portal sys/fs/portalfs sys/modules/portalfs usr.sbin/mount_portalfs

2013-03-02 Thread Attilio Rao
2013(r247639) +++ head/ObsoleteFiles.inc Sat Mar 2 16:43:28 2013(r247640) @@ -38,6 +38,13 @@ # xargs -n1 | sort | uniq -d; # done +# 20130302: PORTALFS support removed +OLD_FILES+=usr/include/fs/portalfs/portal.h +OLD_DIRS+=usr/include/fs/portalfs +OLD_FILES+=usr/share

svn commit: r247641 - stable/9/libexec/tftpd

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 16:45:58 2013 New Revision: 247641 URL: http://svnweb.freebsd.org/changeset/base/247641 Log: MFC: r229780 (partial) Spelling fixes for libexec/ Modified: stable/9/libexec/tftpd/tftp-io.c stable/9/libexec/tftpd/tftp-utils.h Directory Properties:

svn commit: r247644 - stable/9/libexec/tftpd

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 17:14:51 2013 New Revision: 247644 URL: http://svnweb.freebsd.org/changeset/base/247644 Log: MFC: r246106, r246139 Mark tftp_log() as __printflike() and deal with the fallout. Modified: stable/9/libexec/tftpd/tftp-io.c

svn commit: r247645 - stable/8/libexec/tftpd

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 17:14:53 2013 New Revision: 247645 URL: http://svnweb.freebsd.org/changeset/base/247645 Log: MFC: r246106, r246139 Mark tftp_log() as __printflike() and deal with the fallout. Modified: stable/8/libexec/tftpd/tftp-io.c

svn commit: r247646 - stable/8/libexec/tftpd

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 17:18:38 2013 New Revision: 247646 URL: http://svnweb.freebsd.org/changeset/base/247646 Log: MFC: r244686 Use correct size in snprintf. Remove unused buffer. PR: 174631 Submitted by: Henning Petersen Modified:

svn commit: r247647 - stable/8/libexec/tftpd

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 17:21:44 2013 New Revision: 247647 URL: http://svnweb.freebsd.org/changeset/base/247647 Log: MFC: r231973 Avoid error log for transfer stop w/o error code. Modified: stable/8/libexec/tftpd/tftp-io.c Directory Properties: stable/8/libexec/tftpd/ (props

svn commit: r247649 - stable/8/libexec/tftpd

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 17:24:29 2013 New Revision: 247649 URL: http://svnweb.freebsd.org/changeset/base/247649 Log: MFC: r233648 (partial) Remove trailing whitespace per mdoc lint warning. Modified: stable/8/libexec/tftpd/tftpd.8 Directory Properties: stable/8/libexec/tftpd/

svn commit: r247650 - stable/9/libexec/tftpd

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 17:25:41 2013 New Revision: 247650 URL: http://svnweb.freebsd.org/changeset/base/247650 Log: MFC: r235857 mdoc: Only use macros inside a reference block. Modified: stable/9/libexec/tftpd/tftpd.8 Directory Properties: stable/9/libexec/tftpd/ (props

svn commit: r247651 - stable/8/libexec/tftpd

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 17:25:45 2013 New Revision: 247651 URL: http://svnweb.freebsd.org/changeset/base/247651 Log: MFC: r235857 mdoc: Only use macros inside a reference block. Modified: stable/8/libexec/tftpd/tftpd.8 Directory Properties: stable/8/libexec/tftpd/ (props

svn commit: r247652 - stable/9/sys/dev/ata

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 17:32:15 2013 New Revision: 247652 URL: http://svnweb.freebsd.org/changeset/base/247652 Log: MFC: r246257 Improve r238673 (MFC'ed to stable/9 in r239494) to additionally allow for odd-aligned buffers as passed in by smartd of smartmontools. While at it,

svn commit: r247653 - stable/8/sys/dev/ata

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 17:32:20 2013 New Revision: 247653 URL: http://svnweb.freebsd.org/changeset/base/247653 Log: MFC: r246257 Improve r238673 (MFC'ed to stable/8 in r239495) to additionally allow for odd-aligned buffers as passed in by smartd of smartmontools. While at it,

svn commit: r247654 - stable/9/sys/dev/uart

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 17:36:29 2013 New Revision: 247654 URL: http://svnweb.freebsd.org/changeset/base/247654 Log: MFC: r246300 - Make pci_ns8250_ids[] const. - Use DEVMETHOD_END. - Use NULL instead of 0 for pointers. Modified: stable/9/sys/dev/uart/uart_bus_pci.c

svn commit: r247655 - stable/8/sys/dev/uart

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 17:36:31 2013 New Revision: 247655 URL: http://svnweb.freebsd.org/changeset/base/247655 Log: MFC: r246300 - Make pci_ns8250_ids[] const. - Use DEVMETHOD_END. - Use NULL instead of 0 for pointers. Modified: stable/8/sys/dev/uart/uart_bus_pci.c

svn commit: r247656 - stable/9/sys/kern

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 17:39:11 2013 New Revision: 247656 URL: http://svnweb.freebsd.org/changeset/base/247656 Log: MFC: r246689, r246696 Make SYSCTL_{LONG,QUAD,ULONG,UQUAD}(9) work as advertised and also handle constant values. Reviewed by: kib Modified:

svn commit: r247657 - stable/8/sys/kern

2013-03-02 Thread Marius Strobl
Author: marius Date: Sat Mar 2 17:39:20 2013 New Revision: 247657 URL: http://svnweb.freebsd.org/changeset/base/247657 Log: MFC: r246689, r246696 Make SYSCTL_{LONG,QUAD,ULONG,UQUAD}(9) work as advertised and also handle constant values. Reviewed by: kib Modified:

svn commit: r247658 - stable/9/sys/netinet

2013-03-02 Thread Florian Smeets
Author: flo (ports committer) Date: Sat Mar 2 17:51:22 2013 New Revision: 247658 URL: http://svnweb.freebsd.org/changeset/base/247658 Log: MFC: r242854 (by rdivacky) Initialize hdrlen to 0 to avoid clang warning in NOINET case. This fixes the kernel build for INET6 only kernels.

svn commit: r247659 - head/sys/vm

2013-03-02 Thread Alan Cox
Author: alc Date: Sat Mar 2 18:07:29 2013 New Revision: 247659 URL: http://svnweb.freebsd.org/changeset/base/247659 Log: The value held by the vm object's field pg_color is only considered valid if the flag OBJ_COLORED is set. Since _vm_object_allocate() doesn't set this flag, it needn't

svn commit: r247660 - head/etc

2013-03-02 Thread Jens Schweikhardt
Author: schweikh Date: Sat Mar 2 18:08:03 2013 New Revision: 247660 URL: http://svnweb.freebsd.org/changeset/base/247660 Log: Comment cosmetics: capitalize SCSI Fix some hard tabs in the wrong place. MFC after:2 weeks Modified: head/etc/devd.conf Modified: head/etc/devd.conf

svn commit: r247662 - head/sys/geom/label

2013-03-02 Thread Attilio Rao
Author: attilio Date: Sat Mar 2 18:23:59 2013 New Revision: 247662 URL: http://svnweb.freebsd.org/changeset/base/247662 Log: Remove ntfs headers dependency for g_label_ntfs.c by redefining the used structs and values. This patch is not targeted for MFC. Modified:

svn commit: r247665 - in head: . lib/libprocstat sbin/mount_ntfs sys/fs/ntfs sys/modules/ntfs sys/modules/ntfs_iconv

2013-03-02 Thread Attilio Rao
18:38:29 2013(r247664) +++ head/ObsoleteFiles.inc Sat Mar 2 18:40:04 2013(r247665) @@ -38,6 +38,16 @@ # xargs -n1 | sort | uniq -d; # done +# 20130302: NTFS support removed +OLD_FILES+=usr/include/fs/ntfs/ntfs.h +OLD_FILES+=usr/include/fs/ntfs/ntfs_compr.h +OLD_FILES

svn commit: r247666 - head/sbin/ipfw

2013-03-02 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Mar 2 18:51:26 2013 New Revision: 247666 URL: http://svnweb.freebsd.org/changeset/base/247666 Log: Fix ipfw table argument parsing/printing. Fix style. PR: kern/175909 Submitted by: Daniel Hagerty h...@linnaean.org MFC after:2 weeks

svn commit: r247667 - in head: contrib/openbsm/etc lib/libc/sys sys/bsm sys/compat/freebsd32 sys/kern sys/security/audit sys/sys usr.bin/procstat

2013-03-02 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Mar 2 21:11:30 2013 New Revision: 247667 URL: http://svnweb.freebsd.org/changeset/base/247667 Log: - Implement two new system calls: int bindat(int fd, int s, const struct sockaddr *addr, socklen_t addrlen); int connectat(int fd, int s, const struct

svn commit: r247668 - in head/sys: compat/freebsd32 kern sys

2013-03-02 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Mar 2 21:12:54 2013 New Revision: 247668 URL: http://svnweb.freebsd.org/changeset/base/247668 Log: Regen after r247667. Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/compat/freebsd32/freebsd32_syscall.h

svn commit: r247669 - head/tools/regression/pjdfstest

2013-03-02 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Mar 2 21:16:40 2013 New Revision: 247669 URL: http://svnweb.freebsd.org/changeset/base/247669 Log: Add support for bindat(2) and connectat(2). Sponsored by: The FreeBSD Foundation Modified: head/tools/regression/pjdfstest/Makefile

svn commit: r247670 - in stable/8: share/man/man4 sys/conf sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/firmware sys/modules/cxgbe/firmware sys/modules/cxgbe/if_cxgbe tools/tools/cxgbetool

2013-03-02 Thread Navdeep Parhar
Author: np Date: Sat Mar 2 21:59:07 2013 New Revision: 247670 URL: http://svnweb.freebsd.org/changeset/base/247670 Log: MFC r234831, r234833, r237263**, r237436*, r237439, r237463, r237512, r237587, r237799, r237819, r237831, r238028, r238054, r238313, r239102, r239258, r239259, r239264*,

svn commit: r247671 - head/sys/ofed/include/linux

2013-03-02 Thread Alexander Motin
Author: mav Date: Sat Mar 2 22:19:17 2013 New Revision: 247671 URL: http://svnweb.freebsd.org/changeset/base/247671 Log: MFcalloutng: Give OFED Linux wrapper own expires field instead of abusing callout's c_time, which will change its type and units with calloutng commit. Modified:

svn commit: r247673 - head/sys/sys

2013-03-02 Thread Alexander Motin
Author: mav Date: Sat Mar 2 22:28:20 2013 New Revision: 247673 URL: http://svnweb.freebsd.org/changeset/base/247673 Log: Polish few spaces/tabs. Modified: head/sys/sys/time.h Modified: head/sys/sys/time.h == ---

svn commit: r247675 - head/sys/ofed/include/linux

2013-03-02 Thread Alexander Motin
Author: mav Date: Sat Mar 2 22:41:06 2013 New Revision: 247675 URL: http://svnweb.freebsd.org/changeset/base/247675 Log: Add protective parentheses for macro argument, missed in r247671. Modified: head/sys/ofed/include/linux/timer.h Modified: head/sys/ofed/include/linux/timer.h

svn commit: r247676 - head/tools/regression/capsicum/syscalls

2013-03-02 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Mar 2 23:40:42 2013 New Revision: 247676 URL: http://svnweb.freebsd.org/changeset/base/247676 Log: If all ioctls are allowed, cap_ioctls_get(2) will return CAP_IOCTLS_ALL. Update regression tests. Modified: head/tools/regression/capsicum/syscalls/cap_ioctls_limit.c

svn commit: r247677 - stable/9/usr.bin/dc

2013-03-02 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Sun Mar 3 00:37:34 2013 New Revision: 247677 URL: http://svnweb.freebsd.org/changeset/base/247677 Log: MFC r247441: Properly handle '-h' argument. PR: 176332 Modified: stable/9/usr.bin/dc/dc.c Directory Properties:

svn commit: r247678 - head/sys/i386/xen

2013-03-02 Thread Attilio Rao
Author: attilio Date: Sun Mar 3 01:02:57 2013 New Revision: 247678 URL: http://svnweb.freebsd.org/changeset/base/247678 Log: Fix-up r247622 by also renaming pv_list iterator into the xen pmap verbatim copy. Sponsored by: EMC / Isilon storage division Reported by: tinderbox Modified:

svn commit: r247683 - head/lib/libedit

2013-03-02 Thread Pedro F. Giffuni
Author: pfg Date: Sun Mar 3 02:11:03 2013 New Revision: 247683 URL: http://svnweb.freebsd.org/changeset/base/247683 Log: libedit does not need to be linked with ncurses libedit uses the terminfo headers but doesn't really need to be linked with ncurses. Discussed with:

svn commit: r247684 - head/sys/cddl/compat/opensolaris/sys

2013-03-02 Thread Rui Paulo
Author: rpaulo Date: Sun Mar 3 06:42:36 2013 New Revision: 247684 URL: http://svnweb.freebsd.org/changeset/base/247684 Log: Remove the extra parenthesis from the cv_init() macro. They are not necessary because we already use parenthesis in zfs_cv_init(). This fixes a long standing bug

svn commit: r247685 - stable/9/sys/fs/msdosfs

2013-03-02 Thread Konstantin Belousov
Author: kib Date: Sun Mar 3 07:09:25 2013 New Revision: 247685 URL: http://svnweb.freebsd.org/changeset/base/247685 Log: MFC r246921: Do not update the fsinfo block on each update of any fat block. Postpone the flush to VFS_SYNC(). Modified: stable/9/sys/fs/msdosfs/msdosfs_fat.c

svn commit: r247686 - stable/8/sys/fs/msdosfs

2013-03-02 Thread Konstantin Belousov
Author: kib Date: Sun Mar 3 07:27:15 2013 New Revision: 247686 URL: http://svnweb.freebsd.org/changeset/base/247686 Log: MFC r246921: Do not update the fsinfo block on each update of any fat block. Postpone the flush to VFS_SYNC(). Modified: stable/8/sys/fs/msdosfs/msdosfs_fat.c

svn commit: r247687 - stable/8/usr.sbin/sysinstall

2013-03-02 Thread Devin Teske
Author: dteske Date: Sun Mar 3 07:45:40 2013 New Revision: 247687 URL: http://svnweb.freebsd.org/changeset/base/247687 Log: MFS 9-8 r234737: Fix several 'format string is not a literal' warnings in sysinstall. Since sysinstall does not exist anymore in head, this is a direct

svn commit: r247688 - stable/8/usr.sbin/sysinstall

2013-03-02 Thread Devin Teske
Author: dteske Date: Sun Mar 3 07:50:33 2013 New Revision: 247688 URL: http://svnweb.freebsd.org/changeset/base/247688 Log: MFS 9-8 r244573: Fix typo. (fixing them as I find them) Modified: stable/8/usr.sbin/sysinstall/ftp.c Modified: stable/8/usr.sbin/sysinstall/ftp.c

svn commit: r247689 - stable/8/usr.sbin/sysinstall/help

2013-03-02 Thread Devin Teske
Author: dteske Date: Sun Mar 3 07:54:28 2013 New Revision: 247689 URL: http://svnweb.freebsd.org/changeset/base/247689 Log: MFS 9-8 r245438: Oops, r186202 (4 years ago) forgot to remove Tape from the F1 Help file. Modified: stable/8/usr.sbin/sysinstall/help/media.hlp Modified: