Skip to content

Commit

Permalink
Remove obsolete asf(8)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
emaste committed Jun 15, 2018
1 parent d1ded78 commit f756301
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 957 deletions.
3 changes: 3 additions & 0 deletions ObsoleteFiles.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions targets/pseudo/userland/Makefile.depend
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion usr.sbin/Makefile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ SUBDIR+= acpi
.if ${MK_APM} != "no"
SUBDIR+= apm
.endif
SUBDIR+= asf
.if ${MK_BHYVE} != "no"
SUBDIR+= bhyve
SUBDIR+= bhyvectl
Expand Down
1 change: 0 additions & 1 deletion usr.sbin/Makefile.i386
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ SUBDIR+= acpi
SUBDIR+= apm
SUBDIR+= apmd
.endif
SUBDIR+= asf
SUBDIR+= boot0cfg
.if ${MK_TOOLCHAIN} != "no"
SUBDIR+= btxld
Expand Down
9 changes: 0 additions & 9 deletions usr.sbin/asf/Makefile

This file was deleted.

19 changes: 0 additions & 19 deletions usr.sbin/asf/Makefile.depend

This file was deleted.

188 changes: 0 additions & 188 deletions usr.sbin/asf/asf.8

This file was deleted.

Loading

0 comments on commit f756301

Please sign in to comment.