Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jun 2003 20:13:56 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 33869 for review
Message-ID:  <200306300313.h5U3Dun9094067@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=33869

Change 33869 by rwatson@rwatson_powerbook on 2003/06/29 20:13:52

	Some more thread -> uthread
	#ifdef out VM bits that we're not ready for

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/mac.h#2 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/mac.h#2 (text+ko) ====

@@ -116,7 +116,7 @@
 struct sockaddr;
 struct socket;
 struct pipe;
-struct thread;
+struct uthread;
 struct timespec;
 struct ucred;
 struct uio;
@@ -230,7 +230,7 @@
 	    struct label *interpvnodelabel, struct image_params *imgp);
 void	mac_create_proc0(struct ucred *cred);
 void	mac_create_proc1(struct ucred *cred);
-void	mac_thread_userret(struct thread *td);
+void	mac_thread_userret(struct uthread *td);
 
 /* Access control checks. */
 int	mac_check_bpfdesc_receive(struct bpf_d *bpf_d, struct ifnet *ifnet);
@@ -339,7 +339,9 @@
 	    struct mac *extmac);
 int	mac_pipe_label_set(struct ucred *cred, struct pipe *pipe,
 	    struct label *label);
+#if 0
 void	mac_cred_mmapped_drop_perms(struct thread *td, struct ucred *cred);
+#endif
 
 /*
  * Calls to help various file systems implement labeling functionality



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306300313.h5U3Dun9094067>