]>
Commit | Line | Data |
---|---|---|
1c79356b A |
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 | ||
1c79356b A |
8 | OPTIONS/hw_ast optional hw_ast |
9 | OPTIONS/hw_footprint optional hw_footprint | |
2d21ac55 A |
10 | OPTIONS/config_macf optional config_macf |
11 | OPTIONS/config_macf_socket_subset optional config_macf_socket_subset | |
12 | OPTIONS/config_macf_socket optional config_macf_socket | |
13 | OPTIONS/config_macf_net optional config_macf_net | |
1c79356b A |
14 | OPTIONS/mach_assert optional mach_assert |
15 | OPTIONS/mach_compat optional mach_compat | |
16 | OPTIONS/mach_counters optional mach_counters | |
17 | OPTIONS/mach_debug optional mach_debug | |
18 | OPTIONS/mach_fastlink optional mach_fastlink | |
1c79356b | 19 | OPTIONS/mach_host optional mach_host |
1c79356b | 20 | OPTIONS/mach_ipc_debug optional mach_ipc_debug |
1c79356b A |
21 | OPTIONS/mach_ldebug optional mach_ldebug |
22 | OPTIONS/mach_load optional mach_load | |
1c79356b A |
23 | OPTIONS/mach_net optional mach_net |
24 | OPTIONS/mach_np optional mach_np | |
1c79356b A |
25 | OPTIONS/mach_pagemap optional mach_pagemap |
26 | OPTIONS/mach_sctimes optional mach_sctimes | |
27 | OPTIONS/mach_vm_debug optional mach_vm_debug | |
28 | OPTIONS/mach_xp optional mach_xp | |
29 | OPTIONS/mach_xp_fpd optional mach_xp_fpd | |
30 | OPTIONS/quota optional quota | |
1c79356b A |
31 | OPTIONS/kdebug optional kdebug |
32 | OPTIONS/nfsclient optional nfsclient | |
33 | OPTIONS/nfsserver optional nfsserver | |
cb323159 A |
34 | OPTIONS/config_nfs4 optional config_nfs4 |
35 | OPTIONS/config_triggers optional config_triggers | |
1c79356b | 36 | OPTIONS/kernremote optional kernremote |
1c79356b A |
37 | OPTIONS/compat_43 optional compat_43 |
38 | OPTIONS/diagnostic optional diagnostic | |
2d21ac55 | 39 | OPTIONS/config_dtrace optional config_dtrace |
1c79356b | 40 | OPTIONS/profiling optional profiling |
9bccf70c | 41 | OPTIONS/vndevice optional vndevice |
b0d623f7 | 42 | OPTIONS/config_audit optional config_audit |
2d21ac55 A |
43 | OPTIONS/config_fse optional config_fse |
44 | OPTIONS/sockets optional sockets | |
2d21ac55 A |
45 | OPTIONS/development optional development |
46 | OPTIONS/sysv_sem optional sysv_sem | |
47 | OPTIONS/sysv_msg optional sysv_msg | |
48 | OPTIONS/sysv_shm optional sysv_shm | |
39236c6e A |
49 | OPTIONS/importance_inheritance optional importance_inheritance |
50 | OPTIONS/importance_debug optional importance_debug | |
fe8ab488 | 51 | OPTIONS/config_ecc_logging optional config_ecc_logging |
1c79356b A |
52 | |
53 | # | |
54 | # Network options | |
55 | # | |
2d21ac55 A |
56 | OPTIONS/networking optional networking |
57 | OPTIONS/inet optional inet | |
58 | OPTIONS/inet6 optional inet6 | |
39236c6e | 59 | OPTIONS/ipv6send optional ipv6send |
2d21ac55 | 60 | OPTIONS/ether optional ether |
1c79356b | 61 | OPTIONS/vlan optional vlan |
cb323159 | 62 | OPTIONS/sixlowpan optional sixlowpan |
2d21ac55 | 63 | OPTIONS/bond optional bond |
5ba3f43e | 64 | OPTIONS/if_fake optional if_fake |
cb323159 | 65 | OPTIONS/if_headless optional if_headless |
1c79356b | 66 | OPTIONS/bpfilter optional bpfilter |
39236c6e A |
67 | OPTIONS/multipath optional multipath |
68 | OPTIONS/mptcp optional mptcp | |
1c79356b | 69 | OPTIONS/dummynet optional dummynet |
1c79356b | 70 | OPTIONS/tcpdebug optional tcpdebug |
6d2010ae | 71 | OPTIONS/if_bridge optional if_bridge |
316670eb | 72 | OPTIONS/bridgestp optional bridgestp if_bridge |
2d21ac55 | 73 | OPTIONS/gif optional gif |
2d21ac55 | 74 | OPTIONS/sendfile optional sendfile |
b0d623f7 | 75 | OPTIONS/pf optional pf |
316670eb | 76 | OPTIONS/pflog optional pflog pf |
2d21ac55 | 77 | OPTIONS/zlib optional zlib |
cb323159 | 78 | OPTIONS/sixlowpan optional sixlowpan |
1c79356b | 79 | |
39037602 | 80 | |
1c79356b A |
81 | # |
82 | # Filesystem options | |
83 | # | |
1c79356b A |
84 | OPTIONS/fdesc optional fdesc |
85 | OPTIONS/fifo optional fifo | |
1c79356b | 86 | OPTIONS/devfs optional devfs |
490019cf | 87 | OPTIONS/routefs optional routefs |
2d21ac55 | 88 | OPTIONS/crypto optional crypto |
39037602 | 89 | OPTIONS/fs_compression optional fs_compression |
2d21ac55 A |
90 | |
91 | OPTIONS/config_imageboot optional config_imageboot | |
1c79356b | 92 | |
39236c6e | 93 | bsd/nfs/nfs4_subs.c optional nfsclient |
cb323159 | 94 | bsd/nfs/nfs4_subs.c optional config_nfs4 |
39236c6e | 95 | bsd/nfs/nfs4_vnops.c optional nfsclient |
cb323159 | 96 | bsd/nfs/nfs4_vnops.c optional config_nfs4 |
39236c6e A |
97 | bsd/nfs/krpc_subr.c optional nfsclient |
98 | bsd/nfs/nfs_bio.c optional nfsclient | |
cb323159 A |
99 | bsd/nfs/nfs_bio.c optional config_nfs4 |
100 | bsd/nfs/nfs_boot.c optional config_netboot | |
101 | bsd/nfs/nfs_gss.c optional config_nfs_gss | |
39236c6e A |
102 | bsd/nfs/nfs_lock.c optional nfsclient |
103 | bsd/nfs/nfs_node.c optional nfsclient | |
cb323159 | 104 | bsd/nfs/nfs_node.c optional config_nfs4 |
39236c6e A |
105 | bsd/nfs/nfs_serv.c optional nfsserver |
106 | bsd/nfs/nfs_socket.c optional nfsclient | |
107 | bsd/nfs/nfs_socket.c optional nfsserver | |
cb323159 | 108 | bsd/nfs/nfs_socket.c optional config_nfs4 |
39236c6e A |
109 | bsd/nfs/nfs_srvcache.c optional nfsserver |
110 | bsd/nfs/nfs_subs.c optional nfsclient | |
111 | bsd/nfs/nfs_subs.c optional nfsserver | |
cb323159 | 112 | bsd/nfs/nfs_subs.c optional config_nfs4 |
39236c6e A |
113 | bsd/nfs/nfs_syscalls.c optional nfsclient |
114 | bsd/nfs/nfs_syscalls.c optional nfsserver | |
cb323159 | 115 | bsd/nfs/nfs_syscalls.c optional config_nfs4 |
39236c6e | 116 | bsd/nfs/nfs_vfsops.c optional nfsclient |
cb323159 | 117 | bsd/nfs/nfs_vfsops.c optional config_nfs4 |
39236c6e | 118 | bsd/nfs/nfs_vnops.c optional nfsclient |
cb323159 | 119 | bsd/nfs/nfs_vnops.c optional config_nfs4 |
39236c6e | 120 | bsd/nfs/nfs_upcall.c optional nfsserver |
cb323159 A |
121 | bsd/nfs/gss/gss_krb5_mech.c optional config_nfs_gss |
122 | bsd/nfs/gss/ccrypto.c optional config_nfs_gss | |
123 | bsd/kern/netboot.c optional config_netboot | |
124 | ||
125 | # NFS v4 is on for macOS builds | |
39236c6e A |
126 | |
127 | bsd/dev/dtrace/dtrace.c optional config_dtrace | |
0a7de745 | 128 | bsd/dev/dtrace/lockprof.c optional config_dtrace |
39236c6e A |
129 | bsd/dev/dtrace/lockstat.c optional config_dtrace |
130 | bsd/dev/dtrace/dtrace_ptss.c optional config_dtrace | |
131 | bsd/dev/dtrace/dtrace_subr.c optional config_dtrace | |
cb323159 A |
132 | bsd/dev/dtrace/dtrace_glue.c optional config_dtrace |
133 | bsd/dev/dtrace/dtrace_xoroshiro128_plus.c optional config_dtrace | |
39236c6e A |
134 | bsd/dev/dtrace/blist.c optional config_dtrace |
135 | bsd/dev/dtrace/fbt.c optional config_dtrace | |
cb323159 | 136 | bsd/dev/dtrace/fbt_blacklist.c optional config_dtrace |
39236c6e A |
137 | bsd/dev/dtrace/sdt.c optional config_dtrace |
138 | bsd/dev/dtrace/sdt_subr.c optional config_dtrace | |
139 | bsd/dev/dtrace/systrace.c optional config_dtrace | |
140 | bsd/dev/dtrace/profile_prvd.c optional config_dtrace | |
141 | bsd/dev/dtrace/fasttrap.c optional config_dtrace | |
5ba3f43e | 142 | ./systrace_args.c optional config_dtrace |
39236c6e | 143 | |
fe8ab488 | 144 | bsd/dev/random/randomdev.c standard |
55e303ae | 145 | |
91447636 | 146 | bsd/dev/memdev.c standard |
fe8ab488 A |
147 | bsd/dev/mem.c standard |
148 | bsd/dev/munge.c optional config_requires_u32_munging | |
91447636 | 149 | bsd/dev/unix_startup.c standard |
55e303ae | 150 | |
9bccf70c A |
151 | bsd/dev/vn/vn.c optional vndevice |
152 | bsd/dev/vn/shadow.c optional vndevice | |
0b4e3aa0 | 153 | |
5ba3f43e A |
154 | bsd/dev/monotonic.c optional monotonic |
155 | ||
39037602 | 156 | bsd/libkern/crc16.c standard |
91447636 | 157 | bsd/libkern/crc32.c standard |
1c79356b A |
158 | bsd/libkern/random.c standard |
159 | bsd/libkern/scanc.c standard | |
160 | bsd/libkern/skpc.c standard | |
2d21ac55 | 161 | bsd/libkern/strsep.c standard |
1c79356b | 162 | bsd/libkern/bcd.c standard |
39236c6e | 163 | bsd/libkern/memchr.c standard |
00867663 | 164 | bsd/libkern/url_encode.c standard |
1c79356b | 165 | |
91447636 | 166 | bsd/vfs/vfs_attrlist.c standard |
1c79356b A |
167 | bsd/vfs/vfs_bio.c standard |
168 | bsd/vfs/vfs_cache.c standard | |
169 | bsd/vfs/vfs_cluster.c standard | |
170 | bsd/vfs/vfs_conf.c standard | |
cb323159 | 171 | bsd/vfs/vfs_conf.c optional config_nfs4 |
2d21ac55 | 172 | bsd/vfs/vfs_fslog.c standard |
1c79356b A |
173 | bsd/vfs/vfs_init.c standard |
174 | bsd/vfs/vfs_lookup.c standard | |
2d21ac55 | 175 | bsd/vfs/vfs_quota.c optional quota |
1c79356b A |
176 | bsd/vfs/vfs_subr.c standard |
177 | bsd/vfs/vfs_syscalls.c standard | |
178 | bsd/vfs/vfs_support.c standard | |
179 | bsd/vfs/vfs_utfconv.c standard | |
180 | bsd/vfs/vfs_vnops.c standard | |
91447636 | 181 | bsd/vfs/vfs_xattr.c standard |
1c79356b | 182 | bsd/vfs/vnode_if.c standard |
91447636 | 183 | bsd/vfs/kpi_vfs.c standard |
91447636 | 184 | bsd/vfs/vfs_fsevents.c standard |
39037602 A |
185 | bsd/vfs/vfs_cprotect.c standard |
186 | bsd/vfs/doc_tombstone.c standard | |
5ba3f43e | 187 | bsd/vfs/vfs_disk_conditioner.c standard |
1c79356b A |
188 | |
189 | bsd/miscfs/deadfs/dead_vnops.c standard | |
b0d623f7 | 190 | bsd/miscfs/devfs/devfs_fdesc_support.c optional fdesc |
2d21ac55 | 191 | bsd/miscfs/fifofs/fifo_vnops.c optional fifo sockets |
1c79356b | 192 | bsd/miscfs/specfs/spec_vnops.c standard |
1c79356b | 193 | |
1c79356b A |
194 | bsd/miscfs/devfs/devfs_tree.c optional devfs |
195 | bsd/miscfs/devfs/devfs_vnops.c optional devfs | |
196 | bsd/miscfs/devfs/devfs_vfsops.c optional devfs | |
197 | ||
39236c6e A |
198 | bsd/miscfs/mockfs/mockfs_fsnode.c optional mockfs |
199 | bsd/miscfs/mockfs/mockfs_vfsops.c optional mockfs | |
200 | bsd/miscfs/mockfs/mockfs_vnops.c optional mockfs | |
201 | ||
490019cf A |
202 | bsd/miscfs/routefs/routefs_ops.c optional routefs |
203 | ||
b0d623f7 | 204 | bsd/kern/decmpfs.c standard |
1c79356b | 205 | |
39236c6e | 206 | bsd/net/net_stubs.c standard |
1c79356b A |
207 | bsd/net/bpf.c optional bpfilter |
208 | bsd/net/bpf_filter.c optional bpfilter | |
6d2010ae | 209 | bsd/net/if_bridge.c optional if_bridge |
316670eb | 210 | bsd/net/bridgestp.c optional bridgestp |
2d21ac55 | 211 | bsd/net/if.c optional networking |
2d21ac55 A |
212 | bsd/net/init.c optional sockets |
213 | bsd/net/dlil.c optional networking | |
1c79356b | 214 | bsd/net/ether_if_module.c optional ether |
2d21ac55 | 215 | bsd/net/ether_inet_pr_module.c optional ether inet |
1c79356b | 216 | bsd/net/ether_inet6_pr_module.c optional ether inet6 |
1c79356b | 217 | bsd/net/if_loop.c optional loop |
6d2010ae | 218 | bsd/net/if_mib.c optional networking |
1c79356b | 219 | bsd/net/if_vlan.c optional vlan |
5ba3f43e | 220 | bsd/net/if_fake.c optional if_fake |
cb323159 A |
221 | bsd/net/if_headless.c optional if_headless |
222 | bsd/net/if_6lowpan.c optional sixlowpan | |
2d21ac55 | 223 | bsd/net/multicast_list.c optional networking |
91447636 A |
224 | bsd/net/if_bond.c optional bond |
225 | bsd/net/devtimer.c optional bond | |
2d21ac55 | 226 | bsd/net/ndrv.c optional networking |
2d21ac55 A |
227 | bsd/net/radix.c optional networking |
228 | bsd/net/raw_cb.c optional networking | |
229 | bsd/net/raw_usrreq.c optional networking | |
230 | bsd/net/route.c optional networking | |
231 | bsd/net/rtsock.c optional networking | |
6d2010ae A |
232 | bsd/net/netsrc.c optional networking |
233 | bsd/net/ntstat.c optional networking | |
3e170ce0 | 234 | bsd/net/net_perf.c optional networking |
1c79356b | 235 | bsd/net/if_gif.c optional gif |
9bccf70c | 236 | bsd/net/if_stf.c optional stf |
a39ff7e2 | 237 | bsd/net/if_ports_used.c optional networking |
d9a64523 | 238 | bsd/net/if_low_power_mode.c optional networking |
2d21ac55 A |
239 | bsd/net/kpi_interface.c optional networking |
240 | bsd/net/kpi_protocol.c optional networking | |
241 | bsd/net/kpi_interfacefilter.c optional networking | |
b0d623f7 | 242 | bsd/net/net_str_id.c optional networking |
3e170ce0 | 243 | bsd/net/if_utun.c optional networking |
3e170ce0 A |
244 | bsd/net/if_ipsec.c optional ipsec |
245 | bsd/net/necp.c optional necp | |
39037602 | 246 | bsd/net/necp_client.c optional necp |
3e170ce0 | 247 | bsd/net/network_agent.c optional networking |
316670eb | 248 | bsd/net/if_pflog.c optional pflog |
d9a64523 | 249 | bsd/net/nat464_utils.c optional networking |
b0d623f7 A |
250 | bsd/net/pf.c optional pf |
251 | bsd/net/pf_if.c optional pf | |
252 | bsd/net/pf_ioctl.c optional pf | |
253 | bsd/net/pf_norm.c optional pf | |
254 | bsd/net/pf_osfp.c optional pf | |
5ba3f43e | 255 | bsd/net/pf_pbuf.c optional pf |
b0d623f7 A |
256 | bsd/net/pf_ruleset.c optional pf |
257 | bsd/net/pf_table.c optional pf | |
316670eb | 258 | bsd/net/iptap.c optional networking |
39236c6e | 259 | bsd/net/pktap.c optional networking |
6d2010ae | 260 | bsd/net/if_llreach.c optional networking |
316670eb | 261 | bsd/net/flowhash.c optional networking |
39236c6e | 262 | bsd/net/flowadv.c optional networking |
fe8ab488 | 263 | bsd/net/content_filter.c optional content_filter |
cb323159 | 264 | bsd/net/content_filter_crypto.c optional content_filter |
fe8ab488 | 265 | bsd/net/packet_mangler.c optional packet_mangler |
5ba3f43e A |
266 | bsd/net/if_llatbl.c optional networking |
267 | bsd/net/nwk_wq.c optional networking | |
268 | bsd/net/skmem_sysctl.c optional skywalk | |
cb323159 | 269 | bsd/net/restricted_in_port.c optional networking |
316670eb A |
270 | |
271 | bsd/net/classq/classq.c optional networking | |
316670eb A |
272 | bsd/net/classq/classq_sfb.c optional networking |
273 | bsd/net/classq/classq_subr.c optional networking | |
274 | bsd/net/classq/classq_util.c optional networking | |
39037602 | 275 | bsd/net/classq/classq_fq_codel.c optional networking |
316670eb A |
276 | |
277 | bsd/net/pktsched/pktsched.c optional networking | |
316670eb | 278 | bsd/net/pktsched/pktsched_qfq.c optional networking |
316670eb | 279 | bsd/net/pktsched/pktsched_tcq.c optional networking |
39037602 | 280 | bsd/net/pktsched/pktsched_fq_codel.c optional networking |
cb323159 | 281 | bsd/net/pktsched/pktsched_netem.c optional networking |
316670eb | 282 | |
5ba3f43e A |
283 | bsd/netinet/cpu_in_cksum_gen.c standard |
284 | bsd/netinet/in_cksum.c optional inet | |
2d21ac55 A |
285 | bsd/netinet/igmp.c optional inet |
286 | bsd/netinet/in.c optional inet | |
2d21ac55 A |
287 | bsd/netinet/dhcp_options.c optional inet |
288 | bsd/netinet/in_arp.c optional inet | |
6d2010ae | 289 | bsd/netinet/in_mcast.c optional inet |
2d21ac55 | 290 | bsd/netinet/in_pcb.c optional inet |
6d2010ae | 291 | bsd/netinet/in_pcblist.c optional inet |
2d21ac55 A |
292 | bsd/netinet/in_proto.c optional inet |
293 | bsd/netinet/in_rmx.c optional inet | |
5ba3f43e | 294 | bsd/netinet/in_stat.c optional inet |
6d2010ae | 295 | bsd/netinet/in_tclass.c optional inet |
1c79356b | 296 | bsd/netinet/ip_dummynet.c optional dummynet |
2d21ac55 | 297 | bsd/netinet/ip_icmp.c optional inet |
39236c6e | 298 | bsd/netinet/ip_id.c optional inet |
2d21ac55 | 299 | bsd/netinet/ip_input.c optional inet |
2d21ac55 A |
300 | bsd/netinet/ip_output.c optional inet |
301 | bsd/netinet/raw_ip.c optional inet | |
3e170ce0 | 302 | bsd/netinet/tcp_cache.c optional inet |
1c79356b | 303 | bsd/netinet/tcp_debug.c optional tcpdebug |
2d21ac55 A |
304 | bsd/netinet/tcp_input.c optional inet |
305 | bsd/netinet/tcp_output.c optional inet | |
306 | bsd/netinet/tcp_sack.c optional inet | |
307 | bsd/netinet/tcp_subr.c optional inet | |
308 | bsd/netinet/tcp_timer.c optional inet | |
309 | bsd/netinet/tcp_usrreq.c optional inet | |
fe8ab488 | 310 | bsd/netinet/tcp_cc.c optional inet |
6d2010ae | 311 | bsd/netinet/tcp_newreno.c optional inet |
fe8ab488 A |
312 | bsd/netinet/tcp_cubic.c optional inet |
313 | bsd/netinet/cbrtf.c optional inet | |
314 | bsd/netinet/tcp_lro.c optional inet | |
6d2010ae | 315 | bsd/netinet/tcp_ledbat.c optional inet |
cb323159 | 316 | bsd/netinet/tcp_log.c optional inet |
2d21ac55 | 317 | bsd/netinet/udp_usrreq.c optional inet |
1c79356b | 318 | bsd/netinet/in_gif.c optional gif inet |
2d21ac55 | 319 | bsd/netinet/ip_ecn.c optional inet |
9bccf70c | 320 | bsd/netinet/ip_encap.c optional inet |
2d21ac55 | 321 | bsd/netinet/kpi_ipfilter.c optional inet |
39236c6e A |
322 | bsd/netinet/flow_divert.c optional flow_divert |
323 | bsd/netinet/mp_proto.c optional multipath | |
324 | bsd/netinet/mp_pcb.c optional multipath | |
325 | bsd/netinet/mptcp.c optional mptcp | |
326 | bsd/netinet/mptcp_subr.c optional mptcp | |
327 | bsd/netinet/mptcp_usrreq.c optional mptcp | |
328 | bsd/netinet/mptcp_opt.c optional mptcp | |
329 | bsd/netinet/mptcp_timer.c optional mptcp | |
9bccf70c A |
330 | bsd/netinet6/ah_core.c optional ipsec |
331 | bsd/netinet6/ah_input.c optional ipsec | |
332 | bsd/netinet6/ah_output.c optional ipsec | |
333 | bsd/netinet6/esp_core.c optional ipsec ipsec_esp | |
334 | bsd/netinet6/esp_input.c optional ipsec ipsec_esp | |
335 | bsd/netinet6/esp_output.c optional ipsec ipsec_esp | |
336 | bsd/netinet6/esp_rijndael.c optional ipsec ipsec_esp | |
5ba3f43e | 337 | bsd/netinet6/esp_chachapoly.c optional ipsec ipsec_esp |
9bccf70c A |
338 | bsd/netinet6/ipsec.c optional ipsec |
339 | bsd/netinet6/dest6.c optional inet6 | |
340 | bsd/netinet6/frag6.c optional inet6 | |
341 | bsd/netinet6/icmp6.c optional inet6 | |
342 | bsd/netinet6/in6.c optional inet6 | |
39236c6e | 343 | bsd/netinet6/in6_cga.c optional inet6 ipv6send |
9bccf70c A |
344 | bsd/netinet6/in6_cksum.c optional inet6 |
345 | bsd/netinet6/in6_gif.c optional gif inet6 | |
346 | bsd/netinet6/ip6_forward.c optional inet6 | |
347 | bsd/netinet6/in6_ifattach.c optional inet6 | |
348 | bsd/netinet6/ip6_input.c optional inet6 | |
9bccf70c A |
349 | bsd/netinet6/ip6_output.c optional inet6 |
350 | bsd/netinet6/in6_src.c optional inet6 | |
6d2010ae | 351 | bsd/netinet6/in6_mcast.c optional inet6 |
9bccf70c | 352 | bsd/netinet6/in6_pcb.c optional inet6 |
9bccf70c A |
353 | bsd/netinet6/in6_proto.c optional inet6 |
354 | bsd/netinet6/in6_rmx.c optional inet6 | |
355 | bsd/netinet6/mld6.c optional inet6 | |
356 | bsd/netinet6/nd6.c optional inet6 | |
357 | bsd/netinet6/nd6_nbr.c optional inet6 | |
316670eb | 358 | bsd/netinet6/nd6_prproxy.c optional inet6 |
9bccf70c | 359 | bsd/netinet6/nd6_rtr.c optional inet6 |
39236c6e | 360 | bsd/netinet6/nd6_send.c optional inet6 ipv6send |
9bccf70c A |
361 | bsd/netinet6/raw_ip6.c optional inet6 |
362 | bsd/netinet6/route6.c optional inet6 | |
363 | bsd/netinet6/scope6.c optional inet6 | |
364 | bsd/netinet6/udp6_output.c optional inet6 | |
365 | bsd/netinet6/udp6_usrreq.c optional inet6 | |
6d2010ae | 366 | bsd/netinet6/ip6_id.c optional inet6 |
1c79356b | 367 | |
cb323159 A |
368 | bsd/net/sixxlowpan.c optional sixlowpan |
369 | bsd/net/frame802154.c optional sixlowpan | |
370 | bsd/net/linkaddr.c optional sixlowpan | |
371 | ||
1c79356b A |
372 | bsd/netkey/key.c optional ipsec |
373 | bsd/netkey/key_debug.c optional ipsec | |
374 | bsd/netkey/keysock.c optional ipsec | |
375 | bsd/netkey/keydb.c optional ipsec | |
376 | ||
cb323159 A |
377 | bsd/net/multi_layer_pkt_log.c optional inet inet6 ipsec ipsec_esp |
378 | ||
9bccf70c | 379 | bsd/crypto/rc4/rc4.c optional crypto |
1c79356b A |
380 | |
381 | #bsd/netpm/pm_aTT.c optional pm | |
382 | #bsd/netpm/pm_ams.c optional pm | |
383 | #bsd/netpm/pm_dispatch.c optional pm | |
384 | #bsd/netpm/pm_filter.c optional pm | |
385 | #bsd/netpm/pm_list.c optional pm | |
386 | #bsd/netpm/pm_log.c optional pm | |
387 | #bsd/netpm/pm_nat.c optional pm | |
388 | #bsd/netpm/pm_pmd.c optional pm | |
389 | #bsd/netpm/pm_route.c optional pm | |
390 | #bsd/netpm/pm_usrreq.c optional pm | |
391 | ||
b0d623f7 A |
392 | bsd/security/audit/audit.c optional config_audit |
393 | bsd/security/audit/audit_arg.c optional config_audit | |
394 | bsd/security/audit/audit_bsd.c optional config_audit | |
395 | bsd/security/audit/audit_bsm.c optional config_audit | |
396 | bsd/security/audit/audit_bsm_errno.c optional config_audit | |
397 | bsd/security/audit/audit_bsm_fcntl.c optional config_audit | |
398 | bsd/security/audit/audit_bsm_domain.c optional config_audit | |
399 | bsd/security/audit/audit_bsm_klib.c optional config_audit | |
400 | bsd/security/audit/audit_bsm_socket_type.c optional config_audit | |
401 | bsd/security/audit/audit_bsm_token.c optional config_audit | |
402 | ./audit_kevents.c optional config_audit | |
403 | bsd/security/audit/audit_mac.c optional config_audit | |
404 | bsd/security/audit/audit_pipe.c optional config_audit | |
405 | bsd/security/audit/audit_session.c standard | |
406 | bsd/security/audit/audit_syscalls.c standard | |
407 | bsd/security/audit/audit_worker.c optional config_audit | |
408 | ||
d9a64523 A |
409 | bsd/pthread/pthread_shims.c standard |
410 | bsd/pthread/pthread_priority.c standard | |
411 | bsd/pthread/pthread_workqueue.c standard | |
412 | ||
1c79356b | 413 | bsd/kern/bsd_init.c standard |
b0d623f7 | 414 | ./init_sysent.c standard |
1c79356b A |
415 | bsd/kern/kdebug.c standard |
416 | bsd/kern/kern_acct.c standard | |
91447636 | 417 | bsd/kern/kern_aio.c standard |
39037602 A |
418 | bsd/kern/kern_authorization.c standard |
419 | bsd/kern/kern_backtrace.c standard | |
1c79356b | 420 | bsd/kern/kern_clock.c standard |
39037602 | 421 | bsd/kern/kern_core.c optional config_coredump |
91447636 | 422 | bsd/kern/kern_credential.c standard |
39236c6e | 423 | bsd/kern/kern_cs.c standard |
fe8ab488 | 424 | bsd/kern/kern_csr.c optional config_csr |
1c79356b A |
425 | bsd/kern/kern_symfile.c standard |
426 | bsd/kern/kern_descrip.c standard | |
39236c6e | 427 | bsd/kern/kern_guarded.c standard |
9bccf70c | 428 | bsd/kern/kern_event.c standard |
2d21ac55 | 429 | bsd/kern/kern_control.c optional networking |
1c79356b A |
430 | bsd/kern/kern_exec.c standard |
431 | bsd/kern/kern_exit.c standard | |
39037602 | 432 | bsd/kern/kern_ktrace.c standard |
91447636 | 433 | bsd/kern/kern_lockf.c standard |
1c79356b | 434 | bsd/kern/kern_fork.c standard |
39236c6e | 435 | bsd/kern/kern_asl.c standard |
1c79356b A |
436 | bsd/kern/kern_malloc.c standard |
437 | bsd/kern/kern_mman.c standard | |
490019cf | 438 | bsd/kern/kern_persona.c standard |
1c79356b | 439 | bsd/kern/kern_physio.c standard |
6d2010ae | 440 | bsd/kern/kern_priv.c standard |
1c79356b A |
441 | bsd/kern/kern_proc.c standard |
442 | bsd/kern/kern_prot.c standard | |
443 | bsd/kern/kern_resource.c standard | |
444 | bsd/kern/kern_shutdown.c standard | |
445 | bsd/kern/kern_sig.c standard | |
446 | bsd/kern/kern_subr.c standard | |
447 | bsd/kern/kern_synch.c standard | |
448 | bsd/kern/kern_sysctl.c standard | |
449 | bsd/kern/kern_newsysctl.c standard | |
316670eb | 450 | bsd/kern/kern_memorystatus.c optional config_memorystatus |
cb323159 A |
451 | bsd/kern/kern_memorystatus_freeze.c optional config_memorystatus |
452 | bsd/kern/kern_memorystatus_notify.c optional config_memorystatus | |
1c79356b | 453 | bsd/kern/kern_mib.c standard |
2d21ac55 | 454 | bsd/kern/kpi_mbuf.c optional sockets |
fe8ab488 | 455 | bsd/kern/kern_sfi.c standard |
1c79356b A |
456 | bsd/kern/kern_time.c standard |
457 | bsd/kern/kern_xxx.c standard | |
458 | bsd/kern/mach_process.c standard | |
2d21ac55 | 459 | bsd/kern/mcache.c optional sockets |
39037602 | 460 | bsd/kern/stackshot.c standard |
1c79356b A |
461 | bsd/kern/subr_log.c standard |
462 | bsd/kern/subr_prf.c standard | |
2d21ac55 | 463 | bsd/kern/subr_sbuf.c standard |
1c79356b A |
464 | bsd/kern/subr_xxx.c standard |
465 | bsd/kern/sys_generic.c standard | |
91447636 | 466 | bsd/kern/sys_pipe.c standard |
2d21ac55 A |
467 | bsd/kern/sys_socket.c optional sockets |
468 | bsd/kern/sys_domain.c optional sockets | |
fe8ab488 | 469 | bsd/kern/sys_coalition.c optional config_coalitions |
490019cf | 470 | bsd/kern/sys_persona.c optional config_personas |
39037602 | 471 | bsd/kern/sys_ulock.c standard |
3e170ce0 | 472 | bsd/kern/sys_work_interval.c standard |
b0d623f7 | 473 | ./syscalls.c standard |
1c79356b | 474 | bsd/kern/tty.c standard |
b0d623f7 | 475 | bsd/kern/tty_compat.c standard |
1c79356b | 476 | bsd/kern/tty_conf.c standard |
fe8ab488 | 477 | bsd/kern/tty_dev.c optional ptmx pty |
2d21ac55 | 478 | bsd/kern/tty_ptmx.c optional ptmx |
fe8ab488 | 479 | bsd/kern/tty_pty.c optional pty |
1c79356b A |
480 | bsd/kern/tty_subr.c standard |
481 | bsd/kern/tty_tty.c standard | |
482 | bsd/kern/ubc_subr.c standard | |
2d21ac55 A |
483 | bsd/kern/uipc_domain.c optional sockets |
484 | bsd/kern/uipc_mbuf.c optional sockets | |
485 | bsd/kern/uipc_mbuf2.c optional sockets | |
486 | bsd/kern/uipc_proto.c optional sockets | |
487 | bsd/kern/uipc_socket.c optional sockets | |
488 | bsd/kern/uipc_socket2.c optional sockets | |
489 | bsd/kern/uipc_syscalls.c optional sockets | |
490 | bsd/kern/uipc_usrreq.c optional sockets | |
1c79356b A |
491 | bsd/kern/sysv_ipc.c standard |
492 | bsd/kern/sysv_shm.c standard | |
9bccf70c | 493 | bsd/kern/sysv_sem.c standard |
91447636 | 494 | bsd/kern/sysv_msg.c standard |
1c79356b | 495 | bsd/kern/mach_fat.c standard |
1c79356b A |
496 | bsd/kern/mach_loader.c standard |
497 | bsd/kern/posix_sem.c standard | |
498 | bsd/kern/posix_shm.c standard | |
b4c24cb9 | 499 | # XXXdbg - I need this in the journaling and block cache code |
2d21ac55 A |
500 | bsd/kern/qsort.c standard |
501 | bsd/kern/kpi_socket.c optional sockets | |
502 | bsd/kern/kpi_socketfilter.c optional sockets | |
0c530ab8 | 503 | bsd/kern/proc_info.c standard |
6d2010ae | 504 | bsd/kern/process_policy.c standard |
39236c6e | 505 | bsd/kern/kern_overrides.c standard |
2d21ac55 | 506 | bsd/kern/socket_info.c optional sockets |
5ba3f43e | 507 | bsd/kern/subr_eventhandler.c standard |
39037602 | 508 | bsd/kern/sys_reason.c standard |
1c79356b A |
509 | |
510 | bsd/vm/vnode_pager.c standard | |
2d21ac55 | 511 | bsd/vm/vm_unix.c standard |
1c79356b | 512 | bsd/vm/dp_backing_file.c standard |
39236c6e | 513 | bsd/vm/vm_compressor_backing_file.c standard |
fe8ab488 | 514 | bsd/kern/kern_ecc.c optional config_ecc_logging |
5ba3f43e | 515 | bsd/kern/kern_ntptime.c standard |
fe8ab488 | 516 | |
1c79356b A |
517 | bsd/uxkern/ux_exception.c standard |
518 | ||
519 | bsd/conf/param.c standard | |
520 | ./ioconf.c standard | |
0c530ab8 | 521 | |
39236c6e | 522 | bsd/kern/imageboot.c optional config_imageboot |
cb323159 | 523 | bsd/kern/chunklist.c optional config_imageboot_chunklist |
316670eb | 524 | |
39236c6e A |
525 | osfmk/kperf/kperfbsd.c optional kperf |
526 | bsd/kern/kern_kpc.c optional kpc | |
316670eb | 527 | |
39236c6e | 528 | bsd/kern/proc_uuid_policy.c optional config_proc_uuid_policy |
3e170ce0 | 529 | |
813fb2f6 A |
530 | bsd/pgo/profile_runtime.c optional pgo |
531 | bsd/pgo/profile_runtime_data.c standard | |
3e170ce0 | 532 | |
39037602 A |
533 | bsd/miscfs/nullfs/null_subr.c optional nullfs |
534 | bsd/miscfs/nullfs/null_vfsops.c optional nullfs | |
535 | bsd/miscfs/nullfs/null_vnops.c optional nullfs | |
536 | ||
d9a64523 | 537 | bsd/tests/bsd_tests.c optional config_xnupost |
cb323159 | 538 | bsd/tests/copyio_tests.c optional config_xnupost |
d9a64523 | 539 | bsd/tests/pmap_test_sysctl.c optional config_xnupost |
39037602 | 540 | |
0a7de745 | 541 | bsd/net/skywalk_stubs.c standard |