]>
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 | ||
8 | # | |
9 | # N.B. "kern/lock.c" is listed as "optional cpus" so that config will | |
10 | # create an "cpus.h" file. | |
11 | # | |
12 | OPTIONS/hw_ast optional hw_ast | |
13 | OPTIONS/hw_footprint optional hw_footprint | |
14 | OPTIONS/kernserv optional kernserv | |
2d21ac55 A |
15 | OPTIONS/config_macf optional config_macf |
16 | OPTIONS/config_macf_socket_subset optional config_macf_socket_subset | |
17 | OPTIONS/config_macf_socket optional config_macf_socket | |
18 | OPTIONS/config_macf_net optional config_macf_net | |
1c79356b A |
19 | OPTIONS/mach_assert optional mach_assert |
20 | OPTIONS/mach_compat optional mach_compat | |
21 | OPTIONS/mach_counters optional mach_counters | |
22 | OPTIONS/mach_debug optional mach_debug | |
23 | OPTIONS/mach_fastlink optional mach_fastlink | |
24 | OPTIONS/mach_fixpri optional mach_fixpri | |
25 | OPTIONS/mach_host optional mach_host | |
26 | OPTIONS/mach_ipc_compat optional mach_ipc_compat | |
27 | OPTIONS/mach_ipc_debug optional mach_ipc_debug | |
28 | OPTIONS/mach_ipc_test optional mach_ipc_test | |
1c79356b A |
29 | OPTIONS/mach_ldebug optional mach_ldebug |
30 | OPTIONS/mach_load optional mach_load | |
31 | OPTIONS/mach_machine_routines optional mach_machine_routines | |
32 | OPTIONS/rev_endian_fs optional rev_endian_fs | |
33 | OPTIONS/mach_net optional mach_net | |
34 | OPTIONS/mach_np optional mach_np | |
35 | OPTIONS/mach_old_vm_copy optional mach_old_vm_copy | |
36 | OPTIONS/mach_pagemap optional mach_pagemap | |
37 | OPTIONS/mach_sctimes optional mach_sctimes | |
38 | OPTIONS/mach_vm_debug optional mach_vm_debug | |
39 | OPTIONS/mach_xp optional mach_xp | |
40 | OPTIONS/mach_xp_fpd optional mach_xp_fpd | |
41 | OPTIONS/quota optional quota | |
42 | OPTIONS/simple_clock optional simple_clock | |
1c79356b A |
43 | OPTIONS/xpr_debug optional xpr_debug |
44 | OPTIONS/kdebug optional kdebug | |
45 | OPTIONS/nfsclient optional nfsclient | |
46 | OPTIONS/nfsserver optional nfsserver | |
47 | OPTIONS/driverkit optional driverkit | |
48 | OPTIONS/mallocdebug optional mallocdebug | |
49 | OPTIONS/kernobjc optional kernobjc | |
50 | OPTIONS/kernremote optional kernremote | |
51 | OPTIONS/uxpr optional uxpr | |
52 | OPTIONS/kernel_stack optional kernel_stack | |
53 | OPTIONS/norma_ipc optional norma_ipc | |
54 | OPTIONS/norma_device optional norma_device | |
55 | OPTIONS/norma_vm optional norma_vm | |
56 | OPTIONS/norma_task optional norma_task | |
57 | OPTIONS/norma_ether optional norma_ether | |
58 | OPTIONS/new_vm_code optional new_vm_code | |
59 | OPTIONS/old_vm_code optional old_vm_code | |
60 | OPTIONS/compat_43 optional compat_43 | |
61 | OPTIONS/diagnostic optional diagnostic | |
2d21ac55 | 62 | OPTIONS/config_dtrace optional config_dtrace |
1c79356b | 63 | OPTIONS/profiling optional profiling |
9bccf70c | 64 | OPTIONS/vndevice optional vndevice |
b0d623f7 | 65 | OPTIONS/config_audit optional config_audit |
2d21ac55 A |
66 | OPTIONS/config_fse optional config_fse |
67 | OPTIONS/sockets optional sockets | |
2d21ac55 A |
68 | OPTIONS/development optional development |
69 | OPTIONS/sysv_sem optional sysv_sem | |
70 | OPTIONS/sysv_msg optional sysv_msg | |
71 | OPTIONS/sysv_shm optional sysv_shm | |
72 | OPTIONS/panic_info optional panic_info | |
73 | OPTIONS/no_bsd_inlines optional no_bsd_inlines | |
1c79356b A |
74 | |
75 | # | |
76 | # Network options | |
77 | # | |
2d21ac55 A |
78 | OPTIONS/networking optional networking |
79 | OPTIONS/inet optional inet | |
80 | OPTIONS/inet6 optional inet6 | |
81 | OPTIONS/ether optional ether | |
1c79356b A |
82 | OPTIONS/multicast optional multicast |
83 | OPTIONS/mrouting optional mrouting | |
84 | OPTIONS/routing optional routing | |
85 | OPTIONS/eon optional eon | |
86 | OPTIONS/tpip optional tpip | |
87 | OPTIONS/ns optional ns | |
88 | OPTIONS/iso optional iso | |
89 | OPTIONS/tuba optional tuba | |
1c79356b A |
90 | OPTIONS/gateway optional gateway |
91 | OPTIONS/ipx optional ipx | |
92 | OPTIONS/tun optional tun | |
93 | OPTIONS/vlan optional vlan | |
2d21ac55 | 94 | OPTIONS/bond optional bond |
1c79356b | 95 | OPTIONS/bpfilter optional bpfilter |
2d21ac55 A |
96 | OPTIONS/sl optional sl |
97 | OPTIONS/ppp optional ppp | |
1c79356b | 98 | OPTIONS/sppp optional sppp |
2d21ac55 | 99 | OPTIONS/ppp_deflate optional ppp_deflate zlib |
1c79356b | 100 | OPTIONS/disc optional disc |
1c79356b A |
101 | OPTIONS/fddi optional fddi |
102 | ||
1c79356b A |
103 | OPTIONS/ipdivert optional ipdivert |
104 | OPTIONS/dummynet optional dummynet | |
91447636 | 105 | OPTIONS/ipfw2 optional ipfw2 |
1c79356b | 106 | OPTIONS/ipfirewall optional ipfirewall |
91447636 | 107 | OPTIONS/ipv6firewall optional ipv6firewall |
1c79356b | 108 | OPTIONS/tcpdebug optional tcpdebug |
6d2010ae | 109 | OPTIONS/if_bridge optional if_bridge |
316670eb | 110 | OPTIONS/bridgestp optional bridgestp if_bridge |
2d21ac55 | 111 | OPTIONS/gif optional gif |
1c79356b | 112 | OPTIONS/netat optional netat |
2d21ac55 A |
113 | OPTIONS/sendfile optional sendfile |
114 | OPTIONS/randomipid optional randomipid | |
b0d623f7 | 115 | OPTIONS/pf optional pf |
316670eb A |
116 | OPTIONS/pflog optional pflog pf |
117 | OPTIONS/pf_altq optional pf_altq pf | |
118 | OPTIONS/classq_blue optional classq_blue | |
119 | OPTIONS/classq_red optional classq_red | |
120 | OPTIONS/classq_rio optional classq_rio | |
121 | OPTIONS/pktsched_cbq optional pktsched_cbq | |
122 | OPTIONS/pktsched_fairq optional pktsched_fairq | |
123 | OPTIONS/pktsched_hfsc optional pktsched_hfsc | |
124 | OPTIONS/pktsched_priq optional pktsched_priq | |
2d21ac55 | 125 | OPTIONS/zlib optional zlib |
1c79356b A |
126 | |
127 | # | |
128 | # Filesystem options | |
129 | # | |
2d21ac55 A |
130 | OPTIONS/ffs optional ffs |
131 | OPTIONS/hfs optional hfs | |
132 | OPTIONS/mfs optional mfs | |
1c79356b A |
133 | OPTIONS/fdesc optional fdesc |
134 | OPTIONS/fifo optional fifo | |
1c79356b | 135 | OPTIONS/devfs optional devfs |
2d21ac55 A |
136 | OPTIONS/crypto optional crypto |
137 | OPTIONS/allcrypto optional allcrypto | |
138 | OPTIONS/journaling optional journaling | |
139 | OPTIONS/crypto optional crypto | |
140 | OPTIONS/allcrypto optional allcrypto | |
141 | OPTIONS/journaling optional journaling | |
b0d623f7 | 142 | OPTIONS/hfs_compression optional hfs_compression |
2d21ac55 A |
143 | |
144 | OPTIONS/config_imageboot optional config_imageboot | |
1c79356b | 145 | |
0b4e3aa0 | 146 | bsd/dev/random/randomdev.c standard |
b0d623f7 | 147 | bsd/dev/random/fips_sha1.c standard |
0b4e3aa0 A |
148 | bsd/dev/random/YarrowCoreLib/port/smf.c standard |
149 | bsd/dev/random/YarrowCoreLib/src/comp.c standard | |
150 | bsd/dev/random/YarrowCoreLib/src/prng.c standard | |
151 | bsd/dev/random/YarrowCoreLib/src/sha1mod.c standard | |
152 | bsd/dev/random/YarrowCoreLib/src/yarrowUtils.c standard | |
55e303ae | 153 | |
91447636 A |
154 | bsd/dev/memdev.c standard |
155 | ||
156 | bsd/dev/unix_startup.c standard | |
55e303ae | 157 | |
9bccf70c A |
158 | bsd/dev/vn/vn.c optional vndevice |
159 | bsd/dev/vn/shadow.c optional vndevice | |
0b4e3aa0 | 160 | |
91447636 | 161 | bsd/libkern/crc32.c standard |
1c79356b A |
162 | bsd/libkern/random.c standard |
163 | bsd/libkern/scanc.c standard | |
164 | bsd/libkern/skpc.c standard | |
2d21ac55 | 165 | bsd/libkern/strsep.c standard |
91447636 | 166 | bsd/libkern/inet_ntop.c standard |
1c79356b A |
167 | bsd/libkern/bcd.c standard |
168 | ||
91447636 | 169 | bsd/vfs/vfs_attrlist.c standard |
1c79356b A |
170 | bsd/vfs/vfs_bio.c standard |
171 | bsd/vfs/vfs_cache.c standard | |
172 | bsd/vfs/vfs_cluster.c standard | |
173 | bsd/vfs/vfs_conf.c standard | |
2d21ac55 | 174 | bsd/vfs/vfs_fslog.c standard |
1c79356b A |
175 | bsd/vfs/vfs_init.c standard |
176 | bsd/vfs/vfs_lookup.c standard | |
2d21ac55 | 177 | bsd/vfs/vfs_quota.c optional quota |
1c79356b A |
178 | bsd/vfs/vfs_subr.c standard |
179 | bsd/vfs/vfs_syscalls.c standard | |
180 | bsd/vfs/vfs_support.c standard | |
181 | bsd/vfs/vfs_utfconv.c standard | |
182 | bsd/vfs/vfs_vnops.c standard | |
91447636 | 183 | bsd/vfs/vfs_xattr.c standard |
1c79356b | 184 | bsd/vfs/vnode_if.c standard |
91447636 | 185 | bsd/vfs/kpi_vfs.c standard |
b0d623f7 | 186 | bsd/vfs/vfs_journal.c standard |
91447636 | 187 | bsd/vfs/vfs_fsevents.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 | ||
b0d623f7 | 198 | bsd/kern/decmpfs.c standard |
1c79356b | 199 | |
1c79356b A |
200 | bsd/net/bpf.c optional bpfilter |
201 | bsd/net/bpf_filter.c optional bpfilter | |
6d2010ae | 202 | bsd/net/if_bridge.c optional if_bridge |
316670eb | 203 | bsd/net/bridgestp.c optional bridgestp |
1c79356b | 204 | bsd/net/bsd_comp.c optional ppp_bsdcomp |
2d21ac55 | 205 | bsd/net/if.c optional networking |
2d21ac55 A |
206 | bsd/net/init.c optional sockets |
207 | bsd/net/dlil.c optional networking | |
1c79356b | 208 | bsd/net/ether_if_module.c optional ether |
2d21ac55 A |
209 | bsd/net/ether_at_pr_module.c optional ether netat |
210 | bsd/net/ether_inet_pr_module.c optional ether inet | |
1c79356b | 211 | bsd/net/ether_inet6_pr_module.c optional ether inet6 |
1c79356b | 212 | bsd/net/if_loop.c optional loop |
6d2010ae | 213 | bsd/net/if_mib.c optional networking |
1c79356b | 214 | bsd/net/if_sl.c optional sl |
1c79356b A |
215 | bsd/net/if_tun.c optional tun |
216 | bsd/net/if_vlan.c optional vlan | |
2d21ac55 | 217 | bsd/net/multicast_list.c optional networking |
91447636 A |
218 | bsd/net/if_bond.c optional bond |
219 | bsd/net/devtimer.c optional bond | |
2d21ac55 | 220 | bsd/net/ndrv.c optional networking |
1c79356b | 221 | bsd/net/ppp_deflate.c optional ppp_deflate |
2d21ac55 A |
222 | bsd/net/radix.c optional networking |
223 | bsd/net/raw_cb.c optional networking | |
224 | bsd/net/raw_usrreq.c optional networking | |
225 | bsd/net/route.c optional networking | |
226 | bsd/net/rtsock.c optional networking | |
6d2010ae A |
227 | bsd/net/netsrc.c optional networking |
228 | bsd/net/ntstat.c optional networking | |
1c79356b A |
229 | bsd/net/slcompress.c optional ppp |
230 | bsd/net/slcompress.c optional sl | |
1c79356b | 231 | bsd/net/if_gif.c optional gif |
9bccf70c | 232 | bsd/net/if_stf.c optional stf |
2d21ac55 A |
233 | bsd/net/net_osdep.c optional sockets |
234 | bsd/net/kpi_interface.c optional networking | |
235 | bsd/net/kpi_protocol.c optional networking | |
236 | bsd/net/kpi_interfacefilter.c optional networking | |
b0d623f7 A |
237 | bsd/net/net_str_id.c optional networking |
238 | bsd/net/if_utun.c optional networking | |
316670eb A |
239 | bsd/net/if_utun_crypto.c optional networking |
240 | bsd/net/if_utun_crypto_ipsec.c optional networking | |
241 | bsd/net/if_pflog.c optional pflog | |
b0d623f7 A |
242 | bsd/net/pf.c optional pf |
243 | bsd/net/pf_if.c optional pf | |
244 | bsd/net/pf_ioctl.c optional pf | |
245 | bsd/net/pf_norm.c optional pf | |
246 | bsd/net/pf_osfp.c optional pf | |
247 | bsd/net/pf_ruleset.c optional pf | |
248 | bsd/net/pf_table.c optional pf | |
316670eb | 249 | bsd/net/iptap.c optional networking |
6d2010ae | 250 | bsd/net/if_llreach.c optional networking |
316670eb A |
251 | bsd/net/flowhash.c optional networking |
252 | ||
253 | bsd/net/classq/classq.c optional networking | |
254 | bsd/net/classq/classq_blue.c optional classq_blue | |
255 | bsd/net/classq/classq_red.c optional classq_red | |
256 | bsd/net/classq/classq_rio.c optional classq_rio | |
257 | bsd/net/classq/classq_sfb.c optional networking | |
258 | bsd/net/classq/classq_subr.c optional networking | |
259 | bsd/net/classq/classq_util.c optional networking | |
260 | ||
261 | bsd/net/pktsched/pktsched.c optional networking | |
262 | bsd/net/pktsched/pktsched_cbq.c optional pktsched_cbq | |
263 | bsd/net/pktsched/pktsched_fairq.c optional pktsched_fairq | |
264 | bsd/net/pktsched/pktsched_hfsc.c optional pktsched_hfsc | |
265 | bsd/net/pktsched/pktsched_priq.c optional pktsched_priq | |
266 | bsd/net/pktsched/pktsched_qfq.c optional networking | |
267 | bsd/net/pktsched/pktsched_rmclass.c optional pktsched_cbq | |
268 | bsd/net/pktsched/pktsched_tcq.c optional networking | |
269 | ||
270 | bsd/net/altq/altq_cbq.c optional pktsched_cbq pf_altq | |
271 | bsd/net/altq/altq_fairq.c optional pktsched_fairq pf_altq | |
272 | bsd/net/altq/altq_hfsc.c optional pktsched_hfsc pf_altq | |
273 | bsd/net/altq/altq_priq.c optional pktsched_priq pf_altq | |
274 | bsd/net/altq/altq_qfq.c optional pf_altq | |
275 | bsd/net/altq/altq_subr.c optional pf_altq | |
1c79356b | 276 | |
2d21ac55 A |
277 | bsd/netinet/igmp.c optional inet |
278 | bsd/netinet/in.c optional inet | |
279 | bsd/netinet/in_dhcp.c optional inet | |
280 | bsd/netinet/dhcp_options.c optional inet | |
281 | bsd/netinet/in_arp.c optional inet | |
6d2010ae | 282 | bsd/netinet/in_mcast.c optional inet |
2d21ac55 | 283 | bsd/netinet/in_pcb.c optional inet |
6d2010ae | 284 | bsd/netinet/in_pcblist.c optional inet |
2d21ac55 A |
285 | bsd/netinet/in_proto.c optional inet |
286 | bsd/netinet/in_rmx.c optional inet | |
6d2010ae | 287 | bsd/netinet/in_tclass.c optional inet |
1c79356b A |
288 | bsd/netinet/ip_divert.c optional ipdivert |
289 | bsd/netinet/ip_dummynet.c optional dummynet | |
91447636 A |
290 | bsd/netinet/ip_fw2.c optional ipfw2 |
291 | bsd/netinet/ip_fw2_compat.c optional ipfw2 | |
2d21ac55 A |
292 | bsd/netinet/ip_icmp.c optional inet |
293 | bsd/netinet/ip_id.c optional randomipid inet | |
294 | bsd/netinet/ip_input.c optional inet | |
295 | bsd/netinet/ip_mroute.c optional mrouting | |
296 | bsd/netinet/ip_output.c optional inet | |
297 | bsd/netinet/raw_ip.c optional inet | |
1c79356b | 298 | bsd/netinet/tcp_debug.c optional tcpdebug |
2d21ac55 A |
299 | bsd/netinet/tcp_input.c optional inet |
300 | bsd/netinet/tcp_output.c optional inet | |
301 | bsd/netinet/tcp_sack.c optional inet | |
302 | bsd/netinet/tcp_subr.c optional inet | |
303 | bsd/netinet/tcp_timer.c optional inet | |
304 | bsd/netinet/tcp_usrreq.c optional inet | |
6d2010ae | 305 | bsd/netinet/tcp_newreno.c optional inet |
316670eb | 306 | bsd/netinet/tcp_lro.c optional inet |
6d2010ae | 307 | bsd/netinet/tcp_ledbat.c optional inet |
2d21ac55 | 308 | bsd/netinet/udp_usrreq.c optional inet |
1c79356b | 309 | bsd/netinet/in_gif.c optional gif inet |
2d21ac55 | 310 | bsd/netinet/ip_ecn.c optional inet |
9bccf70c | 311 | bsd/netinet/ip_encap.c optional inet |
2d21ac55 | 312 | bsd/netinet/kpi_ipfilter.c optional inet |
9bccf70c A |
313 | bsd/netinet6/ah_core.c optional ipsec |
314 | bsd/netinet6/ah_input.c optional ipsec | |
315 | bsd/netinet6/ah_output.c optional ipsec | |
316 | bsd/netinet6/esp_core.c optional ipsec ipsec_esp | |
317 | bsd/netinet6/esp_input.c optional ipsec ipsec_esp | |
318 | bsd/netinet6/esp_output.c optional ipsec ipsec_esp | |
319 | bsd/netinet6/esp_rijndael.c optional ipsec ipsec_esp | |
320 | bsd/netinet6/ipsec.c optional ipsec | |
321 | bsd/netinet6/dest6.c optional inet6 | |
322 | bsd/netinet6/frag6.c optional inet6 | |
323 | bsd/netinet6/icmp6.c optional inet6 | |
324 | bsd/netinet6/in6.c optional inet6 | |
325 | bsd/netinet6/in6_cksum.c optional inet6 | |
326 | bsd/netinet6/in6_gif.c optional gif inet6 | |
7e4a7d39 | 327 | bsd/netinet6/ip6_fw.c optional inet6 ipfw2 |
9bccf70c A |
328 | bsd/netinet6/ip6_forward.c optional inet6 |
329 | bsd/netinet6/in6_ifattach.c optional inet6 | |
330 | bsd/netinet6/ip6_input.c optional inet6 | |
2d21ac55 | 331 | bsd/netinet6/ip6_mroute.c optional mrouting inet6 |
9bccf70c A |
332 | bsd/netinet6/ip6_output.c optional inet6 |
333 | bsd/netinet6/in6_src.c optional inet6 | |
1c79356b | 334 | bsd/netinet6/ipcomp_core.c optional ipsec |
9bccf70c A |
335 | bsd/netinet6/ipcomp_input.c optional ipsec |
336 | bsd/netinet6/ipcomp_output.c optional ipsec | |
6d2010ae | 337 | bsd/netinet6/in6_mcast.c optional inet6 |
9bccf70c | 338 | bsd/netinet6/in6_pcb.c optional inet6 |
9bccf70c A |
339 | bsd/netinet6/in6_proto.c optional inet6 |
340 | bsd/netinet6/in6_rmx.c optional inet6 | |
341 | bsd/netinet6/mld6.c optional inet6 | |
342 | bsd/netinet6/nd6.c optional inet6 | |
343 | bsd/netinet6/nd6_nbr.c optional inet6 | |
316670eb | 344 | bsd/netinet6/nd6_prproxy.c optional inet6 |
9bccf70c A |
345 | bsd/netinet6/nd6_rtr.c optional inet6 |
346 | bsd/netinet6/raw_ip6.c optional inet6 | |
347 | bsd/netinet6/route6.c optional inet6 | |
348 | bsd/netinet6/scope6.c optional inet6 | |
349 | bsd/netinet6/udp6_output.c optional inet6 | |
350 | bsd/netinet6/udp6_usrreq.c optional inet6 | |
6d2010ae | 351 | bsd/netinet6/ip6_id.c optional inet6 |
1c79356b A |
352 | |
353 | bsd/netkey/key.c optional ipsec | |
354 | bsd/netkey/key_debug.c optional ipsec | |
355 | bsd/netkey/keysock.c optional ipsec | |
356 | bsd/netkey/keydb.c optional ipsec | |
357 | ||
2d21ac55 A |
358 | bsd/crypto/blowfish/bf_enc.c optional crypto allcrypto |
359 | bsd/crypto/blowfish/bf_skey.c optional crypto allcrypto | |
360 | bsd/crypto/cast128/cast128.c optional crypto allcrypto | |
9bccf70c | 361 | bsd/crypto/rc4/rc4.c optional crypto |
1c79356b A |
362 | |
363 | #bsd/netpm/pm_aTT.c optional pm | |
364 | #bsd/netpm/pm_ams.c optional pm | |
365 | #bsd/netpm/pm_dispatch.c optional pm | |
366 | #bsd/netpm/pm_filter.c optional pm | |
367 | #bsd/netpm/pm_list.c optional pm | |
368 | #bsd/netpm/pm_log.c optional pm | |
369 | #bsd/netpm/pm_nat.c optional pm | |
370 | #bsd/netpm/pm_pmd.c optional pm | |
371 | #bsd/netpm/pm_route.c optional pm | |
372 | #bsd/netpm/pm_usrreq.c optional pm | |
373 | ||
374 | ||
1c79356b A |
375 | bsd/netat/at.c optional netat |
376 | bsd/netat/at_proto.c optional netat | |
377 | bsd/netat/at_pcb.c optional netat | |
378 | bsd/netat/ddp_usrreq.c optional netat | |
379 | bsd/netat/atp_alloc.c optional netat | |
380 | bsd/netat/atp_misc.c optional netat | |
381 | bsd/netat/atp_open.c optional netat | |
382 | bsd/netat/atp_read.c optional netat | |
383 | bsd/netat/atp_write.c optional netat | |
384 | bsd/netat/asp_proto.c optional netat | |
385 | bsd/netat/ddp_aep.c optional netat | |
386 | bsd/netat/ddp.c optional netat | |
387 | bsd/netat/ddp_brt.c optional netat | |
388 | bsd/netat/ddp_proto.c optional netat | |
389 | bsd/netat/ddp_nbp.c optional netat | |
390 | bsd/netat/ddp_rtmp.c optional netat | |
391 | bsd/netat/ddp_sip.c optional netat | |
392 | bsd/netat/ddp_rtmptable.c optional netat | |
393 | bsd/netat/ddp_r_rtmp.c optional netat | |
394 | bsd/netat/ddp_r_zip.c optional netat | |
395 | bsd/netat/ddp_aarp.c optional netat | |
396 | bsd/netat/ddp_lap.c optional netat | |
397 | bsd/netat/adsp_CLDeny.c optional netat | |
398 | bsd/netat/adsp_Read.c optional netat | |
399 | bsd/netat/adsp_Timer.c optional netat | |
400 | bsd/netat/adsp_attention.c optional netat | |
401 | bsd/netat/adsp_CLListen.c optional netat | |
402 | bsd/netat/adsp_NewCID.c optional netat | |
403 | bsd/netat/adsp_TimerElem.c optional netat | |
404 | bsd/netat/adsp_reset.c optional netat | |
405 | bsd/netat/adsp_Close.c optional netat | |
406 | bsd/netat/adsp_Open.c optional netat | |
407 | bsd/netat/adsp_RxAttn.c optional netat | |
408 | bsd/netat/adsp_Write.c optional netat | |
409 | bsd/netat/adsp_Control.c optional netat | |
410 | bsd/netat/adsp_RxData.c optional netat | |
411 | bsd/netat/adsp.c optional netat | |
412 | bsd/netat/adsp_Init.c optional netat | |
413 | bsd/netat/adsp_Options.c optional netat | |
414 | bsd/netat/adsp_stream.c optional netat | |
415 | bsd/netat/adsp_InitGlobals.c optional netat | |
416 | bsd/netat/adsp_Packet.c optional netat | |
417 | bsd/netat/adsp_Status.c optional netat | |
418 | bsd/netat/adsp_misc.c optional netat | |
419 | bsd/netat/sys_glue.c optional netat | |
420 | bsd/netat/sys_dep.c optional netat | |
421 | bsd/netat/drv_dep.c optional netat | |
422 | bsd/netat/aurp_aurpd.c optional netat | |
423 | bsd/netat/aurp_cfg.c optional netat | |
424 | bsd/netat/aurp_gdata.c optional netat | |
425 | bsd/netat/aurp_misc.c optional netat | |
426 | bsd/netat/aurp_open.c optional netat | |
427 | bsd/netat/aurp_rd.c optional netat | |
428 | bsd/netat/aurp_ri.c optional netat | |
429 | bsd/netat/aurp_rx.c optional netat | |
430 | bsd/netat/aurp_tickle.c optional netat | |
431 | bsd/netat/aurp_tx.c optional netat | |
432 | bsd/netat/aurp_zi.c optional netat | |
433 | ||
434 | bsd/nfs/krpc_subr.c optional nfsclient | |
435 | bsd/nfs/nfs_bio.c optional nfsclient | |
436 | bsd/nfs/nfs_boot.c optional nfsclient | |
2d21ac55 A |
437 | bsd/nfs/nfs_gss.c optional nfsclient |
438 | bsd/nfs/nfs_gss.c optional nfsserver | |
b0d623f7 A |
439 | bsd/nfs/nfs_gss_crypto.c optional nfsclient |
440 | bsd/nfs/nfs_gss_crypto.c optional nfsserver | |
2d21ac55 | 441 | bsd/nfs/nfs_lock.c optional nfsclient |
1c79356b | 442 | bsd/nfs/nfs_node.c optional nfsclient |
1c79356b | 443 | bsd/nfs/nfs_serv.c optional nfsserver |
2d21ac55 A |
444 | bsd/nfs/nfs_socket.c optional nfsclient |
445 | bsd/nfs/nfs_socket.c optional nfsserver | |
1c79356b | 446 | bsd/nfs/nfs_srvcache.c optional nfsserver |
2d21ac55 A |
447 | bsd/nfs/nfs_subs.c optional nfsclient |
448 | bsd/nfs/nfs_subs.c optional nfsserver | |
449 | bsd/nfs/nfs_syscalls.c optional nfsclient | |
450 | bsd/nfs/nfs_syscalls.c optional nfsserver | |
1c79356b A |
451 | bsd/nfs/nfs_vfsops.c optional nfsclient |
452 | bsd/nfs/nfs_vnops.c optional nfsclient | |
2d21ac55 A |
453 | bsd/nfs/nfs4_subs.c optional nfsclient |
454 | bsd/nfs/nfs4_vnops.c optional nfsclient | |
316670eb | 455 | bsd/nfs/nfs_upcall.c optional nfsserver |
1c79356b | 456 | |
9bccf70c A |
457 | bsd/kern/netboot.c optional nfsclient |
458 | ||
9bccf70c | 459 | bsd/hfs/hfs_attrlist.c optional hfs |
1c79356b | 460 | bsd/hfs/hfs_btreeio.c optional hfs |
9bccf70c A |
461 | bsd/hfs/hfs_catalog.c optional hfs |
462 | bsd/hfs/hfs_chash.c optional hfs | |
463 | bsd/hfs/hfs_cnode.c optional hfs | |
0b4e3aa0 | 464 | bsd/hfs/hfs_encodinghint.c optional hfs |
1c79356b A |
465 | bsd/hfs/hfs_encodings.c optional hfs |
466 | bsd/hfs/hfs_endian.c optional hfs | |
55e303ae | 467 | bsd/hfs/hfs_hotfiles.c optional hfs |
1c79356b | 468 | bsd/hfs/hfs_link.c optional hfs |
1c79356b | 469 | bsd/hfs/hfs_lookup.c optional hfs |
55e303ae | 470 | bsd/hfs/hfs_notification.c optional hfs |
9bccf70c | 471 | bsd/hfs/hfs_quota.c optional quota |
1c79356b A |
472 | bsd/hfs/hfs_readwrite.c optional hfs |
473 | bsd/hfs/hfs_search.c optional hfs | |
474 | bsd/hfs/hfs_vfsops.c optional hfs | |
475 | bsd/hfs/hfs_vfsutils.c optional hfs | |
9bccf70c | 476 | bsd/hfs/hfs_vnops.c optional hfs |
91447636 | 477 | bsd/hfs/hfs_xattr.c optional hfs |
1c79356b | 478 | bsd/hfs/MacOSStubs.c optional hfs |
6d2010ae | 479 | bsd/hfs/hfs_cprotect.c optional hfs |
0b4e3aa0 | 480 | bsd/hfs/rangelist.c optional hfs |
1c79356b A |
481 | bsd/hfs/hfscommon/BTree/BTree.c optional hfs |
482 | bsd/hfs/hfscommon/BTree/BTreeAllocate.c optional hfs | |
483 | bsd/hfs/hfscommon/BTree/BTreeMiscOps.c optional hfs | |
484 | bsd/hfs/hfscommon/BTree/BTreeNodeOps.c optional hfs | |
55e303ae | 485 | bsd/hfs/hfscommon/BTree/BTreeNodeReserve.c optional hfs |
14353aa8 | 486 | bsd/hfs/hfscommon/BTree/BTreeScanner.c optional hfs |
1c79356b | 487 | bsd/hfs/hfscommon/BTree/BTreeTreeOps.c optional hfs |
1c79356b A |
488 | bsd/hfs/hfscommon/Catalog/CatalogUtilities.c optional hfs |
489 | bsd/hfs/hfscommon/Catalog/FileIDsServices.c optional hfs | |
490 | bsd/hfs/hfscommon/Misc/BTreeWrapper.c optional hfs | |
491 | bsd/hfs/hfscommon/Misc/FileExtentMapping.c optional hfs | |
1c79356b | 492 | bsd/hfs/hfscommon/Misc/VolumeAllocation.c optional hfs |
6d2010ae | 493 | bsd/hfs/hfscommon/Misc/HybridAllocator.c optional hfs |
1c79356b A |
494 | bsd/hfs/hfscommon/Unicode/UnicodeWrappers.c optional hfs |
495 | ||
b0d623f7 A |
496 | bsd/security/audit/audit.c optional config_audit |
497 | bsd/security/audit/audit_arg.c optional config_audit | |
498 | bsd/security/audit/audit_bsd.c optional config_audit | |
499 | bsd/security/audit/audit_bsm.c optional config_audit | |
500 | bsd/security/audit/audit_bsm_errno.c optional config_audit | |
501 | bsd/security/audit/audit_bsm_fcntl.c optional config_audit | |
502 | bsd/security/audit/audit_bsm_domain.c optional config_audit | |
503 | bsd/security/audit/audit_bsm_klib.c optional config_audit | |
504 | bsd/security/audit/audit_bsm_socket_type.c optional config_audit | |
505 | bsd/security/audit/audit_bsm_token.c optional config_audit | |
506 | ./audit_kevents.c optional config_audit | |
507 | bsd/security/audit/audit_mac.c optional config_audit | |
508 | bsd/security/audit/audit_pipe.c optional config_audit | |
509 | bsd/security/audit/audit_session.c standard | |
510 | bsd/security/audit/audit_syscalls.c standard | |
511 | bsd/security/audit/audit_worker.c optional config_audit | |
512 | ||
1c79356b | 513 | bsd/kern/bsd_init.c standard |
b0d623f7 | 514 | ./init_sysent.c standard |
1c79356b A |
515 | bsd/kern/kdebug.c standard |
516 | bsd/kern/kern_acct.c standard | |
91447636 | 517 | bsd/kern/kern_aio.c standard |
2d21ac55 | 518 | bsd/kern/kern_authorization.c standard |
1c79356b A |
519 | bsd/kern/kern_clock.c standard |
520 | bsd/kern/kern_core.c standard | |
91447636 | 521 | bsd/kern/kern_credential.c standard |
1c79356b A |
522 | bsd/kern/kern_symfile.c standard |
523 | bsd/kern/kern_descrip.c standard | |
9bccf70c | 524 | bsd/kern/kern_event.c standard |
2d21ac55 | 525 | bsd/kern/kern_control.c optional networking |
1c79356b A |
526 | bsd/kern/kern_exec.c standard |
527 | bsd/kern/kern_exit.c standard | |
91447636 | 528 | bsd/kern/kern_lockf.c standard |
1c79356b | 529 | bsd/kern/kern_fork.c standard |
1c79356b A |
530 | bsd/kern/kern_malloc.c standard |
531 | bsd/kern/kern_mman.c standard | |
2d21ac55 | 532 | bsd/kern/kern_panicinfo.c optional panic_info |
1c79356b | 533 | bsd/kern/kern_physio.c standard |
6d2010ae | 534 | bsd/kern/kern_priv.c standard |
1c79356b A |
535 | bsd/kern/kern_proc.c standard |
536 | bsd/kern/kern_prot.c standard | |
537 | bsd/kern/kern_resource.c standard | |
538 | bsd/kern/kern_shutdown.c standard | |
539 | bsd/kern/kern_sig.c standard | |
540 | bsd/kern/kern_subr.c standard | |
541 | bsd/kern/kern_synch.c standard | |
542 | bsd/kern/kern_sysctl.c standard | |
543 | bsd/kern/kern_newsysctl.c standard | |
316670eb | 544 | bsd/kern/kern_memorystatus.c optional config_memorystatus |
1c79356b | 545 | bsd/kern/kern_mib.c standard |
2d21ac55 | 546 | bsd/kern/kpi_mbuf.c optional sockets |
1c79356b A |
547 | bsd/kern/kern_time.c standard |
548 | bsd/kern/kern_xxx.c standard | |
549 | bsd/kern/mach_process.c standard | |
2d21ac55 | 550 | bsd/kern/mcache.c optional sockets |
1c79356b A |
551 | bsd/kern/spl.c standard |
552 | bsd/kern/subr_log.c standard | |
553 | bsd/kern/subr_prf.c standard | |
554 | bsd/kern/subr_prof.c standard | |
2d21ac55 | 555 | bsd/kern/subr_sbuf.c standard |
1c79356b A |
556 | bsd/kern/subr_xxx.c standard |
557 | bsd/kern/sys_generic.c standard | |
91447636 | 558 | bsd/kern/sys_pipe.c standard |
2d21ac55 A |
559 | bsd/kern/sys_socket.c optional sockets |
560 | bsd/kern/sys_domain.c optional sockets | |
b0d623f7 | 561 | ./syscalls.c standard |
1c79356b | 562 | bsd/kern/tty.c standard |
b0d623f7 | 563 | bsd/kern/tty_compat.c standard |
1c79356b A |
564 | bsd/kern/tty_conf.c standard |
565 | bsd/kern/tty_pty.c optional pty | |
2d21ac55 | 566 | bsd/kern/tty_ptmx.c optional ptmx |
1c79356b A |
567 | bsd/kern/tty_subr.c standard |
568 | bsd/kern/tty_tty.c standard | |
569 | bsd/kern/ubc_subr.c standard | |
2d21ac55 A |
570 | bsd/kern/uipc_domain.c optional sockets |
571 | bsd/kern/uipc_mbuf.c optional sockets | |
572 | bsd/kern/uipc_mbuf2.c optional sockets | |
573 | bsd/kern/uipc_proto.c optional sockets | |
574 | bsd/kern/uipc_socket.c optional sockets | |
575 | bsd/kern/uipc_socket2.c optional sockets | |
576 | bsd/kern/uipc_syscalls.c optional sockets | |
577 | bsd/kern/uipc_usrreq.c optional sockets | |
1c79356b A |
578 | bsd/kern/sysv_ipc.c standard |
579 | bsd/kern/sysv_shm.c standard | |
9bccf70c | 580 | bsd/kern/sysv_sem.c standard |
91447636 | 581 | bsd/kern/sysv_msg.c standard |
1c79356b | 582 | bsd/kern/mach_fat.c standard |
1c79356b A |
583 | bsd/kern/mach_loader.c standard |
584 | bsd/kern/posix_sem.c standard | |
585 | bsd/kern/posix_shm.c standard | |
b4c24cb9 | 586 | # XXXdbg - I need this in the journaling and block cache code |
2d21ac55 A |
587 | bsd/kern/qsort.c standard |
588 | bsd/kern/kpi_socket.c optional sockets | |
589 | bsd/kern/kpi_socketfilter.c optional sockets | |
b0d623f7 A |
590 | bsd/kern/pthread_support.c optional psynch |
591 | bsd/kern/pthread_synch.c standard | |
0c530ab8 | 592 | bsd/kern/proc_info.c standard |
6d2010ae | 593 | bsd/kern/process_policy.c standard |
316670eb | 594 | bsd/kern/vm_pressure.c optional vm_pressure_events |
2d21ac55 | 595 | bsd/kern/socket_info.c optional sockets |
1c79356b A |
596 | |
597 | bsd/vm/vnode_pager.c standard | |
2d21ac55 | 598 | bsd/vm/vm_unix.c standard |
1c79356b A |
599 | bsd/vm/dp_backing_file.c standard |
600 | ||
601 | bsd/uxkern/ux_exception.c standard | |
602 | ||
603 | bsd/conf/param.c standard | |
604 | ./ioconf.c standard | |
0c530ab8 A |
605 | |
606 | bsd/dev/chud/chud_bsd_callback.c standard | |
607 | bsd/dev/chud/chud_process.c standard | |
2d21ac55 | 608 | |
316670eb A |
609 | |
610 | ||
2d21ac55 A |
611 | bsd/dev/dtrace/dtrace.c optional config_dtrace |
612 | bsd/dev/dtrace/lockstat.c optional config_dtrace | |
613 | bsd/dev/dtrace/dtrace_ptss.c optional config_dtrace | |
614 | bsd/dev/dtrace/dtrace_subr.c optional config_dtrace | |
615 | bsd/dev/dtrace/dtrace_glue.c standard | |
616 | bsd/dev/dtrace/dtrace_alloc.c optional config_dtrace | |
617 | bsd/dev/dtrace/blist.c optional config_dtrace | |
618 | bsd/dev/dtrace/fbt.c optional config_dtrace | |
619 | bsd/dev/dtrace/sdt.c optional config_dtrace | |
620 | bsd/dev/dtrace/sdt_subr.c optional config_dtrace | |
621 | bsd/dev/dtrace/systrace.c optional config_dtrace | |
622 | bsd/dev/dtrace/profile_prvd.c optional config_dtrace | |
623 | bsd/dev/dtrace/fasttrap.c optional config_dtrace | |
624 | ||
625 | bsd/kern/imageboot.c optional config_imageboot | |
6d2010ae | 626 | |
316670eb A |
627 | osfmk/kperf/kperfbsd.c optional kperf |
628 |