]> git.saurik.com Git - apple/xnu.git/commit - bsd/dev/monotonic.c
xnu-7195.50.7.100.1.tar.gz macos-1101 v7195.50.7.100.1
authorApple <opensource@apple.com>
Thu, 19 Nov 2020 01:08:12 +0000 (01:08 +0000)
committerApple <opensource@apple.com>
Thu, 19 Nov 2020 01:08:12 +0000 (01:08 +0000)
commitf427ee49d309d8fc33ebf3042c3a775f2f530ded
treed8553761d9d7cd8a9b76764d4d93efa583682775
parenteb6b6ca394357805f2bdba989abae309f718b4d8
xnu-7195.50.7.100.1.tar.gz
2053 files changed:
.gitignore
EXTERNAL_HEADERS/acpi/Acpi.h [new file with mode: 0644]
EXTERNAL_HEADERS/acpi/Acpi_v1.h [new file with mode: 0644]
EXTERNAL_HEADERS/architecture/arm/Makefile
EXTERNAL_HEADERS/architecture/arm/arm_neon.h [deleted file]
EXTERNAL_HEADERS/corecrypto/cc.h
EXTERNAL_HEADERS/corecrypto/cc_config.h
EXTERNAL_HEADERS/corecrypto/cc_debug.h [deleted file]
EXTERNAL_HEADERS/corecrypto/cc_error.h
EXTERNAL_HEADERS/corecrypto/cc_fault_canary.h [new file with mode: 0644]
EXTERNAL_HEADERS/corecrypto/cc_macros.h
EXTERNAL_HEADERS/corecrypto/cc_priv.h
EXTERNAL_HEADERS/corecrypto/cc_runtime_config.h
EXTERNAL_HEADERS/corecrypto/ccaes.h
EXTERNAL_HEADERS/corecrypto/ccasn1.h
EXTERNAL_HEADERS/corecrypto/ccchacha20poly1305.h
EXTERNAL_HEADERS/corecrypto/cccmac.h
EXTERNAL_HEADERS/corecrypto/ccder.h [deleted file]
EXTERNAL_HEADERS/corecrypto/ccdes.h
EXTERNAL_HEADERS/corecrypto/ccdigest.h
EXTERNAL_HEADERS/corecrypto/ccdigest_priv.h
EXTERNAL_HEADERS/corecrypto/ccdrbg.h
EXTERNAL_HEADERS/corecrypto/ccdrbg_impl.h
EXTERNAL_HEADERS/corecrypto/cchmac.h
EXTERNAL_HEADERS/corecrypto/cckprng.h
EXTERNAL_HEADERS/corecrypto/ccmd4.h [new file with mode: 0644]
EXTERNAL_HEADERS/corecrypto/ccmd5.h [deleted file]
EXTERNAL_HEADERS/corecrypto/ccmode.h
EXTERNAL_HEADERS/corecrypto/ccmode_factory.h [deleted file]
EXTERNAL_HEADERS/corecrypto/ccmode_impl.h
EXTERNAL_HEADERS/corecrypto/ccmode_siv.h
EXTERNAL_HEADERS/corecrypto/ccmode_siv_hmac.h
EXTERNAL_HEADERS/corecrypto/ccn.h
EXTERNAL_HEADERS/corecrypto/ccpad.h
EXTERNAL_HEADERS/corecrypto/ccpbkdf2.h [deleted file]
EXTERNAL_HEADERS/corecrypto/ccrc4.h [deleted file]
EXTERNAL_HEADERS/corecrypto/ccrng.h
EXTERNAL_HEADERS/corecrypto/ccrsa.h
EXTERNAL_HEADERS/corecrypto/ccsha1.h
EXTERNAL_HEADERS/corecrypto/ccsha2.h
EXTERNAL_HEADERS/corecrypto/cczp.h
EXTERNAL_HEADERS/corecrypto/fipspost_trace.h
EXTERNAL_HEADERS/img4/api.h
EXTERNAL_HEADERS/img4/chip.h [new file with mode: 0644]
EXTERNAL_HEADERS/img4/environment.h [deleted file]
EXTERNAL_HEADERS/img4/firmware.h [new file with mode: 0644]
EXTERNAL_HEADERS/img4/image.h [new file with mode: 0644]
EXTERNAL_HEADERS/img4/img4.h [deleted file]
EXTERNAL_HEADERS/img4/nonce.h
EXTERNAL_HEADERS/img4/object.h [new file with mode: 0644]
EXTERNAL_HEADERS/img4/payload.h [deleted file]
EXTERNAL_HEADERS/img4/runtime.h [new file with mode: 0644]
EXTERNAL_HEADERS/mach-o/Makefile
EXTERNAL_HEADERS/mach-o/fixup-chains.h [new file with mode: 0644]
EXTERNAL_HEADERS/mach-o/loader.h
EXTERNAL_HEADERS/ptrauth.h
Makefile
README.md
SETUP/config/Makefile
SETUP/config/doconf
SETUP/decomment/Makefile
SETUP/installfile/Makefile
SETUP/installfile/installfile.c
SETUP/json_compilation_db/Makefile
SETUP/kextsymboltool/Makefile
SETUP/replacecontents/Makefile
SETUP/setsegname/Makefile
bsd/Makefile
bsd/arm/Makefile
bsd/arm/_param.h
bsd/arm/vmparam.h
bsd/bsm/audit.h
bsd/bsm/audit_kevents.h
bsd/bsm/audit_record.h
bsd/conf/Makefile
bsd/conf/Makefile.arm
bsd/conf/Makefile.arm64
bsd/conf/Makefile.template
bsd/conf/Makefile.x86_64
bsd/conf/files
bsd/conf/param.c
bsd/crypto/Makefile
bsd/crypto/entropy/Makefile [new file with mode: 0644]
bsd/crypto/entropy/diag_entropy_sysctl.c [new file with mode: 0644]
bsd/crypto/entropy/diag_entropy_sysctl.h [new file with mode: 0644]
bsd/crypto/rc4/Makefile [deleted file]
bsd/crypto/rc4/rc4.c [deleted file]
bsd/crypto/rc4/rc4.h [deleted file]
bsd/dev/Makefile
bsd/dev/arm/conf.c
bsd/dev/arm/dtrace_isa.c
bsd/dev/arm/fasttrap_isa.c
bsd/dev/arm/kern_machdep.c
bsd/dev/arm/km.c
bsd/dev/arm/munge.c
bsd/dev/arm/stubs.c
bsd/dev/arm/sysctl.c
bsd/dev/arm/systemcalls.c
bsd/dev/arm/unix_signal.c
bsd/dev/arm64/conf.c
bsd/dev/arm64/disassembler.c
bsd/dev/arm64/dtrace_isa.c
bsd/dev/arm64/fasttrap_isa.c
bsd/dev/arm64/fbt_arm.c
bsd/dev/arm64/sysctl.c
bsd/dev/dtrace/Makefile
bsd/dev/dtrace/blist.c
bsd/dev/dtrace/blist.h
bsd/dev/dtrace/dtrace.c
bsd/dev/dtrace/dtrace_glue.c
bsd/dev/dtrace/dtrace_subr.c
bsd/dev/dtrace/fasttrap.c
bsd/dev/dtrace/fbt.c
bsd/dev/dtrace/fbt_blacklist.c
bsd/dev/dtrace/lockprof.c
bsd/dev/dtrace/lockstat.c
bsd/dev/dtrace/profile_prvd.c
bsd/dev/dtrace/scripts/Makefile
bsd/dev/dtrace/scripts/io.d
bsd/dev/dtrace/scripts/log_unnest_badness.d
bsd/dev/dtrace/scripts/vm_object_ownership.d [new file with mode: 0644]
bsd/dev/dtrace/scripts/vmx_compat.d [new file with mode: 0644]
bsd/dev/dtrace/sdt.c
bsd/dev/dtrace/sdt_subr.c
bsd/dev/dtrace/systrace.c
bsd/dev/i386/conf.c
bsd/dev/i386/dis_tables.c
bsd/dev/i386/dtrace_isa.c
bsd/dev/i386/dtrace_subr_x86.c
bsd/dev/i386/fasttrap_isa.c
bsd/dev/i386/fbt_x86.c
bsd/dev/i386/kern_machdep.c
bsd/dev/i386/sysctl.c
bsd/dev/i386/systemcalls.c
bsd/dev/i386/unix_signal.c
bsd/dev/mem.c
bsd/dev/memdev.c
bsd/dev/monotonic.c
bsd/dev/munge.c
bsd/dev/random/randomdev.c
bsd/dev/unix_startup.c
bsd/dev/vn/shadow.c
bsd/dev/vn/shadow.h
bsd/dev/vn/vn.c
bsd/i386/Makefile
bsd/i386/_param.h
bsd/kern/bsd_init.c
bsd/kern/bsd_stubs.c
bsd/kern/chunklist.c
bsd/kern/chunklist.h
bsd/kern/decmpfs.c
bsd/kern/imageboot.c
bsd/kern/kdebug.c
bsd/kern/kern_acct.c
bsd/kern/kern_aio.c
bsd/kern/kern_asl.c
bsd/kern/kern_authorization.c
bsd/kern/kern_backtrace.c
bsd/kern/kern_clock.c
bsd/kern/kern_control.c
bsd/kern/kern_core.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_guarded.c
bsd/kern/kern_kpc.c
bsd/kern/kern_ktrace.c
bsd/kern/kern_lockf.c
bsd/kern/kern_malloc.c
bsd/kern/kern_memorystatus.c
bsd/kern/kern_memorystatus_freeze.c
bsd/kern/kern_memorystatus_notify.c
bsd/kern/kern_mib.c
bsd/kern/kern_mman.c
bsd/kern/kern_newsysctl.c
bsd/kern/kern_ntptime.c
bsd/kern/kern_persona.c
bsd/kern/kern_physio.c
bsd/kern/kern_proc.c
bsd/kern/kern_prot.c
bsd/kern/kern_resource.c
bsd/kern/kern_shutdown.c
bsd/kern/kern_sig.c
bsd/kern/kern_subr.c
bsd/kern/kern_symfile.c
bsd/kern/kern_synch.c
bsd/kern/kern_sysctl.c
bsd/kern/kern_time.c
bsd/kern/kern_xxx.c
bsd/kern/kpi_mbuf.c
bsd/kern/kpi_socket.c
bsd/kern/mach_fat.c
bsd/kern/mach_fat.h
bsd/kern/mach_loader.c
bsd/kern/mach_loader.h
bsd/kern/mach_process.c
bsd/kern/makekdebugevents.py [deleted file]
bsd/kern/makesyscalls.sh
bsd/kern/mcache.c
bsd/kern/netboot.c
bsd/kern/policy_check.c
bsd/kern/posix_sem.c
bsd/kern/posix_shm.c
bsd/kern/proc_info.c
bsd/kern/process_policy.c
bsd/kern/qsort.c
bsd/kern/socket_info.c
bsd/kern/subr_eventhandler.c
bsd/kern/subr_log.c
bsd/kern/subr_prf.c
bsd/kern/subr_sbuf.c
bsd/kern/subr_xxx.c
bsd/kern/sys_coalition.c
bsd/kern/sys_eventlink.c [new file with mode: 0644]
bsd/kern/sys_generic.c
bsd/kern/sys_persona.c
bsd/kern/sys_pipe.c
bsd/kern/sys_reason.c
bsd/kern/sys_socket.c
bsd/kern/sys_ulock.c
bsd/kern/sys_work_interval.c
bsd/kern/syscalls.master
bsd/kern/sysv_ipc.c
bsd/kern/sysv_msg.c
bsd/kern/sysv_sem.c
bsd/kern/sysv_shm.c
bsd/kern/trace_codes
bsd/kern/tty.c
bsd/kern/tty_compat.c
bsd/kern/tty_dev.c
bsd/kern/tty_dev.h
bsd/kern/tty_ptmx.c
bsd/kern/tty_subr.c
bsd/kern/ubc_subr.c
bsd/kern/uipc_domain.c
bsd/kern/uipc_mbuf.c
bsd/kern/uipc_mbuf2.c
bsd/kern/uipc_socket.c
bsd/kern/uipc_socket2.c
bsd/kern/uipc_syscalls.c
bsd/kern/uipc_usrreq.c
bsd/kern/vsock_domain.c [new file with mode: 0644]
bsd/libkern/libkern.h
bsd/libkern/scanc.c
bsd/libkern/skpc.c [deleted file]
bsd/libkern/url_encode.c
bsd/machine/Makefile
bsd/machine/_param.h
bsd/machine/exec.h
bsd/machine/machine_types.modulemap [new file with mode: 0644]
bsd/machine/param.h
bsd/man/man2/Makefile
bsd/man/man2/chflags.2
bsd/man/man2/fcntl.2
bsd/man/man2/getattrlist.2
bsd/man/man2/i386_get_ldt.2
bsd/man/man2/mmap.2
bsd/man/man2/open.2
bsd/man/man2/posix_spawn.2
bsd/man/man2/preadv.2 [new file with mode: 0644]
bsd/man/man2/pwritev.2 [new file with mode: 0644]
bsd/man/man2/read.2
bsd/man/man2/select.2
bsd/man/man2/socket.2
bsd/man/man2/write.2
bsd/man/man3/Makefile
bsd/man/man3/posix_spawnattr_init.3
bsd/man/man3/posix_spawnattr_setarchpref_np.3 [new file with mode: 0644]
bsd/man/man3/posix_spawnattr_setbinpref_np.3
bsd/man/man4/Makefile
bsd/man/man4/divert.4 [deleted file]
bsd/man/man4/inet6.4
bsd/man/man4/netintro.4
bsd/man/man4/vsock.4 [new file with mode: 0644]
bsd/miscfs/Makefile
bsd/miscfs/bindfs/Makefile [new file with mode: 0644]
bsd/miscfs/bindfs/bind_subr.c [new file with mode: 0644]
bsd/miscfs/bindfs/bind_vfsops.c [new file with mode: 0644]
bsd/miscfs/bindfs/bind_vnops.c [new file with mode: 0644]
bsd/miscfs/bindfs/bindfs.h [new file with mode: 0644]
bsd/miscfs/devfs/devfs.h
bsd/miscfs/devfs/devfs_fdesc_support.c
bsd/miscfs/devfs/devfs_tree.c
bsd/miscfs/devfs/devfs_vfsops.c
bsd/miscfs/devfs/devfs_vnops.c
bsd/miscfs/devfs/devfsdefs.h
bsd/miscfs/devfs/fdesc.h
bsd/miscfs/fifofs/fifo_vnops.c
bsd/miscfs/nullfs/null_subr.c
bsd/miscfs/nullfs/null_vfsops.c
bsd/miscfs/nullfs/null_vnops.c
bsd/miscfs/nullfs/nullfs.h
bsd/miscfs/specfs/spec_vnops.c
bsd/net/Makefile
bsd/net/altq/altq_qfq.h
bsd/net/bpf.c
bsd/net/bpf_filter.c
bsd/net/bpfdesc.h
bsd/net/bridgestp.c
bsd/net/classq/classq.c
bsd/net/classq/classq.h
bsd/net/classq/classq_fq_codel.c
bsd/net/classq/classq_fq_codel.h
bsd/net/classq/classq_sfb.c
bsd/net/classq/classq_sfb.h
bsd/net/classq/classq_subr.c
bsd/net/classq/classq_util.c
bsd/net/classq/if_classq.h
bsd/net/content_filter.c
bsd/net/content_filter.h
bsd/net/dlil.c
bsd/net/dlil.h
bsd/net/ether_if_module.c
bsd/net/ether_inet6_pr_module.c
bsd/net/ether_inet_pr_module.c
bsd/net/ethernet.h
bsd/net/flowadv.c
bsd/net/flowadv.h
bsd/net/flowhash.c
bsd/net/frame802154.c
bsd/net/frame802154.h
bsd/net/if.c
bsd/net/if.h
bsd/net/if_6lowpan.c
bsd/net/if_bond.c
bsd/net/if_bridge.c
bsd/net/if_fake.c
bsd/net/if_gif.c
bsd/net/if_gif.h
bsd/net/if_headless.c
bsd/net/if_ipsec.c
bsd/net/if_llatbl.c
bsd/net/if_llatbl.h
bsd/net/if_llreach.c
bsd/net/if_llreach.h
bsd/net/if_loop.c
bsd/net/if_low_power_mode.c
bsd/net/if_media.h
bsd/net/if_mib.c
bsd/net/if_pflog.c
bsd/net/if_ports_used.c
bsd/net/if_stf.c
bsd/net/if_utun.c
bsd/net/if_var.h
bsd/net/if_vlan.c
bsd/net/kpi_interface.c
bsd/net/kpi_interface.h
bsd/net/kpi_interfacefilter.h
bsd/net/kpi_protocol.c
bsd/net/kpi_protocol.h
bsd/net/lacp.h
bsd/net/multi_layer_pkt_log.c
bsd/net/multi_layer_pkt_log.h
bsd/net/multicast_list.c
bsd/net/nat464_utils.c
bsd/net/nat464_utils.h
bsd/net/ndrv.c
bsd/net/necp.c
bsd/net/necp.h
bsd/net/necp_client.c
bsd/net/net_kev.h
bsd/net/net_perf.c
bsd/net/net_str_id.c
bsd/net/net_stubs.c
bsd/net/netsrc.c
bsd/net/network_agent.c
bsd/net/ntstat.c
bsd/net/ntstat.h
bsd/net/packet_mangler.c
bsd/net/pf.c
bsd/net/pf_if.c
bsd/net/pf_ioctl.c
bsd/net/pf_norm.c
bsd/net/pf_osfp.c
bsd/net/pf_ruleset.c
bsd/net/pf_table.c
bsd/net/pfvar.h
bsd/net/pktap.c
bsd/net/pktap.h
bsd/net/pktsched/Makefile
bsd/net/pktsched/pktsched.c
bsd/net/pktsched/pktsched.h
bsd/net/pktsched/pktsched_fq_codel.c
bsd/net/pktsched/pktsched_fq_codel.h
bsd/net/pktsched/pktsched_netem.c
bsd/net/pktsched/pktsched_netem.h
bsd/net/pktsched/pktsched_qfq.c [deleted file]
bsd/net/pktsched/pktsched_qfq.h [deleted file]
bsd/net/pktsched/pktsched_tcq.c [deleted file]
bsd/net/pktsched/pktsched_tcq.h [deleted file]
bsd/net/raw_cb.c
bsd/net/raw_usrreq.c
bsd/net/restricted_in_port.c
bsd/net/route.c
bsd/net/route.h
bsd/net/rtsock.c
bsd/net/sixxlowpan.c
bsd/net/skywalk_stubs.c
bsd/netinet/Makefile
bsd/netinet/flow_divert.c
bsd/netinet/flow_divert.h
bsd/netinet/flow_divert_proto.h
bsd/netinet/icmp6.h
bsd/netinet/icmp_var.h
bsd/netinet/igmp.c
bsd/netinet/igmp_var.h
bsd/netinet/in.c
bsd/netinet/in.h
bsd/netinet/in_arp.c
bsd/netinet/in_cksum.c
bsd/netinet/in_gif.c
bsd/netinet/in_mcast.c
bsd/netinet/in_pcb.c
bsd/netinet/in_pcb.h
bsd/netinet/in_pcblist.c
bsd/netinet/in_proto.c
bsd/netinet/in_systm.h
bsd/netinet/in_tclass.c
bsd/netinet/ip.h
bsd/netinet/ip6.h
bsd/netinet/ip_compat.h
bsd/netinet/ip_divert.c [deleted file]
bsd/netinet/ip_divert.h [deleted file]
bsd/netinet/ip_dummynet.c
bsd/netinet/ip_dummynet.h
bsd/netinet/ip_ecn.c
bsd/netinet/ip_encap.c
bsd/netinet/ip_flowid.h
bsd/netinet/ip_fw.h [deleted file]
bsd/netinet/ip_fw2.c [deleted file]
bsd/netinet/ip_fw2.h [deleted file]
bsd/netinet/ip_fw2_compat.c [deleted file]
bsd/netinet/ip_fw2_compat.h [deleted file]
bsd/netinet/ip_icmp.c
bsd/netinet/ip_input.c
bsd/netinet/ip_output.c
bsd/netinet/ip_var.h
bsd/netinet/kpi_ipfilter.c
bsd/netinet/kpi_ipfilter.h
bsd/netinet/lro_ext.h [deleted file]
bsd/netinet/mptcp.c
bsd/netinet/mptcp_opt.c
bsd/netinet/mptcp_opt.h
bsd/netinet/mptcp_subr.c
bsd/netinet/mptcp_timer.c
bsd/netinet/mptcp_usrreq.c
bsd/netinet/mptcp_var.h
bsd/netinet/raw_ip.c
bsd/netinet/tcp.h
bsd/netinet/tcp_cache.c
bsd/netinet/tcp_cc.c
bsd/netinet/tcp_cc.h
bsd/netinet/tcp_cubic.c
bsd/netinet/tcp_debug.c
bsd/netinet/tcp_debug.h
bsd/netinet/tcp_input.c
bsd/netinet/tcp_ledbat.c
bsd/netinet/tcp_log.c
bsd/netinet/tcp_log.h
bsd/netinet/tcp_lro.c [deleted file]
bsd/netinet/tcp_lro.h [deleted file]
bsd/netinet/tcp_newreno.c
bsd/netinet/tcp_output.c
bsd/netinet/tcp_sack.c
bsd/netinet/tcp_seq.h
bsd/netinet/tcp_subr.c
bsd/netinet/tcp_timer.c
bsd/netinet/tcp_timer.h
bsd/netinet/tcp_usrreq.c
bsd/netinet/tcp_var.h
bsd/netinet/udp.h
bsd/netinet/udp_usrreq.c
bsd/netinet/udp_var.h
bsd/netinet6/Makefile
bsd/netinet6/ah.h
bsd/netinet6/ah_core.c
bsd/netinet6/ah_input.c
bsd/netinet6/ah_output.c
bsd/netinet6/esp.h
bsd/netinet6/esp_chachapoly.c
bsd/netinet6/esp_chachapoly.h
bsd/netinet6/esp_core.c
bsd/netinet6/esp_input.c
bsd/netinet6/esp_output.c
bsd/netinet6/esp_rijndael.c
bsd/netinet6/esp_rijndael.h
bsd/netinet6/frag6.c
bsd/netinet6/icmp6.c
bsd/netinet6/in6.c
bsd/netinet6/in6.h
bsd/netinet6/in6_cga.c
bsd/netinet6/in6_cksum.c
bsd/netinet6/in6_gif.c
bsd/netinet6/in6_ifattach.c
bsd/netinet6/in6_ifattach.h
bsd/netinet6/in6_mcast.c
bsd/netinet6/in6_pcb.c
bsd/netinet6/in6_pcb.h
bsd/netinet6/in6_proto.c
bsd/netinet6/in6_src.c
bsd/netinet6/in6_var.h
bsd/netinet6/ip6_forward.c
bsd/netinet6/ip6_fw.c [deleted file]
bsd/netinet6/ip6_fw.h [deleted file]
bsd/netinet6/ip6_id.c
bsd/netinet6/ip6_input.c
bsd/netinet6/ip6_output.c
bsd/netinet6/ip6_var.h
bsd/netinet6/ipsec.c
bsd/netinet6/ipsec.h
bsd/netinet6/ipsec6.h
bsd/netinet6/mld6.c
bsd/netinet6/mld6_var.h
bsd/netinet6/nd6.c
bsd/netinet6/nd6.h
bsd/netinet6/nd6_nbr.c
bsd/netinet6/nd6_prproxy.c
bsd/netinet6/nd6_rti.c [new file with mode: 0644]
bsd/netinet6/nd6_rtr.c
bsd/netinet6/nd6_send.c
bsd/netinet6/nd6_var.h
bsd/netinet6/raw_ip6.c
bsd/netinet6/route6.c
bsd/netinet6/udp6_output.c
bsd/netinet6/udp6_usrreq.c
bsd/netkey/key.c
bsd/netkey/key.h
bsd/netkey/key_debug.c
bsd/netkey/keydb.c
bsd/netkey/keydb.h
bsd/netkey/keysock.c
bsd/nfs/gss/gss_krb5_mech.c
bsd/nfs/gss/gss_krb5_mech.h
bsd/nfs/krpc_subr.c
bsd/nfs/nfs.h
bsd/nfs/nfs4_subs.c
bsd/nfs/nfs4_vnops.c
bsd/nfs/nfs_bio.c
bsd/nfs/nfs_boot.c
bsd/nfs/nfs_gss.c
bsd/nfs/nfs_gss.h
bsd/nfs/nfs_ioctl.h
bsd/nfs/nfs_lock.c
bsd/nfs/nfs_node.c
bsd/nfs/nfs_serv.c
bsd/nfs/nfs_socket.c
bsd/nfs/nfs_subs.c
bsd/nfs/nfs_syscalls.c
bsd/nfs/nfs_vfsops.c
bsd/nfs/nfs_vnops.c
bsd/nfs/nfsm_subs.h
bsd/nfs/nfsmount.h
bsd/nfs/nfsnode.h
bsd/nfs/nfsproto.h
bsd/nfs/rpcv2.h
bsd/nfs/xdr_subs.h
bsd/pgo/profile_runtime_data.c
bsd/pthread/priority_private.h
bsd/pthread/pthread_priority.c
bsd/pthread/pthread_workqueue.c
bsd/pthread/workqueue_internal.h
bsd/security/audit/audit.c
bsd/security/audit/audit.h
bsd/security/audit/audit_arg.c
bsd/security/audit/audit_bsd.c
bsd/security/audit/audit_bsd.h
bsd/security/audit/audit_bsm.c
bsd/security/audit/audit_mac.c
bsd/security/audit/audit_pipe.c
bsd/security/audit/audit_private.h
bsd/security/audit/audit_session.c
bsd/security/audit/audit_syscalls.c
bsd/sys/Makefile
bsd/sys/_endian.h
bsd/sys/_select.h
bsd/sys/_types/Makefile
bsd/sys/_types/_fd_def.h
bsd/sys/_types/_int8_t.h
bsd/sys/_types/_ucontext.h
bsd/sys/_types/_ucontext64.h
bsd/sys/acct.h
bsd/sys/aio_kern.h
bsd/sys/attr.h
bsd/sys/buf_internal.h
bsd/sys/callout.h [deleted file]
bsd/sys/cdefs.h
bsd/sys/clist.h [deleted file]
bsd/sys/codesign.h
bsd/sys/conf.h
bsd/sys/cprotect.h
bsd/sys/csr.h
bsd/sys/disk.h
bsd/sys/dtrace.h
bsd/sys/dtrace_glue.h
bsd/sys/dtrace_impl.h
bsd/sys/ev.h
bsd/sys/event.h
bsd/sys/eventhandler.h
bsd/sys/fcntl.h
bsd/sys/file.h
bsd/sys/file_internal.h
bsd/sys/filedesc.h
bsd/sys/fsctl.h
bsd/sys/gmon.h
bsd/sys/imageboot.h
bsd/sys/imgact.h
bsd/sys/ioccom.h
bsd/sys/kas_info.h
bsd/sys/kasl.h
bsd/sys/kauth.h
bsd/sys/kdebug.h
bsd/sys/kdebug_kernel.h
bsd/sys/kern_control.h
bsd/sys/kern_event.h
bsd/sys/kern_memorystatus.h
bsd/sys/kern_memorystatus_freeze.h
bsd/sys/kern_memorystatus_notify.h
bsd/sys/kern_sysctl.h
bsd/sys/kernel_types.h
bsd/sys/kpi_mbuf.h
bsd/sys/kpi_socket.h
bsd/sys/kpi_socketfilter.h
bsd/sys/linker_set.h
bsd/sys/lockstat.h
bsd/sys/make_symbol_aliasing.sh
bsd/sys/malloc.h
bsd/sys/mbuf.h
bsd/sys/mcache.h
bsd/sys/memory_maintenance.h
bsd/sys/mman.h
bsd/sys/mount.h
bsd/sys/mount_internal.h
bsd/sys/munge.h
bsd/sys/namei.h
bsd/sys/netboot.h
bsd/sys/param.h
bsd/sys/persona.h
bsd/sys/pipe.h
bsd/sys/priv.h
bsd/sys/proc.h
bsd/sys/proc_info.h
bsd/sys/proc_internal.h
bsd/sys/proc_require.h [new file with mode: 0644]
bsd/sys/process_policy.h
bsd/sys/queue.h
bsd/sys/reason.h
bsd/sys/resource.h
bsd/sys/resourcevar.h
bsd/sys/sbuf.h
bsd/sys/sdt_impl.h
bsd/sys/shm.h
bsd/sys/signalvar.h
bsd/sys/socket.h
bsd/sys/socketvar.h
bsd/sys/sockio.h
bsd/sys/spawn.h
bsd/sys/spawn_internal.h
bsd/sys/stackshot.h
bsd/sys/stat.h
bsd/sys/sys__types.modulemap [new file with mode: 0644]
bsd/sys/sys_cdefs.modulemap [new file with mode: 0644]
bsd/sys/sys_domain.h
bsd/sys/sys_types.modulemap [new file with mode: 0644]
bsd/sys/sysctl.h
bsd/sys/sysent.h
bsd/sys/syslimits.h
bsd/sys/syslog.h
bsd/sys/systm.h
bsd/sys/time.h
bsd/sys/tty.h
bsd/sys/ttycom.h
bsd/sys/ubc.h
bsd/sys/ubc_internal.h
bsd/sys/ucontext.h
bsd/sys/ucred.h
bsd/sys/uio.h
bsd/sys/ulock.h
bsd/sys/un.h
bsd/sys/unicode.h [new file with mode: 0644]
bsd/sys/unpcb.h
bsd/sys/user.h
bsd/sys/vnode.h
bsd/sys/vnode_if.h
bsd/sys/vnode_internal.h
bsd/sys/vsock.h [new file with mode: 0644]
bsd/sys/vsock_domain.h [new file with mode: 0644]
bsd/sys/vsock_transport.h [new file with mode: 0644]
bsd/sys/work_interval.h
bsd/tests/bsd_tests.c
bsd/tests/copyio_tests.c
bsd/tests/ptrauth_data_tests_sysctl.c [new file with mode: 0644]
bsd/vfs/doc_tombstone.c
bsd/vfs/kpi_vfs.c
bsd/vfs/vfs_attrlist.c
bsd/vfs/vfs_bio.c
bsd/vfs/vfs_cache.c
bsd/vfs/vfs_cluster.c
bsd/vfs/vfs_conf.c
bsd/vfs/vfs_cprotect.c
bsd/vfs/vfs_disk_conditioner.c
bsd/vfs/vfs_fsevents.c
bsd/vfs/vfs_fslog.c
bsd/vfs/vfs_init.c
bsd/vfs/vfs_lookup.c
bsd/vfs/vfs_quota.c
bsd/vfs/vfs_subr.c
bsd/vfs/vfs_support.c
bsd/vfs/vfs_syscalls.c
bsd/vfs/vfs_unicode.c [new file with mode: 0644]
bsd/vfs/vfs_unicode_data.h [new file with mode: 0644]
bsd/vfs/vfs_utfconv.c
bsd/vfs/vfs_vnops.c
bsd/vfs/vfs_xattr.c
bsd/vfs/vnode_if.c
bsd/vm/dp_backing_file.c
bsd/vm/vm_compressor_backing_file.c
bsd/vm/vm_unix.c
bsd/vm/vnode_pager.c
config/BSDKernel.exports
config/IOKit.arm.exports
config/IOKit.arm64.MacOSX.exports [new file with mode: 0644]
config/IOKit.arm64.exports
config/IOKit.arm64.hibernation.MacOSX.exports [new file with mode: 0644]
config/IOKit.exports
config/IOKit.x86_64.MacOSX.exports [new file with mode: 0644]
config/IOKit.x86_64.exports
config/Libkern.arm.exports
config/Libkern.arm64.MacOSX.exports [new file with mode: 0644]
config/Libkern.arm64.exports
config/Libkern.exports
config/Libkern.x86_64.MacOSX.exports [new file with mode: 0644]
config/Libkern.x86_64.exports
config/MACFramework.exports
config/MACFramework.x86_64.exports
config/MASTER
config/MASTER.arm
config/MASTER.arm64
config/MASTER.arm64.BridgeOS [new file with mode: 0644]
config/MASTER.arm64.MacOSX [new file with mode: 0644]
config/MASTER.arm64.bcm2837
config/MASTER.arm64.iPhoneOS [new file with mode: 0644]
config/MASTER.x86_64
config/Mach.exports
config/Makefile
config/MasterVersion
config/Private.arm64.MacOSX.exports [new file with mode: 0644]
config/Private.arm64.exports
config/Private.exports
config/Private.x86_64.exports
config/Unsupported.arm.exports
config/Unsupported.arm64.MacOSX.exports [new file with mode: 0644]
config/Unsupported.arm64.exports
config/Unsupported.exports
config/Unsupported.x86_64.MacOSX.exports [new file with mode: 0644]
config/Unsupported.x86_64.exports
config/generate_combined_symbolsets_plist.sh [new file with mode: 0755]
config/generate_symbolset_plist.sh [new file with mode: 0755]
doc/allocators.md [new file with mode: 0644]
doc/atomics.md
doc/pac.md [new file with mode: 0644]
doc/startup.md [new file with mode: 0644]
doc/xnu_build_consolidation.md [new file with mode: 0644]
iokit/DriverKit/IOKitKeys.h
iokit/DriverKit/IOMemoryDescriptor.iig
iokit/DriverKit/IOService.iig
iokit/DriverKit/IOTypes.h
iokit/DriverKit/IOUserClient.iig
iokit/DriverKit/Makefile
iokit/DriverKit/OSAction.iig
iokit/DriverKit/OSObject.iig
iokit/IOKit/IOBSD.h
iokit/IOKit/IOBufferMemoryDescriptor.h
iokit/IOKit/IOCPU.h
iokit/IOKit/IOCatalogue.h
iokit/IOKit/IOCommandGate.h
iokit/IOKit/IOCommandPool.h
iokit/IOKit/IOCommandQueue.h
iokit/IOKit/IOConditionLock.h
iokit/IOKit/IODMACommand.h
iokit/IOKit/IODMAController.h
iokit/IOKit/IODMAEventSource.h
iokit/IOKit/IODataQueue.h
iokit/IOKit/IODeviceMemory.h
iokit/IOKit/IODeviceTreeSupport.h
iokit/IOKit/IOFilterInterruptEventSource.h
iokit/IOKit/IOHibernatePrivate.h
iokit/IOKit/IOInterleavedMemoryDescriptor.h
iokit/IOKit/IOInterruptController.h
iokit/IOKit/IOInterruptEventSource.h
iokit/IOKit/IOKernelReporters.h
iokit/IOKit/IOKitDebug.h
iokit/IOKit/IOKitKeys.h
iokit/IOKit/IOKitKeysPrivate.h
iokit/IOKit/IOLib.h
iokit/IOKit/IOLocks.h
iokit/IOKit/IOMapper.h
iokit/IOKit/IOMemoryCursor.h
iokit/IOKit/IOMemoryDescriptor.h
iokit/IOKit/IOMultiMemoryDescriptor.h
iokit/IOKit/IONVRAM.h
iokit/IOKit/IOPMGR.h [new file with mode: 0644]
iokit/IOKit/IOPlatformActions.h [new file with mode: 0644]
iokit/IOKit/IOPlatformExpert.h
iokit/IOKit/IOPolledInterface.h
iokit/IOKit/IORangeAllocator.h
iokit/IOKit/IORegistryEntry.h
iokit/IOKit/IOReportMacros.h
iokit/IOKit/IOService.h
iokit/IOKit/IOSharedDataQueue.h
iokit/IOKit/IOSubMemoryDescriptor.h
iokit/IOKit/IOTimeStamp.h
iokit/IOKit/IOTimerEventSource.h
iokit/IOKit/IOTypes.h
iokit/IOKit/IOUserClient.h
iokit/IOKit/IOUserServer.h
iokit/IOKit/IOWorkLoop.h
iokit/IOKit/Makefile
iokit/IOKit/PassthruInterruptController.h [new file with mode: 0644]
iokit/IOKit/perfcontrol/IOPerfControl.h
iokit/IOKit/platform/IOPlatformIO.h [new file with mode: 0644]
iokit/IOKit/pwr_mgt/IOPM.h
iokit/IOKit/pwr_mgt/IOPMLibDefs.h
iokit/IOKit/pwr_mgt/IOPMPrivate.h
iokit/IOKit/pwr_mgt/IOPMinformeeList.h
iokit/IOKit/pwr_mgt/RootDomain.h
iokit/Kernel/IOBufferMemoryDescriptor.cpp
iokit/Kernel/IOCPU.cpp
iokit/Kernel/IOCatalogue.cpp
iokit/Kernel/IOCommandGate.cpp
iokit/Kernel/IOCommandPool.cpp
iokit/Kernel/IOCommandQueue.cpp
iokit/Kernel/IODMACommand.cpp
iokit/Kernel/IODMAController.cpp
iokit/Kernel/IODMAEventSource.cpp
iokit/Kernel/IODataQueue.cpp
iokit/Kernel/IODeviceTreeSupport.cpp
iokit/Kernel/IOEventSource.cpp
iokit/Kernel/IOFilterInterruptEventSource.cpp
iokit/Kernel/IOHibernateIO.cpp
iokit/Kernel/IOHibernateInternal.h
iokit/Kernel/IOHibernateRestoreKernel.c
iokit/Kernel/IOHistogramReporter.cpp
iokit/Kernel/IOInterruptAccounting.cpp
iokit/Kernel/IOInterruptController.cpp
iokit/Kernel/IOInterruptEventSource.cpp
iokit/Kernel/IOKitDebug.cpp
iokit/Kernel/IOKitKernelInternal.h
iokit/Kernel/IOLib.cpp
iokit/Kernel/IOMapper.cpp
iokit/Kernel/IOMemoryCursor.cpp
iokit/Kernel/IOMemoryDescriptor.cpp
iokit/Kernel/IONVRAM.cpp
iokit/Kernel/IOPMGR.cpp [new file with mode: 0644]
iokit/Kernel/IOPMinformeeList.cpp
iokit/Kernel/IOPMrootDomain.cpp
iokit/Kernel/IOPerfControl.cpp
iokit/Kernel/IOPlatformActions.cpp [new file with mode: 0644]
iokit/Kernel/IOPlatformExpert.cpp
iokit/Kernel/IOPlatformIO.cpp [new file with mode: 0644]
iokit/Kernel/IOPolledInterface.cpp
iokit/Kernel/IORegistryEntry.cpp
iokit/Kernel/IOReportLegend.cpp
iokit/Kernel/IOReporter.cpp
iokit/Kernel/IOService.cpp
iokit/Kernel/IOServicePM.cpp
iokit/Kernel/IOServicePMPrivate.h
iokit/Kernel/IOServicePrivate.h
iokit/Kernel/IOSharedDataQueue.cpp
iokit/Kernel/IOSimpleReporter.cpp
iokit/Kernel/IOStartIOKit.cpp
iokit/Kernel/IOStateReporter.cpp
iokit/Kernel/IOStatistics.cpp
iokit/Kernel/IOStringFuncs.c
iokit/Kernel/IOSubMemoryDescriptor.cpp
iokit/Kernel/IOTimerEventSource.cpp
iokit/Kernel/IOUserClient.cpp
iokit/Kernel/IOUserServer.cpp
iokit/Kernel/IOWorkLoop.cpp
iokit/Kernel/PassthruInterruptController.cpp [new file with mode: 0644]
iokit/Kernel/RootDomainUserClient.cpp
iokit/Kernel/arm/AppleARMSMP.cpp [new file with mode: 0644]
iokit/Kernel/i386/IOKeyStoreHelper.cpp
iokit/Kernel/x86_64/IOSharedLock.s [deleted file]
iokit/System/IODataQueueDispatchSourceShared.h
iokit/Tests/TestIOMemoryDescriptor.cpp
iokit/Tests/Tests.cpp
iokit/bsddev/DINetBootHook.cpp
iokit/bsddev/DINetBootHook.h
iokit/bsddev/IOKitBSDInit.cpp
iokit/conf/Makefile
iokit/conf/Makefile.arm
iokit/conf/Makefile.arm64
iokit/conf/Makefile.template
iokit/conf/Makefile.x86_64
iokit/conf/files
iokit/conf/files.arm64
iokit/conf/files.x86_64
libkdd/kcdata.h
libkdd/kcdtypes.c
libkdd/kdd.xcodeproj/project.pbxproj
libkdd/tests/kdd_bridge.h
libkern/OSKextLib.cpp
libkern/OSKextVersion.c
libkern/c++/OSArray.cpp
libkern/c++/OSCollection.cpp
libkern/c++/OSCollectionIterator.cpp
libkern/c++/OSCompat.cpp [deleted file]
libkern/c++/OSData.cpp
libkern/c++/OSDictionary.cpp
libkern/c++/OSKext.cpp
libkern/c++/OSMetaClass.cpp
libkern/c++/OSNumber.cpp
libkern/c++/OSObject.cpp
libkern/c++/OSOrderedSet.cpp
libkern/c++/OSRuntime.cpp
libkern/c++/OSSerialize.cpp
libkern/c++/OSSerializeBinary.cpp
libkern/c++/OSSet.cpp
libkern/c++/OSString.cpp
libkern/c++/OSSymbol.cpp
libkern/c++/OSUnserialize.cpp
libkern/c++/OSUnserialize.y
libkern/c++/OSUnserializeXML.cpp
libkern/c++/OSUnserializeXML.y
libkern/c++/priority_queue.cpp [new file with mode: 0644]
libkern/conf/Makefile
libkern/conf/Makefile.arm
libkern/conf/Makefile.arm64
libkern/conf/Makefile.template
libkern/conf/Makefile.x86_64
libkern/conf/files
libkern/crypto/corecrypto_aes.c
libkern/crypto/corecrypto_aesxts.c
libkern/crypto/corecrypto_md5.c
libkern/crypto/corecrypto_sha1.c
libkern/firehose/Makefile
libkern/firehose/chunk_private.h
libkern/firehose/firehose_types_private.h
libkern/firehose/tracepoint_private.h
libkern/gen/OSAtomicOperations.c
libkern/gen/OSSpinLock.c [new file with mode: 0644]
libkern/kxld/Makefile
libkern/kxld/kxld_copyright.c
libkern/kxld/kxld_reloc.c
libkern/kxld/kxld_stubs.c [deleted file]
libkern/kxld/kxld_sym.c
libkern/kxld/kxld_util.c
libkern/kxld/kxld_util.h
libkern/libclosure/runtime.cpp
libkern/libkern/Block_private.h
libkern/libkern/Makefile
libkern/libkern/OSByteOrder.h
libkern/libkern/OSDebug.h
libkern/libkern/OSKextLib.h
libkern/libkern/OSKextLibPrivate.h
libkern/libkern/OSMalloc.h
libkern/libkern/_OSByteOrder.h
libkern/libkern/arm/Makefile
libkern/libkern/arm/OSByteOrder.h
libkern/libkern/c++/Makefile
libkern/libkern/c++/OSAllocation.h [new file with mode: 0644]
libkern/libkern/c++/OSArray.h
libkern/libkern/c++/OSBoolean.h
libkern/libkern/c++/OSBoundedArray.h [new file with mode: 0644]
libkern/libkern/c++/OSBoundedArrayRef.h [new file with mode: 0644]
libkern/libkern/c++/OSBoundedPtr.h [new file with mode: 0644]
libkern/libkern/c++/OSBoundedPtrFwd.h [new file with mode: 0644]
libkern/libkern/c++/OSCPPDebug.h
libkern/libkern/c++/OSCollection.h
libkern/libkern/c++/OSCollectionIterator.h
libkern/libkern/c++/OSData.h
libkern/libkern/c++/OSDictionary.h
libkern/libkern/c++/OSKext.h
libkern/libkern/c++/OSLib.h
libkern/libkern/c++/OSMetaClass.h
libkern/libkern/c++/OSNumber.h
libkern/libkern/c++/OSObject.h
libkern/libkern/c++/OSOrderedSet.h
libkern/libkern/c++/OSPtr.h
libkern/libkern/c++/OSSerialize.h
libkern/libkern/c++/OSSet.h
libkern/libkern/c++/OSSharedPtr.h [new file with mode: 0644]
libkern/libkern/c++/OSString.h
libkern/libkern/c++/OSSymbol.h
libkern/libkern/c++/OSUnserialize.h
libkern/libkern/c++/bounded_array.h [new file with mode: 0644]
libkern/libkern/c++/bounded_array_ref.h [new file with mode: 0644]
libkern/libkern/c++/bounded_ptr.h [new file with mode: 0644]
libkern/libkern/c++/bounded_ptr_fwd.h [new file with mode: 0644]
libkern/libkern/c++/intrusive_shared_ptr.h [new file with mode: 0644]
libkern/libkern/c++/safe_allocation.h [new file with mode: 0644]
libkern/libkern/crypto/aes.h
libkern/libkern/crypto/register_crypto.h
libkern/libkern/img4/interface.h
libkern/libkern/kernel_mach_header.h
libkern/libkern/kext_request_keys.h
libkern/libkern/prelink.h
libkern/libkern/ptrauth_utils.h [new file with mode: 0644]
libkern/libkern/section_keywords.h
libkern/libkern/tree.h
libkern/mkext.c
libkern/net/inet_ntop.c
libkern/net/inet_pton.c
libkern/os/Makefile
libkern/os/atomic.h [new file with mode: 0644]
libkern/os/atomic_private.h [new file with mode: 0644]
libkern/os/atomic_private_arch.h [new file with mode: 0644]
libkern/os/atomic_private_impl.h [new file with mode: 0644]
libkern/os/base.h
libkern/os/base_private.h [new file with mode: 0644]
libkern/os/cpp_util.h
libkern/os/log.c
libkern/os/log.h
libkern/os/log_encode.h
libkern/os/object.h
libkern/os/object_private.h [deleted file]
libkern/os/refcnt.c
libkern/os/refcnt.h
libkern/os/refcnt_internal.h
libkern/os/smart_ptr.h [deleted file]
libkern/ptrauth_utils.c [new file with mode: 0644]
libkern/stdio/scanf.c
libkern/zlib/deflate.c
libkern/zlib/deflate.h
libkern/zlib/infback.c
libkern/zlib/inffast.c
libkern/zlib/inflate.c
libkern/zlib/inftrees.c
libkern/zlib/trees.c
libkern/zlib/z_crc32.c
libsa/bootstrap.cpp
libsa/conf/Makefile
libsa/conf/Makefile.arm64
libsa/conf/Makefile.template
libsyscall/Libsyscall.xcodeproj/project.pbxproj
libsyscall/Platforms/DriverKit/arm64/syscall.map [new file with mode: 0644]
libsyscall/Platforms/DriverKit/x86_64/syscall.map
libsyscall/Platforms/MacOSX/arm64/syscall.map [new file with mode: 0644]
libsyscall/Platforms/MacOSX/i386/syscall.map
libsyscall/Platforms/MacOSX/x86_64/syscall.map
libsyscall/Platforms/iPhoneOS/arm/syscall.map
libsyscall/Platforms/iPhoneOS/arm64/syscall.map
libsyscall/custom/SYS.h
libsyscall/custom/__vfork.s
libsyscall/mach/err_libkern.sub
libsyscall/mach/mach_eventlink.c [new file with mode: 0644]
libsyscall/mach/mach_eventlink.defs [new file with mode: 0644]
libsyscall/mach/mach_init.c
libsyscall/mach/mach_msg.c
libsyscall/mach/mach_port.c
libsyscall/mach/mach_right.c
libsyscall/mach/mach_vm.c
libsyscall/mach/string.h
libsyscall/wrappers/__get_cpu_capabilities.s
libsyscall/wrappers/_libc_funcptr.c
libsyscall/wrappers/_libkernel_init.c
libsyscall/wrappers/_libkernel_init.h
libsyscall/wrappers/cancelable/fcntl-base.c
libsyscall/wrappers/cancelable/open.c [new file with mode: 0644]
libsyscall/wrappers/init_cpu_capabilities.c
libsyscall/wrappers/legacy/open.c [deleted file]
libsyscall/wrappers/libproc/libproc.c
libsyscall/wrappers/libproc/libproc.h
libsyscall/wrappers/mach_absolute_time.s
libsyscall/wrappers/mach_continuous_time.c
libsyscall/wrappers/mach_get_times.c
libsyscall/wrappers/open-base.c [new file with mode: 0644]
libsyscall/wrappers/proc.c
libsyscall/wrappers/skywalk/os_channel.c
libsyscall/wrappers/skywalk/os_packet.c
libsyscall/wrappers/spawn/posix_spawn.c
libsyscall/wrappers/spawn/spawn.h
libsyscall/wrappers/spawn/spawn_private.h
libsyscall/wrappers/stackshot.c
libsyscall/wrappers/string/strings.h
libsyscall/wrappers/system-version-compat-support.c [new file with mode: 0644]
libsyscall/wrappers/system-version-compat-support.h [new file with mode: 0644]
libsyscall/wrappers/system-version-compat.c [new file with mode: 0644]
libsyscall/wrappers/unix03/mmap.c
libsyscall/wrappers/varargs_wrappers.s
libsyscall/wrappers/work_interval.c
libsyscall/xcodescripts/create-syscalls.pl
libsyscall/xcodescripts/mach_install_mig.sh
makedefs/MakeInc.cmd
makedefs/MakeInc.def
makedefs/MakeInc.dir
makedefs/MakeInc.kernel
makedefs/MakeInc.rule
makedefs/MakeInc.top
osfmk/UserNotification/Makefile
osfmk/arm/Makefile
osfmk/arm/arm_init.c
osfmk/arm/arm_timer.c
osfmk/arm/arm_vm_init.c
osfmk/arm/atomic.h
osfmk/arm/caches.c
osfmk/arm/caches_asm.s
osfmk/arm/caches_internal.h
osfmk/arm/caches_macros.s [new file with mode: 0644]
osfmk/arm/commpage/commpage.c
osfmk/arm/commpage/commpage.h
osfmk/arm/commpage/commpage_asm.s [new file with mode: 0644]
osfmk/arm/cpu.c
osfmk/arm/cpu_capabilities.h
osfmk/arm/cpu_common.c
osfmk/arm/cpu_data.h
osfmk/arm/cpu_data_internal.h
osfmk/arm/cpu_internal.h
osfmk/arm/cpu_x86_64_capabilities.h [new file with mode: 0644]
osfmk/arm/cpuid.c
osfmk/arm/cpuid.h
osfmk/arm/cpuid_internal.h
osfmk/arm/data.s
osfmk/arm/dwarf_unwind.h [new file with mode: 0644]
osfmk/arm/genassym.c
osfmk/arm/kpc_arm.c
osfmk/arm/locks.h
osfmk/arm/locks_arm.c
osfmk/arm/locore.s
osfmk/arm/loose_ends.c
osfmk/arm/lowglobals.h
osfmk/arm/lowmem_vectors.c
osfmk/arm/machine_cpuid.c
osfmk/arm/machine_routines.c
osfmk/arm/machine_routines.h
osfmk/arm/machine_routines_asm.s
osfmk/arm/machine_routines_common.c
osfmk/arm/misc_protos.h
osfmk/arm/model_dep.c
osfmk/arm/pcb.c
osfmk/arm/pmap.c
osfmk/arm/pmap.h
osfmk/arm/proc_reg.h
osfmk/arm/rtclock.c
osfmk/arm/smp.h
osfmk/arm/start.s
osfmk/arm/status.c
osfmk/arm/status_shared.c
osfmk/arm/task.h
osfmk/arm/thread.h
osfmk/arm/trap.c
osfmk/arm/trap.h
osfmk/arm64/Makefile
osfmk/arm64/amcc_rorgn.c [new file with mode: 0644]
osfmk/arm64/amcc_rorgn.h [new file with mode: 0644]
osfmk/arm64/arm_vm_init.c
osfmk/arm64/bsd_arm64.c
osfmk/arm64/caches_asm.s
osfmk/arm64/copyio.c
osfmk/arm64/corecrypto/arm64_isa_compatibility.h [new file with mode: 0644]
osfmk/arm64/corecrypto/sha256_compress_arm64.s [new file with mode: 0644]
osfmk/arm64/cpu.c
osfmk/arm64/cswitch.s
osfmk/arm64/dwarf_unwind.h [new file with mode: 0644]
osfmk/arm64/exception_asm.h
osfmk/arm64/genassym.c
osfmk/arm64/hibernate_arm64.c [new file with mode: 0644]
osfmk/arm64/hibernate_ppl_hmac.c [new file with mode: 0644]
osfmk/arm64/hibernate_ppl_hmac.h [new file with mode: 0644]
osfmk/arm64/hibernate_restore.c [new file with mode: 0644]
osfmk/arm64/instructions.h [new file with mode: 0644]
osfmk/arm64/kpc.c
osfmk/arm64/locore.s
osfmk/arm64/loose_ends.c
osfmk/arm64/lowglobals.h
osfmk/arm64/lowmem_vectors.c
osfmk/arm64/machine_remote_time.c
osfmk/arm64/machine_routines.c
osfmk/arm64/machine_routines_asm.h
osfmk/arm64/machine_routines_asm.s
osfmk/arm64/machine_task.c
osfmk/arm64/memcmp_zero.s [new file with mode: 0644]
osfmk/arm64/monotonic_arm64.c
osfmk/arm64/pac_asm.h [new file with mode: 0644]
osfmk/arm64/pal_hibernate.h [new file with mode: 0644]
osfmk/arm64/pcb.c
osfmk/arm64/platform_tests.c
osfmk/arm64/proc_reg.h
osfmk/arm64/sleh.c
osfmk/arm64/start.s
osfmk/arm64/status.c
osfmk/arm64/tlb.h
osfmk/arm64/tunables/tunables.s [new file with mode: 0644]
osfmk/arm64/tunables/tunables_h10.s [new file with mode: 0644]
osfmk/arm64/tunables/tunables_h11.s [new file with mode: 0644]
osfmk/arm64/tunables/tunables_h12.s [new file with mode: 0644]
osfmk/arm64/tunables/tunables_h7.s [new file with mode: 0644]
osfmk/arm64/tunables/tunables_h8.s [new file with mode: 0644]
osfmk/arm64/tunables/tunables_h9.s [new file with mode: 0644]
osfmk/atm/Makefile
osfmk/atm/atm.c
osfmk/atm/atm_internal.h
osfmk/atm/atm_types.defs
osfmk/atm/atm_types.h
osfmk/bank/Makefile
osfmk/bank/bank.c
osfmk/bank/bank_internal.h
osfmk/conf/Makefile
osfmk/conf/Makefile.arm
osfmk/conf/Makefile.arm64
osfmk/conf/Makefile.template
osfmk/conf/Makefile.x86_64
osfmk/conf/files
osfmk/conf/files.arm
osfmk/conf/files.arm64
osfmk/conf/files.x86_64
osfmk/console/serial_console.c
osfmk/console/serial_general.c
osfmk/console/serial_protos.h
osfmk/console/video_console.c
osfmk/console/video_console.h
osfmk/corecrypto/cc/src/cc_abort.c [deleted file]
osfmk/corecrypto/cc/src/cc_clear.c [deleted file]
osfmk/corecrypto/cc/src/cc_cmp_safe.c [deleted file]
osfmk/corecrypto/cc_abort.c [new file with mode: 0644]
osfmk/corecrypto/cc_clear.c [new file with mode: 0644]
osfmk/corecrypto/cc_cmp_safe.c [new file with mode: 0644]
osfmk/corecrypto/ccdbrg/src/ccdrbg_nisthmac.c [deleted file]
osfmk/corecrypto/ccdigest/src/ccdigest_init.c [deleted file]
osfmk/corecrypto/ccdigest/src/ccdigest_update.c [deleted file]
osfmk/corecrypto/ccdigest_final_64be.c [new file with mode: 0644]
osfmk/corecrypto/ccdigest_init.c [new file with mode: 0644]
osfmk/corecrypto/ccdigest_internal.h [new file with mode: 0644]
osfmk/corecrypto/ccdigest_update.c [new file with mode: 0644]
osfmk/corecrypto/ccdrbg_nisthmac.c [new file with mode: 0644]
osfmk/corecrypto/cchmac.c [new file with mode: 0644]
osfmk/corecrypto/cchmac/src/cchmac.c [deleted file]
osfmk/corecrypto/cchmac/src/cchmac_final.c [deleted file]
osfmk/corecrypto/cchmac/src/cchmac_init.c [deleted file]
osfmk/corecrypto/cchmac/src/cchmac_update.c [deleted file]
osfmk/corecrypto/cchmac_final.c [new file with mode: 0644]
osfmk/corecrypto/cchmac_init.c [new file with mode: 0644]
osfmk/corecrypto/cchmac_update.c [new file with mode: 0644]
osfmk/corecrypto/ccsha1/src/ccdigest_final_64be.c [deleted file]
osfmk/corecrypto/ccsha1/src/ccdigest_internal.h [deleted file]
osfmk/corecrypto/ccsha2/src/ccdigest_internal.h [deleted file]
osfmk/corecrypto/ccsha2/src/ccsha256_K.c [deleted file]
osfmk/corecrypto/ccsha2/src/ccsha256_di.c [deleted file]
osfmk/corecrypto/ccsha2/src/ccsha256_initial_state.c [deleted file]
osfmk/corecrypto/ccsha2/src/ccsha256_ltc_compress.c [deleted file]
osfmk/corecrypto/ccsha2/src/ccsha256_ltc_di.c [deleted file]
osfmk/corecrypto/ccsha2/src/ccsha2_internal.h [deleted file]
osfmk/corecrypto/ccsha256_K.c [new file with mode: 0644]
osfmk/corecrypto/ccsha256_di.c [new file with mode: 0644]
osfmk/corecrypto/ccsha256_initial_state.c [new file with mode: 0644]
osfmk/corecrypto/ccsha256_ltc_compress.c [new file with mode: 0644]
osfmk/corecrypto/ccsha256_ltc_di.c [new file with mode: 0644]
osfmk/corecrypto/ccsha2_internal.h [new file with mode: 0644]
osfmk/corpses/corpse.c
osfmk/corpses/task_corpse.h
osfmk/default_pager/Makefile
osfmk/device/Makefile
osfmk/device/device_init.c
osfmk/device/iokit_rpc.c
osfmk/device/subrs.c
osfmk/gssd/Makefile
osfmk/i386/AT386/model_dep.c
osfmk/i386/Diagnostics.c
osfmk/i386/Makefile
osfmk/i386/acpi.c
osfmk/i386/acpi.h
osfmk/i386/asm.h
osfmk/i386/bsd_i386.c
osfmk/i386/commpage/commpage.c
osfmk/i386/commpage/commpage.h
osfmk/i386/commpage/commpage_asm.s
osfmk/i386/cpu.c
osfmk/i386/cpu_capabilities.h
osfmk/i386/cpu_data.h
osfmk/i386/cpu_number.h
osfmk/i386/cpu_threads.c
osfmk/i386/cpu_topology.c
osfmk/i386/cpuid.c
osfmk/i386/cpuid.h
osfmk/i386/endian.h
osfmk/i386/fpu.c
osfmk/i386/genassym.c
osfmk/i386/hibernate_i386.c
osfmk/i386/hibernate_restore.c
osfmk/i386/hw_defs.h
osfmk/i386/i386_init.c
osfmk/i386/i386_timer.c
osfmk/i386/i386_vm_init.c
osfmk/i386/lapic.h
osfmk/i386/lapic_native.c
osfmk/i386/locks.h
osfmk/i386/locks_i386.c
osfmk/i386/locks_i386_opt.c
osfmk/i386/machine_check.c
osfmk/i386/machine_routines.c
osfmk/i386/machine_routines.h
osfmk/i386/misc_protos.h
osfmk/i386/mp.c
osfmk/i386/mp.h
osfmk/i386/mp_desc.c
osfmk/i386/mp_native.c
osfmk/i386/mtrr.c
osfmk/i386/pal_hibernate.h
osfmk/i386/pal_routines.h
osfmk/i386/panic_hooks.c
osfmk/i386/panic_notify.c [new file with mode: 0644]
osfmk/i386/panic_notify.h [new file with mode: 0644]
osfmk/i386/pcb.c
osfmk/i386/pcb_native.c
osfmk/i386/phys.c
osfmk/i386/pmCPU.c
osfmk/i386/pmap.h
osfmk/i386/pmap_internal.h
osfmk/i386/pmap_x86_common.c
osfmk/i386/proc_reg.h
osfmk/i386/rtclock.c
osfmk/i386/seg.h
osfmk/i386/smp.h
osfmk/i386/startup64.c [deleted file]
osfmk/i386/thread.h
osfmk/i386/trap.c
osfmk/i386/trap.h
osfmk/i386/trap_native.c
osfmk/i386/tsc.c
osfmk/i386/tsc.h
osfmk/i386/ucode.c
osfmk/i386/vmx/vmx_cpu.c
osfmk/ipc/flipc.c
osfmk/ipc/flipc.h
osfmk/ipc/ipc_entry.h
osfmk/ipc/ipc_eventlink.c [new file with mode: 0644]
osfmk/ipc/ipc_eventlink.h [new file with mode: 0644]
osfmk/ipc/ipc_hash.c
osfmk/ipc/ipc_importance.c
osfmk/ipc/ipc_init.c
osfmk/ipc/ipc_init.h
osfmk/ipc/ipc_kmsg.c
osfmk/ipc/ipc_kmsg.h
osfmk/ipc/ipc_mqueue.c
osfmk/ipc/ipc_mqueue.h
osfmk/ipc/ipc_notify.c
osfmk/ipc/ipc_object.c
osfmk/ipc/ipc_object.h
osfmk/ipc/ipc_port.c
osfmk/ipc/ipc_port.h
osfmk/ipc/ipc_pset.c
osfmk/ipc/ipc_space.c
osfmk/ipc/ipc_space.h
osfmk/ipc/ipc_table.c
osfmk/ipc/ipc_table.h
osfmk/ipc/ipc_voucher.c
osfmk/ipc/ipc_voucher.h
osfmk/ipc/mach_debug.c
osfmk/ipc/mach_kernelrpc.c
osfmk/ipc/mach_msg.c
osfmk/ipc/mach_port.c
osfmk/kdp/kdp.c
osfmk/kdp/kdp_core.c
osfmk/kdp/kdp_core.h
osfmk/kdp/kdp_dyld.h
osfmk/kdp/kdp_internal.h
osfmk/kdp/kdp_serial.c
osfmk/kdp/kdp_udp.c
osfmk/kdp/ml/arm/kdp_machdep.c
osfmk/kdp/ml/arm/kdp_vm.c
osfmk/kdp/ml/i386/kdp_x86_common.c
osfmk/kdp/ml/x86_64/kdp_machdep.c
osfmk/kdp/ml/x86_64/kdp_vm.c
osfmk/kdp/processor_core.c
osfmk/kern/Makefile
osfmk/kern/affinity.c
osfmk/kern/arcade.c
osfmk/kern/audit_sessionport.c
osfmk/kern/backtrace.c
osfmk/kern/backtrace.h
osfmk/kern/bits.h
osfmk/kern/block_hint.h
osfmk/kern/bsd_kern.c
osfmk/kern/btlog.c
osfmk/kern/call_entry.h [deleted file]
osfmk/kern/cambria_layout.h [new file with mode: 0644]
osfmk/kern/clock.c
osfmk/kern/clock.h
osfmk/kern/clock_oldops.c
osfmk/kern/coalition.c
osfmk/kern/coalition.h
osfmk/kern/cpu_quiesce.c
osfmk/kern/cs_blobs.h
osfmk/kern/debug.c
osfmk/kern/debug.h
osfmk/kern/ecc.h
osfmk/kern/ecc_logging.c
osfmk/kern/exception.c
osfmk/kern/exception.h
osfmk/kern/gzalloc.c
osfmk/kern/host.c
osfmk/kern/host.h
osfmk/kern/host_notify.c
osfmk/kern/host_notify.h
osfmk/kern/host_statistics.h
osfmk/kern/hv_support.c [deleted file]
osfmk/kern/hv_support.h
osfmk/kern/hv_support_kext.c [new file with mode: 0644]
osfmk/kern/hv_support_kext.h [new file with mode: 0644]
osfmk/kern/ipc_host.c
osfmk/kern/ipc_kobject.c
osfmk/kern/ipc_kobject.h
osfmk/kern/ipc_mig.c
osfmk/kern/ipc_sync.c
osfmk/kern/ipc_tt.c
osfmk/kern/ipc_tt.h
osfmk/kern/kalloc.c
osfmk/kern/kalloc.h
osfmk/kern/kcdata.h
osfmk/kern/kern_cdata.c
osfmk/kern/kern_cdata.h
osfmk/kern/kern_stackshot.c
osfmk/kern/kern_types.h
osfmk/kern/kext_alloc.c
osfmk/kern/kext_alloc.h
osfmk/kern/kpc.h
osfmk/kern/kpc_common.c
osfmk/kern/kpc_thread.c
osfmk/kern/ledger.c
osfmk/kern/ledger.h
osfmk/kern/lock_group.h
osfmk/kern/lock_stat.h
osfmk/kern/locks.c
osfmk/kern/locks.h
osfmk/kern/ltable.c
osfmk/kern/ltable.h
osfmk/kern/mach_filter.h [new file with mode: 0644]
osfmk/kern/mach_node.c
osfmk/kern/machine.c
osfmk/kern/machine.h
osfmk/kern/misc_protos.h
osfmk/kern/mk_timer.c
osfmk/kern/mk_timer.h
osfmk/kern/monotonic.h
osfmk/kern/mpqueue.h
osfmk/kern/mpsc_queue.c
osfmk/kern/mpsc_queue.h
osfmk/kern/percpu.h [new file with mode: 0644]
osfmk/kern/policy_internal.h
osfmk/kern/printf.c
osfmk/kern/priority.c
osfmk/kern/priority_queue.c [deleted file]
osfmk/kern/priority_queue.h
osfmk/kern/processor.c
osfmk/kern/processor.h
osfmk/kern/processor_data.c [deleted file]
osfmk/kern/processor_data.h [deleted file]
osfmk/kern/queue.h
osfmk/kern/remote_time.c
osfmk/kern/remote_time.h
osfmk/kern/restartable.c
osfmk/kern/sched.h
osfmk/kern/sched_amp.c
osfmk/kern/sched_amp_common.c
osfmk/kern/sched_amp_common.h
osfmk/kern/sched_average.c
osfmk/kern/sched_clutch.c
osfmk/kern/sched_clutch.h
osfmk/kern/sched_dualq.c
osfmk/kern/sched_grrr.c
osfmk/kern/sched_multiq.c
osfmk/kern/sched_prim.c
osfmk/kern/sched_prim.h
osfmk/kern/sched_proto.c
osfmk/kern/sched_traditional.c
osfmk/kern/sfi.c
osfmk/kern/sfi.h
osfmk/kern/simple_lock.h
osfmk/kern/stack.c
osfmk/kern/startup.c
osfmk/kern/startup.h
osfmk/kern/suid_cred.c
osfmk/kern/suid_cred.h
osfmk/kern/sync_lock.c
osfmk/kern/sync_sema.c
osfmk/kern/sync_sema.h
osfmk/kern/syscall_emulation.c
osfmk/kern/syscall_subr.c
osfmk/kern/syscall_sw.c
osfmk/kern/task.c
osfmk/kern/task.h
osfmk/kern/task_policy.c
osfmk/kern/telemetry.c
osfmk/kern/thread.c
osfmk/kern/thread.h
osfmk/kern/thread_act.c
osfmk/kern/thread_call.c
osfmk/kern/thread_call.h
osfmk/kern/thread_group.c
osfmk/kern/thread_group.h
osfmk/kern/thread_policy.c
osfmk/kern/timer.c
osfmk/kern/timer_call.c
osfmk/kern/timer_call.h
osfmk/kern/timer_queue.h
osfmk/kern/tlock.c
osfmk/kern/turnstile.c
osfmk/kern/turnstile.h
osfmk/kern/waitq.c
osfmk/kern/waitq.h
osfmk/kern/work_interval.c
osfmk/kern/work_interval.h
osfmk/kern/zalloc.c
osfmk/kern/zalloc.h
osfmk/kern/zalloc_internal.h [new file with mode: 0644]
osfmk/kern/zcache.c
osfmk/kern/zcache.h [deleted file]
osfmk/kern/zcache_internal.h [new file with mode: 0644]
osfmk/kextd/Makefile
osfmk/kperf/Makefile
osfmk/kperf/action.c
osfmk/kperf/arm/kperf_mp.c [deleted file]
osfmk/kperf/buffer.h
osfmk/kperf/callstack.c
osfmk/kperf/callstack.h
osfmk/kperf/kdebug_trigger.c
osfmk/kperf/kdebug_trigger.h
osfmk/kperf/kperf.c
osfmk/kperf/kperf.h
osfmk/kperf/kperf_arch.h [deleted file]
osfmk/kperf/kperf_timer.c [deleted file]
osfmk/kperf/kperf_timer.h [deleted file]
osfmk/kperf/kperfbsd.c
osfmk/kperf/kptimer.c [new file with mode: 0644]
osfmk/kperf/kptimer.h [new file with mode: 0644]
osfmk/kperf/lazy.c
osfmk/kperf/pet.c
osfmk/kperf/pet.h
osfmk/kperf/thread_samplers.c
osfmk/kperf/x86_64/kperf_mp.c [deleted file]
osfmk/libsa/stdlib.h
osfmk/libsa/string.h
osfmk/libsa/types.h
osfmk/lockd/Makefile
osfmk/mach/Makefile
osfmk/mach/arm/Makefile
osfmk/mach/arm/_structs.h
osfmk/mach/arm/exception.h
osfmk/mach/arm/sdt_isa.h
osfmk/mach/arm/thread_status.h
osfmk/mach/arm/traps.h [new file with mode: 0644]
osfmk/mach/arm/vm_param.h
osfmk/mach/audit_triggers.defs
osfmk/mach/audit_triggers_types.h [new file with mode: 0644]
osfmk/mach/coalition.h
osfmk/mach/dyld_kernel_fixups.h [new file with mode: 0644]
osfmk/mach/host_priv.defs
osfmk/mach/i386/_structs.h
osfmk/mach/i386/sdt_isa.h
osfmk/mach/i386/thread_state.h
osfmk/mach/i386/thread_status.h
osfmk/mach/i386/vm_param.h
osfmk/mach/i386/vm_types.h
osfmk/mach/kern_return.h
osfmk/mach/kmod.h
osfmk/mach/mach_eventlink.defs [new file with mode: 0644]
osfmk/mach/mach_eventlink_types.h [new file with mode: 0644]
osfmk/mach/mach_param.h
osfmk/mach/mach_port.defs
osfmk/mach/mach_traps.h
osfmk/mach/mach_types.defs
osfmk/mach/mach_types.h
osfmk/mach/mach_vm.defs
osfmk/mach/machine.h
osfmk/mach/machine/sdt.h
osfmk/mach/machine/sdt_isa.h
osfmk/mach/memory_object_types.h
osfmk/mach/message.h
osfmk/mach/port.h
osfmk/mach/processor_set.defs
osfmk/mach/semaphore.h
osfmk/mach/shared_memory_server.h
osfmk/mach/shared_region.h
osfmk/mach/syscall_sw.h
osfmk/mach/task.defs
osfmk/mach/task_info.h
osfmk/mach/task_policy.h
osfmk/mach/task_special_ports.h
osfmk/mach/thread_act.defs
osfmk/mach/thread_info.h
osfmk/mach/thread_policy.h
osfmk/mach/thread_special_ports.h
osfmk/mach/thread_status.h
osfmk/mach/vm_param.h
osfmk/mach/vm_prot.h
osfmk/mach/vm_statistics.h
osfmk/mach/vm_types.h
osfmk/machine/Makefile
osfmk/machine/atomic.h
osfmk/machine/atomic_impl.h [deleted file]
osfmk/machine/machine_routines.h
osfmk/machine/pal_hibernate.h
osfmk/machine/smp.h
osfmk/prng/Makefile
osfmk/prng/entropy.c [new file with mode: 0644]
osfmk/prng/entropy.h [new file with mode: 0644]
osfmk/prng/prng_random.c
osfmk/prng/random.h
osfmk/tests/bitmap_test.c
osfmk/tests/kernel_tests.c
osfmk/tests/ktest_emit.c
osfmk/tests/pmap_tests.c
osfmk/tests/ptrauth_data_tests.c [new file with mode: 0644]
osfmk/tests/vfp_state_test.c [new file with mode: 0644]
osfmk/tests/xnupost.h
osfmk/vm/bsd_vm.c
osfmk/vm/device_vm.c
osfmk/vm/memory_object.c
osfmk/vm/memory_object.h
osfmk/vm/pmap.h
osfmk/vm/vm32_user.c
osfmk/vm/vm_apple_protect.c
osfmk/vm/vm_compressor.c
osfmk/vm/vm_compressor.h
osfmk/vm/vm_compressor_algorithms.c
osfmk/vm/vm_compressor_algorithms.h
osfmk/vm/vm_compressor_backing_store.c
osfmk/vm/vm_compressor_backing_store.h
osfmk/vm/vm_compressor_pager.c
osfmk/vm/vm_compressor_pager.h
osfmk/vm/vm_fault.c
osfmk/vm/vm_fault.h
osfmk/vm/vm_fourk_pager.c
osfmk/vm/vm_init.c
osfmk/vm/vm_init.h
osfmk/vm/vm_kern.c
osfmk/vm/vm_kern.h
osfmk/vm/vm_map.c
osfmk/vm/vm_map.h
osfmk/vm/vm_map_store.c
osfmk/vm/vm_map_store.h
osfmk/vm/vm_map_store_ll.c
osfmk/vm/vm_map_store_ll.h
osfmk/vm/vm_object.c
osfmk/vm/vm_object.h
osfmk/vm/vm_page.h
osfmk/vm/vm_pageout.c
osfmk/vm/vm_pageout.h
osfmk/vm/vm_protos.h
osfmk/vm/vm_purgeable.c
osfmk/vm/vm_resident.c
osfmk/vm/vm_shared_region.c
osfmk/vm/vm_shared_region.h
osfmk/vm/vm_shared_region_pager.c
osfmk/vm/vm_swapfile_pager.c
osfmk/vm/vm_tests.c [new file with mode: 0644]
osfmk/vm/vm_user.c
osfmk/voucher/Makefile
osfmk/voucher/ipc_pthread_priority.c
osfmk/x86_64/copyio.c
osfmk/x86_64/dwarf_unwind.h [new file with mode: 0644]
osfmk/x86_64/idt64.s
osfmk/x86_64/kpc_x86.c
osfmk/x86_64/loose_ends.c
osfmk/x86_64/machine_remote_time.c
osfmk/x86_64/pmap.c
pexpert/arm/pe_consistent_debug.c
pexpert/arm/pe_identify_machine.c
pexpert/arm/pe_init.c
pexpert/arm/pe_kprintf.c
pexpert/arm/pe_serial.c
pexpert/conf/Makefile
pexpert/conf/Makefile.template
pexpert/conf/files
pexpert/gen/bootargs.c
pexpert/gen/device_tree.c
pexpert/gen/kcformat.c [new file with mode: 0644]
pexpert/gen/pe_gen.c
pexpert/i386/pe_init.c
pexpert/i386/pe_kprintf.c
pexpert/pexpert/GearImage.h
pexpert/pexpert/arm/Makefile
pexpert/pexpert/arm/S7002.h [deleted file]
pexpert/pexpert/arm/board_config.h
pexpert/pexpert/arm/consistent_debug.h
pexpert/pexpert/arm/protos.h
pexpert/pexpert/arm64/AMCC.h [deleted file]
pexpert/pexpert/arm64/BCM2837.h
pexpert/pexpert/arm64/H7.h [new file with mode: 0644]
pexpert/pexpert/arm64/H8.h [new file with mode: 0644]
pexpert/pexpert/arm64/H9.h [new file with mode: 0644]
pexpert/pexpert/arm64/Makefile
pexpert/pexpert/arm64/S8000.h [deleted file]
pexpert/pexpert/arm64/T7000.h [deleted file]
pexpert/pexpert/arm64/T8010.h [deleted file]
pexpert/pexpert/arm64/apple_arm64_common.h [new file with mode: 0644]
pexpert/pexpert/arm64/apple_arm64_regs.h [new file with mode: 0644]
pexpert/pexpert/arm64/arm64_common.h [deleted file]
pexpert/pexpert/arm64/board_config.h
pexpert/pexpert/arm64/hurricane.h [deleted file]
pexpert/pexpert/arm64/spr_locks.h
pexpert/pexpert/arm64/twister.h [deleted file]
pexpert/pexpert/arm64/typhoon.h [deleted file]
pexpert/pexpert/device_tree.h
pexpert/pexpert/i386/boot.h
pexpert/pexpert/i386/efi.h
pexpert/pexpert/i386/protos.h
pexpert/pexpert/machine/boot.h
pexpert/pexpert/machine/protos.h
pexpert/pexpert/pexpert.h
pexpert/pexpert/protos.h
san/Makefile
san/conf/Makefile
san/conf/Makefile.template
san/kasan-arm64.c
san/kasan-blacklist
san/kasan-blacklist-arm64
san/kasan-blacklist-x86_64
san/kasan-fakestack.c
san/kasan-test.c
san/kasan-x86_64.c
san/kasan.c
san/kasan.h
san/kasan_dynamic_blacklist.c
san/kasan_internal.h
san/ksancov.c
san/ksancov.h
san/ubsan.c
san/ubsan.h
san/ubsan_log.c
security/Makefile
security/_label.h
security/conf/Makefile
security/conf/Makefile.template
security/conf/files
security/mac.h
security/mac_alloc.c [deleted file]
security/mac_alloc.h [deleted file]
security/mac_audit.c
security/mac_base.c
security/mac_file.c
security/mac_framework.h
security/mac_inet.c [deleted file]
security/mac_internal.h
security/mac_iokit.c
security/mac_label.c
security/mac_mach.c
security/mac_mach_internal.h
security/mac_net.c [deleted file]
security/mac_pipe.c
security/mac_policy.h
security/mac_process.c
security/mac_socket.c
security/mac_system.c
security/mac_vfs.c
tests/Makefile
tests/backtracing.c
tests/bounded_array.cpp [new file with mode: 0644]
tests/bounded_array_ref.cpp [new file with mode: 0644]
tests/bounded_array_ref_src/begin_end.cpp [new file with mode: 0644]
tests/bounded_array_ref_src/compare.equal.nullptr.cpp [new file with mode: 0644]
tests/bounded_array_ref_src/ctor.C_array.cpp [new file with mode: 0644]
tests/bounded_array_ref_src/ctor.begin_end.cpp [new file with mode: 0644]
tests/bounded_array_ref_src/ctor.bounded_array.cpp [new file with mode: 0644]
tests/bounded_array_ref_src/ctor.bounded_ptr.cpp [new file with mode: 0644]
tests/bounded_array_ref_src/ctor.default.cpp [new file with mode: 0644]
tests/bounded_array_ref_src/ctor.raw_ptr.cpp [new file with mode: 0644]
tests/bounded_array_ref_src/data.cpp [new file with mode: 0644]
tests/bounded_array_ref_src/for_loop.cpp [new file with mode: 0644]
tests/bounded_array_ref_src/operator.bool.cpp [new file with mode: 0644]
tests/bounded_array_ref_src/operator.subscript.cpp [new file with mode: 0644]
tests/bounded_array_ref_src/size.cpp [new file with mode: 0644]
tests/bounded_array_ref_src/slice.cpp [new file with mode: 0644]
tests/bounded_array_ref_src/test_policy.h [new file with mode: 0644]
tests/bounded_array_src/begin_end.cpp [new file with mode: 0644]
tests/bounded_array_src/ctor.aggregate_init.cpp [new file with mode: 0644]
tests/bounded_array_src/ctor.default.cpp [new file with mode: 0644]
tests/bounded_array_src/data.cpp [new file with mode: 0644]
tests/bounded_array_src/for_loop.cpp [new file with mode: 0644]
tests/bounded_array_src/operator.subscript.cpp [new file with mode: 0644]
tests/bounded_array_src/size.cpp [new file with mode: 0644]
tests/bounded_array_src/test_policy.h [new file with mode: 0644]
tests/bounded_ptr.cpp [new file with mode: 0644]
tests/bounded_ptr_03.cpp [new file with mode: 0644]
tests/bounded_ptr_src/arith.add.cpp [new file with mode: 0644]
tests/bounded_ptr_src/arith.add_assign.cpp [new file with mode: 0644]
tests/bounded_ptr_src/arith.difference.cpp [new file with mode: 0644]
tests/bounded_ptr_src/arith.inc_dec.cpp [new file with mode: 0644]
tests/bounded_ptr_src/arith.subtract.cpp [new file with mode: 0644]
tests/bounded_ptr_src/arith.subtract_assign.cpp [new file with mode: 0644]
tests/bounded_ptr_src/assign.convert.cpp [new file with mode: 0644]
tests/bounded_ptr_src/assign.nullptr.cpp [new file with mode: 0644]
tests/bounded_ptr_src/compare.equal.cpp [new file with mode: 0644]
tests/bounded_ptr_src/compare.equal.nullptr.cpp [new file with mode: 0644]
tests/bounded_ptr_src/compare.equal.raw.cpp [new file with mode: 0644]
tests/bounded_ptr_src/compare.order.cpp [new file with mode: 0644]
tests/bounded_ptr_src/compare.order.raw.cpp [new file with mode: 0644]
tests/bounded_ptr_src/ctor.begin_end.cpp [new file with mode: 0644]
tests/bounded_ptr_src/ctor.convert.cpp [new file with mode: 0644]
tests/bounded_ptr_src/ctor.default.cpp [new file with mode: 0644]
tests/bounded_ptr_src/ctor.nullptr.cpp [new file with mode: 0644]
tests/bounded_ptr_src/deref.cpp [new file with mode: 0644]
tests/bounded_ptr_src/discard_bounds.cpp [new file with mode: 0644]
tests/bounded_ptr_src/example.malloc.cpp [new file with mode: 0644]
tests/bounded_ptr_src/operator_bool.cpp [new file with mode: 0644]
tests/bounded_ptr_src/reinterpret_cast.cpp [new file with mode: 0644]
tests/bounded_ptr_src/subscript.cpp [new file with mode: 0644]
tests/bounded_ptr_src/test_utils.h [new file with mode: 0644]
tests/bounded_ptr_src/unsafe_discard_bounds.cpp [new file with mode: 0644]
tests/contextswitch.c
tests/correct_kernel_booted.c [new file with mode: 0644]
tests/decompression_failure.c [new file with mode: 0644]
tests/dirtiness_tracking.c [new file with mode: 0644]
tests/driverkit/Makefile [new file with mode: 0644]
tests/driverkit/test_intentionally_crashing_driver_56101852/Info.plist [new file with mode: 0644]
tests/driverkit/test_intentionally_crashing_driver_56101852/test_intentionally_crashing_driver_56101852.cpp [new file with mode: 0644]
tests/driverkit/test_intentionally_crashing_driver_56101852/test_intentionally_crashing_driver_56101852.entitlements [new file with mode: 0644]
tests/driverkit/test_intentionally_crashing_driver_56101852/test_intentionally_crashing_driver_56101852.iig [new file with mode: 0644]
tests/exc_helpers.c [new file with mode: 0644]
tests/exc_helpers.h [new file with mode: 0644]
tests/fd.c [new file with mode: 0644]
tests/fd_aio_fsync_uaf.c [new file with mode: 0644]
tests/fduiomove.c [new file with mode: 0644]
tests/filter_policy.c [new file with mode: 0644]
tests/flow_div_doubleconnect_55917185.c [new file with mode: 0644]
tests/fp_exception.c
tests/ftruncate.c [new file with mode: 0644]
tests/get_shared_cache_address.c [new file with mode: 0644]
tests/hv_private.entitlements [new file with mode: 0644]
tests/hv_public.entitlements [new file with mode: 0644]
tests/hvbench.c [new file with mode: 0644]
tests/hvtest_x86.m [new file with mode: 0644]
tests/hvtest_x86_asm.s [new file with mode: 0644]
tests/hvtest_x86_guest.c [new file with mode: 0644]
tests/hvtest_x86_guest.h [new file with mode: 0644]
tests/inspect_port.c [new file with mode: 0644]
tests/intrusive_shared_ptr.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/abi.callee.raw.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/abi.callee.smart.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/abi.caller.raw.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/abi.caller.smart.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/abi.size_alignment.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/abi_helper.h [new file with mode: 0644]
tests/intrusive_shared_ptr_src/assign.copy.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/assign.move.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/assign.nullptr.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/cast.const.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/cast.reinterpret.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/cast.static.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/compare.equal.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/compare.equal.nullptr.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/compare.equal.raw.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/ctor.copy.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/ctor.default.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/ctor.move.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/ctor.nullptr.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/ctor.ptr.no_retain.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/ctor.ptr.retain.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/deref.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/detach.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/dtor.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/get.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/operator.bool.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/reset.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/reset.no_retain.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/reset.retain.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/swap.cpp [new file with mode: 0644]
tests/intrusive_shared_ptr_src/test_policy.h [new file with mode: 0644]
tests/invalid_setaudit_57414044.c [new file with mode: 0644]
tests/ioconnectasyncmethod_57641955.c [new file with mode: 0644]
tests/ipsec.entitlements [new file with mode: 0644]
tests/ipsec.m [new file with mode: 0644]
tests/jitbox-entitlements.plist [new file with mode: 0644]
tests/jumbo_va_spaces_28530648.c
tests/jumbo_va_spaces_52551256.entitlements [new file with mode: 0644]
tests/kas_info.c [new file with mode: 0644]
tests/kdebug.c
tests/kernel_symbolication_entitlements.plist [new file with mode: 0644]
tests/kernel_uuid_match.c [deleted file]
tests/kevent_qos.c
tests/kpc.c
tests/kperf.c
tests/kperf_backtracing.c
tests/kperf_helpers.c
tests/kperf_helpers.h
tests/ktrace_helpers.h
tests/launchd_plists/com.apple.xnu.test.turnstile_multihop.plist
tests/ldt.c
tests/mach_eventlink.c [new file with mode: 0644]
tests/memcmp_zero.c [new file with mode: 0644]
tests/memorystatus_freeze_test.c
tests/memorystatus_is_assertion.c
tests/memorystatus_vm_map_fork.c
tests/memorystatus_zone_test.c
tests/mpsc.c
tests/net_bridge.c
tests/net_tun_pr_35136664.c
tests/netagent_kctl_header_infodisc_56190773.c [new file with mode: 0644]
tests/netagent_race_infodisc_56244905.c
tests/no32exec_35914211.c [deleted file]
tests/no32exec_35914211_helper.c [deleted file]
tests/os_atomic.cpp [new file with mode: 0644]
tests/os_proc.c
tests/os_refcnt.c
tests/osptr.cpp [deleted file]
tests/osptr_compat.cpp [new file with mode: 0644]
tests/osptr_dumb.cpp [deleted file]
tests/osptr_helper.cpp [deleted file]
tests/perf_vmfault.c
tests/pfz.c [new file with mode: 0644]
tests/pid_for_task_test.c [new file with mode: 0644]
tests/pipe_read_infloop_55437634.c [new file with mode: 0644]
tests/posix_spawn_archpref.c [new file with mode: 0644]
tests/posix_spawn_archpref_helper.c [new file with mode: 0644]
tests/preoslog.c [new file with mode: 0644]
tests/priority_queue.cpp [new file with mode: 0644]
tests/proc_info.c
tests/proc_info_udata.c
tests/proc_pidpath_audittoken.c [new file with mode: 0644]
tests/proc_rlimit.c [new file with mode: 0644]
tests/ptrauth-entitlements.plist [new file with mode: 0644]
tests/ptrauth_data_tests.c [new file with mode: 0644]
tests/ptrauth_failure.c [new file with mode: 0644]
tests/pwrite_avoid_sigxfsz_28581610.c
tests/rename_excl.c [new file with mode: 0644]
tests/safe_allocation.cpp [new file with mode: 0644]
tests/safe_allocation_src/assign.copy.cpp [new file with mode: 0644]
tests/safe_allocation_src/assign.move.cpp [new file with mode: 0644]
tests/safe_allocation_src/assign.nullptr.cpp [new file with mode: 0644]
tests/safe_allocation_src/begin_end.cpp [new file with mode: 0644]
tests/safe_allocation_src/compare.equal.nullptr.cpp [new file with mode: 0644]
tests/safe_allocation_src/ctor.adopt.cpp [new file with mode: 0644]
tests/safe_allocation_src/ctor.allocate.cpp [new file with mode: 0644]
tests/safe_allocation_src/ctor.copy.cpp [new file with mode: 0644]
tests/safe_allocation_src/ctor.default.cpp [new file with mode: 0644]
tests/safe_allocation_src/ctor.move.cpp [new file with mode: 0644]
tests/safe_allocation_src/ctor.nullptr.cpp [new file with mode: 0644]
tests/safe_allocation_src/data.cpp [new file with mode: 0644]
tests/safe_allocation_src/dtor.cpp [new file with mode: 0644]
tests/safe_allocation_src/operator.bool.cpp [new file with mode: 0644]
tests/safe_allocation_src/operator.subscript.cpp [new file with mode: 0644]
tests/safe_allocation_src/size.cpp [new file with mode: 0644]
tests/safe_allocation_src/swap.cpp [new file with mode: 0644]
tests/safe_allocation_src/test_utils.h [new file with mode: 0644]
tests/safe_allocation_src/usage.for_loop.cpp [new file with mode: 0644]
tests/safe_allocation_src/usage.two_dimensions.cpp [new file with mode: 0644]
tests/sbuf_tests.c [new file with mode: 0644]
tests/scanf.c [new file with mode: 0644]
tests/sched_cluster_bound_threads.c [new file with mode: 0644]
tests/select_stress.c [new file with mode: 0644]
tests/settimeofday_29193041.c
tests/settimeofday_29193041_entitled.c
tests/shared_cache_reslide_test.c [new file with mode: 0644]
tests/shared_cache_tests.c
tests/sigchld_return.c
tests/signal_stack.c [new file with mode: 0644]
tests/sioc-if-addr-bounds.c
tests/sr_entitlement.c [new file with mode: 0644]
tests/sr_entitlement.entitlements [new file with mode: 0644]
tests/sr_entitlement_helper.c [new file with mode: 0644]
tests/stackshot_accuracy.m
tests/stackshot_spawn_exit_stress.c
tests/stackshot_tests.m
tests/stackshot_translated_child.c [new file with mode: 0644]
tests/subsystem_root_path-entitlements.plist [new file with mode: 0644]
tests/subsystem_root_path.c [new file with mode: 0644]
tests/subsystem_root_path.h [new file with mode: 0644]
tests/subsystem_root_path_helper.c [new file with mode: 0644]
tests/sysctl_hw.c [new file with mode: 0644]
tests/sysctl_system_version.c [new file with mode: 0644]
tests/system_version_compat.c [new file with mode: 0644]
tests/task_filter_msg.c [new file with mode: 0644]
tests/task_policy.c [new file with mode: 0644]
tests/task_policy_entitlement.plist [new file with mode: 0644]
tests/telemetry.c
tests/test_dext_launch_56101852.c [new file with mode: 0644]
tests/test_dext_launch_56101852.entitlements [new file with mode: 0644]
tests/test_sysctl_kern_procargs_25397314.m [new file with mode: 0644]
tests/thread_group_set_32261625.c
tests/thread_set_state_arm64_cpsr.c [new file with mode: 0644]
tests/turnstile_multihop.c
tests/ulock.c [new file with mode: 0644]
tests/vm/entitlement_increased_memory_limit.c [new file with mode: 0644]
tests/vm/entitlement_increased_memory_limit.entitlements [new file with mode: 0644]
tests/vm/fault_throughput.c [new file with mode: 0644]
tests/vm/fault_throughput.lua [new file with mode: 0755]
tests/vm/fault_throughput.plist [new file with mode: 0644]
tests/vm/kern_max_task_pmem.c [new file with mode: 0644]
tests/vm/memorystatus_sort_test.c [new file with mode: 0644]
tests/vm/perf_helpers.c [new file with mode: 0644]
tests/vm/perf_helpers.h [new file with mode: 0644]
tests/vm/perf_madvise.c [new file with mode: 0644]
tests/vm/perf_madvise.lua [new file with mode: 0755]
tests/vm/vm_allocation.c [new file with mode: 0644]
tests/vm/zone_gc_replenish_test.c [new file with mode: 0644]
tests/vm_kern_count_wired_kernelcache.c [new file with mode: 0644]
tests/vm_memory_tests_src/common.c [new file with mode: 0644]
tests/vm_memory_tests_src/mach_vm_tests.h [new file with mode: 0644]
tests/vm_memory_tests_src/main.c [new file with mode: 0644]
tests/vm_memory_tests_src/server.c [new file with mode: 0644]
tests/vm_memory_tests_src/vm_tests.c [new file with mode: 0644]
tests/vm_set_max_addr_test.c
tests/vm_spawn_tool.c [new file with mode: 0644]
tests/vm_test_code_signing_helper.c [new file with mode: 0644]
tests/vm_test_mach_map.c [new file with mode: 0644]
tests/voucher_traps.c
tests/vsock.c [new file with mode: 0644]
tests/wired_mem_bench.c [deleted file]
tests/work_interval_test.c
tests/work_interval_test_unentitled.c [new file with mode: 0644]
tests/workq_sigprof.c
tests/x18.c [new file with mode: 0644]
tests/zalloc.c [new file with mode: 0644]
tools/cred_dump_creds.c
tools/lldbmacros/Makefile
tools/lldbmacros/atm.py [deleted file]
tools/lldbmacros/core/cvalue.py
tools/lldbmacros/core/kernelcore.py
tools/lldbmacros/core/operating_system.py
tools/lldbmacros/ioreg.py
tools/lldbmacros/ipc.py
tools/lldbmacros/kasan.py
tools/lldbmacros/kcdata.py
tools/lldbmacros/kevent.py
tools/lldbmacros/ktrace.py
tools/lldbmacros/memory.py
tools/lldbmacros/misc.py
tools/lldbmacros/net.py
tools/lldbmacros/pmap.py
tools/lldbmacros/process.py
tools/lldbmacros/scheduler.py
tools/lldbmacros/skywalk.py
tools/lldbmacros/structanalyze.py
tools/lldbmacros/turnstile.py
tools/lldbmacros/userspace.py
tools/lldbmacros/usertaskdebugging/gdbserver.py
tools/lldbmacros/usertaskdebugging/interface.py
tools/lldbmacros/usertaskdebugging/userprocess.py
tools/lldbmacros/usertaskgdbserver.py
tools/lldbmacros/workqueue.py
tools/lldbmacros/xnu.py
tools/lldbmacros/xnudefines.py
tools/lldbmacros/zonetriage.py
tools/tests/MPMMTest/Makefile
tools/tests/Makefile
tools/tests/Makefile.common
tools/tests/TLBcoherency/Makefile
tools/tests/affinity/Makefile
tools/tests/execperf/Makefile
tools/tests/jitter/Makefile
tools/tests/mktimer/Makefile
tools/tests/perf_index/Makefile
tools/tests/perf_index/test_controller.py
tools/tests/personas/Makefile
tools/tests/superpages/Makefile
tools/tests/testkext/testkext.xcodeproj/project.pbxproj
tools/tests/zero-to-n/Makefile
tools/tests/zero-to-n/zero-to-n.c