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