From owner-p4-projects@FreeBSD.ORG Wed Jun 18 02:15:37 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 10DC037B404; Wed, 18 Jun 2003 02:15:37 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAD8B37B401 for ; Wed, 18 Jun 2003 02:15:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63BFE43F75 for ; Wed, 18 Jun 2003 02:15:36 -0700 (PDT) (envelope-from des@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5I9Fa0U082933 for ; Wed, 18 Jun 2003 02:15:36 -0700 (PDT) (envelope-from des@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5I9FZ75082930 for perforce@freebsd.org; Wed, 18 Jun 2003 02:15:35 -0700 (PDT) Date: Wed, 18 Jun 2003 02:15:35 -0700 (PDT) Message-Id: <200306180915.h5I9FZ75082930@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to des@freebsd.org using -f From: Dag-Erling Smorgrav To: Perforce Change Reviews Subject: PERFORCE change 33312 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 09:15:38 -0000 http://perforce.freebsd.org/chv.cgi?CH=33312 Change 33312 by des@des.at.des.thinksec.com on 2003/06/18 02:14:58 Checking the return value from pam_get_item(3) isn't enough, we also have to check that the item isn't NULL. Submitted by: marcus Affected files ... .. //depot/projects/openpam/lib/pam_get_user.c#18 edit Differences ... ==== //depot/projects/openpam/lib/pam_get_user.c#18 (text+ko) ==== @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/lib/pam_get_user.c#17 $ + * $P4: //depot/projects/openpam/lib/pam_get_user.c#18 $ */ #include @@ -43,7 +43,7 @@ #include "openpam_impl.h" -const char user_prompt[] = "Login:"; +static const char user_prompt[] = "Login:"; /* * XSSO 4.2.1 @@ -64,7 +64,7 @@ if (pamh == NULL || user == NULL) RETURNC(PAM_SYSTEM_ERR); r = pam_get_item(pamh, PAM_USER, (const void **)user); - if (r == PAM_SUCCESS) + if (r == PAM_SUCCESS && *user != NULL) RETURNC(PAM_SUCCESS); if (prompt == NULL) { r = pam_get_item(pamh, PAM_USER_PROMPT, (const void **)&prompt); From owner-p4-projects@FreeBSD.ORG Wed Jun 18 02:17:40 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4369E37B404; Wed, 18 Jun 2003 02:17:40 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D93DB37B401 for ; Wed, 18 Jun 2003 02:17:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84CA243FA3 for ; Wed, 18 Jun 2003 02:17:39 -0700 (PDT) (envelope-from des@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5I9Hd0U082980 for ; Wed, 18 Jun 2003 02:17:39 -0700 (PDT) (envelope-from des@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5I9HdQW082977 for perforce@freebsd.org; Wed, 18 Jun 2003 02:17:39 -0700 (PDT) Date: Wed, 18 Jun 2003 02:17:39 -0700 (PDT) Message-Id: <200306180917.h5I9HdQW082977@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to des@freebsd.org using -f From: Dag-Erling Smorgrav To: Perforce Change Reviews Subject: PERFORCE change 33313 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 09:17:41 -0000 http://perforce.freebsd.org/chv.cgi?CH=33313 Change 33313 by des@des.at.des.thinksec.com on 2003/06/18 02:16:42 Joe Marcus Clarke is a FreeBSD committer, so list his freebsd.org address. Affected files ... .. //depot/projects/openpam/CREDITS#9 edit Differences ... ==== //depot/projects/openpam/CREDITS#9 (text+ko) ==== @@ -17,7 +17,7 @@ Dmitry V. Levin Eric Melville Gary Winiger - Joe Marcus Clarke + Joe Marcus Clarke Juli Mallett Mark Murray Mike Petullo @@ -27,4 +27,4 @@ Solar Designer Takanori Saneto -$P4: //depot/projects/openpam/CREDITS#8 $ +$P4: //depot/projects/openpam/CREDITS#9 $ From owner-p4-projects@FreeBSD.ORG Wed Jun 18 02:33:00 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2182F37B404; Wed, 18 Jun 2003 02:33:00 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC5DC37B401 for ; Wed, 18 Jun 2003 02:32:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77BC243F75 for ; Wed, 18 Jun 2003 02:32:59 -0700 (PDT) (envelope-from des@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5I9Wx0U088204 for ; Wed, 18 Jun 2003 02:32:59 -0700 (PDT) (envelope-from des@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5I9WwPC088195 for perforce@freebsd.org; Wed, 18 Jun 2003 02:32:58 -0700 (PDT) Date: Wed, 18 Jun 2003 02:32:58 -0700 (PDT) Message-Id: <200306180932.h5I9WwPC088195@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to des@freebsd.org using -f From: Dag-Erling Smorgrav To: Perforce Change Reviews Subject: PERFORCE change 33318 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 09:33:01 -0000 http://perforce.freebsd.org/chv.cgi?CH=33318 Change 33318 by des@des.at.des.thinksec.com on 2003/06/18 02:32:54 Change '-type f' to '-not -type d' to make sure we also get symlinks and whatnot. Affected files ... .. //depot/projects/openpam/clean.sh#2 edit Differences ... ==== //depot/projects/openpam/clean.sh#2 (text+ko) ==== @@ -1,11 +1,11 @@ #!/bin/sh # -# $P4: //depot/projects/openpam/clean.sh#1 $ +# $P4: //depot/projects/openpam/clean.sh#2 $ tmpfile="/tmp/openpam-clean.$$" p4 files ... | grep -v 'delete change' | sed 's|^.*/openpam/||; s|#.*$||' > "${tmpfile}" -find . -type f | cut -c 3- | while read file ; do +find . -not -type d | cut -c 3- | while read file ; do grep "^${file}\$" "${tmpfile}" >/dev/null || rm -v "${file}" done find . -type d -empty -print -delete From owner-p4-projects@FreeBSD.ORG Wed Jun 18 02:42:14 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id AE7D437B404; Wed, 18 Jun 2003 02:42:13 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F63337B401 for ; Wed, 18 Jun 2003 02:42:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB2443F85 for ; Wed, 18 Jun 2003 02:42:12 -0700 (PDT) (envelope-from des@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5I9gC0U090679 for ; Wed, 18 Jun 2003 02:42:12 -0700 (PDT) (envelope-from des@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5I9gCDp090673 for perforce@freebsd.org; Wed, 18 Jun 2003 02:42:12 -0700 (PDT) Date: Wed, 18 Jun 2003 02:42:12 -0700 (PDT) Message-Id: <200306180942.h5I9gCDp090673@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to des@freebsd.org using -f From: Dag-Erling Smorgrav To: Perforce Change Reviews Subject: PERFORCE change 33322 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 09:42:14 -0000 http://perforce.freebsd.org/chv.cgi?CH=33322 Change 33322 by des@des.at.des.thinksec.com on 2003/06/18 02:41:15 Staticize the default prompts. Affected files ... .. //depot/projects/openpam/lib/pam_get_authtok.c#26 edit Differences ... ==== //depot/projects/openpam/lib/pam_get_authtok.c#26 (text+ko) ==== @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/lib/pam_get_authtok.c#25 $ + * $P4: //depot/projects/openpam/lib/pam_get_authtok.c#26 $ */ #include @@ -44,9 +44,9 @@ #include "openpam_impl.h" -const char authtok_prompt[] = "Password:"; -const char oldauthtok_prompt[] = "Old Password:"; -const char newauthtok_prompt[] = "New Password:"; +static const char authtok_prompt[] = "Password:"; +static const char oldauthtok_prompt[] = "Old Password:"; +static const char newauthtok_prompt[] = "New Password:"; /* * OpenPAM extension From owner-p4-projects@FreeBSD.ORG Wed Jun 18 02:42:15 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D93E237B408; Wed, 18 Jun 2003 02:42:14 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15C7A37B40B for ; Wed, 18 Jun 2003 02:42:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7023A43FBF for ; Wed, 18 Jun 2003 02:42:13 -0700 (PDT) (envelope-from des@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5I9gD0U090691 for ; Wed, 18 Jun 2003 02:42:13 -0700 (PDT) (envelope-from des@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5I9gCxp090685 for perforce@freebsd.org; Wed, 18 Jun 2003 02:42:12 -0700 (PDT) Date: Wed, 18 Jun 2003 02:42:12 -0700 (PDT) Message-Id: <200306180942.h5I9gCxp090685@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to des@freebsd.org using -f From: Dag-Erling Smorgrav To: Perforce Change Reviews Subject: PERFORCE change 33323 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 09:42:16 -0000 http://perforce.freebsd.org/chv.cgi?CH=33323 Change 33323 by des@des.at.des.thinksec.com on 2003/06/18 02:41:27 Avoid side effects in macro arguments (don't I ever learn?); also address some related style issues. Submitted by: Dmitry V. Levin Affected files ... .. //depot/projects/openpam/lib/openpam_load.c#20 edit .. //depot/projects/openpam/lib/pam_end.c#14 edit .. //depot/projects/openpam/lib/pam_getenvlist.c#13 edit Differences ... ==== //depot/projects/openpam/lib/openpam_load.c#20 (text+ko) ==== @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/lib/openpam_load.c#19 $ + * $P4: //depot/projects/openpam/lib/openpam_load.c#20 $ */ #include @@ -153,10 +153,13 @@ return; openpam_destroy_chain(chain->next); chain->next = NULL; - while (chain->optc--) + while (chain->optc) { + --chain->optc; FREE(chain->optv[chain->optc]); + } FREE(chain->optv); openpam_release_module(chain->module); + chain->module = NULL; FREE(chain); } ==== //depot/projects/openpam/lib/pam_end.c#14 (text+ko) ==== @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/lib/pam_end.c#13 $ + * $P4: //depot/projects/openpam/lib/pam_end.c#14 $ */ #include @@ -68,8 +68,10 @@ } /* clear environment */ - while (pamh->env_count) - FREE(pamh->env[--pamh->env_count]); + while (pamh->env_count) { + --pamh->env_count; + FREE(pamh->env[pamh->env_count]); + } FREE(pamh->env); /* clear chains */ ==== //depot/projects/openpam/lib/pam_getenvlist.c#13 (text+ko) ==== @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/lib/pam_getenvlist.c#12 $ + * $P4: //depot/projects/openpam/lib/pam_getenvlist.c#13 $ */ #include @@ -65,8 +65,10 @@ } for (i = 0; i < pamh->env_count; ++i) { if ((envlist[i] = strdup(pamh->env[i])) == NULL) { - while (i) - FREE(envlist[--i]); + while (i) { + --i; + FREE(envlist[i]); + } FREE(envlist); openpam_log(PAM_LOG_ERROR, "%s", pam_strerror(pamh, PAM_BUF_ERR)); From owner-p4-projects@FreeBSD.ORG Thu Jun 19 13:09:16 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2FA3B37B404; Thu, 19 Jun 2003 13:09:16 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D59CB37B401 for ; Thu, 19 Jun 2003 13:09:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D41A43FBD for ; Thu, 19 Jun 2003 13:09:15 -0700 (PDT) (envelope-from cvance@nailabs.com) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5JK9F0U086354 for ; Thu, 19 Jun 2003 13:09:15 -0700 (PDT) (envelope-from cvance@nailabs.com) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5JK9EOg086351 for perforce@freebsd.org; Thu, 19 Jun 2003 13:09:14 -0700 (PDT) Date: Thu, 19 Jun 2003 13:09:14 -0700 (PDT) Message-Id: <200306192009.h5JK9EOg086351@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to cvance@nailabs.com using -f From: Chris Vance To: Perforce Change Reviews Subject: PERFORCE change 33402 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2003 20:09:17 -0000 http://perforce.freebsd.org/chv.cgi?CH=33402 Change 33402 by cvance@cvance_demo on 2003/06/19 13:08:35 - Implement pipe entry points - Fix more style issues Affected files ... .. //depot/projects/trustedbsd/sebsd/sys/security/sebsd/sebsd.c#6 edit .. //depot/projects/trustedbsd/sebsd/sys/security/sebsd/sebsd_labels.h#3 edit Differences ... ==== //depot/projects/trustedbsd/sebsd/sys/security/sebsd/sebsd.c#6 (text+ko) ==== @@ -48,6 +48,7 @@ #include #include #include +#include #include #include @@ -269,13 +270,30 @@ file->sclass = vnode_type_to_security_class(vp->v_type); if (file->sclass == 0) { printf("vnode_has_perm:: Giving up\n"); - return 0; /* TBD: debugging */ + return 1; /* TBD: debugging */ } } return avc_has_perm_ref_audit(task->sid, file->sid, file->sclass, perm, aeref ? aeref : &file->avcr, &ad); } +static int +pipe_has_perm(struct ucred *cred, struct pipe *pipe, access_vector_t perm) +{ + struct task_security_struct *task; + struct vnode_security_struct *file; + + task = SLOT(&cred->cr_label); + file = SLOT(pipe->pipe_label); + + /* + * TBD: No audit information yet + */ + + return(avc_has_perm_ref(task->sid, file->sid, file->sclass, + perm, &file->avcr)); +} + static void sebsd_init_cred_label(struct label *label) { @@ -316,6 +334,34 @@ SLOT(label) = sbsec; } + +static void +sebsd_init_network_label(struct label *label) +{ + struct network_security_struct *new; + + new = malloc(sizeof(*new), M_SEBSD, M_ZERO | M_WAITOK); + new->sid = new->task_sid = SECINITSID_UNLABELED; + SLOT(label) = new; +} + +static int +sebsd_init_network_label_waitcheck(struct label *label, int flag) +{ + struct network_security_struct *new; + + new = malloc(sizeof(*new), M_SEBSD, M_ZERO | flag); + if (new == NULL) { + SLOT(label) = NULL; + return (ENOMEM); + } + + new->sid = new->task_sid = SECINITSID_UNLABELED; + SLOT(label) = new; + + return (0); +} + static void sebsd_init_vnode_label(struct label *label) { @@ -587,6 +633,24 @@ free(path, M_SEBSD); } +/* + * Use the allocating task SID to label pipes. On Linux, pipes reside + * in a pseudo filesystem. + */ +static void +sebsd_create_pipe(struct ucred *cred, struct pipe *pipe, + struct label *pipelabel) +{ + struct task_security_struct *tsec; + struct vnode_security_struct *vsec; + + tsec = SLOT(&cred->cr_label); + vsec = SLOT(pipelabel); + + vsec->sid = vsec->task_sid = tsec->sid; + vsec->sclass = SECCLASS_FIFO_FILE; +} + static void sebsd_create_proc0(struct ucred *cred) { @@ -779,17 +843,90 @@ } static int +sebsd_check_pipe_ioctl(struct ucred *cred, struct pipe *pipe, + struct label *pipelabel, unsigned long cmd, void /* caddr_t */ *data) +{ + + return (pipe_has_perm(cred, pipe, FIFO_FILE__IOCTL)); +} + +static int +sebsd_check_pipe_poll(struct ucred *cred, struct pipe *pipe, + struct label *pipelabel) +{ + + return (pipe_has_perm(cred, pipe, FIFO_FILE__POLL)); +} + +static int +sebsd_check_pipe_read(struct ucred *cred, struct pipe *pipe, + struct label *pipelabel) +{ + + return (pipe_has_perm(cred, pipe, FIFO_FILE__READ)); +} + +static int +sebsd_check_pipe_relabel(struct ucred *cred, struct pipe *pipe, + struct label *pipelabel, struct label *newlabel) +{ + struct task_security_struct *task; + struct vnode_security_struct *file; + struct vnode_security_struct *newfile; + int rc; + + task = SLOT(&cred->cr_label); + file = SLOT(pipelabel); + newfile = SLOT(newlabel); + + rc = avc_has_perm_ref(task->sid, file->sid, file->sclass, + FIFO_FILE__RELABELFROM, &file->avcr); + + if (rc) + return (rc); + + rc = avc_has_perm(task->sid, newfile->sid, file->sclass, + FIFO_FILE__RELABELTO); + + /* + * TBD: SELinux also check filesystem associate permission: + return avc_has_perm_audit(newsid, + sbsec->sid, + SECCLASS_FILESYSTEM, + FILESYSTEM__ASSOCIATE, + &ad); + */ + return(rc); +} + +static int +sebsd_check_pipe_stat(struct ucred *cred, struct pipe *pipe, + struct label *pipelabel) +{ + + return (pipe_has_perm(cred, pipe, FIFO_FILE__GETATTR)); +} + +static int +sebsd_check_pipe_write(struct ucred *cred, struct pipe *pipe, + struct label *pipelabel) +{ + + return (pipe_has_perm(cred, pipe, FIFO_FILE__WRITE)); +} + +static int sebsd_check_proc_debug(struct ucred *cred, struct proc *proc) { - return(cred_has_perm(cred, proc, PROCESS__PTRACE)); + return (cred_has_perm(cred, proc, PROCESS__PTRACE)); } static int sebsd_check_proc_sched(struct ucred *cred, struct proc *proc) { - return(cred_has_perm(cred, proc, PROCESS__SETSCHED)); + return (cred_has_perm(cred, proc, PROCESS__SETSCHED)); } static int @@ -812,7 +949,7 @@ break; } - return cred_has_perm(cred, proc, perm); + return (cred_has_perm(cred, proc, perm)); } static void @@ -916,6 +1053,17 @@ } static int +sebsd_internalize_network_label(struct label *label, char *element_name, + char *element_data, int *claimed) +{ + struct network_security_struct *nsec; + + nsec = SLOT(label); + return (sebsd_internalize_sid(&nsec->sid, element_name, element_data, + claimed)); +} + +static int sebsd_internalize_vnode_label(struct label *label, char *element_name, char *element_data, int *claimed) { @@ -927,6 +1075,27 @@ } static void +sebsd_relabel_pipe(struct ucred *cred, struct pipe *pipe, + struct label *pipelabel, struct label *newlabel) +{ + struct vnode_security_struct *source, *dest; + + source = SLOT(newlabel); + dest = SLOT(pipelabel); + + if (!source) { + printf("sebsd_relabel_pipe:: source is NULL!\n"); + return; + } + if (!dest) { + printf("sebsd_relabel_pipe:: dest is NULL!\n"); + return; + } + + dest->sid = source->sid; +} + +static void sebsd_relabel_vnode(struct ucred *cred, struct vnode *vp, struct label *vnodelabel, struct label *label) { @@ -1492,7 +1661,7 @@ sebsd_check_system_settime(struct ucred *cred) { - return (0); + return(cred_has_capability(cred, CAPABILITY__SYS_TIME)); } static int @@ -1607,6 +1776,17 @@ size, len, claimed)); } +static int +sebsd_externalize_network_label(struct label *label, char *element_name, + char *element_data, size_t size, size_t *len, int *claimed) +{ + struct network_security_struct *nsec; + + nsec = SLOT(label); + return (sebsd_externalize_sid(nsec->sid, element_name, element_data, + size, len, claimed)); +} + static void sebsd_copy_vnode_label(struct label *src, struct label *dest) { @@ -1750,41 +1930,86 @@ static struct mac_policy_ops sebsd_ops = { /* Init Labels */ .mpo_init = sebsd_init, + .mpo_init_bpfdesc_label = sebsd_init_network_label, .mpo_init_cred_label = sebsd_init_cred_label, .mpo_init_devfsdirent_label = sebsd_init_vnode_label, .mpo_init_file_label = sebsd_init_file_label, + .mpo_init_ifnet_label = sebsd_init_network_label, + .mpo_init_ipq_label = sebsd_init_network_label, + .mpo_init_mbuf_label = sebsd_init_network_label_waitcheck, .mpo_init_mount_label = sebsd_init_mount_label, .mpo_init_mount_fs_label = sebsd_init_mount_fs_label, + .mpo_init_pipe_label = sebsd_init_vnode_label, + .mpo_init_socket_label = sebsd_init_network_label_waitcheck, + .mpo_init_socket_peer_label = sebsd_init_network_label_waitcheck, .mpo_init_vnode_label = sebsd_init_vnode_label, /* Destroy Labels */ .mpo_destroy = sebsd_destroy, + .mpo_destroy_bpfdesc_label = sebsd_destroy_label, .mpo_destroy_cred_label = sebsd_destroy_label, .mpo_destroy_devfsdirent_label = sebsd_destroy_label, + .mpo_destroy_ifnet_label = sebsd_destroy_label, + .mpo_destroy_ipq_label = sebsd_destroy_label, + .mpo_destroy_mbuf_label = sebsd_destroy_label, .mpo_destroy_file_label = sebsd_destroy_label, .mpo_destroy_mount_label = sebsd_destroy_label, .mpo_destroy_mount_fs_label = sebsd_destroy_label, + .mpo_destroy_pipe_label = sebsd_destroy_label, + .mpo_destroy_socket_label = sebsd_destroy_label, + .mpo_destroy_socket_peer_label = sebsd_destroy_label, .mpo_destroy_vnode_label = sebsd_destroy_label, /* Copy labels */ + .mpo_copy_pipe_label = sebsd_copy_vnode_label, .mpo_copy_vnode_label = sebsd_copy_vnode_label, /* In/Out */ .mpo_externalize_cred_label = sebsd_externalize_cred_label, + .mpo_externalize_ifnet_label = sebsd_externalize_network_label, + .mpo_externalize_pipe_label = sebsd_externalize_vnode_label, + .mpo_externalize_socket_label = sebsd_externalize_network_label, + .mpo_externalize_socket_peer_label = sebsd_externalize_network_label, .mpo_externalize_vnode_label = sebsd_externalize_vnode_label, .mpo_internalize_cred_label = sebsd_internalize_cred_label, + .mpo_internalize_ifnet_label = sebsd_internalize_network_label, + .mpo_internalize_pipe_label = sebsd_internalize_vnode_label, + .mpo_internalize_socket_label = sebsd_internalize_network_label, .mpo_internalize_vnode_label = sebsd_internalize_vnode_label, +#ifdef notdef + void (*mpo_create_mbuf_from_socket)(struct socket *so, + struct label *socketlabel, struct mbuf *m, + struct label *mbuflabel); + void (*mpo_create_socket)(struct ucred *cred, struct socket *so, + struct label *socketlabel); + void (*mpo_create_socket_from_socket)(struct socket *oldsocket, + struct label *oldsocketlabel, struct socket *newsocket, + struct label *newsocketlabel); + void (*mpo_relabel_socket)(struct ucred *cred, struct socket *so, + struct label *oldlabel, struct label *newlabel); + void (*mpo_set_socket_peer_from_mbuf)(struct mbuf *mbuf, + struct label *mbuflabel, struct socket *so, + struct label *socketpeerlabel); + void (*mpo_set_socket_peer_from_socket)(struct socket *oldsocket, + struct label *oldsocketlabel, struct socket *newsocket, + struct label *newsocketpeerlabel); +#endif + /* Create Labels */ .mpo_create_cred = sebsd_create_cred, .mpo_create_devfs_device = sebsd_create_devfs_device, .mpo_create_devfs_directory = sebsd_create_devfs_directory, .mpo_create_devfs_symlink = sebsd_create_devfs_symlink, .mpo_create_file = sebsd_create_file, + /* .mpo_create_mbuf_from_socket = sebsd_create_mbuf_from_socket, */ + .mpo_create_mount = sebsd_create_mount, + .mpo_create_pipe = sebsd_create_pipe, .mpo_create_proc0 = sebsd_create_proc0, .mpo_create_proc1 = sebsd_create_proc1, - .mpo_create_mount = sebsd_create_mount, .mpo_create_root_mount = sebsd_create_root_mount, + /* .mpo_create_socket = sebsd_create_socket, */ + /* .mpo_create_socket_from_socket = sebsd_create_socket_from_socket, */ .mpo_create_vnode_extattr = sebsd_create_vnode_extattr, .mpo_associate_vnode_devfs = sebsd_associate_vnode_devfs, .mpo_associate_vnode_singlelabel = sebsd_associate_vnode_singlelabel, @@ -1793,6 +2018,12 @@ /* Check Labels */ .mpo_check_cred_relabel = sebsd_check_cred_relabel, .mpo_check_file_create = sebsd_check_file_create, + /* + .mpo_check_file_dup + .mpo_check_file_inherit + .mpo_check_file_ioctl + .mpo_check_file_receive + */ .mpo_check_file_get_flags = sebsd_check_file_get_flags, .mpo_check_file_get_ofileflags = sebsd_check_file_get_ofileflags, .mpo_check_file_get_offset = sebsd_check_file_get_offset, @@ -1803,6 +2034,14 @@ .mpo_check_kld_load = sebsd_check_kld_load, .mpo_check_kld_unload = sebsd_check_kld_unload, .mpo_check_mount_stat = sebsd_check_mount_stat, + + .mpo_check_pipe_ioctl = sebsd_check_pipe_ioctl, + .mpo_check_pipe_poll = sebsd_check_pipe_poll, + .mpo_check_pipe_read = sebsd_check_pipe_read, + .mpo_check_pipe_relabel = sebsd_check_pipe_relabel, + .mpo_check_pipe_stat = sebsd_check_pipe_stat, + .mpo_check_pipe_write = sebsd_check_pipe_write, + .mpo_check_proc_debug = sebsd_check_proc_debug, .mpo_check_proc_sched = sebsd_check_proc_sched, .mpo_check_proc_signal = sebsd_check_proc_signal, @@ -1849,8 +2088,12 @@ .mpo_execve_transition = sebsd_execve_transition, .mpo_execve_will_transition = sebsd_execve_will_transition, .mpo_relabel_cred = sebsd_relabel_cred, + .mpo_relabel_pipe = sebsd_relabel_pipe, + /* .mpo_relabel_socket = sebsd_relabel_socket, */ .mpo_relabel_vnode = sebsd_relabel_vnode, .mpo_setlabel_vnode_extattr = sebsd_setlabel_vnode_extattr, + /*.mpo_set_socket_peer_from_mbuf = sebsd_set_socket_peer_from_mbuf,*/ + /*.mpo_set_socket_peer_from_socket = sebsd_set_socket_peer_from_socket,*/ .mpo_syscall = sebsd_syscall, }; ==== //depot/projects/trustedbsd/sebsd/sys/security/sebsd/sebsd_labels.h#3 (text+ko) ==== @@ -59,6 +59,12 @@ avc_entry_ref_t avcr; }; +struct network_security_struct { + security_id_t sid; + security_id_t task_sid; + avc_entry_ref_t avcr; +}; + struct mount_security_struct { security_id_t sid; /* SID of file system */ #ifndef __FreeBSD__ From owner-p4-projects@FreeBSD.ORG Thu Jun 19 23:53:29 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0D14D37B404; Thu, 19 Jun 2003 23:53:29 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF89437B401 for ; Thu, 19 Jun 2003 23:53:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EE7B43FB1 for ; Thu, 19 Jun 2003 23:53:26 -0700 (PDT) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5K6rM0U099390 for ; Thu, 19 Jun 2003 23:53:22 -0700 (PDT) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5K6rIeX099336 for perforce@freebsd.org; Thu, 19 Jun 2003 23:53:18 -0700 (PDT) Date: Thu, 19 Jun 2003 23:53:18 -0700 (PDT) Message-Id: <200306200653.h5K6rIeX099336@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar To: Perforce Change Reviews Subject: PERFORCE change 33416 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 06:53:30 -0000 http://perforce.freebsd.org/chv.cgi?CH=33416 Change 33416 by marcel@marcel_nfs on 2003/06/19 23:52:57 IFC @33415 Affected files ... .. //depot/projects/ia64/MAINTAINERS#31 integrate .. //depot/projects/ia64/contrib/bind/CHANGES#7 integrate .. //depot/projects/ia64/contrib/bind/FREEBSD-Upgrade#2 integrate .. //depot/projects/ia64/contrib/bind/README#6 integrate .. //depot/projects/ia64/contrib/bind/Version#6 integrate .. //depot/projects/ia64/contrib/bind/bin/dig/dig.c#5 integrate .. //depot/projects/ia64/contrib/bind/bin/dnsquery/dnsquery.c#4 integrate .. //depot/projects/ia64/contrib/bind/bin/host/host.c#6 integrate .. //depot/projects/ia64/contrib/bind/bin/named-xfer/named-xfer.c#4 integrate .. //depot/projects/ia64/contrib/bind/bin/named/db_defs.h#6 integrate .. //depot/projects/ia64/contrib/bind/bin/named/db_ixfr.c#3 integrate .. //depot/projects/ia64/contrib/bind/bin/named/db_load.c#3 integrate .. //depot/projects/ia64/contrib/bind/bin/named/db_sec.c#5 integrate .. //depot/projects/ia64/contrib/bind/bin/named/ns_config.c#5 integrate .. //depot/projects/ia64/contrib/bind/bin/named/ns_ctl.c#4 integrate .. //depot/projects/ia64/contrib/bind/bin/named/ns_defs.h#7 integrate .. //depot/projects/ia64/contrib/bind/bin/named/ns_forw.c#5 integrate .. //depot/projects/ia64/contrib/bind/bin/named/ns_func.h#4 integrate .. //depot/projects/ia64/contrib/bind/bin/named/ns_glob.h#4 integrate .. //depot/projects/ia64/contrib/bind/bin/named/ns_init.c#3 integrate .. //depot/projects/ia64/contrib/bind/bin/named/ns_ixfr.c#4 integrate .. //depot/projects/ia64/contrib/bind/bin/named/ns_lexer.c#5 integrate .. //depot/projects/ia64/contrib/bind/bin/named/ns_main.c#5 integrate .. //depot/projects/ia64/contrib/bind/bin/named/ns_maint.c#5 integrate .. //depot/projects/ia64/contrib/bind/bin/named/ns_ncache.c#5 integrate .. //depot/projects/ia64/contrib/bind/bin/named/ns_parser.y#5 integrate .. //depot/projects/ia64/contrib/bind/bin/named/ns_req.c#7 integrate .. //depot/projects/ia64/contrib/bind/bin/named/ns_resp.c#7 integrate .. //depot/projects/ia64/contrib/bind/bin/named/ns_update.c#4 integrate .. //depot/projects/ia64/contrib/bind/bin/ndc/ndc.c#4 integrate .. //depot/projects/ia64/contrib/bind/bin/nslookup/getinfo.c#6 integrate .. //depot/projects/ia64/contrib/bind/bin/nslookup/main.c#5 integrate .. //depot/projects/ia64/contrib/bind/bin/nslookup/send.c#5 integrate .. //depot/projects/ia64/contrib/bind/bin/nsupdate/nsupdate.c#3 integrate .. //depot/projects/ia64/contrib/bind/doc/html/options.html#4 integrate .. //depot/projects/ia64/contrib/bind/doc/man/dig.1#4 integrate .. //depot/projects/ia64/contrib/bind/doc/man/named-xfer.8#3 integrate .. //depot/projects/ia64/contrib/bind/doc/man/named.8#3 integrate .. //depot/projects/ia64/contrib/bind/doc/man/named.conf.5#5 integrate .. //depot/projects/ia64/contrib/bind/doc/man/resolver.3#4 integrate .. //depot/projects/ia64/contrib/bind/include/arpa/nameser.h#4 integrate .. //depot/projects/ia64/contrib/bind/include/arpa/nameser_compat.h#4 integrate .. //depot/projects/ia64/contrib/bind/include/hesiod.h#2 integrate .. //depot/projects/ia64/contrib/bind/include/irp.h#2 integrate .. //depot/projects/ia64/contrib/bind/include/irs.h#3 integrate .. //depot/projects/ia64/contrib/bind/include/isc/ctl.h#3 integrate .. //depot/projects/ia64/contrib/bind/include/isc/dst.h#2 integrate .. //depot/projects/ia64/contrib/bind/include/isc/eventlib.h#3 integrate .. //depot/projects/ia64/contrib/bind/include/isc/irpmarshall.h#3 integrate .. //depot/projects/ia64/contrib/bind/include/isc/logging.h#3 integrate .. //depot/projects/ia64/contrib/bind/include/isc/misc.h#3 integrate .. //depot/projects/ia64/contrib/bind/include/isc/tree.h#2 integrate .. //depot/projects/ia64/contrib/bind/include/netgroup.h#2 integrate .. //depot/projects/ia64/contrib/bind/include/resolv.h#5 integrate .. //depot/projects/ia64/contrib/bind/lib/dst/bsafe_link.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/dst/cylink_link.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/dst/dst_api.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/dst/hmac_link.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/irs/dns_gr.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/irs/dns_ho.c#5 integrate .. //depot/projects/ia64/contrib/bind/lib/irs/dns_nw.c#5 integrate .. //depot/projects/ia64/contrib/bind/lib/irs/gen_gr.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/irs/getaddrinfo.c#4 integrate .. //depot/projects/ia64/contrib/bind/lib/irs/gethostent.c#4 integrate .. //depot/projects/ia64/contrib/bind/lib/irs/getnameinfo.c#4 integrate .. //depot/projects/ia64/contrib/bind/lib/irs/getnetgrent.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/irs/getnetgrent_r.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/irs/hesiod.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/irs/irp_p.h#3 integrate .. //depot/projects/ia64/contrib/bind/lib/irs/irs_data.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/irs/nis_gr.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/irs/nis_ho.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/isc/ctl_clnt.c#4 integrate .. //depot/projects/ia64/contrib/bind/lib/isc/ctl_srvr.c#4 integrate .. //depot/projects/ia64/contrib/bind/lib/isc/ev_files.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/isc/ev_timers.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/isc/ev_waits.c#2 integrate .. //depot/projects/ia64/contrib/bind/lib/isc/eventlib.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/isc/eventlib_p.h#3 integrate .. //depot/projects/ia64/contrib/bind/lib/isc/logging.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/nameser/ns_name.c#6 integrate .. //depot/projects/ia64/contrib/bind/lib/nameser/ns_parse.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/nameser/ns_print.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/nameser/ns_samedomain.c#4 integrate .. //depot/projects/ia64/contrib/bind/lib/nameser/ns_sign.c#4 integrate .. //depot/projects/ia64/contrib/bind/lib/resolv/res_comp.c#2 integrate .. //depot/projects/ia64/contrib/bind/lib/resolv/res_debug.c#4 integrate .. //depot/projects/ia64/contrib/bind/lib/resolv/res_findzonecut.c#4 integrate .. //depot/projects/ia64/contrib/bind/lib/resolv/res_init.c#4 integrate .. //depot/projects/ia64/contrib/bind/lib/resolv/res_mkquery.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/resolv/res_mkupdate.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/resolv/res_private.h#3 integrate .. //depot/projects/ia64/contrib/bind/lib/resolv/res_query.c#3 integrate .. //depot/projects/ia64/contrib/bind/lib/resolv/res_send.c#4 integrate .. //depot/projects/ia64/contrib/bind/lib/resolv/res_update.c#4 integrate .. //depot/projects/ia64/contrib/bind/port/freebsd/bin/probe_ipv6#2 integrate .. //depot/projects/ia64/contrib/bind/port/freebsd/include/port_after.h#5 integrate .. //depot/projects/ia64/contrib/lukemftp/FreeBSD-patchset#1 branch .. //depot/projects/ia64/contrib/lukemftp/diffout#1 branch .. //depot/projects/ia64/contrib/lukemftp/src/Makefile#1 branch .. //depot/projects/ia64/contrib/lukemftp/src/cmds.c#3 integrate .. //depot/projects/ia64/contrib/lukemftp/src/cmdtab.c#3 integrate .. //depot/projects/ia64/contrib/lukemftp/src/complete.c#2 integrate .. //depot/projects/ia64/contrib/lukemftp/src/domacro.c#3 integrate .. //depot/projects/ia64/contrib/lukemftp/src/extern.h#3 integrate .. //depot/projects/ia64/contrib/lukemftp/src/fetch.c#4 integrate .. //depot/projects/ia64/contrib/lukemftp/src/ftp.1#4 integrate .. //depot/projects/ia64/contrib/lukemftp/src/ftp.c#4 integrate .. //depot/projects/ia64/contrib/lukemftp/src/ftp.cat1#2 delete .. //depot/projects/ia64/contrib/lukemftp/src/ftp_var.h#4 integrate .. //depot/projects/ia64/contrib/lukemftp/src/main.c#4 integrate .. //depot/projects/ia64/contrib/lukemftp/src/progressbar.c#1 branch .. //depot/projects/ia64/contrib/lukemftp/src/progressbar.h#1 branch .. //depot/projects/ia64/contrib/lukemftp/src/ruserpass.c#3 integrate .. //depot/projects/ia64/contrib/lukemftp/src/util.c#3 integrate .. //depot/projects/ia64/contrib/lukemftp/src/version.h#3 integrate .. //depot/projects/ia64/contrib/openpam/lib/openpam_load.c#12 integrate .. //depot/projects/ia64/contrib/openpam/lib/pam_end.c#12 integrate .. //depot/projects/ia64/contrib/openpam/lib/pam_getenvlist.c#11 integrate .. //depot/projects/ia64/contrib/sendmail/src/conf.c#12 integrate .. //depot/projects/ia64/contrib/sendmail/src/headers.c#8 integrate .. //depot/projects/ia64/contrib/texinfo/AUTHORS#3 integrate .. //depot/projects/ia64/contrib/texinfo/COPYING#4 integrate .. //depot/projects/ia64/contrib/texinfo/COPYING.DOC#3 delete .. //depot/projects/ia64/contrib/texinfo/ChangeLog#5 integrate .. //depot/projects/ia64/contrib/texinfo/FREEBSD-upgrade#5 integrate .. //depot/projects/ia64/contrib/texinfo/NEWS#5 integrate .. //depot/projects/ia64/contrib/texinfo/TODO#5 integrate .. //depot/projects/ia64/contrib/texinfo/config.h#5 integrate .. //depot/projects/ia64/contrib/texinfo/config.h.in#5 integrate .. //depot/projects/ia64/contrib/texinfo/doc/fdl.texi#3 integrate .. //depot/projects/ia64/contrib/texinfo/doc/info-stnd.texi#5 integrate .. //depot/projects/ia64/contrib/texinfo/doc/info.1#5 integrate .. //depot/projects/ia64/contrib/texinfo/doc/install-info.1#5 integrate .. //depot/projects/ia64/contrib/texinfo/doc/makeinfo.1#5 integrate .. //depot/projects/ia64/contrib/texinfo/doc/texindex.1#5 integrate .. //depot/projects/ia64/contrib/texinfo/doc/texinfo.txi#5 integrate .. //depot/projects/ia64/contrib/texinfo/doc/version-stnd.texi#4 integrate .. //depot/projects/ia64/contrib/texinfo/doc/version.texi#5 integrate .. //depot/projects/ia64/contrib/texinfo/info/display.c#4 integrate .. //depot/projects/ia64/contrib/texinfo/info/indices.c#4 integrate .. //depot/projects/ia64/contrib/texinfo/info/info-utils.c#4 integrate .. //depot/projects/ia64/contrib/texinfo/info/info-utils.h#3 integrate .. //depot/projects/ia64/contrib/texinfo/info/info.c#5 integrate .. //depot/projects/ia64/contrib/texinfo/info/info.h#4 integrate .. //depot/projects/ia64/contrib/texinfo/info/infodoc.c#4 integrate .. //depot/projects/ia64/contrib/texinfo/info/infokey.c#4 integrate .. //depot/projects/ia64/contrib/texinfo/info/infomap.c#4 integrate .. //depot/projects/ia64/contrib/texinfo/info/man.c#4 integrate .. //depot/projects/ia64/contrib/texinfo/info/nodemenu.c#3 integrate .. //depot/projects/ia64/contrib/texinfo/info/nodes.c#4 integrate .. //depot/projects/ia64/contrib/texinfo/info/session.c#4 integrate .. //depot/projects/ia64/contrib/texinfo/info/signals.c#3 integrate .. //depot/projects/ia64/contrib/texinfo/info/window.c#5 integrate .. //depot/projects/ia64/contrib/texinfo/lib/system.h#4 integrate .. //depot/projects/ia64/contrib/texinfo/lib/xalloc.h#2 integrate .. //depot/projects/ia64/contrib/texinfo/lib/xexit.c#3 integrate .. //depot/projects/ia64/contrib/texinfo/makeinfo/cmds.c#5 integrate .. //depot/projects/ia64/contrib/texinfo/makeinfo/defun.c#5 integrate .. //depot/projects/ia64/contrib/texinfo/makeinfo/files.c#4 integrate .. //depot/projects/ia64/contrib/texinfo/makeinfo/files.h#4 integrate .. //depot/projects/ia64/contrib/texinfo/makeinfo/html.c#5 integrate .. //depot/projects/ia64/contrib/texinfo/makeinfo/index.c#5 integrate .. //depot/projects/ia64/contrib/texinfo/makeinfo/insertion.c#5 integrate .. //depot/projects/ia64/contrib/texinfo/makeinfo/lang.c#4 integrate .. //depot/projects/ia64/contrib/texinfo/makeinfo/lang.h#4 integrate .. //depot/projects/ia64/contrib/texinfo/makeinfo/macro.c#4 integrate .. //depot/projects/ia64/contrib/texinfo/makeinfo/makeinfo.c#5 integrate .. //depot/projects/ia64/contrib/texinfo/makeinfo/makeinfo.h#5 integrate .. //depot/projects/ia64/contrib/texinfo/makeinfo/node.c#5 integrate .. //depot/projects/ia64/contrib/texinfo/makeinfo/sectioning.c#4 integrate .. //depot/projects/ia64/contrib/texinfo/makeinfo/xml.c#4 integrate .. //depot/projects/ia64/contrib/texinfo/util/install-info.c#5 integrate .. //depot/projects/ia64/contrib/texinfo/util/texindex.c#5 integrate .. //depot/projects/ia64/etc/pccard_ether#8 integrate .. //depot/projects/ia64/etc/rc.d/gbde#1 branch .. //depot/projects/ia64/games/fortune/datfiles/Makefile#4 integrate .. //depot/projects/ia64/games/fortune/datfiles/fortunes#29 integrate .. //depot/projects/ia64/games/fortune/datfiles/fortunes2-o#8 integrate .. //depot/projects/ia64/include/rpc/svc.h#6 integrate .. //depot/projects/ia64/include/stdlib.h#18 integrate .. //depot/projects/ia64/kerberos5/Makefile.inc#8 integrate .. //depot/projects/ia64/kerberos5/lib/libhdb/Makefile#8 integrate .. //depot/projects/ia64/kerberos5/libexec/hpropd/Makefile#5 integrate .. //depot/projects/ia64/kerberos5/libexec/ipropd-master/Makefile#6 integrate .. //depot/projects/ia64/kerberos5/libexec/ipropd-slave/Makefile#6 integrate .. //depot/projects/ia64/kerberos5/libexec/kadmind/Makefile#2 integrate .. //depot/projects/ia64/kerberos5/libexec/kdc/Makefile#6 integrate .. //depot/projects/ia64/kerberos5/libexec/kpasswdd/Makefile#2 integrate .. //depot/projects/ia64/kerberos5/usr.bin/kadmin/Makefile#3 integrate .. //depot/projects/ia64/kerberos5/usr.sbin/kstash/Makefile#2 integrate .. //depot/projects/ia64/lib/libc/gen/exec.3#4 integrate .. //depot/projects/ia64/lib/libc/net/gethostnamadr.c#4 integrate .. //depot/projects/ia64/lib/libc/rpc/svc_vc.c#9 integrate .. //depot/projects/ia64/lib/libc/sys/kse.2#10 integrate .. //depot/projects/ia64/lib/libgeom/libgeom.3#4 integrate .. //depot/projects/ia64/lib/libisc/Makefile#5 integrate .. //depot/projects/ia64/lib/libpam/modules/pam_unix/pam_unix.c#16 integrate .. //depot/projects/ia64/lib/libpthread/thread/thr_sigsuspend.c#5 integrate .. //depot/projects/ia64/lib/libradius/radlib.h#4 integrate .. //depot/projects/ia64/lib/libufs/inode.c#4 integrate .. //depot/projects/ia64/lib/libypclnt/ypclnt_passwd.c#5 integrate .. //depot/projects/ia64/libexec/ftpd/ftpcmd.y#15 integrate .. //depot/projects/ia64/libexec/getty/gettytab.5#8 integrate .. //depot/projects/ia64/libexec/getty/init.c#3 integrate .. //depot/projects/ia64/libexec/getty/main.c#7 integrate .. //depot/projects/ia64/libexec/named-xfer/Makefile#3 integrate .. //depot/projects/ia64/libexec/rtld-elf/debug.c#2 integrate .. //depot/projects/ia64/libexec/rtld-elf/libmap.c#8 integrate .. //depot/projects/ia64/libexec/rtld-elf/map_object.c#7 integrate .. //depot/projects/ia64/libexec/rtld-elf/rtld.1#11 integrate .. //depot/projects/ia64/libexec/rtld-elf/rtld.c#17 integrate .. //depot/projects/ia64/libexec/rtld-elf/rtld.h#7 integrate .. //depot/projects/ia64/libexec/rtld-elf/rtld_lock.h#2 integrate .. //depot/projects/ia64/libexec/rtld-elf/xmalloc.c#2 integrate .. //depot/projects/ia64/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml#57 integrate .. //depot/projects/ia64/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml#98 integrate .. //depot/projects/ia64/sbin/Makefile#26 integrate .. //depot/projects/ia64/sbin/devfs/devfs.8#5 integrate .. //depot/projects/ia64/sbin/growfs/growfs.8#10 integrate .. //depot/projects/ia64/sbin/ipfw/ipfw2.c#15 integrate .. //depot/projects/ia64/sbin/sysctl/sysctl.c#13 integrate .. //depot/projects/ia64/sbin/tunefs/tunefs.8#15 integrate .. //depot/projects/ia64/share/doc/papers/Makefile#3 integrate .. //depot/projects/ia64/share/doc/papers/timecounter/Makefile#1 branch .. //depot/projects/ia64/share/doc/papers/timecounter/fig1.eps#1 branch .. //depot/projects/ia64/share/doc/papers/timecounter/fig2.eps#1 branch .. //depot/projects/ia64/share/doc/papers/timecounter/fig3.eps#1 branch .. //depot/projects/ia64/share/doc/papers/timecounter/fig4.eps#1 branch .. //depot/projects/ia64/share/doc/papers/timecounter/fig5.eps#1 branch .. //depot/projects/ia64/share/doc/papers/timecounter/gps.ps#1 branch .. //depot/projects/ia64/share/doc/papers/timecounter/intr.ps#1 branch .. //depot/projects/ia64/share/doc/papers/timecounter/timecounter.ms#1 branch .. //depot/projects/ia64/share/doc/papers/timecounter/tmac.usenix#1 branch .. //depot/projects/ia64/share/man/man4/Makefile#49 integrate .. //depot/projects/ia64/share/man/man4/en.4#3 integrate .. //depot/projects/ia64/share/man/man4/hatm.4#1 branch .. //depot/projects/ia64/share/man/man4/matcd.4#1 branch .. //depot/projects/ia64/share/man/man4/natm.4#3 integrate .. //depot/projects/ia64/share/man/man4/natmip.4#2 integrate .. //depot/projects/ia64/share/man/man4/wi.4#22 integrate .. //depot/projects/ia64/share/man/man9/Makefile#27 integrate .. //depot/projects/ia64/share/man/man9/mbuf.9#11 integrate .. //depot/projects/ia64/share/syscons/keymaps/INDEX.keymaps#6 integrate .. //depot/projects/ia64/share/syscons/keymaps/Makefile#9 integrate .. //depot/projects/ia64/share/syscons/keymaps/german.iso.acc.kbd#1 branch .. //depot/projects/ia64/share/syscons/keymaps/us.iso.acc.kbd#1 branch .. //depot/projects/ia64/sys/alpha/alpha/pmap.c#31 integrate .. //depot/projects/ia64/sys/amd64/amd64/pmap.c#5 integrate .. //depot/projects/ia64/sys/boot/i386/libi386/pxe.c#2 integrate .. //depot/projects/ia64/sys/boot/sparc64/loader/main.c#13 integrate .. //depot/projects/ia64/sys/coda/coda_vnops.c#10 integrate .. //depot/projects/ia64/sys/conf/NOTES#53 integrate .. //depot/projects/ia64/sys/conf/files#81 integrate .. //depot/projects/ia64/sys/conf/files.sparc64#30 integrate .. //depot/projects/ia64/sys/conf/options#54 integrate .. //depot/projects/ia64/sys/conf/options.alpha#9 integrate .. //depot/projects/ia64/sys/conf/options.amd64#5 integrate .. //depot/projects/ia64/sys/conf/options.i386#17 integrate .. //depot/projects/ia64/sys/conf/options.ia64#14 integrate .. //depot/projects/ia64/sys/conf/options.pc98#18 integrate .. //depot/projects/ia64/sys/dev/aac/aac_disk.c#14 integrate .. //depot/projects/ia64/sys/dev/ata/ata-card.c#11 integrate .. //depot/projects/ia64/sys/dev/ata/ata-chipset.c#18 integrate .. //depot/projects/ia64/sys/dev/en/if_en_pci.c#2 integrate .. //depot/projects/ia64/sys/dev/firewire/fwcrom.c#6 integrate .. //depot/projects/ia64/sys/dev/firewire/iec13213.h#8 integrate .. //depot/projects/ia64/sys/dev/firewire/sbp.c#35 integrate .. //depot/projects/ia64/sys/dev/hatm/if_hatm.c#1 branch .. //depot/projects/ia64/sys/dev/hatm/if_hatm_intr.c#1 branch .. //depot/projects/ia64/sys/dev/hatm/if_hatm_ioctl.c#1 branch .. //depot/projects/ia64/sys/dev/hatm/if_hatm_rx.c#1 branch .. //depot/projects/ia64/sys/dev/hatm/if_hatm_tx.c#1 branch .. //depot/projects/ia64/sys/dev/hatm/if_hatmconf.h#1 branch .. //depot/projects/ia64/sys/dev/hatm/if_hatmreg.h#1 branch .. //depot/projects/ia64/sys/dev/hatm/if_hatmvar.h#1 branch .. //depot/projects/ia64/sys/dev/iicbus/iicbb.c#3 integrate .. //depot/projects/ia64/sys/dev/iicbus/iiconf.h#3 integrate .. //depot/projects/ia64/sys/dev/matcd/creativeif.h#1 branch .. //depot/projects/ia64/sys/dev/matcd/matcd.c#1 branch .. //depot/projects/ia64/sys/dev/matcd/matcd_data.h#1 branch .. //depot/projects/ia64/sys/dev/matcd/matcd_isa.c#1 branch .. //depot/projects/ia64/sys/dev/matcd/matcddrv.h#1 branch .. //depot/projects/ia64/sys/dev/matcd/options.h#1 branch .. //depot/projects/ia64/sys/dev/mii/brgphyreg.h#2 integrate .. //depot/projects/ia64/sys/dev/ofw/openpromio.c#1 branch .. //depot/projects/ia64/sys/dev/ofw/openpromio.h#1 branch .. //depot/projects/ia64/sys/dev/pccard/pccarddevs#27 integrate .. //depot/projects/ia64/sys/dev/pccard/pccarddevs.h#27 integrate .. //depot/projects/ia64/sys/dev/streams/streams.c#11 integrate .. //depot/projects/ia64/sys/dev/usb/if_axe.c#2 integrate .. //depot/projects/ia64/sys/dev/usb/if_axereg.h#2 integrate .. //depot/projects/ia64/sys/dev/usb/ulpt.c#12 integrate .. //depot/projects/ia64/sys/fs/fdescfs/fdesc_vfsops.c#10 integrate .. //depot/projects/ia64/sys/fs/fifofs/fifo_vnops.c#24 integrate .. //depot/projects/ia64/sys/fs/hpfs/hpfs_vnops.c#22 integrate .. //depot/projects/ia64/sys/fs/msdosfs/msdosfs_vnops.c#19 integrate .. //depot/projects/ia64/sys/fs/ntfs/ntfs_vnops.c#12 integrate .. //depot/projects/ia64/sys/fs/nullfs/null.h#4 integrate .. //depot/projects/ia64/sys/fs/nullfs/null_subr.c#7 integrate .. //depot/projects/ia64/sys/fs/nullfs/null_vnops.c#11 integrate .. //depot/projects/ia64/sys/fs/nwfs/nwfs_io.c#7 integrate .. //depot/projects/ia64/sys/fs/nwfs/nwfs_vnops.c#7 integrate .. //depot/projects/ia64/sys/fs/smbfs/smbfs_io.c#10 integrate .. //depot/projects/ia64/sys/fs/smbfs/smbfs_node.c#10 integrate .. //depot/projects/ia64/sys/fs/smbfs/smbfs_node.h#5 integrate .. //depot/projects/ia64/sys/fs/smbfs/smbfs_smb.c#10 integrate .. //depot/projects/ia64/sys/fs/smbfs/smbfs_vnops.c#17 integrate .. //depot/projects/ia64/sys/fs/specfs/spec_vnops.c#19 integrate .. //depot/projects/ia64/sys/fs/udf/udf_vnops.c#19 integrate .. //depot/projects/ia64/sys/fs/unionfs/union_vnops.c#10 integrate .. //depot/projects/ia64/sys/geom/geom_fox.c#1 branch .. //depot/projects/ia64/sys/geom/geom_io.c#27 integrate .. //depot/projects/ia64/sys/geom/geom_kern.c#21 integrate .. //depot/projects/ia64/sys/gnu/ext2fs/ext2_vnops.c#16 integrate .. //depot/projects/ia64/sys/ia64/ia64/pmap.c#67 integrate .. //depot/projects/ia64/sys/ia64/include/elf.h#8 integrate .. //depot/projects/ia64/sys/isa/fd.c#18 integrate .. //depot/projects/ia64/sys/isofs/cd9660/cd9660_vnops.c#16 integrate .. //depot/projects/ia64/sys/kern/kern_descrip.c#57 integrate .. //depot/projects/ia64/sys/kern/kern_event.c#18 integrate .. //depot/projects/ia64/sys/kern/kern_fork.c#42 integrate .. //depot/projects/ia64/sys/kern/kern_proc.c#42 integrate .. //depot/projects/ia64/sys/kern/kern_prot.c#26 integrate .. //depot/projects/ia64/sys/kern/kern_shutdown.c#20 integrate .. //depot/projects/ia64/sys/kern/kern_sig.c#54 integrate .. //depot/projects/ia64/sys/kern/kern_thread.c#52 integrate .. //depot/projects/ia64/sys/kern/sched_ule.c#18 integrate .. //depot/projects/ia64/sys/kern/subr_trap.c#32 integrate .. //depot/projects/ia64/sys/kern/sys_generic.c#25 integrate .. //depot/projects/ia64/sys/kern/sys_pipe.c#32 integrate .. //depot/projects/ia64/sys/kern/sys_socket.c#17 integrate .. //depot/projects/ia64/sys/kern/uipc_mbuf.c#19 integrate .. //depot/projects/ia64/sys/kern/uipc_syscalls.c#34 integrate .. //depot/projects/ia64/sys/kern/vfs_aio.c#34 integrate .. //depot/projects/ia64/sys/kern/vfs_default.c#26 integrate .. //depot/projects/ia64/sys/kern/vfs_syscalls.c#46 integrate .. //depot/projects/ia64/sys/kern/vfs_vnops.c#31 integrate .. //depot/projects/ia64/sys/modules/Makefile#53 integrate .. //depot/projects/ia64/sys/modules/en/Makefile#2 integrate .. //depot/projects/ia64/sys/modules/geom/Makefile#4 integrate .. //depot/projects/ia64/sys/modules/geom/geom_fox/Makefile#1 branch .. //depot/projects/ia64/sys/modules/hatm/Makefile#1 branch .. //depot/projects/ia64/sys/net/if_atm.h#6 integrate .. //depot/projects/ia64/sys/netinet/ip_input.c#31 integrate .. //depot/projects/ia64/sys/netinet6/in6_pcb.c#14 integrate .. //depot/projects/ia64/sys/nfsclient/nfs_bio.c#15 integrate .. //depot/projects/ia64/sys/nfsclient/nfs_vnops.c#23 integrate .. //depot/projects/ia64/sys/opencrypto/cryptodev.c#12 integrate .. //depot/projects/ia64/sys/pc98/pc98/olpt.c#5 integrate .. //depot/projects/ia64/sys/pci/agp.c#18 integrate .. //depot/projects/ia64/sys/pci/if_en_pci.c#9 delete .. //depot/projects/ia64/sys/sparc64/include/bus.h#16 integrate .. //depot/projects/ia64/sys/sparc64/include/bus_private.h#4 integrate .. //depot/projects/ia64/sys/sparc64/include/iommuvar.h#12 integrate .. //depot/projects/ia64/sys/sparc64/isa/isa.c#7 integrate .. //depot/projects/ia64/sys/sparc64/pci/psycho.c#26 integrate .. //depot/projects/ia64/sys/sparc64/sbus/sbus.c#16 integrate .. //depot/projects/ia64/sys/sparc64/sparc64/bus_machdep.c#18 integrate .. //depot/projects/ia64/sys/sparc64/sparc64/exception.S#15 integrate .. //depot/projects/ia64/sys/sparc64/sparc64/iommu.c#19 integrate .. //depot/projects/ia64/sys/sparc64/sparc64/mp_exception.S#6 integrate .. //depot/projects/ia64/sys/sparc64/sparc64/nexus.c#6 integrate .. //depot/projects/ia64/sys/sparc64/sparc64/pmap.c#38 integrate .. //depot/projects/ia64/sys/sparc64/sparc64/support.S#6 integrate .. //depot/projects/ia64/sys/sparc64/sparc64/tsb.c#15 integrate .. //depot/projects/ia64/sys/sparc64/sparc64/vm_machdep.c#26 integrate .. //depot/projects/ia64/sys/sys/buf.h#22 integrate .. //depot/projects/ia64/sys/sys/cdefs.h#15 integrate .. //depot/projects/ia64/sys/sys/elf_common.h#3 integrate .. //depot/projects/ia64/sys/sys/fbio.h#5 integrate .. //depot/projects/ia64/sys/sys/file.h#17 integrate .. //depot/projects/ia64/sys/sys/kse.h#11 integrate .. //depot/projects/ia64/sys/ufs/ffs/ffs_vnops.c#29 integrate .. //depot/projects/ia64/sys/ufs/ufs/quota.h#7 integrate .. //depot/projects/ia64/sys/ufs/ufs/ufs_quota.c#15 integrate .. //depot/projects/ia64/sys/ufs/ufs/ufs_vfsops.c#10 integrate .. //depot/projects/ia64/sys/ufs/ufs/ufs_vnops.c#29 integrate .. //depot/projects/ia64/sys/vm/swap_pager.c#29 integrate .. //depot/projects/ia64/sys/vm/vm_fault.c#33 integrate .. //depot/projects/ia64/sys/vm/vm_map.h#22 integrate .. //depot/projects/ia64/sys/vm/vm_page.c#47 integrate .. //depot/projects/ia64/sys/vm/vm_swap.c#21 integrate .. //depot/projects/ia64/sys/vm/vnode_pager.c#33 integrate .. //depot/projects/ia64/usr.bin/cmp/special.c#6 integrate .. //depot/projects/ia64/usr.bin/fstat/fstat.c#13 integrate .. //depot/projects/ia64/usr.bin/fstat/fstat.h#4 integrate .. //depot/projects/ia64/usr.bin/ftp/Makefile#3 integrate .. //depot/projects/ia64/usr.bin/indent/args.c#5 integrate .. //depot/projects/ia64/usr.bin/indent/indent.c#7 integrate .. //depot/projects/ia64/usr.bin/indent/indent_globs.h#5 integrate .. //depot/projects/ia64/usr.bin/indent/io.c#5 integrate .. //depot/projects/ia64/usr.bin/indent/lexi.c#6 integrate .. //depot/projects/ia64/usr.bin/indent/parse.c#5 integrate .. //depot/projects/ia64/usr.bin/indent/pr_comment.c#4 integrate .. //depot/projects/ia64/usr.bin/mklocale/Makefile#3 integrate .. //depot/projects/ia64/usr.bin/mklocale/ldef.h#2 integrate .. //depot/projects/ia64/usr.bin/mklocale/yacc.y#9 integrate .. //depot/projects/ia64/usr.bin/quota/Makefile#2 integrate .. //depot/projects/ia64/usr.bin/quota/quota.c#6 integrate .. //depot/projects/ia64/usr.bin/rpcgen/rpc_main.c#6 integrate .. //depot/projects/ia64/usr.bin/xlint/Makefile#4 integrate .. //depot/projects/ia64/usr.sbin/apmd/apmdparse.y#3 integrate .. //depot/projects/ia64/usr.sbin/bootparamd/callbootd/callbootd.c#2 integrate .. //depot/projects/ia64/usr.sbin/config/mkmakefile.c#7 integrate .. //depot/projects/ia64/usr.sbin/cron/cron/do_command.c#2 integrate .. //depot/projects/ia64/usr.sbin/mixer/mixer.8#5 integrate .. //depot/projects/ia64/usr.sbin/mixer/mixer.c#5 integrate .. //depot/projects/ia64/usr.sbin/ntp/doc/ntp-genkeys.8#5 integrate .. //depot/projects/ia64/usr.sbin/ppp/bundle.h#5 integrate .. //depot/projects/ia64/usr.sbin/ppp/ipcp.c#8 integrate .. //depot/projects/ia64/usr.sbin/ppp/ipv6cp.c#7 integrate .. //depot/projects/ia64/usr.sbin/ppp/radius.c#9 integrate .. //depot/projects/ia64/usr.sbin/ppp/radius.h#6 integrate .. //depot/projects/ia64/usr.sbin/rpc.yppasswdd/yppasswdd_server.c#6 integrate Differences ... ==== //depot/projects/ia64/MAINTAINERS#31 (text+ko) ==== @@ -1,4 +1,4 @@ -$FreeBSD: src/MAINTAINERS,v 1.71 2003/06/14 19:27:10 obrien Exp $ +$FreeBSD: src/MAINTAINERS,v 1.72 2003/06/16 16:12:05 obrien Exp $ subsystem login notes ----------------------------- @@ -89,7 +89,6 @@ bin/rmail/Makefile:MAINTAINER= gshapiro@FreeBSD.org contrib/cvs/FREEBSD-upgrade:MAINTAINER= peter@FreeBSD.org games/fortune/datfiles/Makefile:MAINTAINER= jkh@FreeBSD.org -gnu/usr.bin/binutils/Makefile:MAINTAINER= obrien@FreeBSD.org gnu/usr.bin/cvs/Makefile:MAINTAINER= peter@FreeBSD.org gnu/usr.bin/cvs/contrib/Makefile:MAINTAINER= peter@FreeBSD.org gnu/usr.bin/cvs/cvs/Makefile:MAINTAINER= peter@FreeBSD.org @@ -98,7 +97,6 @@ gnu/usr.bin/cvs/lib/Makefile:MAINTAINER= peter@FreeBSD.org gnu/usr.bin/cvs/libdiff/Makefile:MAINTAINER= peter@FreeBSD.org gnu/usr.bin/man/apropos/Makefile:MAINTAINER= wosch@FreeBSD.org -lib/libbz2/Makefile:MAINTAINER= obrien@FreeBSD.org lib/libc/posix1e/Makefile.inc:MAINTAINER= rwatson@FreeBSD.org lib/libmilter/Makefile:MAINTAINER= gshapiro@FreeBSD.org lib/libsm/Makefile:MAINTAINER= gshapiro@FreeBSD.org @@ -106,7 +104,6 @@ lib/libsmutil/Makefile:MAINTAINER= gshapiro@FreeBSD.org lib/libusbhid/Makefile:MAINTAINER= n_hibma@FreeBSD.ORG lib/libz/Makefile:MAINTAINER= peter@FreeBSD.org -libexec/lukemftpd/Makefile:MAINTAINER= obrien@FreeBSD.org libexec/mail.local/Makefile:MAINTAINER= gshapiro@FreeBSD.org libexec/smrsh/Makefile:MAINTAINER= gshapiro@FreeBSD.org sbin/dhclient/Makefile.inc:MAINTAINER= murray@FreeBSD.org @@ -147,9 +144,6 @@ sys/modules/urio/Makefile:MAINTAINER= Iwasa Kazmi sys/modules/usb/Makefile:MAINTAINER= n_hibma@freebsd.org sys/modules/uscanner/Makefile:MAINTAINER= n_hibma@freebsd.org -usr.bin/brandelf/Makefile:MAINTAINER= obrien@FreeBSD.org -usr.bin/bzip2/Makefile:MAINTAINER= obrien@FreeBSD.org -usr.bin/bzip2recover/Makefile:MAINTAINER= obrien@FreeBSD.org usr.bin/chat/Makefile:MAINTAINER= peter@freebsd.org usr.bin/locate/Makefile:MAINTAINER= wosch@FreeBSD.org usr.bin/vacation/Makefile:MAINTAINER= gshapiro@FreeBSD.org ==== //depot/projects/ia64/contrib/bind/CHANGES#7 (text+ko) ==== @@ -1,3 +1,251 @@ + + --- 8.3.6-REL released --- (Sun Jun 8 15:11:32 PDT 2003) + +1547. [port] cope with spurious EINVAL from evRead. + +1538. [port] linux: not all distributions define IF_NAMESIZE. + +1502. [port] some IPv6 references were not protected. + + --- 8.3.5-REL released --- (Mon Jun 2 03:15:53 PDT 2003) + +1540. [bug] remove potential memory leak from net_data_create(). + +1537. [bug] dig buffer overrun with large command lines. + +1535. [bug] winnt: large zone transfers failed. + +1536. [cleanup] use NS_MAXMSG to define TCP buffers. + +1534. [func] The advertised EDNS UDP buffer size can now be set + via named.conf (edns-udp-size). + +1533. [bug] don't artificially restrict the update message size. + +1532. [bug] use maximum sized answer buffers in res_findzonecut(). + +1530. [bug] nslookup computed incorrect reverse lookup for IPv6. + +1529. [lint] unused variable in dnsquery.c::main(). + +1528. [bug] getaddrinfo() incorrectly rejected a numeric service + under certian circumstances. + +1527. [proto] add ns_t_apl (42). + +1526. [doc] res_{get,set}servers(). + +1523. [bug] getipnodebyname with AI_ADDRCONFIG set was broken + on HPUX 11.11. Detect IPv6 interfaces under linux. + +1519. [port] decunix: conflicting setnetgrent() and innetgr() + prototypes. + +1518. [cleanup] silence "No root nameservers for class XX" when + "forward only;" is set in options. + +1517. [cleanup] stop using putshort/putlong internally. + +1513. [bug] use ipnodes.{byname,byaddr} for IPv6 NIS lookups. + Add support for "YP_MULTI_". + +1511. [cleanup] don't use argument names in function prototypes. + +1510. [port] openbsd uses /bsd not /kernel. + +1506. [bug] named could sometimes set tc incorrectly. + +1505. [bug] potential overflow if pointer arithmetic wrapped. + +1503. [bug] named could make unnecessary queries for glue if the + additional section was full. + +1501. [port] decunix: OSF 3.2 does not have native 64 bit support. + +1500. [port] linux: namespace collision. + +1499. [port] linux: #include bin/dig/dig.c + +1498. [bug] ns_makecanon() could under read its destination buffer + by one character and fail to properly canonicalise. + +1497. [bug] res_mkupdate() used compression pointers when it + shouldn't. + +1496. [bug] res_mkupdate() didn't support NAPTR. + +1494. [bug] memory leak on thread destruction if gethostbyname() / + getnetbyname() have been called by the thread. + +1493. [bug] check scope for link local servers. + +1492. [placeholder] + +1491. [cleanup] indentation problems. + +1490. [bug] the seek offset was miscalculated when truncating + the ixfr log. + +1489. [func] named no longer queries for missing additional A6 + records. + +1488. [port] decunix: TruCluster support. + See port/decunix/TruCluster. + +1487. [bug] getnetgroup() takes (char **) not (const char **). + +1486. [func] res_query() now generates more/better debug on failure + +1485. [func] res_send() records the nameserver the response came + from. Dig retrieves this rather than reporting the + first address. + +1484. [bug] dig use sin.sin_port for IPv4. + +1483. [bug] nslookup could dereference a NULL pointer under certain + circumstances. + +1482. [bug] provide local storage for localtime_r result. + +1481. [bug] tv.tv_sec and time_t are not always the same type. + +1480. [bug] gethostbyname(), getaddrinfo() could drop address + if the previous call contained one of the new + addresses. + +1479. [func] try known lame servers if all other servers have + failed. + +1478. [cleanup] libbind: don't look for A6 records, don't follow + DNAME record (use the CNAMES), remove some bitstring + related functions. + +1477. [cleanup] libbind: namespace cleanup (irs_* to __irs*, + dst_* to __dst_* and tree_* to __tree*) + +1476. [bug] dig wasn't using a random query id. + +1475. [bug] "query-source address port *" + failed to use a system assigned port as documented. + +1474. [bug] named wasn't seeing cached NODATA CNAME records. + +1473. [bug] nslookup: buffer overrun when looking up reverse + IPv6 addresses under IP6.INT when not found under + IP6.ARPA. + +1472. [port] freebsd; current has pselect(). + +1471. [port] 'dig -P' failed on some platforms. + +1470. [bug] J.ROOT-SERVERS.NET is now 192.58.128.30. + +1467. [deleted] + +1461. [func] return referrals for glue (NS/A/AAAA) if recursion is + disabled (recursion no;). + +1460. [bug] NS_MD5RSA_MAX_BITS was not correct. + +1459. [bug] ns_sign2() could fail to compute a correct signature + if the TSIG ownername was compressed. + +1458. [bug] host: spurious "Unknown algorithm" message with default + zone listing. missing white space before '(' in SOA + format. + +1457. [bug] bison didn't like ns_parser.y. + +1456. [doc] document auth-nxdomain default is "no" (see # 524). + +1455. [bug] named failed to allow a cached NODATA response for + a ANY query to be retrieved. + +1454. [contrib] nsverifier from Bob.Whelton@qwest.com. + +1453. [bug] SOA answers should only be cached for the current + tick. + +1452. [bug] don't cache -ve response SOA record. + +1451. [port] bsdos: maybe_fix_includes is not required. + +1450. [bug] hint zones don't need to be reloaded when a "child" + zone is removed. + +1449. [bug] it was possible to orphan glue records. this could + lead to panics in stale(). + +1438. [bug] glue from a parent zone beneath a child zone could + be deleted by loading a child zone. + +1437. [bug] linux: probe_ipv6 was broken. + +1436. [port] decunix: update sys/bitypes.h + +1435. [func] named-xfer: log the zone name when reporting query + sent. + +1434. [doc] the man page for dn_expand failed to document eomorig. + +1433. [lint] remove unused variable. + +1432. [func] log TSIG key name if used with zone transfer. + +1431. [func] new category "update-security". + +1430. [func] libbind: the default nameservers now include ::1/:: + as well as 127.0.0.1/0.0.0.0 if none are specified in + resolv.conf. + +1429. [port] libbind: use strlcat/strlcpy if available. + +1428. [port] eventlib.c: cast tv_sec to long when calling *printf(). + +1427. [func] define INT8SZ + +1426. [port] res_dprintf() now supports format checking w/ gcc. + +1425. [bug] 'aa' was not being set appropriately with cross zone + CNAMES. + +1424. [cleanup] ip6_str2scopeid() now returns u_int32_t. + +1423. [bug] 'ndc restart' could fail to restart named if there + were no arguments to named. + +1422. [cleanup] optarg() etc. are declared in unistd.h. + +1421. [bug] clear and check errno when calling strtoul(). + +1420. [cleanup] use %p instead of %#x for printing pointers. + +1419. [cleanup] getinfo(): kill buflen manipulation. + +1418. [port] cast pointers to (size_t) when aligning. + +1417. [cleanup] make1101inaddr(): kill size manipulation. + +1416. [port] log_vwrite() now supports format checking w/ gcc. + +1415. [port] irix: probe for in6addr_any. + +1414. [bug] strtoul() cast (char*) to (unsigned char*). + +1413. [bug] host: soa values are not signed. + +1412. [bug] fix numeric port range check in getaddrinfo(). + +1411. [port] freebsd/netbsd/openbsd: #define USE_IFNAMELINKID. + +1410. [port] probe for sin6_scope_id when probing for IPv6 structs. + +1409. [bug] dig: reverse6 computed a incorrect nibble string. + +1408. [cleanup] res_mkquery.c: kill buflen manipulation. + +1407. [port] namespace clash EV_ERR -> EV_SETERR + --- 8.3.4-REL released --- (Thu Nov 14 05:45:26 PST 2002) 1469. [bug] buffer length calculation for PX was wrong. @@ -21,691 +269,691 @@ --- 8.3.3-REL released --- (Wed Jun 26 21:15:43 PDT 2002) -1301. [func] log attempts to exploit #1300. +1406. [func] log attempts to exploit #1405. -1300. [bug] Remote buffer overrun. +1405. [bug] Remote buffer overrun. -1299. [func] Log to xfer-in when a named-xfer fails and one of +1404. [func] Log to xfer-in when a named-xfer fails and one of the masters returned REFUSED. -1298. [bug] named could leak a OPT record when returning a +1403. [bug] named could leak a OPT record when returning a negative response. -1297. [func] 'ndc restart' will now attempt to preserve the +1402. [func] 'ndc restart' will now attempt to preserve the arguments named was started with. Use 'ndc restart --' to clear the arguements. Use 'ndc restart ' to restart named with a alternate set of arguements. -1296. [bug] delay setting need_restart until the response to +1401. [bug] delay setting need_restart until the response to ndc exec has been sent. -1295. [func] new ndc command 'args'. returns the arguements that +1400. [func] new ndc command 'args'. returns the arguements that named was started with %xx escaped. -1294. [bug] #1272 broke linkage for those OS's using -lfl (flex). +1399. [bug] #1377 broke linkage for those OS's using -lfl (flex). Move -ll/-lfl to LIBL for all platforms. --- 8.3.2-REL released --- (Mon Jun 17 20:24:32 PDT 2002) -1293. [doc] update man pages for 'dig', 'dnsquery' and 'host' +1398. [doc] update man pages for 'dig', 'dnsquery' and 'host' to reflect IPv6 capabilities (nslookup and nsupdate were already IPv4/IPv6 agnostic). -1292. [func] host: the default lookups now also include AAAA +1397. [func] host: the default lookups now also include AAAA records. -1291. [func] 'dig -x ' now works. +1396. [func] 'dig -x ' now works. -1290. [bug] 'dig @server' fail to report the IPv6 address of the +1395. [bug] 'dig @server' fail to report the IPv6 address of the server in error messages. -1289. [contrib] normalize_zone now handles $TTL. +1394. [contrib] normalize_zone now handles $TTL. -1288. [bug] named: -t and -w could not be used together. +1393. [bug] named: -t and -w could not be used together. -1287. [func] report serial(s) in out going transfer operation. +1392. [func] report serial(s) in out going transfer operation. --- 8.3.2-RC1 released --- (Thu May 30 23:06:11 PDT 2002) -1286. [func] libbind: no longer attempts bit string labels for +1391. [func] libbind: no longer attempts bit string labels for IPv6 reverse resolution. Try IP6.ARPA then IP6.INT for nibble style resolution. -1285. [port] linux: ss_family vs __ss_family in sockaddr_storage. +1390. [port] linux: ss_family vs __ss_family in sockaddr_storage. -1284. [port] freebsd: 5.0 uses gid_t rather that int for +1389. [port] freebsd: 5.0 uses gid_t rather that int for GETGROUPLIST_ARGS -1283. [port] bsdi: 4.2 also has struct sockaddr_storage. +1388. [port] bsdi: 4.2 also has struct sockaddr_storage. -1282. [bug] nslookup was using inet_ntoa() to print out a IPv6 +1387. [bug] nslookup was using inet_ntoa() to print out a IPv6 address. -1281. [bug] escape '(' and ')' when coverting to presentation +1386. [bug] escape '(' and ')' when coverting to presentation form. -1280. [func] server { edns yes_or_no; } is now supported. +1385. [func] server { edns yes_or_no; } is now supported. -1279. [bug] nslookup: partial coversion to similar style outputs +1384. [bug] nslookup: partial coversion to similar style outputs for both -type=aaaa and -type=a. -1278. [bug] free() of non-malloced memory in nslookup. +1383. [bug] free() of non-malloced memory in nslookup. -1277. [port] cast all instances of yytext in commands.l to (char*) +1382. [port] cast all instances of yytext in commands.l to (char*) to silence compilers on OS's where lex declares it as (unsigned char *). -1276. [port] hpux 11.22: ansify GetAnswer in getinfo.c to +1381. [port] hpux 11.22: ansify GetAnswer in getinfo.c to silence compiler. -1275. [bug] bad declaration of si in tsig_key_from_addr(). +1380. [bug] bad declaration of si in tsig_key_from_addr(). -1274. [port] hpux 11.22: ansify hexstring() and display() in +1379. [port] hpux 11.22: ansify hexstring() and display() in addr.c to silence compiler. -1273. [bug] const pointer conficts in res_debug.c. +1378. [bug] const pointer conficts in res_debug.c. -1272. [port] hpux 11.22: don't link against -ll unless required. +1377. [port] hpux 11.22: don't link against -ll unless required. -1272. [bug] main_need_num was not last entry in enum. +1376. [bug] main_need_num was not last entry in enum. main_need_tick nolonger required. -1271. [port] hpux: treat all hpux systems as BIG_ENDIAN, don't +1375. [port] hpux: treat all hpux systems as BIG_ENDIAN, don't include . -1270. [port] hpux 11.22 namespace clash DATASIZE -> BIND_DATASIZE. +1374. [port] hpux 11.22 namespace clash DATASIZE -> BIND_DATASIZE. -1269. [port] hpux 11.11 interface scaning. +1373. [port] hpux 11.11 interface scaning. -1268. [port] solaris: 64 bit binary compatability. +1372. [port] solaris: 64 bit binary compatability. -1267. [bug] aix4: missing IN6_IS_ADDR_V4COMPAT macro. +1371. [bug] aix4: missing IN6_IS_ADDR_V4COMPAT macro. -1266. [bug] If you are using TSIG #1261 introduced the potential +1370. [bug] If you are using TSIG #1365 introduced the potential of a infinite loop. -1265. [bug] nslookup failed on platforms that don't have BSD 43 +1369. [bug] nslookup failed on platforms that don't have BSD 43 style sockets. -1264. [bug] LINK_INIT and UNLINK were not compatible with +1368. [bug] LINK_INIT and UNLINK were not compatible with C++, use LINK_INIT_TYPE and UNLINK_TYPE instead. --- 8.3.2-T1B released --- (Tue May 7 18:49:58 PDT 2002) -1263. [bug] gethostans() could get out of sync parsing the +1367. [bug] gethostans() could get out of sync parsing the response if there was a very long CNAME chain. -1262. [bug] winnt: dumpdb and stats should now work reliably. +1366. [bug] winnt: dumpdb and stats should now work reliably. -1261. [bug] using a valid TSIG with a compressed ownername could +1365. [bug] using a valid TSIG with a compressed ownername could result a INSIST() failure. -1260. [func] "notify explicit;" from BIND 9. +1364. [func] "notify explicit;" from BIND 9. -1259. [misc] leave the verification of the OPT options to the +1363. [misc] leave the verification of the OPT options to the caller. -1258. [func] accept SOA MNAME field as legitimate additional +1362. [func] accept SOA MNAME field as legitimate additional data. -1257. [bug] malformed response to query w/ tsig + edns. +1361. [bug] malformed response to query w/ tsig + edns. -1256. [port] darwin: probe for IPv6 support. +1360. [port] darwin: probe for IPv6 support. -1255. [bug] xfers_running could become out of sync if a zone +1359. [bug] xfers_running could become out of sync if a zone was removed while it was being transfered. -1254. [func] nsupdate can now update IPv6 servers. +1358. [func] nsupdate can now update IPv6 servers. -1253. [func] host now accepts IPv6 addresses. +1357. [func] host now accepts IPv6 addresses. -1253. [bug] reserve space for the signature when performing a +1356. [bug] reserve space for the signature when performing a zone transfer. -1252. [func] dnsquery now accepts IPv6 addresses. +1355. [func] dnsquery now accepts IPv6 addresses. -1251. [bug] win32: it was possible to call RegCloseKey() on a +1354. [bug] win32: it was possible to call RegCloseKey() on a invalid key. -1250 [func] nslookup now accepts IPv6 addresses. +1353. [func] nslookup now accepts IPv6 addresses. -1249. [func] dig now accepts IPv6 addresses. +1352. [func] dig now accepts IPv6 addresses. -1248. [doc] correct some typos in named.conf.5 and corresponding +1351. [doc] correct some typos in named.conf.5 and corresponding html. -1247. [bug] get_salen() IPv6 support was broken for OSs w/o sa_len. +1350. [bug] get_salen() IPv6 support was broken for OSs w/o sa_len. -1246. [support] add highly dangerous compile time option +1349. [support] add highly dangerous compile time option NXDOMAIN_ON_DENIAL. it should not be used except in testing. -1245. [bug] if we don't have enough file descriptors to open +1348. [bug] if we don't have enough file descriptors to open a socket attempt to close a idle tcp client. -1244. [port] bsdi: 4.3 has struct sockaddr_storage. +1347. [port] bsdi: 4.3 has struct sockaddr_storage. -1243. [bug] SERVFAIL can have too many other causes to be used +1346. [bug] SERVFAIL can have too many other causes to be used say whether a server supports EDNS or not. -1242. [port] 64k answer buffers were causing stack space to be +1345. [port] 64k answer buffers were causing stack space to be exceeded for certian OS. Use heap space instead. -1241. [bug] getnameinfo() failed to lookup IPv4 mapped / +1344. [bug] getnameinfo() failed to lookup IPv4 mapped / compatible addresses. -1340. [bug] reference after free for included conf file name. +1343. [bug] reference after free for included conf file name. -1339. [bug] doaddinfo would not always attempt to fetch missing +1342. [bug] doaddinfo would not always attempt to fetch missing glue when it should have. -1338. [bug] an IPv6 only nameserver could generate spurious +1341. [bug] an IPv6 only nameserver could generate spurious sysquery errors. -1337. [port] linux: IN6ADDR_LOOPBACK_INIT, IN6ADDR_ANY_INIT and +1340. [port] linux: IN6ADDR_LOOPBACK_INIT, IN6ADDR_ANY_INIT and sockaddr_storage not declared by early kernels. -1336. [bug] getaddrinfo() could call freeaddrinfo() with an +1339. [bug] getaddrinfo() could call freeaddrinfo() with an invalid pointer. -1335. [bug] res_nupdate() failed to update the name servers +1338. [bug] res_nupdate() failed to update the name servers addresses before sending the update. -1334. [bug] A6 is expected in the additional section. +1337. [bug] A6 is expected in the additional section. --- 8.3.1-REL released --- (Thu Jan 31 21:28:59 PST 2002) -1333. [bug] cached NXDOMAIN/NODATA responses were being ignored +1336. [bug] cached NXDOMAIN/NODATA responses were being ignored when when fetching missing additional data. -1332. [func] "allow-query" is now supported for forward zones. +1335. [func] "allow-query" is now supported for forward zones. #define FORWARD_ALLOWS in bin/named/named.h to enable. -1331. [bug] rrsetadd() should explictly attach to the databuf +1334. [bug] rrsetadd() should explictly attach to the databuf >>> TRUNCATED FOR MAIL (1000 lines) <<< From owner-p4-projects@FreeBSD.ORG Fri Jun 20 07:56:02 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 139D037B404; Fri, 20 Jun 2003 07:56:02 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A1FF37B401 for ; Fri, 20 Jun 2003 07:56:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B69A43F93 for ; Fri, 20 Jun 2003 07:55:58 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5KEtw0U056311 for ; Fri, 20 Jun 2003 07:55:58 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5KEtwWQ056303 for perforce@freebsd.org; Fri, 20 Jun 2003 07:55:58 -0700 (PDT) Date: Fri, 20 Jun 2003 07:55:58 -0700 (PDT) Message-Id: <200306201455.h5KEtwWQ056303@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33435 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 14:56:03 -0000 http://perforce.freebsd.org/chv.cgi?CH=33435 Change 33435 by rwatson@rwatson_paprika on 2003/06/20 07:55:17 Integrate SEDarwin prototype branch; adaptation of the TrustedBSD MAC Framework to run on the Darwin 6.6 operating system. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/LICENSE#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/APPLE_LICENSE#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/ar.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/byte_order.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/i386/asm_help.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/i386/byte_order.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/i386/cpu.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/i386/desc.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/i386/fpu.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/i386/frame.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/i386/io.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/i386/reg_help.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/i386/sel.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/i386/table.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/i386/tss.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/ppc/asm_help.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/ppc/basic_regs.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/ppc/byte_order.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/ppc/cframe.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/ppc/fp_regs.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/ppc/macro_help.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/ppc/pseudo_inst.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/architecture/ppc/reg_help.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/bsd/i386/ansi.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/bsd/i386/limits.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/bsd/ppc/ansi.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/bsd/ppc/limits.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/mach-o/fat.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/mach-o/kld.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/mach-o/loader.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/mach-o/nlist.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/mach-o/reloc.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/machine/limits.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/stdarg.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/EXTERNAL_HEADERS/stdint.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/README#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/SETUP/seed_objroot#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/SETUP/setup.csh#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/SETUP/setup.sh#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/MASTER#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/MASTER.i386#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/MASTER.ppc#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/Makefile.i386#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/Makefile.ppc#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/Makefile.template#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/compat_hdrs#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/compat_hdrs.awk#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/copyright#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/files#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/files.i386#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/files.ppc#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/machine.awk#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/param.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/tools/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/tools/doconf/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/tools/doconf/doconf.csh#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/tools/newvers/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/tools/newvers/newvers.csh#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/version.major#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/version.minor#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/version.variant#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/blowfish/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/blowfish/bf_enc.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/blowfish/bf_locl.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/blowfish/bf_pi.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/blowfish/bf_skey.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/blowfish/blowfish.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/cast128/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/cast128/cast128.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/cast128/cast128.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/cast128/cast128_subkey.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/des/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/des/des.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/des/des_ecb.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/des/des_locl.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/des/des_setkey.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/des/podd.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/des/sk.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/des/spr.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/md5.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/md5.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/rc4/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/rc4/rc4.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/rc4/rc4.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/rijndael/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/rijndael/boxes-fst.dat#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/rijndael/rijndael-alg-fst.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/rijndael/rijndael-alg-fst.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/rijndael/rijndael-api-fst.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/rijndael/rijndael-api-fst.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/rijndael/rijndael.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/rijndael/rijndael_local.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/sha1.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/sha1.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/sha2/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/sha2/sha2.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/crypto/sha2/sha2.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/busvar.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/disk.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/disk_label.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/i386/conf.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/i386/cons.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/i386/cons.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/i386/kern_machdep.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/i386/km.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/i386/lock_stubs.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/i386/mem.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/i386/memmove.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/i386/pci_device.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/i386/pio.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/i386/sel.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/i386/sel_inline.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/i386/stubs.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/i386/table_inline.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/i386/unix_signal.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/i386/unix_startup.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/kmreg_com.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ldd.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ppc/conf.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ppc/cons.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ppc/cons.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ppc/ffs.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ppc/ffs.s#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ppc/kern_machdep.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ppc/km.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ppc/machdep.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ppc/mem.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ppc/memmove.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ppc/nvram.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ppc/ppc_init.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ppc/stubs.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ppc/systemcalls.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ppc/unix_signal.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ppc/unix_startup.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/ppc/xsumas.s#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/include/WindowsTypesForMac.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/include/yarrow.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/include/yarrowUtils.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/port/smf.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/src/assertverify.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/src/comp.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/src/comp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/src/entropysources.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/src/macOnly.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/src/prng.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/src/prng.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/src/prngpriv.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/src/readme-prnguser.txt#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/src/sha1mod.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/src/sha1mod.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/src/smf.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/src/userdefines.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/YarrowCoreLib/src/yarrowUtils.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/randomdev.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/random/randomdev.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/vn/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/vn/shadow.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/vn/shadow.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/dev/vn/vn.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/MacOSStubs.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_attrlist.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_attrlist.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_btreeio.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_catalog.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_catalog.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_chash.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_cnode.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_cnode.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_dbg.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_encodinghint.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_encodings.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_encodings.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_endian.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_endian.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_format.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_link.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_lockf.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_lockf.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_lookup.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_macos_defs.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_mount.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_quota.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_quota.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_readwrite.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_search.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_vfsops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_vfsutils.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfs_vnops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/BTree/BTree.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/BTree/BTreeAllocate.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/BTree/BTreeMiscOps.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/BTree/BTreeNodeOps.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/BTree/BTreeScanner.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/BTree/BTreeTreeOps.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/Catalog/Catalog.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/Catalog/CatalogIterators.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/Catalog/CatalogUtilities.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/Catalog/FileIDsServices.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/Misc/BTreeWrapper.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/Misc/FileExtentMapping.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/Misc/VolumeAllocation.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/Unicode/UCStringCompareData.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/Unicode/UnicodeWrappers.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/headers/BTreeScanner.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/headers/BTreesInternal.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/headers/BTreesPrivate.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/headers/CatalogPrivate.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/headers/FileMgrInternal.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/hfscommon/headers/HFSUnicodeWrappers.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/rangelist.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/hfs/rangelist.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/cpu.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/disklabel.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/endian.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/exec.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/label_t.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/param.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/profile.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/psl.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/ptrace.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/reboot.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/reg.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/setjmp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/signal.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/spl.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/table.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/types.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/ucontext.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/user.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/i386/vmparam.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/if/ppc/if_en.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/if/ppc/if_en.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/if/ppc/mace.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/if/ppc/mace.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/isofs/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/isofs/cd9660/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/isofs/cd9660/TODO#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/isofs/cd9660/TODO.hibler#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/isofs/cd9660/cd9660_bmap.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/isofs/cd9660/cd9660_lookup.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/isofs/cd9660/cd9660_mount.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/isofs/cd9660/cd9660_node.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/isofs/cd9660/cd9660_node.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/isofs/cd9660/cd9660_rrip.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/isofs/cd9660/cd9660_rrip.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/isofs/cd9660/cd9660_util.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/isofs/cd9660/cd9660_vfsops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/isofs/cd9660/cd9660_vnops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/isofs/cd9660/iso.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/isofs/cd9660/iso_rrip.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/ast.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/bsd_init.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/bsd_stubs.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/init_sysent.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kdebug.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_acct.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_clock.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_control.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_core.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_descrip.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_event.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_exec.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_exit.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_fork.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_ktrace.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_lock.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_malloc.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mib.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mman.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_newsysctl.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_panicinfo.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_pcsamples.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_physio.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_proc.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_prot.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_resource.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_shutdown.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_sig.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_subr.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_symfile.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_synch.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_sysctl.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_time.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_xxx.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/mach_fat.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/mach_header.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/mach_header.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/mach_loader.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/mach_loader.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/mach_process.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/md5c.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/netboot.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/posix_sem.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/posix_shm.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/preload.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/qsort.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/spl.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/subr_log.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/subr_prf.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/subr_prof.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/subr_xxx.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/sys_domain.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/sys_generic.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/sys_socket.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/syscalls.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/sysctl_init.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/sysv_ipc.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/sysv_msg.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/sysv_sem.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/sysv_shm.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/tty.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/tty_compat.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/tty_conf.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/tty_pty.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/tty_subr.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/tty_tb.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/tty_tty.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/ubc_subr.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/uipc_domain.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/uipc_mbuf.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/uipc_mbuf2.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/uipc_proto.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/uipc_socket.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/uipc_socket2.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/uipc_syscalls.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/uipc_usrreq.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/libkern/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/libkern/bcd.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/libkern/bcmp.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/libkern/inet_ntoa.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/libkern/libkern.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/libkern/locc.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/libkern/random.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/libkern/rindex.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/libkern/scanc.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/libkern/skpc.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/libkern/strtol.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/ansi.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/byte_order.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/cons.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/cpu.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/disklabel.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/endian.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/exec.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/label_t.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/param.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/proc.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/profile.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/psl.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/ptrace.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/reboot.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/reg.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/setjmp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/signal.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/spl.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/table.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/trap.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/types.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/ucontext.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/unix_traps.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/user.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/machine/vmparam.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/__syscall.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/_exit.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/accept.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/access.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/acct.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/adjtime.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/bind.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/brk.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/chdir.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/chflags.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/chmod.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/chown.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/chroot.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/close.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/connect.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/dup.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/dup2.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/execve.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/fchdir.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/fchflags.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/fchmod.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/fchown.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/fcntl.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/flock.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/fork.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/fpathconf.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/fstat.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/fstatfs.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/fsync.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/ftruncate.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/futimes.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getdirentries.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getegid.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/geteuid.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getfh.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getfsstat.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getgid.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getgroups.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getitimer.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getlogin.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getpeername.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getpgid.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getpgrp.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getpid.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getppid.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getpriority.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getrlimit.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getrusage.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getsid.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getsockname.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getsockopt.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/gettimeofday.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/getuid.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/intro.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/ioctl.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/issetugid.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/kill.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/ktrace.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/lchown.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/link.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/listen.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/lseek.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/lstat.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/madvise.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/mincore.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/minherit.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/mkdir.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/mkfifo.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/mknod.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/mlock.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/mmap.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/mount.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/mprotect.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/msync.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/munlock.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/munmap.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/nfssvc.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/open.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/pathconf.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/pipe.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/posix_madvise.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/pread.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/profil.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/ptrace.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/pwrite.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/quotactl.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/read.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/readlink.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/readv.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/reboot.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/recv.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/recvfrom.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/recvmsg.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/rename.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/revoke.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/rmdir.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/sbrk.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/select.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/send.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/sendmsg.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/sendto.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/setegid.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/seteuid.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/setgid.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/setgroups.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/setitimer.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/setlogin.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/setpgid.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/setpgrp.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/setpriority.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/setrlimit.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/setsid.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/setsockopt.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/settimeofday.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/setuid.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/shmat.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/shmctl.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/shmdt.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/shmget.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/shutdown.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/sigaction.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/sigaltstack.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/sigpending.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/sigprocmask.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/sigreturn.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/sigstack.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/sigsuspend.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/socket.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/socketpair.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/stat.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/statfs.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/symlink.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/sync.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/syscall.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/truncate.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/umask.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/unlink.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/unmount.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/utimes.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/vfork.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/wait.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/wait3.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/wait4.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/waitpid.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/write.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man2/writev.2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/arp.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/bpf.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/divert.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/faith.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/fd.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/gif.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/icmp.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/icmp6.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/inet.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/inet6.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/ip.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/ip6.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/ipfirewall.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/ipl.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/ipsec.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/lo.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/netintro.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/networking.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/null.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/pty.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/random.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/route.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/scsi.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/stderr.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/stdin.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/stdout.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/stf.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/tcp.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/termios.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/tty.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/tun.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/udp.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/unix.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man4/urandom.4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man5/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man5/acct.5#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man5/core.5#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man5/dir.5#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man5/dirent.5#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man5/fs.5#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man5/inode.5#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man5/types.5#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man9/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man9/copy.9#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man9/fetch.9#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man9/store.9#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/man/man9/style.9#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/deadfs/dead_vnops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/devfs/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/devfs/README#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/devfs/devfs.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/devfs/devfs_proto.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/devfs/devfs_tree.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/devfs/devfs_vfsops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/devfs/devfs_vnops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/devfs/devfsdefs.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/devfs/index.html#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/devfs/reproto.sh#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/fdesc/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/fdesc/fdesc.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/fdesc/fdesc_vfsops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/fdesc/fdesc_vnops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/fifofs/fifo.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/fifofs/fifo_vnops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/nullfs/null.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/nullfs/null_subr.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/nullfs/null_vfsops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/nullfs/null_vnops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/specfs/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/specfs/spec_vnops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/specfs/specdev.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/synthfs/synthfs.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/synthfs/synthfs_util.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/synthfs/synthfs_vfsops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/synthfs/synthfs_vnops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/union/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/union/union.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/union/union_subr.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/union/union_vfsops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/union/union_vnops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/volfs/volfs.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/volfs/volfs_vfsops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/miscfs/volfs/volfs_vnops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/bpf.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/bpf.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/bpf_compat.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/bpf_filter.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/bpfdesc.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/bridge.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/bridge.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/bsd_comp.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/dlil.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/dlil.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/dlil_pvt.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/ether_at_pr_module.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/ether_if_module.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/ether_inet6_pr_module.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/ether_inet_pr_module.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/etherdefs.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/ethernet.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_arp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_atm.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_disc.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_dl.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_dummy.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_ethersubr.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_faith.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_faith.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_fddisubr.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_gif.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_gif.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_llc.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_loop.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_media.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_media.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_mib.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_mib.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_ppp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_pppvar.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_slvar.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_sppp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_stf.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_stf.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_tun.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_tun.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_tunvar.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_types.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_vlan.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_vlan_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/iso88025.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/kext_net.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/kext_net.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/ndrv.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/ndrv.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/ndrv_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/net_osdep.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/net_osdep.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/netisr.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/netisr.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/pfkeyv2.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/ppp_comp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/ppp_deflate.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/ppp_defs.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/radix.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/radix.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/raw_cb.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/raw_cb.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/raw_usrreq.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/route.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/route.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/rtsock.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/rtsock_mip.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/slcompress.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/slcompress.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/slip.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/zlib.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/zlib.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_CLDeny.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_CLListen.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_Close.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_Control.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_Init.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_InitGlobals.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_NewCID.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_Open.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_Options.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_Packet.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_Read.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_RxAttn.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_RxData.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_Status.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_Timer.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_TimerElem.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_Write.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_attention.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_internal.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_misc.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_reset.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/adsp_stream.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/appletalk.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/asp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/asp_proto.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/at.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/at_aarp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/at_config.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/at_ddp_brt.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/at_pat.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/at_pcb.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/at_pcb.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/at_proto.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/at_snmp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/at_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/atalk.exp#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/atalk.imp#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/atp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/atp_alloc.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/atp_misc.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/atp_open.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/atp_read.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/atp_write.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/aurp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/aurp_aurpd.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/aurp_cfg.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/aurp_gdata.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/aurp_misc.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/aurp_open.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/aurp_rd.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/aurp_ri.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/aurp_rx.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/aurp_tickle.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/aurp_tx.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/aurp_zi.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/ddp.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/ddp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/ddp.save#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/ddp_aarp.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/ddp_aep.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/ddp_brt.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/ddp_lap.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/ddp_nbp.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/ddp_proto.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/ddp_r_rtmp.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/ddp_r_zip.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/ddp_rtmp.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/ddp_rtmptable.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/ddp_sip.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/ddp_usrreq.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/debug.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/drv_dep.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/ep.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/lap.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/nbp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/pap.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/routing_tables.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/rtmp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/sys_dep.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/sys_glue.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/sysglue.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netat/zip.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/bootp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/dhcp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/dhcp_options.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/dhcp_options.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/icmp6.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/icmp_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/if_atm.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/if_atm.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/if_ether.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/if_ether.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/if_fddi.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/if_tun.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/igmp.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/igmp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/igmp_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/in.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/in.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/in_bootp.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/in_cksum.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/in_gif.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/in_gif.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/in_pcb.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/in_pcb.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/in_proto.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/in_rmx.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/in_systm.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/in_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip6.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_compat.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_divert.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_dummynet.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_dummynet.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_ecn.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_ecn.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_encap.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_encap.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_flow.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_flow.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_fw.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_icmp.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_icmp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_id.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_input.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_mroute.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_mroute.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_output.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/raw_ip.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/tcp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/tcp_debug.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/tcp_debug.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/tcp_fsm.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/tcp_input.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/tcp_output.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/tcp_seq.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/tcp_subr.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/tcp_timer.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/tcp_timer.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/tcp_usrreq.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/tcp_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/tcpip.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/udp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/udp_usrreq.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/udp_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ah.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ah6.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ah_core.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ah_input.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ah_output.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/dest6.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/esp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/esp6.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/esp_core.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/esp_input.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/esp_output.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/esp_rijndael.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/esp_rijndael.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/frag6.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/icmp6.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/icmp6.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/in6.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/in6.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/in6_cksum.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/in6_gif.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/in6_gif.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/in6_ifattach.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/in6_ifattach.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/in6_pcb.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/in6_pcb.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/in6_prefix.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/in6_prefix.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/in6_proto.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/in6_rmx.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/in6_src.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/in6_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ip6.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ip6_ecn.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ip6_forward.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ip6_fw.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ip6_input.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ip6_mroute.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ip6_mroute.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ip6_output.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ip6_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ip6protosw.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ipcomp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ipcomp6.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ipcomp_core.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ipcomp_input.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ipcomp_output.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ipsec.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ipsec.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/ipsec6.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/mld6.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/mld6_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/nd6.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/nd6.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/nd6_nbr.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/nd6_rtr.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/pim6.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/pim6_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/raw_ip6.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/raw_ip6.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/route6.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/scope6.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/scope6_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/tcp6_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/udp6_output.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/udp6_usrreq.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet6/udp6_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netkey/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netkey/key.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netkey/key.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netkey/key_debug.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netkey/key_debug.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netkey/key_var.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netkey/keydb.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netkey/keydb.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netkey/keysock.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netkey/keysock.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netkey/keyv2.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/krpc.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/krpc_subr.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfs.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfs_bio.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfs_boot.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfs_node.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfs_nqlease.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfs_serv.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfs_socket.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfs_srvcache.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfs_subs.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfs_syscalls.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfs_vfsops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfs_vnops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfsdiskless.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfsm_subs.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfsmount.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfsnode.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfsproto.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfsrtt.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nfsrvcache.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/nqnfs.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/rpcv2.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/nfs/xdr_subs.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/cpu.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/disklabel.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/endian.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/exec.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/label_t.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/param.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/profile.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/psl.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/ptrace.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/reboot.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/reg.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/setjmp.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/signal.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/spl.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/table.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/types.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/ucontext.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/user.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/ppc/vmparam.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/acct.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/appleapiopts.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/attr.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/buf.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/callout.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/cdefs.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/clist.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/conf.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/dir.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/dirent.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/disk.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/disklabel.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/disktab.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/dkstat.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/dmap.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/domain.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/errno.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/ev.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/exec.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/fcntl.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/file.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/filedesc.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/filio.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/fsctl.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/gmon.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/ioccom.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/ioctl.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/ioctl_compat.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/ipc.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/kdebug.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/kern_control.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/kern_event.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/kernel.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/ktrace.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/linker_set.h#1 branch >>> TRUNCATED FOR MAIL (1000 lines) <<< From owner-p4-projects@FreeBSD.ORG Fri Jun 20 08:01:08 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E5F8B37B407; Fri, 20 Jun 2003 08:01:07 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A988B37B405 for ; Fri, 20 Jun 2003 08:01:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37CFB43F3F for ; Fri, 20 Jun 2003 08:01:07 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5KF170U063170 for ; Fri, 20 Jun 2003 08:01:07 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5KF16h9063122 for perforce@freebsd.org; Fri, 20 Jun 2003 08:01:06 -0700 (PDT) Date: Fri, 20 Jun 2003 08:01:06 -0700 (PDT) Message-Id: <200306201501.h5KF16h9063122@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33439 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 15:01:08 -0000 http://perforce.freebsd.org/chv.cgi?CH=33439 Change 33439 by rwatson@rwatson_paprika on 2003/06/20 08:00:59 Integrate the MAC Framework related pieces from the TrustedBSD MAC branch into the SEDarwin branch; that way we can easily pick up changes from the FreeBSD side. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mac.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/mac.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/mac_policy.h#1 branch Differences ... From owner-p4-projects@FreeBSD.ORG Fri Jun 20 08:07:16 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2393637B404; Fri, 20 Jun 2003 08:07:16 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCC9A37B401 for ; Fri, 20 Jun 2003 08:07:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CF4343F3F for ; Fri, 20 Jun 2003 08:07:15 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5KF7F0U074741 for ; Fri, 20 Jun 2003 08:07:15 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5KF7EHO074728 for perforce@freebsd.org; Fri, 20 Jun 2003 08:07:14 -0700 (PDT) Date: Fri, 20 Jun 2003 08:07:14 -0700 (PDT) Message-Id: <200306201507.h5KF7EHO074728@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33440 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 15:07:16 -0000 http://perforce.freebsd.org/chv.cgi?CH=33440 Change 33440 by rwatson@rwatson_paprika on 2003/06/20 08:06:38 Add basic MAC options and hook up kern_mac.c to the build when required. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/MASTER#2 edit .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/files#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/MASTER#2 (text+ko) ==== @@ -92,6 +92,9 @@ options OLD_VM_CODE # # options HW_AST # Hardware ast support # options HW_FOOTPRINT # Cache footprint support # +options MAC # Mandatory ACcess Control +options MAC_ALWAYS_LABEL_MBUF +options MAC_DEBUG options MACH # Standard Mach features # options MACH_ASSERT # Compile in assertions # options MACH_COMPAT # Vendor syscall compatibility # ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/files#2 (text+ko) ==== @@ -12,6 +12,7 @@ OPTIONS/hw_ast optional hw_ast OPTIONS/hw_footprint optional hw_footprint OPTIONS/kernserv optional kernserv +OPTIONS/mac optional mac OPTIONS/mach_assert optional mach_assert OPTIONS/mach_compat optional mach_compat OPTIONS/mach_counters optional mach_counters @@ -451,6 +452,7 @@ bsd/kern/kern_fork.c standard bsd/kern/kern_ktrace.c standard bsd/kern/kern_lock.c optional cpus +bsd/kern/kern_mac.c standard bsd/kern/kern_malloc.c standard bsd/kern/kern_mman.c standard bsd/kern/kern_panicinfo.c standard From owner-p4-projects@FreeBSD.ORG Fri Jun 20 09:00:21 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 51F6E37B404; Fri, 20 Jun 2003 09:00:21 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CC6E37B401 for ; Fri, 20 Jun 2003 09:00:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A550243F93 for ; Fri, 20 Jun 2003 09:00:20 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5KG0K0U098876 for ; Fri, 20 Jun 2003 09:00:20 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5KG0Jto098873 for perforce@freebsd.org; Fri, 20 Jun 2003 09:00:19 -0700 (PDT) Date: Fri, 20 Jun 2003 09:00:19 -0700 (PDT) Message-Id: <200306201600.h5KG0Jto098873@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33442 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 16:00:22 -0000 http://perforce.freebsd.org/chv.cgi?CH=33442 Change 33442 by rwatson@rwatson_paprika on 2003/06/20 08:59:33 First pass (untested): BSD SMPng condition variables implemented in terms of Mach wait_queue's and mutexes. This will allow us to avoid extensive changes to the synchronization primitives used in the MAC Framework by providing semantically similar (identical?) functionality. Not every CV function is implemented, but enough for the MAC Framework to work. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_condvar.c#1 add .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/condvar.h#1 add Differences ... From owner-p4-projects@FreeBSD.ORG Fri Jun 20 17:19:32 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 35D8E37B404; Fri, 20 Jun 2003 17:19:32 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFFCE37B401 for ; Fri, 20 Jun 2003 17:19:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E1DD43FAF for ; Fri, 20 Jun 2003 17:19:31 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5L0JV0U065592 for ; Fri, 20 Jun 2003 17:19:31 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5L0JUGj065589 for perforce@freebsd.org; Fri, 20 Jun 2003 17:19:30 -0700 (PDT) Date: Fri, 20 Jun 2003 17:19:30 -0700 (PDT) Message-Id: <200306210019.h5L0JUGj065589@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33457 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 00:19:33 -0000 http://perforce.freebsd.org/chv.cgi?CH=33457 Change 33457 by rwatson@rwatson_powerbook on 2003/06/20 17:19:23 Integrate sbuf support from the TrustedBSD MAC tree into the SEDarwin tree, since the MAC Framework relies on sbufs for robust string manipulation. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/subr_sbuf.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/sbuf.h#1 branch Differences ... From owner-p4-projects@FreeBSD.ORG Fri Jun 20 17:21:35 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6F9DC37B404; Fri, 20 Jun 2003 17:21:35 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B3D037B401 for ; Fri, 20 Jun 2003 17:21:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CBCB43F75 for ; Fri, 20 Jun 2003 17:21:34 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5L0LY0U066491 for ; Fri, 20 Jun 2003 17:21:34 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5L0LYCT066482 for perforce@freebsd.org; Fri, 20 Jun 2003 17:21:34 -0700 (PDT) Date: Fri, 20 Jun 2003 17:21:34 -0700 (PDT) Message-Id: <200306210021.h5L0LYCT066482@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33458 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 00:21:36 -0000 http://perforce.freebsd.org/chv.cgi?CH=33458 Change 33458 by rwatson@rwatson_powerbook on 2003/06/20 17:21:10 Hook up the sbuf files to the build. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/files#3 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/files#3 (text+ko) ==== @@ -476,6 +476,7 @@ bsd/kern/subr_log.c standard bsd/kern/subr_prf.c standard bsd/kern/subr_prof.c standard +bsd/kern/subr_sbur.c standard bsd/kern/subr_xxx.c standard bsd/kern/sys_generic.c standard bsd/kern/sys_socket.c standard From owner-p4-projects@FreeBSD.ORG Fri Jun 20 17:22:37 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3FD2037B404; Fri, 20 Jun 2003 17:22:37 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4F8C37B401 for ; Fri, 20 Jun 2003 17:22:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7635143F75 for ; Fri, 20 Jun 2003 17:22:36 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5L0Ma0U067172 for ; Fri, 20 Jun 2003 17:22:36 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5L0MaWr067166 for perforce@freebsd.org; Fri, 20 Jun 2003 17:22:36 -0700 (PDT) Date: Fri, 20 Jun 2003 17:22:36 -0700 (PDT) Message-Id: <200306210022.h5L0MaWr067166@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33459 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 00:22:38 -0000 http://perforce.freebsd.org/chv.cgi?CH=33459 Change 33459 by rwatson@rwatson_powerbook on 2003/06/20 17:22:25 Do install mac, sbuf include files. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/Makefile#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/Makefile#2 (text+ko) ==== @@ -26,8 +26,10 @@ errno.h ev.h exec.h fcntl.h file.h filedesc.h filio.h gmon.h ioccom.h ioctl.h \ ioctl_compat.h ipc.h kernel.h kern_event.h ktrace.h loadable_fs.h lock.h lockf.h mach_swapon.h malloc.h \ kdebug.h linker_set.h md5.h kern_control.h \ + mac.h mac_policy.h \ mbuf.h mman.h mount.h msgbuf.h mtio.h namei.h netport.h param.h paths.h \ proc.h protosw.h ptrace.h queue.h quota.h random.h reboot.h resource.h resourcevar.h \ + sbuf.h \ select.h sem.h semaphore.h shm.h signal.h signalvar.h socket.h socketvar.h sockio.h stat.h \ syscall.h sysctl.h syslimits.h syslog.h systm.h sys_domain.h termios.h time.h \ timeb.h times.h tprintf.h trace.h tty.h ttychars.h ttycom.h \ From owner-p4-projects@FreeBSD.ORG Fri Jun 20 17:46:13 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 240A037B405; Fri, 20 Jun 2003 17:46:12 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3B4337B401 for ; Fri, 20 Jun 2003 17:46:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51B6043F3F for ; Fri, 20 Jun 2003 17:46:06 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5L0k60U074423 for ; Fri, 20 Jun 2003 17:46:06 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5L0k5S4074420 for perforce@freebsd.org; Fri, 20 Jun 2003 17:46:05 -0700 (PDT) Date: Fri, 20 Jun 2003 17:46:05 -0700 (PDT) Message-Id: <200306210046.h5L0k5S4074420@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33461 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 00:46:13 -0000 http://perforce.freebsd.org/chv.cgi?CH=33461 Change 33461 by rwatson@rwatson_powerbook on 2003/06/20 17:45:05 Various cleanups to condvar code: (1) Do build kern_condvar.c (also: correct spelling of subr_sbuf.c) (2) Include Mach headers to support wait_queue_t and mutex_t in kern_condvar.c, condvar.h. (3) Do install condvar.h when building (4) Cleanup types for condvar function variables (bits left over from FreeBSD prototypes) (5) Forward declare uthread and use it instead of thread Note: we currently statically allocate storage for the wait_queue_t in struct cv, in the style of FreeBSD. This is discouraged in Mach due to the potential for the storage to change size. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/files#4 edit .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_condvar.c#2 edit .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/Makefile#3 edit .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/condvar.h#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/conf/files#4 (text+ko) ==== @@ -442,6 +442,7 @@ bsd/kern/kdebug.c standard bsd/kern/kern_acct.c standard bsd/kern/kern_clock.c standard +bsd/kern/kern_condvar.c standard bsd/kern/kern_core.c standard bsd/kern/kern_symfile.c standard bsd/kern/kern_descrip.c standard @@ -476,7 +477,7 @@ bsd/kern/subr_log.c standard bsd/kern/subr_prf.c standard bsd/kern/subr_prof.c standard -bsd/kern/subr_sbur.c standard +bsd/kern/subr_sbuf.c standard bsd/kern/subr_xxx.c standard bsd/kern/sys_generic.c standard bsd/kern/sys_socket.c standard ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_condvar.c#2 (text+ko) ==== @@ -37,6 +37,9 @@ #include #include +#include +#include + void cv_init(struct cv *cvp, const char *desc) { @@ -91,7 +94,7 @@ * Not supported in Darwin right now. */ int -cv_timedwait(struct cv *cvp, mutex*t *mp, int timo) +cv_timedwait(struct cv *cvp, mutex_t *mp, int timo) { panic("cv_timedwait: not currently supported"); @@ -101,7 +104,7 @@ * Not supported in Darwin right now. */ int -cv_timedwait_sig(struct cv *cvp, struct mtx *mp, int timo) +cv_timedwait_sig(struct cv *cvp, mutex_t *mp, int timo) { panic("cv_timedwait: not currently supported"); @@ -125,7 +128,7 @@ * Not supported in Darwin right now. */ void -cv_waitq_remove(struct thread *td) +cv_waitq_remove(struct uthread *td) { panic("cv_waitq_remove: not currently supported"); ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/Makefile#3 (text+ko) ==== @@ -22,6 +22,7 @@ DATAFILES = \ appleapiopts.h \ acct.h attr.h buf.h callout.h cdefs.h clist.h conf.h \ + condvar.h \ dir.h dirent.h disk.h disklabel.h disktab.h dkstat.h dmap.h domain.h \ errno.h ev.h exec.h fcntl.h file.h filedesc.h filio.h gmon.h ioccom.h ioctl.h \ ioctl_compat.h ipc.h kernel.h kern_event.h ktrace.h loadable_fs.h lock.h lockf.h mach_swapon.h malloc.h \ ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/condvar.h#2 (text+ko) ==== @@ -34,23 +34,24 @@ * Implement BSD-layer condition variables using Mach-layer wait queues. */ +#include +#include + struct cv { wait_queue_t cv_wait_queue; mutex_t *cv_mutex; /* Debugging only. */ const char *cv_description; }; +struct uthread; void cv_init(struct cv *cvp, const char *desc); void cv_destroy(struct cv *cvp); void cv_wait(struct cv *cvp, mutex_t *mp); int cv_wait_sig(struct cv *cvp, mutex_t *mp); -int cv_timedwait(struct cv *cvp, mutex*t *mp, int timo); -int cv_timedwait_sig(struct cv *cvp, struct mtx *mp, int timo); +int cv_timedwait(struct cv *cvp, mutex_t *mp, int timo); +int cv_timedwait_sig(struct cv *cvp, mutex_t *mp, int timo); void cv_signal(struct cv *cvp); void cv_broadcast(struct cv *cvp); -void cv_waitq_remove(struct thread *td); +void cv_waitq_remove(struct uthread *td); int cv_waitq_empty(struct cv *cvp); const char *cv_wmesg(struct cv *cvp); - - - From owner-p4-projects@FreeBSD.ORG Sat Jun 21 10:03:54 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2448037B405; Sat, 21 Jun 2003 10:03:54 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A45937B401 for ; Sat, 21 Jun 2003 10:03:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3842843FA3 for ; Sat, 21 Jun 2003 10:03:49 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5LH3m0U001184 for ; Sat, 21 Jun 2003 10:03:48 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5LH3muv001175 for perforce@freebsd.org; Sat, 21 Jun 2003 10:03:48 -0700 (PDT) Date: Sat, 21 Jun 2003 10:03:48 -0700 (PDT) Message-Id: <200306211703.h5LH3muv001175@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33473 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 17:03:54 -0000 http://perforce.freebsd.org/chv.cgi?CH=33473 Change 33473 by rwatson@rwatson_powerbook on 2003/06/21 10:03:05 Darwin doesn't use per-option include files. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mac.c#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mac.c#2 (text+ko) ==== @@ -42,9 +42,6 @@ * interface to the framework, policy registration and composition. */ -#include "opt_mac.h" -#include "opt_devfs.h" - #include #include #include From owner-p4-projects@FreeBSD.ORG Sat Jun 21 10:07:55 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 710FC37B404; Sat, 21 Jun 2003 10:07:55 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26FC937B401 for ; Sat, 21 Jun 2003 10:07:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9D3C43F3F for ; Sat, 21 Jun 2003 10:07:54 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5LH7s0U001749 for ; Sat, 21 Jun 2003 10:07:54 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5LH7sJ4001746 for perforce@freebsd.org; Sat, 21 Jun 2003 10:07:54 -0700 (PDT) Date: Sat, 21 Jun 2003 10:07:54 -0700 (PDT) Message-Id: <200306211707.h5LH7sJ4001746@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33474 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 17:07:56 -0000 http://perforce.freebsd.org/chv.cgi?CH=33474 Change 33474 by rwatson@rwatson_powerbook on 2003/06/21 10:07:52 Integrate extended attribute interface definitions into Darwin. We'll merge in our forward port of UFS1 extended attributes to Darwin shortly. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/extattr.h#1 branch Differences ... From owner-p4-projects@FreeBSD.ORG Sat Jun 21 10:09:59 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8D5DC37B404; Sat, 21 Jun 2003 10:09:58 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 446E737B401 for ; Sat, 21 Jun 2003 10:09:58 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8E1443FE1 for ; Sat, 21 Jun 2003 10:09:57 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5LH9v0U001808 for ; Sat, 21 Jun 2003 10:09:57 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5LH9vBP001805 for perforce@freebsd.org; Sat, 21 Jun 2003 10:09:57 -0700 (PDT) Date: Sat, 21 Jun 2003 10:09:57 -0700 (PDT) Message-Id: <200306211709.h5LH9vBP001805@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33475 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 17:09:59 -0000 http://perforce.freebsd.org/chv.cgi?CH=33475 Change 33475 by rwatson@rwatson_powerbook on 2003/06/21 10:09:41 Integrate MAC label structure definition from TrustedBSD MAC branch. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/_label.h#1 branch Differences ... From owner-p4-projects@FreeBSD.ORG Sat Jun 21 10:16:07 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A5D2E37B404; Sat, 21 Jun 2003 10:16:06 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4233037B401 for ; Sat, 21 Jun 2003 10:16:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D340A43F75 for ; Sat, 21 Jun 2003 10:16:05 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5LHG50U004741 for ; Sat, 21 Jun 2003 10:16:05 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5LHG573004738 for perforce@freebsd.org; Sat, 21 Jun 2003 10:16:05 -0700 (PDT) Date: Sat, 21 Jun 2003 10:16:05 -0700 (PDT) Message-Id: <200306211716.h5LHG573004738@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33476 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 17:16:07 -0000 http://perforce.freebsd.org/chv.cgi?CH=33476 Change 33476 by rwatson@rwatson_powerbook on 2003/06/21 10:15:15 Help kern_mac.c become more Darwin-friendly; don't include what are currently FreeBSD-specific include files; use Mach headers for locks and wait queues (we might be able to drop this by solely using our cv wrappers). Some of these changes will have to be resolved later at the structure level; we may want to change the FreeBSD version of the MAC Framework to pass imgact argument pieces directly, rather than the FreeBSD-specific structure into MAC modules. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mac.c#3 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mac.c#3 (text+ko) ==== @@ -45,11 +45,12 @@ #include #include #include +#if 0 #include +#endif #include #include #include -#include #include #include #include @@ -82,6 +83,9 @@ #include #include +#include +#include + #ifdef MAC /* From owner-p4-projects@FreeBSD.ORG Sat Jun 21 10:19:11 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0188037B404; Sat, 21 Jun 2003 10:19:11 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92A5937B401 for ; Sat, 21 Jun 2003 10:19:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35EE543F3F for ; Sat, 21 Jun 2003 10:19:10 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5LHJA0U004783 for ; Sat, 21 Jun 2003 10:19:10 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5LHJ9sS004780 for perforce@freebsd.org; Sat, 21 Jun 2003 10:19:09 -0700 (PDT) Date: Sat, 21 Jun 2003 10:19:09 -0700 (PDT) Message-Id: <200306211719.h5LHJ9sS004780@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33477 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 17:19:11 -0000 http://perforce.freebsd.org/chv.cgi?CH=33477 Change 33477 by rwatson@rwatson_powerbook on 2003/06/21 10:18:59 Add MAC label to vnode. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/vnode.h#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/vnode.h#2 (text+ko) ==== @@ -61,6 +61,7 @@ #include #include #include +#include #include #include @@ -160,6 +161,7 @@ long v_writecount; /* reference count of writers */ enum vtagtype v_tag; /* type of underlying data */ void *v_data; /* private data for fs */ + struct label v_label; /* MAC label for vnode */ }; #define v_mountedhere v_un.vu_mountedhere #define v_socket v_un.vu_socket From owner-p4-projects@FreeBSD.ORG Sat Jun 21 12:06:21 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id CF54437B404; Sat, 21 Jun 2003 12:06:20 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AE5A37B401 for ; Sat, 21 Jun 2003 12:06:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D480743FD7 for ; Sat, 21 Jun 2003 12:06:19 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5LJ6J0U038692 for ; Sat, 21 Jun 2003 12:06:19 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5LJ6Jpx038689 for perforce@freebsd.org; Sat, 21 Jun 2003 12:06:19 -0700 (PDT) Date: Sat, 21 Jun 2003 12:06:19 -0700 (PDT) Message-Id: <200306211906.h5LJ6Jpx038689@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33478 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 19:06:21 -0000 http://perforce.freebsd.org/chv.cgi?CH=33478 Change 33478 by rwatson@rwatson_powerbook on 2003/06/21 12:05:29 Darwin doesn't support __printflike(); they also declare __va_list in two different headers, so we grab the machine/ansi.h one indirected through a define. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/sbuf.h#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/sbuf.h#2 (text+ko) ==== @@ -31,7 +31,8 @@ #ifndef _SYS_SBUF_H_ #define _SYS_SBUF_H_ -#include +#include +#include /* * Structure definition @@ -62,8 +63,8 @@ int sbuf_bcpy(struct sbuf *, const char *, size_t); int sbuf_cat(struct sbuf *, const char *); int sbuf_cpy(struct sbuf *, const char *); -int sbuf_printf(struct sbuf *, const char *, ...) __printflike(2, 3); -int sbuf_vprintf(struct sbuf *, const char *, __va_list) __printflike(2, 0); +int sbuf_printf(struct sbuf *, const char *, ...); +int sbuf_vprintf(struct sbuf *, const char *, _BSD_VA_LIST_); int sbuf_putc(struct sbuf *, int); int sbuf_trim(struct sbuf *); int sbuf_overflowed(struct sbuf *); From owner-p4-projects@FreeBSD.ORG Sat Jun 21 17:29:54 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 07D5637B404; Sat, 21 Jun 2003 17:29:54 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84AF937B401 for ; Sat, 21 Jun 2003 17:29:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1D6643F93 for ; Sat, 21 Jun 2003 17:29:52 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5M0Tq0U047603 for ; Sat, 21 Jun 2003 17:29:52 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5M0Tq7J047600 for perforce@freebsd.org; Sat, 21 Jun 2003 17:29:52 -0700 (PDT) Date: Sat, 21 Jun 2003 17:29:52 -0700 (PDT) Message-Id: <200306220029.h5M0Tq7J047600@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33482 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 00:29:55 -0000 http://perforce.freebsd.org/chv.cgi?CH=33482 Change 33482 by rwatson@rwatson_powerbook on 2003/06/21 17:29:03 o Forward declare a boatload of structures referenced in mac_policy_conf; Darwin's build flags seem a lot more concerned about this than FreeBSD's. could be an include file ordering issue, but this is a change we should probably make on FreeBSD as well to avoid having all policy modules include all the include files for every entry point rather than just local entry points. o Use a proc as an argument to mpo_syscall(): while Darwin has threads, it doesn't associate enough information with struct uthread to be useful. This may be something we have to fix in Darwin to do the port of the MAC Framework to Darwin, but we can defer it for a bit. o "#if 0" anything related to devfs, as Darwin's devfs is the FreeBSD 3.x devfs, and uses different internals than the FreeBSD 5.x devfs. We'll reconsitute the devfs things later. o "#if 0" anything related to pipes; Darwin uses FreeBSD 3.x pipes without VM optimization, and as such uses a pair of sockets rather than and independent pipe structure. Not yet clear how to handle this, so simple whack it out for now. o "#if 0" anything that relates to image activators for now, since no equivilent notion exists in Darwin. We'll need to pass in the relevant entries explicitly and not rely on that abstraction. o "#if 0" anything that relates to ACLs; we have a local ACL implementation for Darwin, but I don't want to mix it up with the MAC code yet. o "#if 0" the module event macros and structures, since Darwin doesn't do linker sets. We'll need to make the MAC Framework use kext's instead. With these changes, we can now get a lot further in the kern_mac.c build. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/mac_policy.h#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/mac_policy.h#2 (text+ko) ==== @@ -51,8 +51,17 @@ * Operations are sorted first by general class of operation, then * alphabetically. */ +struct bpf_d; +struct ifnet; +struct ipq; +struct label; struct mac_policy_conf; +struct mbuf; +struct mount; struct sbuf; +struct socket; +struct ucred; +struct vnode; struct mac_policy_ops { /* * Policy module operations. @@ -65,14 +74,16 @@ * may implement new services without reserving explicit * system call numbers. */ - int (*mpo_syscall)(struct thread *td, int call, void *arg); + int (*mpo_syscall)(struct proc *p, int call, void *arg); /* * Label operations. */ void (*mpo_init_bpfdesc_label)(struct label *label); void (*mpo_init_cred_label)(struct label *label); +#if 0 void (*mpo_init_devfsdirent_label)(struct label *label); +#endif void (*mpo_init_ifnet_label)(struct label *label); int (*mpo_init_ipq_label)(struct label *label, int flag); int (*mpo_init_mbuf_label)(struct label *label, int flag); @@ -80,12 +91,16 @@ void (*mpo_init_mount_fs_label)(struct label *label); int (*mpo_init_socket_label)(struct label *label, int flag); int (*mpo_init_socket_peer_label)(struct label *label, int flag); +#if 0 void (*mpo_init_pipe_label)(struct label *label); +#endif void (*mpo_init_proc_label)(struct label *label); void (*mpo_init_vnode_label)(struct label *label); void (*mpo_destroy_bpfdesc_label)(struct label *label); void (*mpo_destroy_cred_label)(struct label *label); +#if 0 void (*mpo_destroy_devfsdirent_label)(struct label *label); +#endif void (*mpo_destroy_ifnet_label)(struct label *label); void (*mpo_destroy_ipq_label)(struct label *label); void (*mpo_destroy_mbuf_label)(struct label *label); @@ -93,21 +108,27 @@ void (*mpo_destroy_mount_fs_label)(struct label *label); void (*mpo_destroy_socket_label)(struct label *label); void (*mpo_destroy_socket_peer_label)(struct label *label); +#if 0 void (*mpo_destroy_pipe_label)(struct label *label); +#endif void (*mpo_destroy_proc_label)(struct label *label); void (*mpo_destroy_vnode_label)(struct label *label); void (*mpo_copy_mbuf_label)(struct label *src, struct label *dest); +#if 0 void (*mpo_copy_pipe_label)(struct label *src, struct label *dest); +#endif void (*mpo_copy_vnode_label)(struct label *src, struct label *dest); int (*mpo_externalize_cred_label)(struct label *label, char *element_name, struct sbuf *sb, int *claimed); int (*mpo_externalize_ifnet_label)(struct label *label, char *element_name, struct sbuf *sb, int *claimed); +#if 0 int (*mpo_externalize_pipe_label)(struct label *label, char *element_name, struct sbuf *sb, int *claimed); +#endif int (*mpo_externalize_socket_label)(struct label *label, char *element_name, struct sbuf *sb, int *claimed); int (*mpo_externalize_socket_peer_label)(struct label *label, @@ -118,8 +139,10 @@ char *element_name, char *element_data, int *claimed); int (*mpo_internalize_ifnet_label)(struct label *label, char *element_name, char *element_data, int *claimed); +#if 0 int (*mpo_internalize_pipe_label)(struct label *label, char *element_name, char *element_data, int *claimed); +#endif int (*mpo_internalize_socket_label)(struct label *label, char *element_name, char *element_data, int *claimed); int (*mpo_internalize_vnode_label)(struct label *label, @@ -129,16 +152,19 @@ * Labeling event operations: file system objects, and things that * look a lot like file system objects. */ +#if 0 void (*mpo_associate_vnode_devfs)(struct mount *mp, struct label *fslabel, struct devfs_dirent *de, struct label *delabel, struct vnode *vp, struct label *vlabel); +#endif int (*mpo_associate_vnode_extattr)(struct mount *mp, struct label *fslabel, struct vnode *vp, struct label *vlabel); void (*mpo_associate_vnode_singlelabel)(struct mount *mp, struct label *fslabel, struct vnode *vp, struct label *vlabel); +#if 0 void (*mpo_create_devfs_device)(struct mount *mp, dev_t dev, struct devfs_dirent *de, struct label *label, const char *fullpath); @@ -149,6 +175,7 @@ struct mount *mp, struct devfs_dirent *dd, struct label *ddlabel, struct devfs_dirent *de, struct label *delabel, const char *fullpath); +#endif int (*mpo_create_vnode_extattr)(struct ucred *cred, struct mount *mp, struct label *fslabel, struct vnode *dvp, struct label *dlabel, @@ -163,10 +190,12 @@ int (*mpo_setlabel_vnode_extattr)(struct ucred *cred, struct vnode *vp, struct label *vlabel, struct label *intlabel); +#if 0 void (*mpo_update_devfsdirent)(struct mount *mp, struct devfs_dirent *devfs_dirent, struct label *direntlabel, struct vnode *vp, struct label *vnodelabel); +#endif /* * Labeling event operations: IPC objects. @@ -181,16 +210,20 @@ struct label *newsocketlabel); void (*mpo_relabel_socket)(struct ucred *cred, struct socket *so, struct label *oldlabel, struct label *newlabel); +#if 0 void (*mpo_relabel_pipe)(struct ucred *cred, struct pipe *pipe, struct label *oldlabel, struct label *newlabel); +#endif void (*mpo_set_socket_peer_from_mbuf)(struct mbuf *mbuf, struct label *mbuflabel, struct socket *so, struct label *socketpeerlabel); void (*mpo_set_socket_peer_from_socket)(struct socket *oldsocket, struct label *oldsocketlabel, struct socket *newsocket, struct label *newsocketpeerlabel); +#if 0 void (*mpo_create_pipe)(struct ucred *cred, struct pipe *pipe, struct label *pipelabel); +#endif /* * Labeling event operations: network objects. @@ -247,6 +280,7 @@ */ void (*mpo_create_cred)(struct ucred *parent_cred, struct ucred *child_cred); +#if 0 void (*mpo_execve_transition)(struct ucred *old, struct ucred *new, struct vnode *vp, struct label *vnodelabel, struct label *interpvnodelabel, @@ -255,11 +289,14 @@ struct vnode *vp, struct label *vnodelabel, struct label *interpvnodelabel, struct image_params *imgp, struct label *execlabel); +#endif void (*mpo_create_proc0)(struct ucred *cred); void (*mpo_create_proc1)(struct ucred *cred); void (*mpo_relabel_cred)(struct ucred *cred, struct label *newlabel); +#if 0 void (*mpo_thread_userret)(struct thread *thread); +#endif /* * Access control checks. @@ -287,6 +324,7 @@ int (*mpo_check_kld_unload)(struct ucred *cred); int (*mpo_check_mount_stat)(struct ucred *cred, struct mount *mp, struct label *mntlabel); +#if 0 int (*mpo_check_pipe_ioctl)(struct ucred *cred, struct pipe *pipe, struct label *pipelabel, unsigned long cmd, void *data); int (*mpo_check_pipe_poll)(struct ucred *cred, struct pipe *pipe, @@ -300,6 +338,7 @@ struct label *pipelabel); int (*mpo_check_pipe_write)(struct ucred *cred, struct pipe *pipe, struct label *pipelabel); +#endif int (*mpo_check_proc_debug)(struct ucred *cred, struct proc *proc); int (*mpo_check_proc_sched)(struct ucred *cred, @@ -354,6 +393,7 @@ struct vnode *dvp, struct label *dlabel, struct vnode *vp, struct label *label, struct componentname *cnp); +#if 0 int (*mpo_check_vnode_deleteacl)(struct ucred *cred, struct vnode *vp, struct label *label, acl_type_t type); int (*mpo_check_vnode_exec)(struct ucred *cred, struct vnode *vp, @@ -361,6 +401,7 @@ struct label *execlabel); int (*mpo_check_vnode_getacl)(struct ucred *cred, struct vnode *vp, struct label *label, acl_type_t type); +#endif int (*mpo_check_vnode_getextattr)(struct ucred *cred, struct vnode *vp, struct label *label, int attrnamespace, const char *name, struct uio *uio); @@ -400,9 +441,11 @@ struct componentname *cnp); int (*mpo_check_vnode_revoke)(struct ucred *cred, struct vnode *vp, struct label *label); +#if 0 int (*mpo_check_vnode_setacl)(struct ucred *cred, struct vnode *vp, struct label *label, acl_type_t type, struct acl *acl); +#endif int (*mpo_check_vnode_setextattr)(struct ucred *cred, struct vnode *vp, struct label *label, int attrnamespace, const char *name, struct uio *uio); @@ -442,6 +485,7 @@ /* Flags for the mpc_runtime_flags field. */ #define MPC_RUNTIME_FLAG_REGISTERED 0x00000001 +#if 0 #define MAC_POLICY_SET(mpops, mpname, mpfullname, mpflags, privdata_wanted) \ static struct mac_policy_conf mpname##_mac_policy_conf = { \ #mpname, \ @@ -461,6 +505,7 @@ SI_ORDER_MIDDLE) int mac_policy_modevent(module_t mod, int type, void *data); +#endif #define LABEL_TO_SLOT(l, s) (l)->l_perpolicy[s] From owner-p4-projects@FreeBSD.ORG Sat Jun 21 17:34:57 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3792737B404; Sat, 21 Jun 2003 17:34:57 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C819137B401 for ; Sat, 21 Jun 2003 17:34:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 696B743FAF for ; Sat, 21 Jun 2003 17:34:56 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5M0Yu0U050403 for ; Sat, 21 Jun 2003 17:34:56 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5M0Yu5M050400 for perforce@freebsd.org; Sat, 21 Jun 2003 17:34:56 -0700 (PDT) Date: Sat, 21 Jun 2003 17:34:56 -0700 (PDT) Message-Id: <200306220034.h5M0Yu5M050400@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33483 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 00:34:58 -0000 http://perforce.freebsd.org/chv.cgi?CH=33483 Change 33483 by rwatson@rwatson_powerbook on 2003/06/21 17:33:58 Strip include files that don't apply to Darwin currently. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mac.c#4 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mac.c#4 (text+ko) ==== @@ -45,33 +45,21 @@ #include #include #include -#if 0 -#include -#endif #include #include #include #include -#include #include #include #include -#include -#include #include #include #include #include #include -#include #include #include -#include -#include -#include -#include - #include #include From owner-p4-projects@FreeBSD.ORG Sat Jun 21 18:24:59 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5C39837B404; Sat, 21 Jun 2003 18:24:58 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1B5037B401 for ; Sat, 21 Jun 2003 18:24:57 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82A3243FBF for ; Sat, 21 Jun 2003 18:24:57 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5M1Ov0U065923 for ; Sat, 21 Jun 2003 18:24:57 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5M1Ov9G065920 for perforce@freebsd.org; Sat, 21 Jun 2003 18:24:57 -0700 (PDT) Date: Sat, 21 Jun 2003 18:24:57 -0700 (PDT) Message-Id: <200306220124.h5M1Ov9G065920@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33484 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 01:24:59 -0000 http://perforce.freebsd.org/chv.cgi?CH=33484 Change 33484 by rwatson@rwatson_powerbook on 2003/06/21 18:24:23 Darwin doesn't have SYSCTL_UINT(), so add it. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/sysctl.h#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/sysctl.h#2 (text+ko) ==== @@ -104,6 +104,7 @@ #define CTLTYPE_QUAD 4 /* name describes a 64-bit number */ #define CTLTYPE_OPAQUE 5 /* name describes a structure */ #define CTLTYPE_STRUCT CTLTYPE_OPAQUE /* name describes a structure */ +#define CTLTYPE_UINT 6 /* name describes an unsigned integer */ #define CTLFLAG_RD 0x80000000 /* Allow reads of variable */ #define CTLFLAG_WR 0x40000000 /* Allow writes to the variable */ @@ -204,6 +205,11 @@ SYSCTL_OID(parent, nbr, name, CTLTYPE_INT|access, \ ptr, val, sysctl_handle_int, "I", descr) +/* Oid for an unsigned int. If ptr is NULL, val is returned. */ +#define SYSCTL_UINT(parent, nbr, name, access, ptr, val, descr) \ + SYSCTL_OID(parent, nbr, name, CTLTYPE_UINT|access, \ + ptr, val, sysctl_handle_int, "IU", descr) + /* Oid for a long. The pointer must be non NULL. */ #define SYSCTL_LONG(parent, nbr, name, access, ptr, descr) \ SYSCTL_OID(parent, nbr, name, CTLTYPE_INT|access, \ From owner-p4-projects@FreeBSD.ORG Sat Jun 21 18:28:03 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 993C537B404; Sat, 21 Jun 2003 18:28:02 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48A9D37B401 for ; Sat, 21 Jun 2003 18:28:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFFF043F85 for ; Sat, 21 Jun 2003 18:28:01 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5M1S10U066125 for ; Sat, 21 Jun 2003 18:28:01 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5M1S1AM066122 for perforce@freebsd.org; Sat, 21 Jun 2003 18:28:01 -0700 (PDT) Date: Sat, 21 Jun 2003 18:28:01 -0700 (PDT) Message-Id: <200306220128.h5M1S1AM066122@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33485 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 01:28:03 -0000 http://perforce.freebsd.org/chv.cgi?CH=33485 Change 33485 by rwatson@rwatson_powerbook on 2003/06/21 18:27:20 Add label to the user credential structure. Note that Darwin 6.6 doesn't have xucred, so we'll want to add that at some point. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/ucred.h#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/ucred.h#2 (text+ko) ==== @@ -60,6 +60,7 @@ #include #include +#include #ifdef __APPLE_API_UNSTABLE /* @@ -70,6 +71,7 @@ uid_t cr_uid; /* effective user id */ short cr_ngroups; /* number of groups */ gid_t cr_groups[NGROUPS]; /* groups */ + struct label cr_label; /* MAC label */ }; #define cr_gid cr_groups[0] #define NOCRED ((struct ucred *)0) /* no credential available */ From owner-p4-projects@FreeBSD.ORG Sat Jun 21 18:51:36 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6169E37B404; Sat, 21 Jun 2003 18:51:35 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDC3D37B401 for ; Sat, 21 Jun 2003 18:51:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C5E643F93 for ; Sat, 21 Jun 2003 18:51:32 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5M1pW0U072954 for ; Sat, 21 Jun 2003 18:51:32 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5M1pV15072942 for perforce@freebsd.org; Sat, 21 Jun 2003 18:51:31 -0700 (PDT) Date: Sat, 21 Jun 2003 18:51:31 -0700 (PDT) Message-Id: <200306220151.h5M1pV15072942@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33488 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 01:51:37 -0000 http://perforce.freebsd.org/chv.cgi?CH=33488 Change 33488 by rwatson@rwatson_powerbook on 2003/06/21 18:51:30 Integrate Darwin system_cmds 6.6 from vendor branch into SEDarwin branch, since we have sysctl localizations for the MAC Framework port. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/APPLE_LICENSE#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/README.rtf#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/ac.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/ac.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/ac.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/ac.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/ac.tproj/ac.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/ac.tproj/ac.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/accton.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/accton.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/accton.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/accton.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/accton.tproj/accton.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/arch.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/arch.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/arch.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/arch.tproj/arch.1#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/arch.tproj/arch.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/arch.tproj/machine.1#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/at.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/at.tproj/Makefile.dist#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/at.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/at.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/at.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/at.tproj/at.1#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/at.tproj/at.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/at.tproj/at.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/at.tproj/panic.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/at.tproj/panic.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/at.tproj/parsetime.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/at.tproj/parsetime.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/at.tproj/pathnames.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/at.tproj/perm.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/at.tproj/perm.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/at.tproj/privs.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/atrun.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/atrun.tproj/Makefile.dist#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/atrun.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/atrun.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/atrun.tproj/atrun.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/atrun.tproj/atrun.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/atrun.tproj/atrun.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chkpasswd.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chkpasswd.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chkpasswd.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chkpasswd.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chkpasswd.tproj/file_passwd.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chkpasswd.tproj/netinfo_passwd.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chkpasswd.tproj/nis_passwd.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chkpasswd.tproj/passwd.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chkpasswd.tproj/stringops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chkpasswd.tproj/stringops.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chpass.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chpass.tproj/Makefile.dist#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chpass.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chpass.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chpass.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chpass.tproj/chpass.1#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chpass.tproj/chpass.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chpass.tproj/chpass.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chpass.tproj/edit.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chpass.tproj/field.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chpass.tproj/pathnames.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chpass.tproj/pw_copy.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chpass.tproj/pw_copy.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chpass.tproj/table.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/chpass.tproj/util.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dmesg.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dmesg.tproj/Makefile.dist#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dmesg.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dmesg.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dmesg.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dmesg.tproj/dmesg.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dmesg.tproj/dmesg.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dp_notify_lib/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dp_notify_lib/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dp_notify_lib/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dp_notify_lib/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dp_notify_lib/backing_store_alerts.defs#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dp_notify_lib/backing_store_triggers.defs#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dp_notify_lib/h.template#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dp_notify_lib/m.template#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dynamic_pager.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dynamic_pager.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dynamic_pager.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dynamic_pager.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dynamic_pager.tproj/backing_store_alerts.defs#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dynamic_pager.tproj/backing_store_triggers.defs#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dynamic_pager.tproj/default_pager_alerts.defs#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/dynamic_pager.tproj/dynamic_pager.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/fastboot.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/fastboot.tproj/Makefile.dist#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/fastboot.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/fastboot.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/fastboot.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/fastboot.tproj/fastboot.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/fastboot.tproj/fastboot.sh#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/fastboot.tproj/fasthalt.sh#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/fs_usage.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/fs_usage.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/fs_usage.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/fs_usage.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/fs_usage.tproj/fs_usage.1#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/fs_usage.tproj/fs_usage.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/getty.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/getty.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/getty.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/getty.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/getty.tproj/extern.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/getty.tproj/getty.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/getty.tproj/gettytab.5#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/getty.tproj/gettytab.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/getty.tproj/init.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/getty.tproj/main.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/getty.tproj/pathnames.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/getty.tproj/subr.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/getty.tproj/ttys.5#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/halt.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/halt.tproj/Makefile.dist#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/halt.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/halt.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/halt.tproj/halt.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/halt.tproj/halt.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/hostinfo.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/hostinfo.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/hostinfo.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/hostinfo.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/hostinfo.tproj/hostinfo.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/init.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/init.tproj/Makefile.dist#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/init.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/init.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/init.tproj/NOTES#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/init.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/init.tproj/init.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/init.tproj/init.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/init.tproj/pathnames.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/iostat.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/iostat.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/iostat.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/iostat.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/iostat.tproj/iostat.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/iostat.tproj/iostat.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/kdump.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/kdump.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/kdump.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/kdump.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/kdump.tproj/kdump.1#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/kdump.tproj/kdump.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/kdump.tproj/mkioctls#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/kdump.tproj/syscalls.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/kgmon.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/kgmon.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/kgmon.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/kgmon.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/kgmon.tproj/kgmon.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/kgmon.tproj/kgmon.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/ktrace.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/ktrace.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/ktrace.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/ktrace.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/ktrace.tproj/ktrace.1#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/ktrace.tproj/ktrace.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/ktrace.tproj/ktrace.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/ktrace.tproj/subr.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/latency.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/latency.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/latency.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/latency.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/latency.tproj/latency.1#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/latency.tproj/latency.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/login.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/login.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/login.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/login.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/login.tproj/klogin.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/login.tproj/login.1#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/login.tproj/login.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/login.tproj/pathnames.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mach_init.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mach_init.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mach_init.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mach_init.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mach_init.tproj/bootstrap.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mach_init.tproj/bootstrap.defs#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mach_init.tproj/bootstrap_internal.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mach_init.tproj/error_log.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mach_init.tproj/error_log.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mach_init.tproj/lists.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mach_init.tproj/lists.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mach_init.tproj/mach_init.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mach_init.tproj/rpc_services.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/makekey.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/makekey.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/makekey.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/makekey.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/makekey.tproj/makekey.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/makekey.tproj/makekey.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mkfile.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mkfile.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mkfile.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mkfile.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mkfile.tproj/mkfile.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/mkfile.tproj/mkfile.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nologin.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nologin.tproj/Makefile.dist#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nologin.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nologin.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nologin.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nologin.tproj/nologin.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nologin.tproj/nologin.sh#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nvram.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nvram.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nvram.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nvram.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nvram.tproj/nvram.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nvram.tproj/nvram.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nvram.tproj/nvram/Alchemy#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nvram.tproj/nvram/Gossamer#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nvram.tproj/nvram/Hooper#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nvram.tproj/nvram/Kanga#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nvram.tproj/nvram/Mainstreet#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nvram.tproj/nvram/PowerExpress#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nvram.tproj/nvram/PowerSurge#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nvram.tproj/nvram/Silk#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/nvram.tproj/nvram/Wallstreet#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/pagesize.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/pagesize.tproj/Makefile.dist#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/pagesize.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/pagesize.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/pagesize.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/pagesize.tproj/pagesize.1#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/pagesize.tproj/pagesize.sh#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/passwd.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/passwd.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/passwd.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/passwd.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/passwd.tproj/file_passwd.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/passwd.tproj/netinfo_passwd.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/passwd.tproj/nis_passwd.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/passwd.tproj/passwd.1#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/passwd.tproj/passwd.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/passwd.tproj/stringops.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/passwd.tproj/stringops.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/pwd_mkdb.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/pwd_mkdb.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/pwd_mkdb.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/pwd_mkdb.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/pwd_mkdb.tproj/pw_scan.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/pwd_mkdb.tproj/pw_scan.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/pwd_mkdb.tproj/pwd_mkdb.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/pwd_mkdb.tproj/pwd_mkdb.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/reboot.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/reboot.tproj/Makefile.dist#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/reboot.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/reboot.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/reboot.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/reboot.tproj/boot_hp300.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/reboot.tproj/boot_i386.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/reboot.tproj/boot_sparc.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/reboot.tproj/boot_tahoe.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/reboot.tproj/boot_vax.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/reboot.tproj/reboot.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/reboot.tproj/reboot.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sc_usage.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sc_usage.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sc_usage.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sc_usage.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sc_usage.tproj/sc_usage.1#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sc_usage.tproj/sc_usage.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sc_usage.tproj/trace.codes#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/shutdown.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/shutdown.tproj/Makefile.dist#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/shutdown.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/shutdown.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/shutdown.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/shutdown.tproj/pathnames.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/shutdown.tproj/shutdown.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/shutdown.tproj/shutdown.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sync.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sync.tproj/Makefile.dist#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sync.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sync.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sync.tproj/sync.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sync.tproj/sync.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sysctl.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sysctl.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sysctl.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sysctl.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sysctl.tproj/sysctl.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/sysctl.tproj/sysctl.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/top.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/top.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/top.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/top.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/top.tproj/top.1#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/top.tproj/top.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/update.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/update.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/update.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/update.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/update.tproj/update.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/update.tproj/update.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/vipw.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/vipw.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/vipw.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/vipw.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/vipw.tproj/pw_util.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/vipw.tproj/pw_util.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/vipw.tproj/vipw.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/vipw.tproj/vipw.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/vm_stat.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/vm_stat.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/vm_stat.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/vm_stat.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/vm_stat.tproj/h.template#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/vm_stat.tproj/m.template#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/vm_stat.tproj/vm_stat.1#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/vm_stat.tproj/vm_stat.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zdump.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zdump.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zdump.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zdump.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zdump.tproj/zdump.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zdump.tproj/zdump.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Abidjan#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Accra#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Addis_Ababa#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Algiers#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Asmera#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Bamako#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Bangui#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Banjul#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Bissau#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Blantyre#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Brazzaville#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Bujumbura#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Cairo#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Casablanca#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Ceuta#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Conakry#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Dakar#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Dar_es_Salaam#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Djibouti#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Douala#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/El_Aaiun#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Freetown#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Gaborone#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Harare#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Johannesburg#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Kampala#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Khartoum#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Kigali#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Kinshasa#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Lagos#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Libreville#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Lome#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Luanda#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Lubumbashi#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Lusaka#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Malabo#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Maputo#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Maseru#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Mbabane#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Mogadishu#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Monrovia#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Nairobi#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Ndjamena#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Niamey#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Nouakchott#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Ouagadougou#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Porto-Novo#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Sao_Tome#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Timbuktu#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Tripoli#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Tunis#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Africa/Windhoek#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Adak#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Anchorage#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Anguilla#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Antigua#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Aruba#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Asuncion#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Atka#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Barbados#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Belize#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Bogota#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Boise#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Buenos_Aires#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Caracas#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Catamarca#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Cayenne#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Cayman#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Chicago#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Cordoba#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Costa_Rica#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Cuiaba#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Curacao#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Dawson#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Dawson_Creek#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Denver#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Detroit#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Dominica#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Edmonton#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/El_Salvador#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Ensenada#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Fort_Wayne#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Fortaleza#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Glace_Bay#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Godthab#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Goose_Bay#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Grand_Turk#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Grenada#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Guadeloupe#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Guatemala#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Guayaquil#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Guyana#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Halifax#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Havana#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Indiana/Indianapolis#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Indiana/Knox#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Indiana/Marengo#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Indiana/Vevay#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Indianapolis#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Inuvik#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Iqaluit#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Jamaica#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Jujuy#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Juneau#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Knox_IN#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/La_Paz#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Lima#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Los_Angeles#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Louisville#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Maceio#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Managua#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Manaus#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Martinique#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Mazatlan#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Mendoza#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Menominee#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Mexico_City#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Miquelon#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Montevideo#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Montreal#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Montserrat#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Nassau#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/New_York#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Nipigon#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Nome#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Noronha#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Panama#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Pangnirtung#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Paramaribo#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Phoenix#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Port-au-Prince#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Port_of_Spain#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Porto_Acre#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Puerto_Rico#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Rainy_River#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Rankin_Inlet#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Regina#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Rosario#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Santiago#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Santo_Domingo#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Sao_Paulo#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Scoresbysund#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Shiprock#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/St_Johns#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/St_Kitts#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/St_Lucia#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/St_Thomas#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/St_Vincent#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Swift_Current#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Tegucigalpa#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Thule#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Thunder_Bay#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Tijuana#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Tortola#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Vancouver#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Virgin#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Whitehorse#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Winnipeg#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Yakutat#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/America/Yellowknife#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Antarctica/Casey#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Antarctica/Mawson#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Antarctica/McMurdo#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Antarctica/Palmer#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Antarctica/South_Pole#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Arctic/Longyearbyen#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Aden#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Alma-Ata#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Amman#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Anadyr#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Aqtau#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Aqtobe#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Ashkhabad#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Baghdad#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Bahrain#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Baku#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Bangkok#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Beirut#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Bishkek#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Brunei#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Calcutta#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Chungking#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Colombo#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Dacca#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Damascus#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Dubai#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Dushanbe#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Gaza#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Harbin#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Hong_Kong#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Irkutsk#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Ishigaki#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Istanbul#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Jakarta#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Jayapura#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Jerusalem#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Kabul#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Kamchatka#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Karachi#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Kashgar#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Katmandu#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Krasnoyarsk#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Kuala_Lumpur#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Kuching#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Kuwait#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Macao#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Magadan#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Manila#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Muscat#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Nicosia#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Novosibirsk#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Omsk#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Phnom_Penh#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Pyongyang#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Qatar#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Rangoon#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Riyadh#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Riyadh87#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Riyadh88#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Riyadh89#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Saigon#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Seoul#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Shanghai#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Singapore#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Taipei#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Tashkent#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Tbilisi#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Tehran#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Tel_Aviv#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Thimbu#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Tokyo#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Ujung_Pandang#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Ulan_Bator#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Urumqi#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Vientiane#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Vladivostok#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Yakutsk#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Yekaterinburg#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Asia/Yerevan#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Atlantic/Azores#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Atlantic/Bermuda#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Atlantic/Canary#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Atlantic/Cape_Verde#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Atlantic/Faeroe#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Atlantic/Jan_Mayen#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Atlantic/Madeira#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Atlantic/Reykjavik#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Atlantic/South_Georgia#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Atlantic/St_Helena#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Atlantic/Stanley#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/ACT#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/Adelaide#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/Brisbane#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/Broken_Hill#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/Canberra#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/Darwin#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/Hobart#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/LHI#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/Lindeman#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/Lord_Howe#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/Melbourne#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/NSW#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/North#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/Perth#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/Queensland#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/South#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/Sydney#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/Tasmania#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/Victoria#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/West#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Australia/Yancowinna#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Brazil/Acre#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Brazil/DeNoronha#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Brazil/East#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Brazil/West#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/CET#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/CST6CDT#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Canada/Atlantic#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Canada/Central#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Canada/East-Saskatchewan#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Canada/Eastern#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Canada/Mountain#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Canada/Newfoundland#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Canada/Pacific#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Canada/Saskatchewan#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Canada/Yukon#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Chile/Continental#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Chile/EasterIsland#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Cuba#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/EET#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/EST#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/EST5EDT#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Egypt#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Eire#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT+0#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT+1#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT+10#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT+11#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT+12#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT+2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT+3#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT+4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT+5#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT+6#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT+7#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT+8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT+9#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT-0#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT-1#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT-10#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT-11#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT-12#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT-13#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT-14#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT-2#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT-3#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT-4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT-5#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT-6#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT-7#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT-8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT-9#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/GMT0#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/Greenwich#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/UCT#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/UTC#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/Universal#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Etc/Zulu#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Amsterdam#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Andorra#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Athens#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Belfast#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Belgrade#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Berlin#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Bratislava#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Brussels#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Bucharest#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Budapest#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Chisinau#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Copenhagen#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Dublin#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Gibraltar#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Helsinki#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Istanbul#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Kaliningrad#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Kiev#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Lisbon#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Ljubljana#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/London#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Luxembourg#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Madrid#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Malta#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Minsk#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Monaco#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Moscow#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Oslo#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Paris#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Prague#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Riga#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Rome#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Samara#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/San_Marino#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Sarajevo#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Simferopol#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Skopje#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Sofia#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Stockholm#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Tallinn#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Tirane#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Vaduz#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Vatican#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Vienna#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Vilnius#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Warsaw#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Zagreb#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Europe/Zurich#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Factory#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/GB#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/GMT#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/GMT+0#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/GMT-0#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/GMT0#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Greenwich#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/HST#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Hongkong#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Iceland#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Indian/Antananarivo#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Indian/Chagos#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Indian/Christmas#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Indian/Cocos#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Indian/Comoro#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Indian/Mahe#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Indian/Maldives#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Indian/Mauritius#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Indian/Mayotte#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Indian/Reunion#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Iran#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Israel#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Jamaica#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Japan#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Kwajalein#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Libya#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/MET#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/MST#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/MST7MDT#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Mexico/BajaNorte#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Mexico/BajaSur#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Mexico/General#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Mideast/Riyadh87#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Mideast/Riyadh88#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Mideast/Riyadh89#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/NZ#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/NZ-CHAT#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Navajo#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/PRC#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/PST8PDT#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Apia#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Auckland#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Chatham#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Easter#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Efate#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Enderbury#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Fakaofo#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Fiji#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Funafuti#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Galapagos#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Gambier#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Guadalcanal#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Guam#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Honolulu#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Johnston#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Kiritimati#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Kosrae#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Kwajalein#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Majuro#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Marquesas#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Midway#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Nauru#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Niue#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Norfolk#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Noumea#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Pago_Pago#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Palau#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Pitcairn#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Ponape#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Port_Moresby#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Rarotonga#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Saipan#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Samoa#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Tahiti#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Tarawa#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Tongatapu#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Truk#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Wake#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Wallis#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Pacific/Yap#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Poland#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Portugal#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/ROC#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/ROK#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Singapore#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/SystemV/AST4#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/SystemV/AST4ADT#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/SystemV/CST6#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/SystemV/CST6CDT#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/SystemV/EST5#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/SystemV/EST5EDT#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/SystemV/HST10#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/SystemV/MST7#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/SystemV/MST7MDT#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/SystemV/PST8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/SystemV/PST8PDT#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/SystemV/YST9#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/SystemV/YST9YDT#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Turkey#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/UCT#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/US/Alaska#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/US/Aleutian#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/US/Arizona#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/US/Central#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/US/East-Indiana#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/US/Eastern#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/US/Hawaii#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/US/Indiana-Starke#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/US/Michigan#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/US/Mountain#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/US/Pacific#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/US/Pacific-New#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/US/Samoa#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/UTC#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Universal#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/W-SU#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/WET#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/HACK/Zulu#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/datfiles/africa#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/datfiles/antarctica#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/datfiles/asia#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/datfiles/australasia#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/datfiles/backward#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/datfiles/etcetera#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/datfiles/europe#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/datfiles/factory#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/datfiles/leapseconds#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/datfiles/northamerica#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/datfiles/pacificnew#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/datfiles/solar87#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/datfiles/solar88#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/datfiles/solar89#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/datfiles/southamerica#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/datfiles/systemv#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/datfiles/yearistype.sh#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/ialloc.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/private.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/scheck.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/tzfile.h#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/zic.8#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zic.tproj/zic.c#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zprint.tproj/Makefile#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zprint.tproj/Makefile.postamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zprint.tproj/Makefile.preamble#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zprint.tproj/PB.project#1 branch .. //depot/projects/trustedbsd/sedarwin/apsl/system_cmds/zprint.tproj/zprint.c#1 branch Differences ... From owner-p4-projects@FreeBSD.ORG Sat Jun 21 20:00:00 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 024D237B404; Sat, 21 Jun 2003 20:00:00 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96BE737B401 for ; Sat, 21 Jun 2003 19:59:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B5BB43F85 for ; Sat, 21 Jun 2003 19:59:59 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5M2xw0U099613 for ; Sat, 21 Jun 2003 19:59:58 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5M2xwKb099610 for perforce@freebsd.org; Sat, 21 Jun 2003 19:59:58 -0700 (PDT) Date: Sat, 21 Jun 2003 19:59:58 -0700 (PDT) Message-Id: <200306220259.h5M2xwKb099610@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33494 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 03:00:00 -0000 http://perforce.freebsd.org/chv.cgi?CH=33494 Change 33494 by rwatson@rwatson_powerbook on 2003/06/21 19:59:09 Remove reference to devfs include file; a different devfs. Temporarily "#if 0" the module versioning support since that's different in Darwin. Stub out TUNABLE and WITNESS support, since they don't exist in Darwin. We'll need to find some substitute for lock order checking, so might need to port WITNESS to the Mach primitives. "#if 0" VM-related functionality, such as memory mapping downgrades, since the VM system is different on Darwin. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mac.c#5 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mac.c#5 (text+ko) ==== @@ -62,8 +62,6 @@ #include -#include - #include #include #include @@ -81,7 +79,12 @@ * modules to refuse to be loaded if the necessary support isn't present, * even if it's pre-boot. */ +#if 0 MODULE_VERSION(kernel_mac_support, 1); +#endif + +#define TUNABLE_INT(x, y) +#define WITNESS_WARN(x, y, z, ...) SYSCTL_DECL(_security); @@ -222,10 +225,12 @@ static int mac_policy_register(struct mac_policy_conf *mpc); static int mac_policy_unregister(struct mac_policy_conf *mpc); +#if 0 static void mac_check_vnode_mmap_downgrade(struct ucred *cred, struct vnode *vp, int *prot); static void mac_cred_mmapped_drop_perms_recurse(struct thread *td, struct ucred *cred, struct vm_map *map); +#endif static void mac_destroy_socket_label(struct label *label); @@ -2034,6 +2039,7 @@ return (error); } +#if 0 /* * When relabeling a process, call out to the policies for the maximum * permission allowed for each object type we know about in its @@ -2193,6 +2199,7 @@ } vm_map_unlock_read(map); } +#endif /* * When the subject's label changes, it may require revocation of privilege @@ -3466,11 +3473,13 @@ crhold(newcred); PROC_UNLOCK(p); +#if 0 if (mac_enforce_vm) { mtx_lock(&Giant); mac_cred_mmapped_drop_perms(td, newcred); mtx_unlock(&Giant); } +#endif crfree(newcred); /* Free revocation reference. */ crfree(oldcred); From owner-p4-projects@FreeBSD.ORG Sat Jun 21 20:34:43 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B7B1C37B404; Sat, 21 Jun 2003 20:34:42 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A0B37B401 for ; Sat, 21 Jun 2003 20:34:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25ECB43FAF for ; Sat, 21 Jun 2003 20:34:42 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5M3Yf0U012318 for ; Sat, 21 Jun 2003 20:34:41 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5M3YfVO012315 for perforce@freebsd.org; Sat, 21 Jun 2003 20:34:41 -0700 (PDT) Date: Sat, 21 Jun 2003 20:34:41 -0700 (PDT) Message-Id: <200306220334.h5M3YfVO012315@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33496 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 03:34:43 -0000 http://perforce.freebsd.org/chv.cgi?CH=33496 Change 33496 by rwatson@rwatson_powerbook on 2003/06/21 20:34:15 Add struct label to struct bfp_d, the BPF descriptor. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/bpfdesc.h#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/bpfdesc.h#2 (text+ko) ==== @@ -70,6 +70,7 @@ */ #include +#include /* * Descriptor associated with each open bpf file. @@ -120,6 +121,7 @@ #endif int bd_hdrcmplt; /* false to fill in src lladdr automatically */ int bd_seesent; /* true if bpf should see sent packets */ + struct label bd_label; /* MAC label for descriptor */ }; From owner-p4-projects@FreeBSD.ORG Sat Jun 21 20:43:55 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8CD9337B404; Sat, 21 Jun 2003 20:43:54 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41C9D37B401 for ; Sat, 21 Jun 2003 20:43:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9B3B43FBD for ; Sat, 21 Jun 2003 20:43:53 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5M3hr0U014978 for ; Sat, 21 Jun 2003 20:43:53 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5M3hrOU014972 for perforce@freebsd.org; Sat, 21 Jun 2003 20:43:53 -0700 (PDT) Date: Sat, 21 Jun 2003 20:43:53 -0700 (PDT) Message-Id: <200306220343.h5M3hrOU014972@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33497 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 03:43:55 -0000 http://perforce.freebsd.org/chv.cgi?CH=33497 Change 33497 by rwatson@rwatson_powerbook on 2003/06/21 20:43:23 Add struct label to struct ifnet. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_var.h#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/net/if_var.h#2 (text+ko) ==== @@ -113,6 +113,7 @@ #define IFNAMSIZ 16 +#include /* struct label */ #include /* get TAILQ macros */ #ifdef __APPLE_API_UNSTABLE @@ -286,6 +287,7 @@ #else struct ifprefixhead if_prefixhead; /* list of prefixes per if */ #endif /* __APPLE__ */ + struct label if_label; /* interface MAC label */ }; typedef void if_init_f_t __P((void *)); From owner-p4-projects@FreeBSD.ORG Sat Jun 21 20:43:56 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A12D037B405; Sat, 21 Jun 2003 20:43:55 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF9F537B411 for ; Sat, 21 Jun 2003 20:43:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6180643FBD for ; Sat, 21 Jun 2003 20:43:54 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5M3hs0U014990 for ; Sat, 21 Jun 2003 20:43:54 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5M3hrIC014984 for perforce@freebsd.org; Sat, 21 Jun 2003 20:43:53 -0700 (PDT) Date: Sat, 21 Jun 2003 20:43:53 -0700 (PDT) Message-Id: <200306220343.h5M3hrIC014984@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33498 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 03:43:56 -0000 http://perforce.freebsd.org/chv.cgi?CH=33498 Change 33498 by rwatson@rwatson_powerbook on 2003/06/21 20:43:39 Add struct label to struct ipq (fragment reassembly queue). Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_var.h#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/netinet/ip_var.h#2 (text+ko) ==== @@ -58,6 +58,10 @@ #define _NETINET_IP_VAR_H_ #include +#ifdef KERNEL +#include +#endif + #ifdef __APPLE_API_PRIVATE /* * Overlay for ip header used by other protocols (tcp, udp). @@ -92,6 +96,7 @@ #endif u_int16_t ipq_div_cookie; /* ipfw divert cookie */ #endif + struct label ipq_label; /* MAC label */ }; /* From owner-p4-projects@FreeBSD.ORG Sat Jun 21 20:47:00 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E983237B401; Sat, 21 Jun 2003 20:46:59 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95DF837B404 for ; Sat, 21 Jun 2003 20:46:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7CEE43FA3 for ; Sat, 21 Jun 2003 20:46:58 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5M3kw0U015435 for ; Sat, 21 Jun 2003 20:46:58 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5M3kwHC015432 for perforce@freebsd.org; Sat, 21 Jun 2003 20:46:58 -0700 (PDT) Date: Sat, 21 Jun 2003 20:46:58 -0700 (PDT) Message-Id: <200306220346.h5M3kwHC015432@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33499 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 03:47:01 -0000 http://perforce.freebsd.org/chv.cgi?CH=33499 Change 33499 by rwatson@rwatson_powerbook on 2003/06/21 20:46:13 Stub out mtx_assert(); Darwin doesn't appear to have one; we'll probably want to add one. Convert mac_policy_mtx to a Mach mutex_t. "#if 0" out module load handling since we need to redo that the Darwin way. "#if 0" out devfs references, since we'll need to rehash those for the Darwin (FreeBSD 3.x) devfs. "#if 0" out pipe references, since Darwin uses FreeBSD 3.x pipes based on socket pairs; we'll need to revisit this. Closer and closer to compiling... Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mac.c#6 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mac.c#6 (text+ko) ==== @@ -85,6 +85,7 @@ #define TUNABLE_INT(x, y) #define WITNESS_WARN(x, y, z, ...) +#define mtx_assert(x, y) SYSCTL_DECL(_security); @@ -258,7 +259,7 @@ * exclusive consumers that they should try to acquire the lock if a * first attempt at exclusive access fails. */ -static struct mtx mac_policy_mtx; +static mutex_t mac_policy_mtx; static struct cv mac_policy_cv; static int mac_policy_count; static LIST_HEAD(, mac_policy_conf) mac_policy_list; @@ -542,6 +543,7 @@ #endif } +#if 0 /* * Allow MAC policy modules to register during boot, etc. */ @@ -579,6 +581,7 @@ return (error); } +#endif static int mac_policy_register(struct mac_policy_conf *mpc) @@ -798,6 +801,7 @@ mac_init_cred_label(&cred->cr_label); } +#if 0 void mac_init_devfsdirent(struct devfs_dirent *de) { @@ -808,6 +812,7 @@ atomic_add_int(&nmacdevfsdirents, 1); #endif } +#endif static void mac_init_ifnet_label(struct label *label) @@ -911,6 +916,7 @@ #endif } +#if 0 static void mac_init_pipe_label(struct label *label) { @@ -932,6 +938,7 @@ pipe->pipe_peer->pipe_label = label; mac_init_pipe_label(label); } +#endif void mac_init_proc(struct proc *p) @@ -1044,6 +1051,7 @@ mac_destroy_cred_label(&cred->cr_label); } +#if 0 void mac_destroy_devfsdirent(struct devfs_dirent *de) { @@ -1054,6 +1062,7 @@ atomic_subtract_int(&nmacdevfsdirents, 1); #endif } +#endif static void mac_destroy_ifnet_label(struct label *label) @@ -1111,6 +1120,7 @@ #endif } +#if 0 static void mac_destroy_pipe_label(struct label *label) { @@ -1129,6 +1139,7 @@ mac_destroy_pipe_label(pipe->pipe_label); free(pipe->pipe_label, M_MACPIPELABEL); } +#endif void mac_destroy_proc(struct proc *p) @@ -1201,12 +1212,14 @@ MAC_PERFORM(copy_mbuf_label, src_label, dest_label); } +#if 0 static void mac_copy_pipe_label(struct label *src, struct label *dest) { MAC_PERFORM(copy_pipe_label, src, dest); } +#endif void mac_copy_vnode_label(struct label *src, struct label *dest) @@ -1247,6 +1260,7 @@ return (error); } +#if 0 static int mac_externalize_pipe_label(struct label *label, char *elements, char *outbuf, size_t outbuflen, int flags) @@ -1257,6 +1271,7 @@ return (error); } +#endif static int mac_externalize_socket_label(struct label *label, char *elements, @@ -1311,6 +1326,7 @@ return (error); } +#if 0 static int mac_internalize_pipe_label(struct label *label, char *string) { @@ -1320,6 +1336,7 @@ return (error); } +#endif static int mac_internalize_socket_label(struct label *label, char *string) @@ -1382,6 +1399,7 @@ MAC_PERFORM(create_cred, parent_cred, child_cred); } +#if 0 void mac_update_devfsdirent(struct mount *mp, struct devfs_dirent *de, struct vnode *vp) @@ -1399,6 +1417,7 @@ MAC_PERFORM(associate_vnode_devfs, mp, &mp->mnt_fslabel, de, &de->de_label, vp, &vp->v_label); } +#endif int mac_associate_vnode_extattr(struct mount *mp, struct vnode *vp) @@ -2241,12 +2260,14 @@ MAC_PERFORM(create_socket, cred, socket, &socket->so_label); } +#if 0 void mac_create_pipe(struct ucred *cred, struct pipe *pipe) { MAC_PERFORM(create_pipe, cred, pipe, pipe->pipe_label); } +#endif void mac_create_socket_from_socket(struct socket *oldsocket, @@ -2265,12 +2286,14 @@ MAC_PERFORM(relabel_socket, cred, socket, &socket->so_label, newlabel); } +#if 0 static void mac_relabel_pipe(struct ucred *cred, struct pipe *pipe, struct label *newlabel) { MAC_PERFORM(relabel_pipe, cred, pipe, pipe->pipe_label, newlabel); } +#endif void mac_set_socket_peer_from_mbuf(struct mbuf *mbuf, struct socket *socket) @@ -2647,6 +2670,7 @@ return (error); } +#if 0 int mac_check_pipe_ioctl(struct ucred *cred, struct pipe *pipe, unsigned long cmd, void *data) @@ -2738,6 +2762,7 @@ return (error); } +#endif int mac_check_proc_debug(struct ucred *cred, struct proc *proc) @@ -3116,6 +3141,7 @@ return (0); } +#if 0 void mac_create_devfs_device(struct mount *mp, dev_t dev, struct devfs_dirent *de, const char *fullpath) @@ -3142,6 +3168,7 @@ MAC_PERFORM(create_devfs_directory, mp, dirname, dirnamelen, de, &de->de_label, fullpath); } +#endif int mac_setsockopt_label_set(struct ucred *cred, struct socket *so, @@ -3182,6 +3209,7 @@ return (0); } +#if 0 int mac_pipe_label_set(struct ucred *cred, struct pipe *pipe, struct label *label) { @@ -3197,6 +3225,7 @@ return (0); } +#endif int mac_getsockopt_label_get(struct ucred *cred, struct socket *so, @@ -3500,7 +3529,9 @@ struct file *fp; struct mac mac; struct vnode *vp; +#if 0 struct pipe *pipe; +#endif short label_type; int error; @@ -3538,6 +3569,7 @@ VOP_UNLOCK(vp, 0, td); break; +#if 0 case DTYPE_PIPE: pipe = fp->f_data; @@ -3547,6 +3579,7 @@ mac_copy_pipe_label(pipe->pipe_label, &intlabel); PIPE_UNLOCK(pipe); break; +#endif default: error = EINVAL; fdrop(fp, td); @@ -3562,11 +3595,13 @@ elements, buffer, mac.m_buflen, M_WAITOK); mac_destroy_vnode_label(&intlabel); break; +#if 0 case DTYPE_PIPE: error = mac_externalize_pipe_label(&intlabel, elements, buffer, mac.m_buflen, M_WAITOK); mac_destroy_pipe_label(&intlabel); break; +#endif default: panic("__mac_get_fd: corrupted label_type"); } @@ -3698,7 +3733,9 @@ __mac_set_fd(struct thread *td, struct __mac_set_fd_args *uap) { struct label intlabel; +#if 0 struct pipe *pipe; +#endif struct file *fp; struct mount *mp; struct vnode *vp; @@ -3752,6 +3789,7 @@ mac_destroy_vnode_label(&intlabel); break; +#if 0 case DTYPE_PIPE: mac_init_pipe_label(&intlabel); error = mac_internalize_pipe_label(&intlabel, buffer); @@ -3765,6 +3803,7 @@ mac_destroy_pipe_label(&intlabel); break; +#endif default: error = EINVAL; From owner-p4-projects@FreeBSD.ORG Sat Jun 21 20:51:05 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 49CCA37B404; Sat, 21 Jun 2003 20:51:05 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F34A037B401 for ; Sat, 21 Jun 2003 20:51:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9370643FB1 for ; Sat, 21 Jun 2003 20:51:04 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5M3p40U021425 for ; Sat, 21 Jun 2003 20:51:04 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5M3p3cM021419 for perforce@freebsd.org; Sat, 21 Jun 2003 20:51:03 -0700 (PDT) Date: Sat, 21 Jun 2003 20:51:03 -0700 (PDT) Message-Id: <200306220351.h5M3p3cM021419@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33500 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 03:51:06 -0000 http://perforce.freebsd.org/chv.cgi?CH=33500 Change 33500 by rwatson@rwatson_powerbook on 2003/06/21 20:50:47 Add labels to the mount structure; define the MNT_MULTILABEL flag to indicate a file system is or should be mounted with label support for each object individually. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/mount.h#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/mount.h#2 (text+ko) ==== @@ -66,6 +66,7 @@ #include #include #include /* XXX for AF_MAX */ +#include typedef struct fsid { int32_t val[2]; } fsid_t; /* file system id type */ @@ -141,6 +142,8 @@ u_int32_t mnt_maxwritecnt; /* Max. byte count for write */ u_int16_t mnt_segreadcnt; /* Max. segment count for read */ u_int16_t mnt_segwritecnt; /* Max. segment count for write */ + struct label mnt_mntlabel; /* MAC label for the mount */ + struct label mnt_fslabel; /* MAC label for the fs */ }; #endif /* __APPLE_API_PRIVATE */ @@ -160,6 +163,7 @@ #define MNT_UNKNOWNPERMISSIONS 0x00200000 /* no known mapping for uid/gid in permissions information on disk */ #define MNT_AUTOMOUNTED 0x00400000 /* filesystem was mounted by automounter */ #define MNT_JOURNALED 0x00800000 /* filesystem is journaled */ +#define MNT_MULTILABEL 0x01000000 /* MAC support for individual objects */ /* * NFS export related mount flags. From owner-p4-projects@FreeBSD.ORG Sat Jun 21 20:57:13 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4C14137B404; Sat, 21 Jun 2003 20:57:13 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0057237B401 for ; Sat, 21 Jun 2003 20:57:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9754443F85 for ; Sat, 21 Jun 2003 20:57:12 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5M3vC0U023728 for ; Sat, 21 Jun 2003 20:57:12 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5M3vC4Z023725 for perforce@freebsd.org; Sat, 21 Jun 2003 20:57:12 -0700 (PDT) Date: Sat, 21 Jun 2003 20:57:12 -0700 (PDT) Message-Id: <200306220357.h5M3vC4Z023725@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33501 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 03:57:14 -0000 http://perforce.freebsd.org/chv.cgi?CH=33501 Change 33501 by rwatson@rwatson_powerbook on 2003/06/21 20:56:26 Add labels to struct socket. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/socketvar.h#2 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/sys/socketvar.h#2 (text+ko) ==== @@ -61,6 +61,7 @@ #define _SYS_SOCKETVAR_H_ #include +#include /* for struct label */ #include /* for TAILQ macros */ #include /* for struct selinfo */ #include @@ -172,6 +173,8 @@ void (*so_upcall) __P((struct socket *so, caddr_t arg, int waitf)); caddr_t so_upcallarg; /* Arg for above */ uid_t so_uid; /* who opened the socket */ + struct label so_label; /* MAC label for socket */ + struct label so_peerlabel; /* cached MAC label for socket peer */ /* NB: generation count must not be first; easiest to make it last. */ so_gen_t so_gencnt; /* generation count */ #ifndef __APPLE__ From owner-p4-projects@FreeBSD.ORG Sat Jun 21 21:55:26 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 461AE37B404; Sat, 21 Jun 2003 21:55:26 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E999E37B401 for ; Sat, 21 Jun 2003 21:55:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 870D843F75 for ; Sat, 21 Jun 2003 21:55:25 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5M4tP0U042280 for ; Sat, 21 Jun 2003 21:55:25 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5M4tOfR042277 for perforce@freebsd.org; Sat, 21 Jun 2003 21:55:24 -0700 (PDT) Date: Sat, 21 Jun 2003 21:55:24 -0700 (PDT) Message-Id: <200306220455.h5M4tOfR042277@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 33504 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 04:55:27 -0000 http://perforce.freebsd.org/chv.cgi?CH=33504 Change 33504 by rwatson@rwatson_powerbook on 2003/06/21 21:54:28 "#if 0" any entry points that relate to image_parems; largely execution related, for now. "#if 0" any entry points relating to ACLs, since Darwin doesn't currently support them. Affected files ... .. //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mac.c#7 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/bsd/kern/kern_mac.c#7 (text+ko) ==== @@ -1510,6 +1510,7 @@ return (error); } +#if 0 int mac_execve_enter(struct image_params *imgp, struct mac *mac_p, struct label *execlabelstorage) @@ -1585,6 +1586,7 @@ return (result); } +#endif int mac_check_vnode_access(struct ucred *cred, struct vnode *vp, int acc_mode) @@ -1660,6 +1662,7 @@ return (error); } +#if 0 int mac_check_vnode_deleteacl(struct ucred *cred, struct vnode *vp, acl_type_t type) @@ -1674,7 +1677,9 @@ MAC_CHECK(check_vnode_deleteacl, cred, vp, &vp->v_label, type); return (error); } +#endif +#if 0 int mac_check_vnode_exec(struct ucred *cred, struct vnode *vp, struct image_params *imgp) @@ -1691,7 +1696,9 @@ return (error); } +#endif +#if 0 int mac_check_vnode_getacl(struct ucred *cred, struct vnode *vp, acl_type_t type) { @@ -1705,6 +1712,7 @@ MAC_CHECK(check_vnode_getacl, cred, vp, &vp->v_label, type); return (error); } +#endif int mac_check_vnode_getextattr(struct ucred *cred, struct vnode *vp, @@ -1935,6 +1943,7 @@ return (error); } +#if 0 int mac_check_vnode_setacl(struct ucred *cred, struct vnode *vp, acl_type_t type, struct acl *acl) @@ -1949,6 +1958,7 @@ MAC_CHECK(check_vnode_setacl, cred, vp, &vp->v_label, type, acl); return (error); } +#endif int mac_check_vnode_setextattr(struct ucred *cred, struct vnode *vp,