PERFORCE change 128816 for review

Robert Watson rwatson at FreeBSD.org
Thu Nov 8 02:50:41 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=128816

Change 128816 by rwatson at rwatson_fledge on 2007/11/08 10:49:40

	Update a few of the mac2 KPI renaming notes.

Affected files ...

.. //depot/projects/trustedbsd/mac2/mac2_notes.txt#6 edit

Differences ...

==== //depot/projects/trustedbsd/mac2/mac2_notes.txt#6 (text+ko) ====

@@ -88,10 +88,6 @@
 :%s/init_proc/proc_init/g
 :%s/init_socket_peer/socket_peer_init/g
 :%s/init_socket/socket_init/g
-:%s/init_sysv_msgmsg/sysvmsg_init/g
-:%s/init_sysv_msgqueue/sysvmsq_init/g
-:%s/init_sysv_sem/sysvsem_init/g
-:%s/init_sysv_shm/sysvshm_init/g
 :%s/init_vnode/vnode_init/g
 
 :%s/destroy_bpfdesc/bpfdesc_destroy/g
@@ -107,17 +103,8 @@
 :%s/destroy_proc/proc_destroy/g
 :%s/destroy_socket_peer/socket_peer_destroy/g
 :%s/destroy_socket/socket_destroy/g
-:%s/destroy_sysv_msgmsg/sysvmsg_destroy/g
-:%s/destroy_sysv_msgqueue/sysvmsq_destroy/g
-:%s/destroy_sysv_sem/sysvsem_destroy/g
-:%s/destroy_sysv_shm/sysvshm_destroy/g
 :%s/destroy_vnode/vnode_destroy/g
 
-:%s/cleanup_sysv_msgmsg/sysvmsg_cleanup/g
-:%s/cleanup_sysv_msgqueue/sysvmsq_cleanup/g
-:%s/cleanup_sysv_sem/sysvsem_cleanup/g
-:%s/cleanup_sysv_shm/sysvshm_cleanup/g
-
 :%s/copy_cred/cred_copy/g
 :%s/copy_ifnet/ifnet_copy/g
 :%s/copy_mbuf/mbuf_copy/g
@@ -183,6 +170,7 @@
 :%s/create_mbuf_from_socket/socket_create_mbuf/g
 :%s/create_mbuf_multicast_encap/mbuf_create_multicast_encap/g
 :%s/create_mbuf_netlayer/mbuf_create_netlayer/g
+:%s/create_mbuf_from_firewall/mbuf_create_from_firewall/g
 :%s/fragment_match/ipq_match/g
 :%s/relabel_ifnet/ifnet_relabel/g
 :%s/update_ipq/ipq_update/g
@@ -197,6 +185,21 @@
 :%s/vnode_check_delete,/vnode_check_unlink,/g
 :%s/vnode_check_delete /vnode_check_unlink /g
 
+:%s/init_sysv_msgmsg/sysvmsg_init/g
+:%s/init_sysv_msgqueue/sysvmsq_init/g
+:%s/init_sysv_sem/sysvsem_init/g
+:%s/init_sysv_shm/sysvshm_init/g
+
+:%s/destroy_sysv_msgmsg/sysvmsg_destroy/g
+:%s/destroy_sysv_msgqueue/sysvmsq_destroy/g
+:%s/destroy_sysv_sem/sysvsem_destroy/g
+:%s/destroy_sysv_shm/sysvshm_destroy/g
+
+:%s/cleanup_sysv_msgmsg/sysvmsg_cleanup/g
+:%s/cleanup_sysv_msgqueue/sysvmsq_cleanup/g
+:%s/cleanup_sysv_sem/sysvsem_cleanup/g
+:%s/cleanup_sysv_shm/sysvshm_cleanup/g
+
 :%s/create_sysv_msgmsg/sysvmsg_create/g
 :%s/create_sysv_msgqueue/sysvmsq_create/g
 :%s/create_sysv_sem/sysvsem_create/g
@@ -225,6 +228,7 @@
 :%s/execve_will_transition/vnode_execve_will_transition/g
 
 :%s/check_sysarch_ioperm/system_check_ioperm/g
+:%s/check_system/system_check/g
 
 Resort.  Easy resort is just to resort vnode_check_unlink since it was
 renamed from check_vnode_delete.  Really, should also sort to match


More information about the p4-projects mailing list