Deprecate contigfree(9) in favour of free(9)
As of9e6544dd6econtigfree(9) is no longer needed and should not be used anymore. We leave a wrapper for 3rd party code in at least 15.x but remove (almost) all other cases from the tree. This leaves one use of contigfree(9) untouched; that was the original trigger for9e6544dd6eand is handled in D45813 (to be committed seperately later). Sponsored by: The FreeBSD Foundation Reviewed by: markj, kib Tested by: pho (10h stress test run) Differential Revision: https://reviews.freebsd.org/D46099
This commit is contained in:
@@ -51,6 +51,9 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20240726: deprecate contigfree(9)
|
||||
OLD_FILES+=usr/share/man/man9/contigfree.9.gz
|
||||
|
||||
# 20240721: retire vm_page_alloc_freelist
|
||||
OLD_FILES+=usr/share/man/man9/vm_page_alloc_freelist.9.gz
|
||||
OLD_FILES+=usr/share/man/man9/vm_page_alloc_freelist_domain.9.gz
|
||||
|
||||
Reference in New Issue
Block a user