summaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2020-08-04 13:58:36 +0000
committerMark Johnston <markj@FreeBSD.org>2020-08-04 13:58:36 +0000
commit96ad26eefb45c365d423b6dd9be05a1d70958dc1 (patch)
treea28c95fd0b02c30b222a734656618ad057f5befd /ObsoleteFiles.inc
parent3422ca83ba48e5c9174542a2d3ba8225275779a6 (diff)
downloadsrc-test-96ad26eefb45c365d423b6dd9be05a1d70958dc1.tar.gz
src-test-96ad26eefb45c365d423b6dd9be05a1d70958dc1.zip
Remove free_domain() and uma_zfree_domain().
These functions were introduced before UMA started ensuring that freed memory gets placed in domain-local caches. They no longer serve any purpose since UMA now provides their functionality by default. Remove them to simplyify the kernel memory allocator interfaces a bit. Reviewed by: cem, kib Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D25937
Notes
Notes: svn path=/head/; revision=363834
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 6db60ca138669..160de5f37f4ed 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -36,6 +36,10 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20200803: remove free_domain(9) and uma_zfree_domain(9)
+OLD_FILES+=usr/share/man/man9/free_domain.9.gz
+OLD_FILES+=usr/share/man/man9/uma_zfree_domain.9.gz
+
# 20200729: remove long expired serial drivers
OLD_FILES+=usr/share/man/man4/cy.4.gz
OLD_FILES+=usr/share/man/man4/rc.4.gz