Complete removal of uvm_useracc(9), as described in
http://mail-index.netbsd.org/source-changes/2003/11/13/0011.html
This commit is contained in:
parent
aaf3dc5c61
commit
18b6ee6d42
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.711 2004/07/03 15:15:04 tron Exp $
|
||||
# $NetBSD: mi,v 1.712 2004/07/05 11:08:37 sketch Exp $
|
||||
./etc/mtree/set.comp comp-sys-root
|
||||
./usr/bin/addr2line comp-debug-bin bfd
|
||||
./usr/bin/ar comp-util-bin bfd
|
||||
|
@ -5435,7 +5435,7 @@
|
|||
./usr/share/man/cat9/uvm_swapin.0 comp-sys-catman .cat
|
||||
./usr/share/man/cat9/uvm_sysctl.0 comp-obsolete obsolete
|
||||
./usr/share/man/cat9/uvm_unloan.0 comp-sys-catman .cat
|
||||
./usr/share/man/cat9/uvm_useracc.0 comp-sys-catman .cat
|
||||
./usr/share/man/cat9/uvm_useracc.0 comp-obsolete obsolete
|
||||
./usr/share/man/cat9/uvm_vnp_setsize.0 comp-sys-catman .cat
|
||||
./usr/share/man/cat9/uvm_vnp_sync.0 comp-obsolete obsolete
|
||||
./usr/share/man/cat9/uvm_vnp_terminate.0 comp-obsolete obsolete
|
||||
|
@ -9160,7 +9160,7 @@
|
|||
./usr/share/man/man9/uvm_swapin.9 comp-sys-man .man
|
||||
./usr/share/man/man9/uvm_sysctl.9 comp-obsolete obsolete
|
||||
./usr/share/man/man9/uvm_unloan.9 comp-sys-man .man
|
||||
./usr/share/man/man9/uvm_useracc.9 comp-sys-man .man
|
||||
./usr/share/man/man9/uvm_useracc.9 comp-obsolete obsolete
|
||||
./usr/share/man/man9/uvm_vnp_setsize.9 comp-sys-man .man
|
||||
./usr/share/man/man9/uvm_vnp_sync.9 comp-obsolete obsolete
|
||||
./usr/share/man/man9/uvm_vnp_terminate.9 comp-obsolete obsolete
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.162 2004/05/25 14:54:56 hannken Exp $
|
||||
# $NetBSD: Makefile,v 1.163 2004/07/05 11:08:38 sketch Exp $
|
||||
|
||||
# Makefile for section 9 (kernel function and variable) manual pages.
|
||||
|
||||
|
@ -504,7 +504,7 @@ MLINKS+=uvm.9 uvm_init.9 uvm.9 uvm_init_limits.9 uvm.9 uvm_setpagesize.9 \
|
|||
uvm.9 uvm_pglistfree.9 uvm.9 uvm_page_physload.9 uvm.9 uvm_pageout.9 \
|
||||
uvm.9 uvm_scheduler.9 uvm.9 uvm_swapin.9 uvm.9 uao_create.9 \
|
||||
uvm.9 uao_detach.9 uvm.9 uao_reference.9 uvm.9 uvm_chgkprot.9 \
|
||||
uvm.9 uvm_kernacc.9 uvm.9 uvm_useracc.9 uvm.9 uvm_vslock.9 \
|
||||
uvm.9 uvm_kernacc.9 uvm.9 uvm_vslock.9 \
|
||||
uvm.9 uvm_vsunlock.9 uvm.9 uvm_meter.9 \
|
||||
uvm.9 uvm_fork.9 uvm.9 uvm_grow.9 uvm.9 uvm_coredump.9 \
|
||||
uvm.9 ubc_alloc.9 \
|
||||
|
|
Loading…
Reference in New Issue