File tree 4 files changed +6
-10
lines changed
4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 51
51
# xargs -n1 | sort | uniq -d;
52
52
# done
53
53
54
+ # 20240112: remove pmap_pinit2()
55
+ OLD_FILES+=usr/share/man/man9/pmap_pinit2.9.gz
56
+
54
57
# 20240112: replaced NetBSD tests for uniq with our own
55
58
OLD_FILES+=usr/tests/usr.bin/uniq/d_basic.in
56
59
OLD_FILES+=usr/tests/usr.bin/uniq/d_basic.out
Original file line number Diff line number Diff line change @@ -1813,8 +1813,7 @@ MLINKS+=pmap_extract.9 pmap_extract_and_hold.9
1813
1813
MLINKS+ =pmap_kextract.9 vtophys.9
1814
1814
MLINKS+ =pmap_init.9 pmap_init2.9
1815
1815
MLINKS+ =pmap_is_modified.9 pmap_ts_referenced.9
1816
- MLINKS+ =pmap_pinit.9 pmap_pinit0.9 \
1817
- pmap_pinit.9 pmap_pinit2.9
1816
+ MLINKS+ =pmap_pinit.9 pmap_pinit0.9
1818
1817
MLINKS+ =pmap_qenter.9 pmap_qremove.9
1819
1818
MLINKS+ =pmap_quick_enter_page.9 pmap_quick_remove_page.9
1820
1819
MLINKS+ =pmap_remove.9 pmap_remove_all.9 \
Original file line number Diff line number Diff line change 23
23
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24
24
.\" SUCH DAMAGE.
25
25
.\"
26
- .Dd August 30, 2016
26
+ .Dd January 12, 2024
27
27
.Dt PMAP 9
28
28
.Os
29
29
.Sh NAME
@@ -105,7 +105,6 @@ operation.
105
105
.Xr pmap_page_init 9 ,
106
106
.Xr pmap_pinit 9 ,
107
107
.Xr pmap_pinit0 9 ,
108
- .Xr pmap_pinit2 9 ,
109
108
.Xr pmap_protect 9 ,
110
109
.Xr pmap_qenter 9 ,
111
110
.Xr pmap_qremove 9 ,
Original file line number Diff line number Diff line change 23
23
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24
24
.\" SUCH DAMAGE.
25
25
.\"
26
- .Dd July 21, 2003
26
+ .Dd January 12, 2024
27
27
.Dt PMAP_PINIT 9
28
28
.Os
29
29
.Sh NAME
52
52
function initializes the physical map
53
53
.Fa pm ,
54
54
associated with process 0, the first process created in the system.
55
- .Sh IMPLEMENTATION NOTES
56
- The
57
- .Fn pmap_pinit2
58
- function has been deprecated, and should be implemented as a stub
59
- until further notice.
60
55
.Sh SEE ALSO
61
56
.Xr pmap 9 ,
62
57
.Xr pmap_growkernel 9
You can’t perform that action at this time.
0 commit comments