Further synchronization of copyrights, licenses, white space, etc from
Apple and from the OpenBSM vendor tree. Obtained from: Apple Inc., TrustedBSD Project MFC after: 3 days
This commit is contained in:
parent
e92a1d88d1
commit
b8596e4794
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005 Apple Computer, Inc.
|
||||
* Copyright (c) 2005 Apple Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -11,7 +11,7 @@
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
|
||||
* 3. Neither the name of Apple Inc. ("Apple") nor the names of
|
||||
* its contributors may be used to endorse or promote products derived
|
||||
* from this software without specific prior written permission.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005 Apple Computer, Inc.
|
||||
* Copyright (c) 2005 Apple Inc.
|
||||
* Copyright (c) 2005 SPARTA, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005 Apple Computer, Inc.
|
||||
* Copyright (c) 2005 Apple Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -11,7 +11,7 @@
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
|
||||
* 3. Neither the name of Apple Inc. ("Apple") nor the names of
|
||||
* its contributors may be used to endorse or promote products derived
|
||||
* from this software without specific prior written permission.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005 Apple Computer, Inc.
|
||||
* Copyright (c) 2005 Apple Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -11,7 +11,7 @@
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
|
||||
* 3. Neither the name of Apple Inc. ("Apple") nor the names of
|
||||
* its contributors may be used to endorse or promote products derived
|
||||
* from this software without specific prior written permission.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*-
|
||||
* Copyright (c) 1999-2005 Apple Inc.
|
||||
* Copyright (c) 2006-2007 Robert N. M. Watson
|
||||
* All rights reserved.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*-
|
||||
* Copyright (c) 1999-2005 Apple Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*-
|
||||
* Copyright (c) 1999-2005 Apple Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@ -230,7 +230,7 @@ audit_ctlname_to_sysctlevent(int name[], uint64_t valid_arg)
|
||||
case KERN_IOV_MAX:
|
||||
case KERN_MAXID:
|
||||
return ((valid_arg & ARG_VALUE) ?
|
||||
AUE_SYSCTL : AUE_SYSCTL_NONADMIN);
|
||||
AUE_SYSCTL : AUE_SYSCTL_NONADMIN);
|
||||
|
||||
default:
|
||||
return (AUE_SYSCTL);
|
||||
@ -397,7 +397,7 @@ audit_semctl_to_event(int cmd)
|
||||
return (AUE_SEMCTL_STAT);
|
||||
|
||||
default:
|
||||
/* We will audit a bad command */
|
||||
/* We will audit a bad command. */
|
||||
return (AUE_SEMCTL);
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*-
|
||||
* Copyright (c) 2004 Apple Inc.
|
||||
* Copyright (c) 2005 SPARTA, Inc.
|
||||
* All rights reserved.
|
||||
@ -158,7 +158,7 @@ au_to_attr32(struct vnode_au_info *vni)
|
||||
ADD_U_INT32(dptr, vni->vn_fsid);
|
||||
|
||||
/*
|
||||
* Some systems use 32-bit file ID's, other's use 64-bit file IDs.
|
||||
* Some systems use 32-bit file ID's, others use 64-bit file IDs.
|
||||
* Attempt to handle both, and let the compiler sort it out. If we
|
||||
* could pick this out at compile-time, it would be better, so as to
|
||||
* avoid the else case below.
|
||||
|
@ -497,7 +497,6 @@ audit_pipe_submit_user(void *record, u_int record_len)
|
||||
cv_broadcastpri(&audit_pipe_cv, PSOCK);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Pop the next record off of an audit pipe.
|
||||
*/
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*-
|
||||
* Copyright (c) 1999-2005 Apple Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*-
|
||||
* Copyright (c) 1999-2005 Apple Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*-
|
||||
* Copyright (c) 1999-2005 Apple Inc.
|
||||
* Copyright (c) 2006-2008 Robert N. M. Watson
|
||||
* All rights reserved.
|
||||
|
Loading…
Reference in New Issue
Block a user