Loading...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 | # # Mach Operating System # Copyright (c) 1989 Carnegie-Mellon University # All rights reserved. The CMU software License Agreement specifies # the terms and conditions for use and redistribution. # OPTIONS/config_macf optional config_macf OPTIONS/mach_assert optional mach_assert OPTIONS/mach_ldebug optional mach_ldebug OPTIONS/mach_vm_debug optional mach_vm_debug OPTIONS/quota optional quota OPTIONS/kdebug optional kdebug OPTIONS/config_triggers optional config_triggers OPTIONS/diagnostic optional diagnostic OPTIONS/config_dtrace optional config_dtrace OPTIONS/profiling optional profiling OPTIONS/config_perfmon optional config_perfmon OPTIONS/config_audit optional config_audit OPTIONS/config_fse optional config_fse OPTIONS/sockets optional sockets OPTIONS/sysv_sem optional sysv_sem OPTIONS/sysv_msg optional sysv_msg OPTIONS/sysv_shm optional sysv_shm OPTIONS/importance_inheritance optional importance_inheritance OPTIONS/importance_debug optional importance_debug OPTIONS/config_ecc_logging optional config_ecc_logging # # Network options # OPTIONS/networking optional networking OPTIONS/inet optional inet OPTIONS/ipv6send optional ipv6send OPTIONS/ether optional ether OPTIONS/vlan optional vlan OPTIONS/bond optional bond OPTIONS/if_fake optional if_fake OPTIONS/if_headless optional if_headless OPTIONS/if_redirect optional if_redirect OPTIONS/bpfilter optional bpfilter OPTIONS/multipath optional multipath OPTIONS/mptcp optional mptcp OPTIONS/dummynet optional dummynet OPTIONS/tcpdebug optional tcpdebug OPTIONS/if_bridge optional if_bridge OPTIONS/bridgestp optional bridgestp if_bridge OPTIONS/gif optional gif OPTIONS/sendfile optional sendfile OPTIONS/pf optional pf OPTIONS/pflog optional pflog pf OPTIONS/zlib optional zlib OPTIONS/remote_vif optional remote_vif OPTIONS/kctl_test optional kctl_test # # Skywalk options # OPTIONS/skywalk optional skywalk OPTIONS/config_nexus_user_pipe optional config_nexus_user_pipe OPTIONS/config_nexus_kernel_pipe optional config_nexus_kernel_pipe OPTIONS/config_nexus_monitor optional config_nexus_monitor OPTIONS/config_nexus_flowswitch optional config_nexus_flowswitch OPTIONS/config_nexus_netif optional config_nexus_netif # # Filesystem options # OPTIONS/fdesc optional fdesc OPTIONS/fifo optional fifo OPTIONS/devfs optional devfs OPTIONS/routefs optional routefs OPTIONS/crypto optional crypto OPTIONS/fs_compression optional fs_compression OPTIONS/config_imageboot optional config_imageboot bsd/nfs/nfs_syscalls.c standard bsd/nfs/nfs_gss.c optional nfsserver bsd/nfs/nfs_serv.c optional nfsserver bsd/nfs/nfs_socket.c optional nfsserver bsd/nfs/nfs_srvcache.c optional nfsserver bsd/nfs/nfs_subs.c optional nfsserver bsd/nfs/nfs_upcall.c optional nfsserver bsd/nfs/gss/gss_krb5_mech.c optional nfsserver bsd/nfs/gss/ccrypto.c optional nfsserver bsd/kern/netboot.c optional config_netboot bsd/dev/dtrace/dtrace.c optional config_dtrace bsd/dev/dtrace/lockprof.c optional config_dtrace bsd/dev/dtrace/lockstat.c optional config_dtrace bsd/dev/dtrace/dtrace_ptss.c optional config_dtrace bsd/dev/dtrace/dtrace_subr.c optional config_dtrace bsd/dev/dtrace/dtrace_glue.c optional config_dtrace bsd/dev/dtrace/dtrace_xoroshiro128_plus.c optional config_dtrace bsd/dev/dtrace/blist.c optional config_dtrace bsd/dev/dtrace/fbt.c optional config_dtrace bsd/dev/dtrace/fbt_blacklist.c optional config_dtrace bsd/dev/dtrace/sdt.c optional config_dtrace bsd/dev/dtrace/sdt_subr.c optional config_dtrace bsd/dev/dtrace/systrace.c optional config_dtrace bsd/dev/dtrace/profile_prvd.c optional config_dtrace bsd/dev/dtrace/fasttrap.c optional config_dtrace ./systrace_args.c optional config_dtrace bsd/dev/random/randomdev.c standard bsd/dev/memdev.c standard bsd/dev/mem.c standard bsd/dev/munge.c optional config_requires_u32_munging bsd/dev/unix_startup.c standard bsd/dev/monotonic.c optional monotonic bsd/dev/dev_perfmon.c optional config_perfmon bsd/libkern/crc32.c standard bsd/libkern/random.c standard bsd/libkern/scanc.c standard bsd/libkern/strsep.c standard bsd/libkern/bcd.c standard bsd/libkern/memchr.c standard bsd/libkern/url_encode.c standard bsd/vfs/vfs_attrlist.c standard bsd/vfs/vfs_bio.c standard bsd/vfs/vfs_cache.c standard bsd/vfs/vfs_cluster.c standard bsd/vfs/vfs_conf.c standard bsd/vfs/vfs_fslog.c standard bsd/vfs/vfs_init.c standard bsd/vfs/vfs_io_compression_stats.c optional config_io_compression_stats bsd/vfs/vfs_lookup.c standard bsd/vfs/vfs_quota.c optional quota bsd/vfs/vfs_subr.c standard bsd/vfs/vfs_syscalls.c standard bsd/vfs/vfs_support.c standard bsd/vfs/vfs_utfconv.c standard bsd/vfs/vfs_unicode.c standard bsd/vfs/vfs_vnops.c standard bsd/vfs/vfs_xattr.c standard bsd/vfs/vnode_if.c standard bsd/vfs/kpi_vfs.c standard bsd/vfs/vfs_fsevents.c standard bsd/vfs/vfs_cprotect.c standard bsd/vfs/doc_tombstone.c standard bsd/vfs/vfs_disk_conditioner.c standard bsd/miscfs/deadfs/dead_vnops.c standard bsd/miscfs/devfs/devfs_fdesc_support.c optional fdesc bsd/miscfs/fifofs/fifo_vnops.c optional fifo sockets bsd/miscfs/specfs/spec_vnops.c standard bsd/miscfs/devfs/devfs_tree.c optional devfs bsd/miscfs/devfs/devfs_vnops.c optional devfs bsd/miscfs/devfs/devfs_vfsops.c optional devfs bsd/miscfs/mockfs/mockfs_fsnode.c optional mockfs bsd/miscfs/mockfs/mockfs_vfsops.c optional mockfs bsd/miscfs/mockfs/mockfs_vnops.c optional mockfs bsd/miscfs/routefs/routefs_ops.c optional routefs bsd/kern/decmpfs.c standard bsd/net/net_stubs.c standard bsd/net/bpf.c optional bpfilter bsd/net/bpf_filter.c optional bpfilter bsd/net/if_bridge.c optional if_bridge bsd/net/bridgestp.c optional bridgestp bsd/net/if.c optional networking bsd/net/init.c optional sockets bsd/net/dlil.c optional networking bsd/net/ether_if_module.c optional ether bsd/net/ether_inet_pr_module.c optional ether inet bsd/net/ether_inet6_pr_module.c optional ether inet bsd/net/if_loop.c optional loop bsd/net/if_mib.c optional networking bsd/net/if_vlan.c optional vlan bsd/net/if_fake.c optional if_fake bsd/net/if_headless.c optional if_headless bsd/net/if_redirect.c optional if_redirect bsd/net/multicast_list.c optional networking bsd/net/if_bond.c optional bond bsd/net/devtimer.c optional bond bsd/net/ndrv.c optional networking bsd/net/radix.c optional networking bsd/net/raw_cb.c optional networking bsd/net/raw_usrreq.c optional networking bsd/net/route.c optional networking bsd/net/rtsock.c optional networking bsd/net/netsrc.c optional networking bsd/net/ntstat.c optional networking bsd/net/net_perf.c optional networking bsd/net/if_gif.c optional gif bsd/net/if_stf.c optional stf bsd/net/if_ports_used.c optional networking bsd/net/if_low_power_mode.c optional networking bsd/net/kpi_interface.c optional networking bsd/net/kpi_protocol.c optional networking bsd/net/kpi_interfacefilter.c optional networking bsd/net/net_str_id.c optional networking bsd/net/if_utun.c optional networking bsd/net/if_ipsec.c optional ipsec bsd/net/necp.c optional necp bsd/net/necp_client.c optional necp bsd/net/network_agent.c optional networking bsd/net/bloom_filter.c optional networking bsd/net/if_pflog.c optional pflog bsd/net/nat464_utils.c optional networking bsd/net/pf.c optional pf bsd/net/pf_if.c optional pf bsd/net/pf_ioctl.c optional pf bsd/net/pf_norm.c optional pf bsd/net/pf_osfp.c optional pf bsd/net/pf_pbuf.c optional pf bsd/net/pf_ruleset.c optional pf bsd/net/pf_table.c optional pf bsd/net/iptap.c optional networking bsd/net/pktap.c optional networking bsd/net/if_llreach.c optional networking bsd/net/flowhash.c optional networking bsd/net/flowadv.c optional networking bsd/net/content_filter.c optional content_filter bsd/net/content_filter_crypto.c optional content_filter bsd/net/packet_mangler.c optional packet_mangler bsd/net/if_llatbl.c optional networking bsd/net/nwk_wq.c optional networking bsd/net/skmem_sysctl.c optional skywalk bsd/net/restricted_in_port.c optional networking bsd/net/remote_vif.c optional remote_vif bsd/net/kctl_test.c optional kctl_test bsd/net/classq/classq.c optional networking bsd/net/classq/classq_subr.c optional networking bsd/net/classq/classq_util.c optional networking bsd/net/classq/classq_fq_codel.c optional networking bsd/net/pktsched/pktsched.c optional networking bsd/net/pktsched/pktsched_fq_codel.c optional networking bsd/net/pktsched/pktsched_netem.c optional networking bsd/netinet/cpu_in_cksum_gen.c standard bsd/netinet/in_cksum.c optional inet bsd/netinet/igmp.c optional inet bsd/netinet/in.c optional inet bsd/netinet/dhcp_options.c optional inet bsd/netinet/in_arp.c optional inet bsd/netinet/in_mcast.c optional inet bsd/netinet/in_pcb.c optional inet bsd/netinet/in_pcblist.c optional inet bsd/netinet/in_proto.c optional inet bsd/netinet/in_rmx.c optional inet bsd/netinet/in_stat.c optional inet bsd/netinet/in_tclass.c optional inet bsd/netinet/ip_dummynet.c optional dummynet bsd/netinet/ip_icmp.c optional inet bsd/netinet/ip_id.c optional inet bsd/netinet/ip_input.c optional inet bsd/netinet/ip_output.c optional inet bsd/netinet/inp_log.c optional inet bsd/netinet/raw_ip.c optional inet bsd/netinet/tcp_cache.c optional inet bsd/netinet/tcp_debug.c optional tcpdebug bsd/netinet/tcp_input.c optional inet bsd/netinet/tcp_output.c optional inet bsd/netinet/tcp_sack.c optional inet bsd/netinet/tcp_subr.c optional inet bsd/netinet/tcp_timer.c optional inet bsd/netinet/tcp_usrreq.c optional inet bsd/netinet/tcp_cc.c optional inet bsd/netinet/tcp_newreno.c optional inet bsd/netinet/tcp_cubic.c optional inet bsd/netinet/cbrtf.c optional inet bsd/netinet/tcp_ledbat.c optional inet bsd/netinet/tcp_rledbat.c optional inet bsd/netinet/tcp_log.c optional inet bsd/netinet/tcp_sysctls.c optional inet bsd/netinet/tcp_ccdbg.c optional inet bsd/netinet/udp_log.c optional inet bsd/netinet/udp_usrreq.c optional inet bsd/netinet/in_gif.c optional gif inet bsd/netinet/ip_ecn.c optional inet bsd/netinet/ip_encap.c optional inet bsd/netinet/kpi_ipfilter.c optional inet bsd/netinet/flow_divert.c optional flow_divert bsd/netinet/mp_proto.c optional multipath bsd/netinet/mp_pcb.c optional multipath bsd/netinet/mptcp.c optional mptcp bsd/netinet/mptcp_subr.c optional mptcp bsd/netinet/mptcp_usrreq.c optional mptcp bsd/netinet/mptcp_opt.c optional mptcp bsd/netinet/mptcp_timer.c optional mptcp bsd/netinet6/ah_core.c optional ipsec bsd/netinet6/ah_input.c optional ipsec bsd/netinet6/ah_output.c optional ipsec bsd/netinet6/esp_core.c optional ipsec ipsec_esp bsd/netinet6/esp_input.c optional ipsec ipsec_esp bsd/netinet6/esp_output.c optional ipsec ipsec_esp bsd/netinet6/esp_rijndael.c optional ipsec ipsec_esp bsd/netinet6/esp_chachapoly.c optional ipsec ipsec_esp bsd/netinet6/ipsec.c optional ipsec bsd/netinet6/dest6.c optional inet bsd/netinet6/frag6.c optional inet bsd/netinet6/icmp6.c optional inet bsd/netinet6/in6.c optional inet bsd/netinet6/in6_cga.c optional inet bsd/netinet6/in6_cksum.c optional inet bsd/netinet6/in6_gif.c optional gif inet bsd/netinet6/ip6_forward.c optional inet bsd/netinet6/in6_ifattach.c optional inet bsd/netinet6/ip6_input.c optional inet bsd/netinet6/ip6_output.c optional inet bsd/netinet6/in6_src.c optional inet bsd/netinet6/in6_mcast.c optional inet bsd/netinet6/in6_pcb.c optional inet bsd/netinet6/in6_proto.c optional inet bsd/netinet6/in6_rmx.c optional inet bsd/netinet6/mld6.c optional inet bsd/netinet6/nd6.c optional inet bsd/netinet6/nd6_nbr.c optional inet bsd/netinet6/nd6_prproxy.c optional inet bsd/netinet6/nd6_rtr.c optional inet bsd/netinet6/nd6_rti.c optional inet bsd/netinet6/nd6_send.c optional inet bsd/netinet6/raw_ip6.c optional inet bsd/netinet6/route6.c optional inet bsd/netinet6/scope6.c optional inet bsd/netinet6/udp6_output.c optional inet bsd/netinet6/udp6_usrreq.c optional inet bsd/netinet6/ip6_id.c optional inet bsd/netkey/key.c optional ipsec bsd/netkey/key_debug.c optional ipsec bsd/netkey/keysock.c optional ipsec bsd/netkey/keydb.c optional ipsec bsd/net/multi_layer_pkt_log.c optional inet inet ipsec ipsec_esp bsd/crypto/entropy/entropy_sysctl.c standard #bsd/netpm/pm_aTT.c optional pm #bsd/netpm/pm_ams.c optional pm #bsd/netpm/pm_dispatch.c optional pm #bsd/netpm/pm_filter.c optional pm #bsd/netpm/pm_list.c optional pm #bsd/netpm/pm_log.c optional pm #bsd/netpm/pm_nat.c optional pm #bsd/netpm/pm_pmd.c optional pm #bsd/netpm/pm_route.c optional pm #bsd/netpm/pm_usrreq.c optional pm bsd/security/audit/audit.c optional config_audit bsd/security/audit/audit_arg.c optional config_audit bsd/security/audit/audit_bsd.c optional config_audit bsd/security/audit/audit_bsm.c optional config_audit bsd/security/audit/audit_bsm_errno.c optional config_audit bsd/security/audit/audit_bsm_fcntl.c optional config_audit bsd/security/audit/audit_bsm_domain.c optional config_audit bsd/security/audit/audit_bsm_klib.c optional config_audit bsd/security/audit/audit_bsm_socket_type.c optional config_audit bsd/security/audit/audit_bsm_token.c optional config_audit ./audit_kevents.c optional config_audit bsd/security/audit/audit_mac.c optional config_audit bsd/security/audit/audit_pipe.c optional config_audit bsd/security/audit/audit_session.c standard bsd/security/audit/audit_syscalls.c standard bsd/security/audit/audit_worker.c optional config_audit bsd/pthread/pthread_shims.c standard bsd/pthread/pthread_priority.c standard bsd/pthread/pthread_workqueue.c standard bsd/kern/bsd_init.c standard ./init_sysent.c standard bsd/kern/kdebug_common.c standard bsd/kern/kdebug_triage.c standard bsd/kern/kdebug.c standard bsd/kern/kern_acct.c standard bsd/kern/kern_aio.c standard bsd/kern/kern_authorization.c standard bsd/kern/kern_backtrace.c standard bsd/kern/kern_clock.c standard bsd/kern/kern_core.c optional config_coredump bsd/kern/kern_credential.c standard bsd/kern/kern_crossarch.c standard bsd/kern/kern_cs.c standard bsd/kern/kern_csr.c optional config_csr bsd/kern/kern_debug.c standard bsd/kern/kern_symfile.c standard bsd/kern/kern_descrip.c standard bsd/kern/kern_guarded.c standard bsd/kern/kern_event.c standard bsd/kern/kern_control.c optional networking bsd/kern/kern_exec.c standard bsd/kern/kern_exit.c standard bsd/kern/kern_ktrace.c standard bsd/kern/kern_lockf.c standard bsd/kern/kern_fork.c standard bsd/kern/kern_malloc.c standard bsd/kern/kern_mman.c standard bsd/kern/kern_persona.c standard bsd/kern/kern_physio.c standard bsd/kern/kern_priv.c standard bsd/kern/kern_proc.c standard bsd/kern/kern_prot.c standard bsd/kern/kern_resource.c standard bsd/kern/kern_shutdown.c standard bsd/kern/kern_sig.c standard bsd/kern/kern_subr.c standard bsd/kern/kern_synch.c standard bsd/kern/kern_sysctl.c standard bsd/kern/kern_newsysctl.c standard bsd/kern/kern_memorystatus.c optional config_memorystatus bsd/kern/kern_memorystatus_freeze.c optional config_memorystatus bsd/kern/kern_memorystatus_notify.c optional config_memorystatus bsd/kern/kern_memorystatus_policy.c optional config_memorystatus bsd/kern/kern_mib.c standard bsd/kern/kpi_mbuf.c optional sockets bsd/kern/kern_sfi.c standard bsd/kern/kern_time.c standard bsd/kern/kern_trustcache.c standard bsd/kern/kern_codesigning.c standard bsd/kern/code_signing/txm.c standard bsd/kern/code_signing/ppl.c standard bsd/kern/code_signing/xnu.c standard bsd/kern/kern_xxx.c standard bsd/kern/lockdown_mode.c standard bsd/kern/mach_process.c standard bsd/kern/mcache.c optional sockets config_mbuf_mcache bsd/kern/stackshot.c standard bsd/kern/subr_log.c standard bsd/kern/subr_log_stream.c standard bsd/kern/subr_prf.c standard bsd/kern/subr_sbuf.c standard bsd/kern/subr_xxx.c standard bsd/kern/counter_test.c optional development bsd/kern/counter_test.c optional debug bsd/kern/sys_eventlink.c standard bsd/kern/sys_generic.c standard bsd/kern/sys_pipe.c standard bsd/kern/sys_record_event.c standard bsd/kern/sys_socket.c optional sockets bsd/kern/sys_domain.c optional sockets bsd/kern/sys_coalition.c optional config_coalitions bsd/kern/sys_persona.c optional config_personas bsd/kern/sys_ulock.c standard bsd/kern/sys_work_interval.c standard ./syscalls.c standard bsd/kern/tty.c standard bsd/kern/tty_compat.c standard bsd/kern/tty_conf.c standard bsd/kern/tty_dev.c optional ptmx pty bsd/kern/tty_ptmx.c optional ptmx bsd/kern/tty_pty.c optional pty bsd/kern/tty_subr.c standard bsd/kern/tty_tty.c standard bsd/kern/ubc_subr.c standard # Temporarily opting out #bsd/kern/uipc_domain.c optional sockets bound-checks-soft bsd/kern/uipc_domain.c optional sockets bsd/kern/uipc_mbuf.c optional sockets bsd/kern/uipc_mbuf2.c optional sockets # Temporarily opting out #bsd/kern/uipc_proto.c optional sockets bound-checks-soft bsd/kern/uipc_proto.c optional sockets bsd/kern/uipc_socket.c optional sockets bsd/kern/uipc_socket2.c optional sockets # Temporarily opting out #bsd/kern/uipc_syscalls.c optional sockets bound-checks bsd/kern/uipc_syscalls.c optional sockets # Temporarily opting out #bsd/kern/uipc_usrreq.c optional sockets bound-checks-soft bsd/kern/uipc_usrreq.c optional sockets bsd/kern/vsock_domain.c optional sockets bsd/kern/sysv_ipc.c standard bsd/kern/sysv_shm.c standard bsd/kern/sysv_sem.c standard bsd/kern/sysv_msg.c standard bsd/kern/mach_fat.c standard bsd/kern/mach_loader.c standard bsd/kern/posix_sem.c standard bsd/kern/posix_shm.c standard # XXXdbg - I need this in the journaling and block cache code bsd/kern/qsort.c standard xnu-library bsd/kern/kpi_socket.c optional sockets bsd/kern/kpi_socketfilter.c optional sockets bsd/kern/proc_info.c standard bsd/kern/process_policy.c standard bsd/kern/kern_overrides.c standard bsd/kern/socket_info.c optional sockets bsd/kern/subr_eventhandler.c standard bsd/kern/sys_reason.c standard bsd/kern/sys_recount.c standard bsd/kern/tracker.c optional sockets bsd/kern/socket_flows.c optional sockets bsd/kern/hvg_sysctl.c standard bsd/vm/vnode_pager.c standard bsd/vm/vm_unix.c standard bsd/vm/dp_backing_file.c standard bsd/vm/vm_compressor_backing_file.c standard bsd/kern/kern_ecc.c optional config_ecc_logging bsd/kern/kern_ntptime.c standard bsd/uxkern/ux_exception.c standard bsd/conf/param.c standard ./ioconf.c standard bsd/kern/imageboot.c optional config_imageboot bsd/kern/chunklist.c optional config_imageboot_chunklist osfmk/kperf/kperfbsd.c optional kperf bsd/kern/kern_kpc.c optional kpc bsd/kern/kern_cpc.c optional kpc bsd/kern/proc_uuid_policy.c optional config_proc_uuid_policy bsd/pgo/profile_runtime.c optional pgo bsd/pgo/profile_runtime_data.c standard bsd/miscfs/nullfs/null_subr.c optional nullfs bsd/miscfs/nullfs/null_vfsops.c optional nullfs bsd/miscfs/nullfs/null_vnops.c optional nullfs bsd/miscfs/bindfs/bind_subr.c optional bindfs bsd/miscfs/bindfs/bind_vfsops.c optional bindfs bsd/miscfs/bindfs/bind_vnops.c optional bindfs bsd/tests/bsd_tests.c optional config_xnupost bsd/tests/copyio_tests.c optional config_xnupost bsd/tests/pmap_test_sysctl.c optional config_xnupost bsd/tests/ptrauth_data_tests_sysctl.c optional config_xnupost bsd/tests/stack_chk_tests_sysctl.c optional config_xnupost bsd/tests/readonly_proc_tests_sysctl.c optional config_xnupost bsd/net/skywalk_stubs.c standard bsd/skywalk/namespace/netns.c optional skywalk bsd/skywalk/namespace/protons.c optional skywalk bsd/skywalk/namespace/flowidns.c optional skywalk bsd/skywalk/core/skywalk.c optional skywalk bsd/skywalk/core/skywalk_proc_info.c optional skywalk bsd/skywalk/core/skywalk_sysctl.c optional skywalk bsd/skywalk/channel/channel.c optional skywalk bsd/skywalk/channel/channel_kern.c optional skywalk bsd/skywalk/channel/channel_ring.c optional skywalk bsd/skywalk/channel/kern_channel_event.c optional skywalk bsd/skywalk/channel/channel_syscalls.c optional skywalk bsd/skywalk/lib/cuckoo_hashtable.c optional skywalk bsd/skywalk/lib/cuckoo_hashtable_test.c optional skywalk bsd/skywalk/lib/net_filter_event.c optional skywalk bsd/skywalk/mem/skmem.c optional skywalk bsd/skywalk/mem/skmem_arena.c optional skywalk bsd/skywalk/mem/skmem_cache.c optional skywalk bsd/skywalk/mem/skmem_region.c optional skywalk bsd/skywalk/mem/skmem_test.c optional skywalk bsd/skywalk/nexus/nexus.c optional skywalk bsd/skywalk/nexus/nexus_adapter.c optional skywalk bsd/skywalk/nexus/nexus_ioctl.c optional skywalk bsd/skywalk/nexus/nexus_kern.c optional skywalk bsd/skywalk/nexus/nexus_mbq.c optional skywalk bsd/skywalk/nexus/nexus_pktq.c optional skywalk bsd/skywalk/nexus/nexus_syscalls.c optional skywalk bsd/skywalk/nexus/nexus_traffic_rule.c optional skywalk bsd/skywalk/nexus/flowswitch/nx_flowswitch.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/fsw.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/fsw_vp.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/fsw_dp.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/fsw_ip.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/fsw_ip_frag.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/fsw_cellular.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/fsw_ethernet.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/fsw_flow.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/fsw_netagent.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/fsw_classq.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/fsw_qos.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/flow/flow.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/flow/flow_classifier.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/flow/flow_entry.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/flow/flow_manager.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/flow/flow_namespace.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/flow/flow_owner.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/flow/flow_route.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/flow/flow_stats.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/flow/flow_track.c optional config_nexus_flowswitch bsd/skywalk/nexus/flowswitch/flow/flow_agg.c optional config_nexus_flowswitch bsd/skywalk/nexus/monitor/nx_monitor.c optional config_nexus_monitor bsd/skywalk/nexus/netif/nx_netif.c optional config_nexus_netif bsd/skywalk/nexus/netif/nx_netif_compat.c optional config_nexus_netif bsd/skywalk/nexus/netif/nx_netif_host.c optional config_nexus_netif bsd/skywalk/nexus/netif/nx_netif_mit.c optional config_nexus_netif bsd/skywalk/nexus/netif/nx_netif_netagent.c optional config_nexus_netif bsd/skywalk/nexus/netif/nx_netif_filter.c optional config_nexus_netif bsd/skywalk/nexus/netif/nx_netif_filter_compat.c optional config_nexus_netif bsd/skywalk/nexus/netif/nx_netif_filter_native.c optional config_nexus_netif bsd/skywalk/nexus/netif/nx_netif_filter_vp.c optional config_nexus_netif bsd/skywalk/nexus/netif/nx_netif_flow.c optional config_nexus_netif bsd/skywalk/nexus/netif/nx_netif_vp.c optional config_nexus_netif bsd/skywalk/nexus/netif/nx_netif_util.c optional config_nexus_netif bsd/skywalk/nexus/netif/nx_netif_poll.c optional config_nexus_netif bsd/skywalk/nexus/netif/nx_netif_gso.c optional config_nexus_netif bsd/skywalk/nexus/netif/nx_netif_llink.c optional config_nexus_netif bsd/skywalk/nexus/upipe/nx_user_pipe.c optional config_nexus_user_pipe bsd/skywalk/nexus/kpipe/nx_kernel_pipe.c optional config_nexus_kernel_pipe bsd/skywalk/nexus/kpipe/nx_kpipe_loopback.c optional config_nexus_kernel_pipe bsd/skywalk/packet/packet_copy.c optional skywalk bsd/skywalk/packet/packet_kern.c optional skywalk bsd/skywalk/packet/pbufpool.c optional skywalk bsd/skywalk/packet/pbufpool_kern.c optional skywalk bsd/dev/cpu_copy_in_cksum_gen.c optional skywalk |