]>
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 | |
29 | OPTIONS/mach_kdb optional mach_kdb | |
30 | OPTIONS/mach_ldebug optional mach_ldebug | |
31 | OPTIONS/mach_load optional mach_load | |
32 | OPTIONS/mach_machine_routines optional mach_machine_routines | |
33 | OPTIONS/rev_endian_fs optional rev_endian_fs | |
34 | OPTIONS/mach_net optional mach_net | |
35 | OPTIONS/mach_np optional mach_np | |
36 | OPTIONS/mach_old_vm_copy optional mach_old_vm_copy | |
37 | OPTIONS/mach_pagemap optional mach_pagemap | |
38 | OPTIONS/mach_sctimes optional mach_sctimes | |
39 | OPTIONS/mach_vm_debug optional mach_vm_debug | |
40 | OPTIONS/mach_xp optional mach_xp | |
41 | OPTIONS/mach_xp_fpd optional mach_xp_fpd | |
42 | OPTIONS/quota optional quota | |
43 | OPTIONS/simple_clock optional simple_clock | |
1c79356b A |
44 | OPTIONS/xpr_debug optional xpr_debug |
45 | OPTIONS/kdebug optional kdebug | |
46 | OPTIONS/nfsclient optional nfsclient | |
47 | OPTIONS/nfsserver optional nfsserver | |
48 | OPTIONS/driverkit optional driverkit | |
49 | OPTIONS/mallocdebug optional mallocdebug | |
50 | OPTIONS/kernobjc optional kernobjc | |
51 | OPTIONS/kernremote optional kernremote | |
52 | OPTIONS/uxpr optional uxpr | |
53 | OPTIONS/kernel_stack optional kernel_stack | |
54 | OPTIONS/norma_ipc optional norma_ipc | |
55 | OPTIONS/norma_device optional norma_device | |
56 | OPTIONS/norma_vm optional norma_vm | |
57 | OPTIONS/norma_task optional norma_task | |
58 | OPTIONS/norma_ether optional norma_ether | |
59 | OPTIONS/new_vm_code optional new_vm_code | |
60 | OPTIONS/old_vm_code optional old_vm_code | |
61 | OPTIONS/compat_43 optional compat_43 | |
62 | OPTIONS/diagnostic optional diagnostic | |
2d21ac55 | 63 | OPTIONS/config_dtrace optional config_dtrace |
1c79356b | 64 | OPTIONS/profiling optional profiling |
9bccf70c | 65 | OPTIONS/vndevice optional vndevice |
b0d623f7 | 66 | OPTIONS/config_audit optional config_audit |
2d21ac55 A |
67 | OPTIONS/config_fse optional config_fse |
68 | OPTIONS/sockets optional sockets | |
2d21ac55 A |
69 | OPTIONS/development optional development |
70 | OPTIONS/sysv_sem optional sysv_sem | |
71 | OPTIONS/sysv_msg optional sysv_msg | |
72 | OPTIONS/sysv_shm optional sysv_shm | |
73 | OPTIONS/panic_info optional panic_info | |
74 | OPTIONS/no_bsd_inlines optional no_bsd_inlines | |
1c79356b A |
75 | |
76 | # | |
77 | # Network options | |
78 | # | |
2d21ac55 A |
79 | OPTIONS/networking optional networking |
80 | OPTIONS/inet optional inet | |
81 | OPTIONS/inet6 optional inet6 | |
82 | OPTIONS/ether optional ether | |
1c79356b A |
83 | OPTIONS/multicast optional multicast |
84 | OPTIONS/mrouting optional mrouting | |
85 | OPTIONS/routing optional routing | |
86 | OPTIONS/eon optional eon | |
87 | OPTIONS/tpip optional tpip | |
88 | OPTIONS/ns optional ns | |
89 | OPTIONS/iso optional iso | |
90 | OPTIONS/tuba optional tuba | |
1c79356b A |
91 | OPTIONS/gateway optional gateway |
92 | OPTIONS/ipx optional ipx | |
93 | OPTIONS/tun optional tun | |
94 | OPTIONS/vlan optional vlan | |
2d21ac55 | 95 | OPTIONS/bond optional bond |
1c79356b | 96 | OPTIONS/bpfilter optional bpfilter |
2d21ac55 A |
97 | OPTIONS/sl optional sl |
98 | OPTIONS/ppp optional ppp | |
1c79356b | 99 | OPTIONS/sppp optional sppp |
2d21ac55 | 100 | OPTIONS/ppp_deflate optional ppp_deflate zlib |
1c79356b | 101 | OPTIONS/disc optional disc |
1c79356b A |
102 | OPTIONS/fddi optional fddi |
103 | ||
1c79356b A |
104 | OPTIONS/ipdivert optional ipdivert |
105 | OPTIONS/dummynet optional dummynet | |
91447636 | 106 | OPTIONS/ipfw2 optional ipfw2 |
1c79356b | 107 | OPTIONS/ipfirewall optional ipfirewall |
91447636 | 108 | OPTIONS/ipv6firewall optional ipv6firewall |
1c79356b | 109 | OPTIONS/tcpdebug optional tcpdebug |
1c79356b | 110 | OPTIONS/faith optional faith |
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 |
2d21ac55 A |
116 | |
117 | OPTIONS/zlib optional zlib | |
1c79356b A |
118 | |
119 | # | |
120 | # Filesystem options | |
121 | # | |
2d21ac55 A |
122 | OPTIONS/ffs optional ffs |
123 | OPTIONS/hfs optional hfs | |
124 | OPTIONS/mfs optional mfs | |
1c79356b A |
125 | OPTIONS/fdesc optional fdesc |
126 | OPTIONS/fifo optional fifo | |
1c79356b | 127 | OPTIONS/nullfs optional nullfs |
1c79356b | 128 | OPTIONS/union optional union |
1c79356b | 129 | OPTIONS/devfs optional devfs |
2d21ac55 A |
130 | OPTIONS/crypto optional crypto |
131 | OPTIONS/allcrypto optional allcrypto | |
132 | OPTIONS/journaling optional journaling | |
133 | OPTIONS/crypto optional crypto | |
134 | OPTIONS/allcrypto optional allcrypto | |
135 | OPTIONS/journaling optional journaling | |
b0d623f7 | 136 | OPTIONS/hfs_compression optional hfs_compression |
2d21ac55 A |
137 | |
138 | OPTIONS/config_imageboot optional config_imageboot | |
1c79356b | 139 | |
0b4e3aa0 | 140 | bsd/dev/random/randomdev.c standard |
b0d623f7 | 141 | bsd/dev/random/fips_sha1.c standard |
0b4e3aa0 A |
142 | bsd/dev/random/YarrowCoreLib/port/smf.c standard |
143 | bsd/dev/random/YarrowCoreLib/src/comp.c standard | |
144 | bsd/dev/random/YarrowCoreLib/src/prng.c standard | |
145 | bsd/dev/random/YarrowCoreLib/src/sha1mod.c standard | |
146 | bsd/dev/random/YarrowCoreLib/src/yarrowUtils.c standard | |
55e303ae | 147 | |
91447636 A |
148 | bsd/dev/memdev.c standard |
149 | ||
150 | bsd/dev/unix_startup.c standard | |
55e303ae | 151 | |
9bccf70c A |
152 | bsd/dev/vn/vn.c optional vndevice |
153 | bsd/dev/vn/shadow.c optional vndevice | |
0b4e3aa0 | 154 | |
91447636 | 155 | bsd/libkern/crc32.c standard |
1c79356b A |
156 | bsd/libkern/random.c standard |
157 | bsd/libkern/scanc.c standard | |
158 | bsd/libkern/skpc.c standard | |
2d21ac55 | 159 | bsd/libkern/strsep.c standard |
91447636 | 160 | bsd/libkern/inet_ntop.c standard |
1c79356b A |
161 | bsd/libkern/bcd.c standard |
162 | ||
91447636 | 163 | bsd/vfs/vfs_attrlist.c standard |
1c79356b A |
164 | bsd/vfs/vfs_bio.c standard |
165 | bsd/vfs/vfs_cache.c standard | |
166 | bsd/vfs/vfs_cluster.c standard | |
167 | bsd/vfs/vfs_conf.c standard | |
2d21ac55 | 168 | bsd/vfs/vfs_fslog.c standard |
1c79356b A |
169 | bsd/vfs/vfs_init.c standard |
170 | bsd/vfs/vfs_lookup.c standard | |
2d21ac55 | 171 | bsd/vfs/vfs_quota.c optional quota |
1c79356b A |
172 | bsd/vfs/vfs_subr.c standard |
173 | bsd/vfs/vfs_syscalls.c standard | |
174 | bsd/vfs/vfs_support.c standard | |
175 | bsd/vfs/vfs_utfconv.c standard | |
176 | bsd/vfs/vfs_vnops.c standard | |
91447636 | 177 | bsd/vfs/vfs_xattr.c standard |
1c79356b | 178 | bsd/vfs/vnode_if.c standard |
91447636 | 179 | bsd/vfs/kpi_vfs.c standard |
b0d623f7 | 180 | bsd/vfs/vfs_journal.c standard |
91447636 | 181 | bsd/vfs/vfs_fsevents.c standard |
1c79356b A |
182 | |
183 | bsd/miscfs/deadfs/dead_vnops.c standard | |
b0d623f7 | 184 | bsd/miscfs/devfs/devfs_fdesc_support.c optional fdesc |
2d21ac55 | 185 | bsd/miscfs/fifofs/fifo_vnops.c optional fifo sockets |
1c79356b A |
186 | bsd/miscfs/nullfs/null_subr.c optional nullfs |
187 | bsd/miscfs/nullfs/null_vfsops.c optional nullfs | |
188 | bsd/miscfs/nullfs/null_vnops.c optional nullfs | |
1c79356b | 189 | bsd/miscfs/specfs/spec_vnops.c standard |
1c79356b A |
190 | bsd/miscfs/union/union_subr.c optional union |
191 | bsd/miscfs/union/union_vfsops.c optional union | |
192 | bsd/miscfs/union/union_vnops.c optional union | |
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 | |
1c79356b | 202 | bsd/net/bsd_comp.c optional ppp_bsdcomp |
2d21ac55 | 203 | bsd/net/if.c optional networking |
1c79356b A |
204 | bsd/net/if_atmsubr.c optional atm |
205 | bsd/net/if_disc.c optional disc | |
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 |
91447636 | 213 | bsd/net/if_mib.c optional netmibs |
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 | |
1c79356b A |
227 | bsd/net/slcompress.c optional ppp |
228 | bsd/net/slcompress.c optional sl | |
1c79356b A |
229 | bsd/net/if_dummy.c optional dummy |
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 | |
238 | bsd/net/if_pflog.c optional pflog pf | |
239 | bsd/net/pf.c optional pf | |
240 | bsd/net/pf_if.c optional pf | |
241 | bsd/net/pf_ioctl.c optional pf | |
242 | bsd/net/pf_norm.c optional pf | |
243 | bsd/net/pf_osfp.c optional pf | |
244 | bsd/net/pf_ruleset.c optional pf | |
245 | bsd/net/pf_table.c optional pf | |
1c79356b | 246 | |
1c79356b | 247 | bsd/netinet/if_atm.c optional atm |
2d21ac55 A |
248 | bsd/netinet/igmp.c optional inet |
249 | bsd/netinet/in.c optional inet | |
250 | bsd/netinet/in_dhcp.c optional inet | |
251 | bsd/netinet/dhcp_options.c optional inet | |
252 | bsd/netinet/in_arp.c optional inet | |
253 | bsd/netinet/in_pcb.c optional inet | |
254 | bsd/netinet/in_proto.c optional inet | |
255 | bsd/netinet/in_rmx.c optional inet | |
1c79356b A |
256 | bsd/netinet/ip_divert.c optional ipdivert |
257 | bsd/netinet/ip_dummynet.c optional dummynet | |
2d21ac55 | 258 | bsd/netinet/ip_flow.c optional inet |
91447636 A |
259 | bsd/netinet/ip_fw2.c optional ipfw2 |
260 | bsd/netinet/ip_fw2_compat.c optional ipfw2 | |
2d21ac55 A |
261 | bsd/netinet/ip_icmp.c optional inet |
262 | bsd/netinet/ip_id.c optional randomipid inet | |
263 | bsd/netinet/ip_input.c optional inet | |
264 | bsd/netinet/ip_mroute.c optional mrouting | |
265 | bsd/netinet/ip_output.c optional inet | |
266 | bsd/netinet/raw_ip.c optional inet | |
1c79356b | 267 | bsd/netinet/tcp_debug.c optional tcpdebug |
2d21ac55 A |
268 | bsd/netinet/tcp_input.c optional inet |
269 | bsd/netinet/tcp_output.c optional inet | |
270 | bsd/netinet/tcp_sack.c optional inet | |
271 | bsd/netinet/tcp_subr.c optional inet | |
272 | bsd/netinet/tcp_timer.c optional inet | |
273 | bsd/netinet/tcp_usrreq.c optional inet | |
274 | bsd/netinet/udp_usrreq.c optional inet | |
1c79356b | 275 | bsd/netinet/in_gif.c optional gif inet |
2d21ac55 | 276 | bsd/netinet/ip_ecn.c optional inet |
9bccf70c | 277 | bsd/netinet/ip_encap.c optional inet |
2d21ac55 | 278 | bsd/netinet/kpi_ipfilter.c optional inet |
9bccf70c A |
279 | bsd/netinet6/ah_core.c optional ipsec |
280 | bsd/netinet6/ah_input.c optional ipsec | |
281 | bsd/netinet6/ah_output.c optional ipsec | |
282 | bsd/netinet6/esp_core.c optional ipsec ipsec_esp | |
283 | bsd/netinet6/esp_input.c optional ipsec ipsec_esp | |
284 | bsd/netinet6/esp_output.c optional ipsec ipsec_esp | |
285 | bsd/netinet6/esp_rijndael.c optional ipsec ipsec_esp | |
286 | bsd/netinet6/ipsec.c optional ipsec | |
287 | bsd/netinet6/dest6.c optional inet6 | |
288 | bsd/netinet6/frag6.c optional inet6 | |
289 | bsd/netinet6/icmp6.c optional inet6 | |
290 | bsd/netinet6/in6.c optional inet6 | |
291 | bsd/netinet6/in6_cksum.c optional inet6 | |
292 | bsd/netinet6/in6_gif.c optional gif inet6 | |
7e4a7d39 | 293 | bsd/netinet6/ip6_fw.c optional inet6 ipfw2 |
9bccf70c A |
294 | bsd/netinet6/ip6_forward.c optional inet6 |
295 | bsd/netinet6/in6_ifattach.c optional inet6 | |
296 | bsd/netinet6/ip6_input.c optional inet6 | |
2d21ac55 | 297 | bsd/netinet6/ip6_mroute.c optional mrouting inet6 |
9bccf70c A |
298 | bsd/netinet6/ip6_output.c optional inet6 |
299 | bsd/netinet6/in6_src.c optional inet6 | |
1c79356b | 300 | bsd/netinet6/ipcomp_core.c optional ipsec |
9bccf70c A |
301 | bsd/netinet6/ipcomp_input.c optional ipsec |
302 | bsd/netinet6/ipcomp_output.c optional ipsec | |
303 | bsd/netinet6/in6_pcb.c optional inet6 | |
304 | bsd/netinet6/in6_prefix.c optional inet6 | |
305 | bsd/netinet6/in6_proto.c optional inet6 | |
306 | bsd/netinet6/in6_rmx.c optional inet6 | |
307 | bsd/netinet6/mld6.c optional inet6 | |
308 | bsd/netinet6/nd6.c optional inet6 | |
309 | bsd/netinet6/nd6_nbr.c optional inet6 | |
310 | bsd/netinet6/nd6_rtr.c optional inet6 | |
311 | bsd/netinet6/raw_ip6.c optional inet6 | |
312 | bsd/netinet6/route6.c optional inet6 | |
313 | bsd/netinet6/scope6.c optional inet6 | |
314 | bsd/netinet6/udp6_output.c optional inet6 | |
315 | bsd/netinet6/udp6_usrreq.c optional inet6 | |
1c79356b A |
316 | |
317 | bsd/netkey/key.c optional ipsec | |
318 | bsd/netkey/key_debug.c optional ipsec | |
319 | bsd/netkey/keysock.c optional ipsec | |
320 | bsd/netkey/keydb.c optional ipsec | |
321 | ||
2d21ac55 | 322 | bsd/crypto/sha2/sha2.c optional crypto allcrypto |
9bccf70c | 323 | bsd/crypto/des/des_ecb.c optional crypto |
55e303ae | 324 | bsd/crypto/des/des_enc.c optional crypto |
9bccf70c | 325 | bsd/crypto/des/des_setkey.c optional crypto |
2d21ac55 A |
326 | bsd/crypto/blowfish/bf_enc.c optional crypto allcrypto |
327 | bsd/crypto/blowfish/bf_skey.c optional crypto allcrypto | |
328 | bsd/crypto/cast128/cast128.c optional crypto allcrypto | |
9bccf70c | 329 | bsd/crypto/rc4/rc4.c optional crypto |
1c79356b A |
330 | |
331 | #bsd/netpm/pm_aTT.c optional pm | |
332 | #bsd/netpm/pm_ams.c optional pm | |
333 | #bsd/netpm/pm_dispatch.c optional pm | |
334 | #bsd/netpm/pm_filter.c optional pm | |
335 | #bsd/netpm/pm_list.c optional pm | |
336 | #bsd/netpm/pm_log.c optional pm | |
337 | #bsd/netpm/pm_nat.c optional pm | |
338 | #bsd/netpm/pm_pmd.c optional pm | |
339 | #bsd/netpm/pm_route.c optional pm | |
340 | #bsd/netpm/pm_usrreq.c optional pm | |
341 | ||
342 | ||
1c79356b A |
343 | bsd/netat/at.c optional netat |
344 | bsd/netat/at_proto.c optional netat | |
345 | bsd/netat/at_pcb.c optional netat | |
346 | bsd/netat/ddp_usrreq.c optional netat | |
347 | bsd/netat/atp_alloc.c optional netat | |
348 | bsd/netat/atp_misc.c optional netat | |
349 | bsd/netat/atp_open.c optional netat | |
350 | bsd/netat/atp_read.c optional netat | |
351 | bsd/netat/atp_write.c optional netat | |
352 | bsd/netat/asp_proto.c optional netat | |
353 | bsd/netat/ddp_aep.c optional netat | |
354 | bsd/netat/ddp.c optional netat | |
355 | bsd/netat/ddp_brt.c optional netat | |
356 | bsd/netat/ddp_proto.c optional netat | |
357 | bsd/netat/ddp_nbp.c optional netat | |
358 | bsd/netat/ddp_rtmp.c optional netat | |
359 | bsd/netat/ddp_sip.c optional netat | |
360 | bsd/netat/ddp_rtmptable.c optional netat | |
361 | bsd/netat/ddp_r_rtmp.c optional netat | |
362 | bsd/netat/ddp_r_zip.c optional netat | |
363 | bsd/netat/ddp_aarp.c optional netat | |
364 | bsd/netat/ddp_lap.c optional netat | |
365 | bsd/netat/adsp_CLDeny.c optional netat | |
366 | bsd/netat/adsp_Read.c optional netat | |
367 | bsd/netat/adsp_Timer.c optional netat | |
368 | bsd/netat/adsp_attention.c optional netat | |
369 | bsd/netat/adsp_CLListen.c optional netat | |
370 | bsd/netat/adsp_NewCID.c optional netat | |
371 | bsd/netat/adsp_TimerElem.c optional netat | |
372 | bsd/netat/adsp_reset.c optional netat | |
373 | bsd/netat/adsp_Close.c optional netat | |
374 | bsd/netat/adsp_Open.c optional netat | |
375 | bsd/netat/adsp_RxAttn.c optional netat | |
376 | bsd/netat/adsp_Write.c optional netat | |
377 | bsd/netat/adsp_Control.c optional netat | |
378 | bsd/netat/adsp_RxData.c optional netat | |
379 | bsd/netat/adsp.c optional netat | |
380 | bsd/netat/adsp_Init.c optional netat | |
381 | bsd/netat/adsp_Options.c optional netat | |
382 | bsd/netat/adsp_stream.c optional netat | |
383 | bsd/netat/adsp_InitGlobals.c optional netat | |
384 | bsd/netat/adsp_Packet.c optional netat | |
385 | bsd/netat/adsp_Status.c optional netat | |
386 | bsd/netat/adsp_misc.c optional netat | |
387 | bsd/netat/sys_glue.c optional netat | |
388 | bsd/netat/sys_dep.c optional netat | |
389 | bsd/netat/drv_dep.c optional netat | |
390 | bsd/netat/aurp_aurpd.c optional netat | |
391 | bsd/netat/aurp_cfg.c optional netat | |
392 | bsd/netat/aurp_gdata.c optional netat | |
393 | bsd/netat/aurp_misc.c optional netat | |
394 | bsd/netat/aurp_open.c optional netat | |
395 | bsd/netat/aurp_rd.c optional netat | |
396 | bsd/netat/aurp_ri.c optional netat | |
397 | bsd/netat/aurp_rx.c optional netat | |
398 | bsd/netat/aurp_tickle.c optional netat | |
399 | bsd/netat/aurp_tx.c optional netat | |
400 | bsd/netat/aurp_zi.c optional netat | |
401 | ||
402 | bsd/nfs/krpc_subr.c optional nfsclient | |
403 | bsd/nfs/nfs_bio.c optional nfsclient | |
404 | bsd/nfs/nfs_boot.c optional nfsclient | |
2d21ac55 A |
405 | bsd/nfs/nfs_gss.c optional nfsclient |
406 | bsd/nfs/nfs_gss.c optional nfsserver | |
b0d623f7 A |
407 | bsd/nfs/nfs_gss_crypto.c optional nfsclient |
408 | bsd/nfs/nfs_gss_crypto.c optional nfsserver | |
2d21ac55 | 409 | bsd/nfs/nfs_lock.c optional nfsclient |
1c79356b | 410 | bsd/nfs/nfs_node.c optional nfsclient |
1c79356b | 411 | bsd/nfs/nfs_serv.c optional nfsserver |
2d21ac55 A |
412 | bsd/nfs/nfs_socket.c optional nfsclient |
413 | bsd/nfs/nfs_socket.c optional nfsserver | |
1c79356b | 414 | bsd/nfs/nfs_srvcache.c optional nfsserver |
2d21ac55 A |
415 | bsd/nfs/nfs_subs.c optional nfsclient |
416 | bsd/nfs/nfs_subs.c optional nfsserver | |
417 | bsd/nfs/nfs_syscalls.c optional nfsclient | |
418 | bsd/nfs/nfs_syscalls.c optional nfsserver | |
1c79356b A |
419 | bsd/nfs/nfs_vfsops.c optional nfsclient |
420 | bsd/nfs/nfs_vnops.c optional nfsclient | |
2d21ac55 A |
421 | bsd/nfs/nfs4_subs.c optional nfsclient |
422 | bsd/nfs/nfs4_vnops.c optional nfsclient | |
1c79356b | 423 | |
9bccf70c A |
424 | bsd/kern/netboot.c optional nfsclient |
425 | ||
9bccf70c | 426 | bsd/hfs/hfs_attrlist.c optional hfs |
1c79356b | 427 | bsd/hfs/hfs_btreeio.c optional hfs |
9bccf70c A |
428 | bsd/hfs/hfs_catalog.c optional hfs |
429 | bsd/hfs/hfs_chash.c optional hfs | |
430 | bsd/hfs/hfs_cnode.c optional hfs | |
0b4e3aa0 | 431 | bsd/hfs/hfs_encodinghint.c optional hfs |
1c79356b A |
432 | bsd/hfs/hfs_encodings.c optional hfs |
433 | bsd/hfs/hfs_endian.c optional hfs | |
55e303ae | 434 | bsd/hfs/hfs_hotfiles.c optional hfs |
1c79356b | 435 | bsd/hfs/hfs_link.c optional hfs |
1c79356b | 436 | bsd/hfs/hfs_lookup.c optional hfs |
55e303ae | 437 | bsd/hfs/hfs_notification.c optional hfs |
9bccf70c | 438 | bsd/hfs/hfs_quota.c optional quota |
1c79356b A |
439 | bsd/hfs/hfs_readwrite.c optional hfs |
440 | bsd/hfs/hfs_search.c optional hfs | |
441 | bsd/hfs/hfs_vfsops.c optional hfs | |
442 | bsd/hfs/hfs_vfsutils.c optional hfs | |
9bccf70c | 443 | bsd/hfs/hfs_vnops.c optional hfs |
91447636 | 444 | bsd/hfs/hfs_xattr.c optional hfs |
1c79356b | 445 | bsd/hfs/MacOSStubs.c optional hfs |
d1ecb069 | 446 | bsd/hfs/cprotect.c optional hfs |
0b4e3aa0 | 447 | bsd/hfs/rangelist.c optional hfs |
1c79356b A |
448 | bsd/hfs/hfscommon/BTree/BTree.c optional hfs |
449 | bsd/hfs/hfscommon/BTree/BTreeAllocate.c optional hfs | |
450 | bsd/hfs/hfscommon/BTree/BTreeMiscOps.c optional hfs | |
451 | bsd/hfs/hfscommon/BTree/BTreeNodeOps.c optional hfs | |
55e303ae | 452 | bsd/hfs/hfscommon/BTree/BTreeNodeReserve.c optional hfs |
14353aa8 | 453 | bsd/hfs/hfscommon/BTree/BTreeScanner.c optional hfs |
1c79356b | 454 | bsd/hfs/hfscommon/BTree/BTreeTreeOps.c optional hfs |
1c79356b A |
455 | bsd/hfs/hfscommon/Catalog/CatalogUtilities.c optional hfs |
456 | bsd/hfs/hfscommon/Catalog/FileIDsServices.c optional hfs | |
457 | bsd/hfs/hfscommon/Misc/BTreeWrapper.c optional hfs | |
458 | bsd/hfs/hfscommon/Misc/FileExtentMapping.c optional hfs | |
1c79356b | 459 | bsd/hfs/hfscommon/Misc/VolumeAllocation.c optional hfs |
1c79356b A |
460 | bsd/hfs/hfscommon/Unicode/UnicodeWrappers.c optional hfs |
461 | ||
b0d623f7 A |
462 | bsd/security/audit/audit.c optional config_audit |
463 | bsd/security/audit/audit_arg.c optional config_audit | |
464 | bsd/security/audit/audit_bsd.c optional config_audit | |
465 | bsd/security/audit/audit_bsm.c optional config_audit | |
466 | bsd/security/audit/audit_bsm_errno.c optional config_audit | |
467 | bsd/security/audit/audit_bsm_fcntl.c optional config_audit | |
468 | bsd/security/audit/audit_bsm_domain.c optional config_audit | |
469 | bsd/security/audit/audit_bsm_klib.c optional config_audit | |
470 | bsd/security/audit/audit_bsm_socket_type.c optional config_audit | |
471 | bsd/security/audit/audit_bsm_token.c optional config_audit | |
472 | ./audit_kevents.c optional config_audit | |
473 | bsd/security/audit/audit_mac.c optional config_audit | |
474 | bsd/security/audit/audit_pipe.c optional config_audit | |
475 | bsd/security/audit/audit_session.c standard | |
476 | bsd/security/audit/audit_syscalls.c standard | |
477 | bsd/security/audit/audit_worker.c optional config_audit | |
478 | ||
1c79356b | 479 | bsd/kern/bsd_init.c standard |
b0d623f7 | 480 | ./init_sysent.c standard |
1c79356b A |
481 | bsd/kern/kdebug.c standard |
482 | bsd/kern/kern_acct.c standard | |
91447636 | 483 | bsd/kern/kern_aio.c standard |
2d21ac55 | 484 | bsd/kern/kern_authorization.c standard |
1c79356b A |
485 | bsd/kern/kern_clock.c standard |
486 | bsd/kern/kern_core.c standard | |
91447636 | 487 | bsd/kern/kern_credential.c standard |
1c79356b A |
488 | bsd/kern/kern_symfile.c standard |
489 | bsd/kern/kern_descrip.c standard | |
9bccf70c | 490 | bsd/kern/kern_event.c standard |
2d21ac55 | 491 | bsd/kern/kern_control.c optional networking |
b0d623f7 | 492 | bsd/kern/kern_callout.c standard |
1c79356b A |
493 | bsd/kern/kern_exec.c standard |
494 | bsd/kern/kern_exit.c standard | |
91447636 | 495 | bsd/kern/kern_lockf.c standard |
1c79356b | 496 | bsd/kern/kern_fork.c standard |
1c79356b A |
497 | bsd/kern/kern_malloc.c standard |
498 | bsd/kern/kern_mman.c standard | |
2d21ac55 | 499 | bsd/kern/kern_panicinfo.c optional panic_info |
1c79356b A |
500 | bsd/kern/kern_physio.c standard |
501 | bsd/kern/kern_proc.c standard | |
502 | bsd/kern/kern_prot.c standard | |
503 | bsd/kern/kern_resource.c standard | |
504 | bsd/kern/kern_shutdown.c standard | |
505 | bsd/kern/kern_sig.c standard | |
506 | bsd/kern/kern_subr.c standard | |
507 | bsd/kern/kern_synch.c standard | |
508 | bsd/kern/kern_sysctl.c standard | |
509 | bsd/kern/kern_newsysctl.c standard | |
2d21ac55 | 510 | bsd/kern/kern_memorystatus.c optional config_embedded |
1c79356b | 511 | bsd/kern/kern_mib.c standard |
2d21ac55 | 512 | bsd/kern/kpi_mbuf.c optional sockets |
1c79356b A |
513 | bsd/kern/kern_time.c standard |
514 | bsd/kern/kern_xxx.c standard | |
515 | bsd/kern/mach_process.c standard | |
2d21ac55 | 516 | bsd/kern/mcache.c optional sockets |
1c79356b A |
517 | bsd/kern/spl.c standard |
518 | bsd/kern/subr_log.c standard | |
519 | bsd/kern/subr_prf.c standard | |
520 | bsd/kern/subr_prof.c standard | |
2d21ac55 | 521 | bsd/kern/subr_sbuf.c standard |
1c79356b A |
522 | bsd/kern/subr_xxx.c standard |
523 | bsd/kern/sys_generic.c standard | |
91447636 | 524 | bsd/kern/sys_pipe.c standard |
2d21ac55 A |
525 | bsd/kern/sys_socket.c optional sockets |
526 | bsd/kern/sys_domain.c optional sockets | |
b0d623f7 | 527 | ./syscalls.c standard |
1c79356b | 528 | bsd/kern/tty.c standard |
b0d623f7 | 529 | bsd/kern/tty_compat.c standard |
1c79356b A |
530 | bsd/kern/tty_conf.c standard |
531 | bsd/kern/tty_pty.c optional pty | |
2d21ac55 | 532 | bsd/kern/tty_ptmx.c optional ptmx |
1c79356b A |
533 | bsd/kern/tty_subr.c standard |
534 | bsd/kern/tty_tty.c standard | |
535 | bsd/kern/ubc_subr.c standard | |
2d21ac55 A |
536 | bsd/kern/uipc_domain.c optional sockets |
537 | bsd/kern/uipc_mbuf.c optional sockets | |
538 | bsd/kern/uipc_mbuf2.c optional sockets | |
539 | bsd/kern/uipc_proto.c optional sockets | |
540 | bsd/kern/uipc_socket.c optional sockets | |
541 | bsd/kern/uipc_socket2.c optional sockets | |
542 | bsd/kern/uipc_syscalls.c optional sockets | |
543 | bsd/kern/uipc_usrreq.c optional sockets | |
1c79356b A |
544 | bsd/kern/sysv_ipc.c standard |
545 | bsd/kern/sysv_shm.c standard | |
9bccf70c | 546 | bsd/kern/sysv_sem.c standard |
91447636 | 547 | bsd/kern/sysv_msg.c standard |
1c79356b | 548 | bsd/kern/mach_fat.c standard |
1c79356b A |
549 | bsd/kern/mach_loader.c standard |
550 | bsd/kern/posix_sem.c standard | |
551 | bsd/kern/posix_shm.c standard | |
b4c24cb9 | 552 | # XXXdbg - I need this in the journaling and block cache code |
2d21ac55 A |
553 | bsd/kern/qsort.c standard |
554 | bsd/kern/kpi_socket.c optional sockets | |
555 | bsd/kern/kpi_socketfilter.c optional sockets | |
b0d623f7 A |
556 | bsd/kern/pthread_support.c optional psynch |
557 | bsd/kern/pthread_synch.c standard | |
0c530ab8 | 558 | bsd/kern/proc_info.c standard |
2d21ac55 | 559 | bsd/kern/socket_info.c optional sockets |
1c79356b A |
560 | |
561 | bsd/vm/vnode_pager.c standard | |
2d21ac55 | 562 | bsd/vm/vm_unix.c standard |
1c79356b A |
563 | bsd/vm/dp_backing_file.c standard |
564 | ||
565 | bsd/uxkern/ux_exception.c standard | |
566 | ||
567 | bsd/conf/param.c standard | |
568 | ./ioconf.c standard | |
0c530ab8 A |
569 | |
570 | bsd/dev/chud/chud_bsd_callback.c standard | |
571 | bsd/dev/chud/chud_process.c standard | |
2d21ac55 A |
572 | |
573 | bsd/dev/dtrace/dtrace.c optional config_dtrace | |
574 | bsd/dev/dtrace/lockstat.c optional config_dtrace | |
575 | bsd/dev/dtrace/dtrace_ptss.c optional config_dtrace | |
576 | bsd/dev/dtrace/dtrace_subr.c optional config_dtrace | |
577 | bsd/dev/dtrace/dtrace_glue.c standard | |
578 | bsd/dev/dtrace/dtrace_alloc.c optional config_dtrace | |
579 | bsd/dev/dtrace/blist.c optional config_dtrace | |
580 | bsd/dev/dtrace/fbt.c optional config_dtrace | |
581 | bsd/dev/dtrace/sdt.c optional config_dtrace | |
582 | bsd/dev/dtrace/sdt_subr.c optional config_dtrace | |
583 | bsd/dev/dtrace/systrace.c optional config_dtrace | |
584 | bsd/dev/dtrace/profile_prvd.c optional config_dtrace | |
585 | bsd/dev/dtrace/fasttrap.c optional config_dtrace | |
586 | ||
587 | bsd/kern/imageboot.c optional config_imageboot |