From owner-svn-src-head@freebsd.org Fri Jun 15 17:44:22 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5EEF1016165; Fri, 15 Jun 2018 17:44:22 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B01D7AD4D; Fri, 15 Jun 2018 17:44:22 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 332621AA61; Fri, 15 Jun 2018 17:44:22 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5FHiMms053720; Fri, 15 Jun 2018 17:44:22 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5FHiLTc053716; Fri, 15 Jun 2018 17:44:21 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201806151744.w5FHiLTc053716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Fri, 15 Jun 2018 17:44:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r335222 - in head: . targets/pseudo/userland usr.sbin usr.sbin/asf X-SVN-Group: head X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: in head: . targets/pseudo/userland usr.sbin usr.sbin/asf X-SVN-Commit-Revision: 335222 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2018 17:44:23 -0000 Author: emaste Date: Fri Jun 15 17:44:21 2018 New Revision: 335222 URL: https://svnweb.freebsd.org/changeset/base/335222 Log: Remove obsolete asf(8) kgdb now handles kernel module state internally, so the asf tool serves no purpose. PR: 229046 Reviewed by: brooks Relnotes: yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D15827 Deleted: head/usr.sbin/asf/ Modified: head/ObsoleteFiles.inc head/targets/pseudo/userland/Makefile.depend head/usr.sbin/Makefile.amd64 head/usr.sbin/Makefile.i386 Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Fri Jun 15 17:38:07 2018 (r335221) +++ head/ObsoleteFiles.inc Fri Jun 15 17:44:21 2018 (r335222) @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20180615: asf(8) removed +OLD_FILES+=usr/bin/asf +OLD_FILES+=usr/share/man/man8/asf.8.gz # 20180609: obsolete libc++ files missed from the 5.0.0 import OLD_FILES+=usr/include/c++/v1/__refstring OLD_FILES+=usr/include/c++/v1/__undef_min_max Modified: head/targets/pseudo/userland/Makefile.depend ============================================================================== --- head/targets/pseudo/userland/Makefile.depend Fri Jun 15 17:38:07 2018 (r335221) +++ head/targets/pseudo/userland/Makefile.depend Fri Jun 15 17:44:21 2018 (r335222) @@ -810,7 +810,6 @@ DIRDEPS.amd64= \ usr.sbin/acpi/acpidump \ usr.sbin/acpi/iasl \ usr.sbin/apm \ - usr.sbin/asf \ usr.sbin/bhyve \ usr.sbin/bhyvectl \ usr.sbin/bhyveload \ @@ -842,7 +841,6 @@ DIRDEPS.i386= \ sbin/sconfig \ usr.sbin/apm \ usr.sbin/apmd \ - usr.sbin/asf \ usr.sbin/btxld \ usr.sbin/cpucontrol \ usr.sbin/hyperv/tools \ Modified: head/usr.sbin/Makefile.amd64 ============================================================================== --- head/usr.sbin/Makefile.amd64 Fri Jun 15 17:38:07 2018 (r335221) +++ head/usr.sbin/Makefile.amd64 Fri Jun 15 17:44:21 2018 (r335222) @@ -9,7 +9,6 @@ SUBDIR+= acpi .if ${MK_APM} != "no" SUBDIR+= apm .endif -SUBDIR+= asf .if ${MK_BHYVE} != "no" SUBDIR+= bhyve SUBDIR+= bhyvectl Modified: head/usr.sbin/Makefile.i386 ============================================================================== --- head/usr.sbin/Makefile.i386 Fri Jun 15 17:38:07 2018 (r335221) +++ head/usr.sbin/Makefile.i386 Fri Jun 15 17:44:21 2018 (r335222) @@ -7,7 +7,6 @@ SUBDIR+= acpi SUBDIR+= apm SUBDIR+= apmd .endif -SUBDIR+= asf SUBDIR+= boot0cfg .if ${MK_TOOLCHAIN} != "no" SUBDIR+= btxld