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