]> git.saurik.com Git - apple/xnu.git/commit - bsd/kern/uipc_socket.c
xnu-3248.40.184.tar.gz os-x-10114 v3248.40.184
authorApple <opensource@apple.com>
Wed, 13 Jul 2016 22:52:56 +0000 (22:52 +0000)
committerApple <opensource@apple.com>
Wed, 13 Jul 2016 22:52:56 +0000 (22:52 +0000)
commit490019cf9519204c5fb36b2fba54ceb983bb6b72
treeb6c561afb0dd9fd11b7ce67af27c8bf981c3e86d
parentc7d2c2c6ee645e10cbccdd01c6191873ec77239d
xnu-3248.40.184.tar.gz
187 files changed:
bsd/bsm/audit_kevents.h
bsd/conf/files
bsd/hfs/hfs_quota.c
bsd/kern/bsd_init.c
bsd/kern/kdebug.c
bsd/kern/kern_credential.c
bsd/kern/kern_cs.c
bsd/kern/kern_csr.c
bsd/kern/kern_descrip.c
bsd/kern/kern_event.c
bsd/kern/kern_exec.c
bsd/kern/kern_exit.c
bsd/kern/kern_fork.c
bsd/kern/kern_memorystatus.c
bsd/kern/kern_persona.c [new file with mode: 0644]
bsd/kern/kern_proc.c
bsd/kern/kern_prot.c
bsd/kern/kern_shutdown.c
bsd/kern/kern_xxx.c
bsd/kern/kpi_socket.c
bsd/kern/kpi_socketfilter.c
bsd/kern/mach_loader.c
bsd/kern/mach_loader.h
bsd/kern/posix_sem.c
bsd/kern/posix_shm.c
bsd/kern/sys_persona.c [new file with mode: 0644]
bsd/kern/syscalls.master
bsd/kern/sysv_msg.c
bsd/kern/trace.codes
bsd/kern/ubc_subr.c
bsd/kern/uipc_socket.c
bsd/kern/uipc_socket2.c
bsd/kern/uipc_syscalls.c
bsd/kern/uipc_usrreq.c
bsd/miscfs/Makefile
bsd/miscfs/routefs/Makefile [new file with mode: 0644]
bsd/miscfs/routefs/routefs.h [new file with mode: 0644]
bsd/miscfs/routefs/routefs_ops.c [new file with mode: 0644]
bsd/net/dlil.c
bsd/net/if.c
bsd/net/if_var.h
bsd/net/kpi_interface.c
bsd/net/necp.c
bsd/net/ntstat.c
bsd/net/ntstat.h
bsd/net/pf.c
bsd/net/pf_norm.c
bsd/netinet/flow_divert.c
bsd/netinet/flow_divert.h
bsd/netinet/flow_divert_proto.h
bsd/netinet/in.c
bsd/netinet/in_pcblist.c
bsd/netinet/ip_output.c
bsd/netinet/mp_pcb.c
bsd/netinet/mp_proto.c
bsd/netinet/mptcp.c
bsd/netinet/mptcp_opt.c
bsd/netinet/mptcp_subr.c
bsd/netinet/mptcp_usrreq.c
bsd/netinet/mptcp_var.h
bsd/netinet/tcp_input.c
bsd/netinet/tcp_output.c
bsd/netinet/tcp_subr.c
bsd/netinet/tcp_timer.c
bsd/netinet/tcp_usrreq.c
bsd/netinet/tcp_var.h
bsd/netinet6/esp_input.c
bsd/netinet6/ip6_forward.c
bsd/netinet6/ipsec.c
bsd/netinet6/nd6_rtr.c
bsd/netinet6/udp6_usrreq.c
bsd/netkey/key.c
bsd/sys/Makefile
bsd/sys/codedir_internal.h
bsd/sys/codesign.h
bsd/sys/csr.h
bsd/sys/fsctl.h
bsd/sys/imgact.h
bsd/sys/kdebug.h
bsd/sys/kern_memorystatus.h
bsd/sys/mount.h
bsd/sys/mount_internal.h
bsd/sys/persona.h [new file with mode: 0644]
bsd/sys/proc.h
bsd/sys/proc_internal.h
bsd/sys/reboot.h
bsd/sys/socket.h
bsd/sys/socketvar.h
bsd/sys/spawn_internal.h
bsd/sys/ubc_internal.h
bsd/sys/vnode.h
bsd/vfs/vfs_cache.c
bsd/vfs/vfs_conf.c
bsd/vfs/vfs_subr.c
bsd/vfs/vfs_syscalls.c
bsd/vm/vm_unix.c
config/MASTER
config/MASTER.x86_64
config/MasterVersion
config/Private.exports
config/Private.x86_64.exports
iokit/IOKit/IOKitKeysPrivate.h
iokit/IOKit/IOPolledInterface.h
iokit/IOKit/IOService.h
iokit/IOKit/IOUserClient.h
iokit/Kernel/IOCPU.cpp
iokit/Kernel/IODeviceTreeSupport.cpp
iokit/Kernel/IOMemoryDescriptor.cpp
iokit/Kernel/IOPMrootDomain.cpp
iokit/Kernel/IOPolledInterface.cpp
iokit/Kernel/IOService.cpp
iokit/Kernel/IOUserClient.cpp
iokit/bsddev/IOKitBSDInit.cpp
libkern/Makefile
libkern/os/Makefile [new file with mode: 0644]
libkern/os/overflow.h [new file with mode: 0644]
libsyscall/Libsyscall.xcodeproj/project.pbxproj
libsyscall/mach/host.c
libsyscall/wrappers/persona.c [new file with mode: 0644]
libsyscall/wrappers/spawn/posix_spawn.c
libsyscall/wrappers/spawn/spawn_private.h
osfmk/Makefile
osfmk/atm/atm.c
osfmk/bank/bank.c
osfmk/bank/bank_internal.h
osfmk/bank/bank_types.h
osfmk/console/Makefile
osfmk/console/i386/serial_console.c
osfmk/console/video_console.c
osfmk/console/video_console.h
osfmk/device/device.defs
osfmk/device/device_types.h
osfmk/device/iokit_rpc.c
osfmk/i386/acpi.c
osfmk/i386/i386_init.c
osfmk/i386/mp.c
osfmk/i386/vmx/vmx_cpu.c
osfmk/i386/vmx/vmx_cpu.h
osfmk/ipc/ipc_importance.c
osfmk/ipc/ipc_kmsg.c
osfmk/ipc/ipc_voucher.c
osfmk/ipc/ipc_voucher.h
osfmk/ipc/mach_msg.c
osfmk/ipc/mach_port.c
osfmk/kern/assert.h
osfmk/kern/coalition.c
osfmk/kern/host.c
osfmk/kern/ipc_mig.c
osfmk/kern/ipc_sync.c
osfmk/kern/locks.c
osfmk/kern/machine.c
osfmk/kern/priority.c
osfmk/kern/processor_data.h
osfmk/kern/sched.h
osfmk/kern/sched_average.c
osfmk/kern/sched_prim.c
osfmk/kern/startup.c
osfmk/kern/syscall_subr.c
osfmk/kern/task.c
osfmk/kern/task.h
osfmk/kern/thread.c
osfmk/kern/thread.h
osfmk/kern/thread_act.c
osfmk/kern/thread_policy.c
osfmk/mach/mach_host.defs
osfmk/mach/mach_voucher_types.h
osfmk/mach/machine.h
osfmk/mach/message.h
osfmk/vm/vm_apple_protect.c
osfmk/vm/vm_compressor_backing_store.c
osfmk/vm/vm_fault.c
osfmk/vm/vm_map.c
osfmk/vm/vm_resident.c
osfmk/x86_64/pmap.c
tools/lldbmacros/bank.py
tools/lldbmacros/ipc.py
tools/tests/MPMMTest/KQMPMMtest.c
tools/tests/MPMMTest/MPMMtest.c
tools/tests/MPMMTest/MPMMtest_run.sh [new file with mode: 0755]
tools/tests/MPMMTest/Makefile
tools/tests/Makefile.common
tools/tests/execperf/Makefile
tools/tests/execperf/test.sh
tools/tests/personas/Makefile [new file with mode: 0644]
tools/tests/personas/persona_mgr.c [new file with mode: 0644]
tools/tests/personas/persona_spawn.c [new file with mode: 0644]
tools/tests/personas/persona_test.h [new file with mode: 0644]