]>
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 | |
15 | OPTIONS/mach_assert optional mach_assert | |
16 | OPTIONS/mach_compat optional mach_compat | |
17 | OPTIONS/mach_counters optional mach_counters | |
18 | OPTIONS/mach_debug optional mach_debug | |
19 | OPTIONS/mach_fastlink optional mach_fastlink | |
20 | OPTIONS/mach_fixpri optional mach_fixpri | |
21 | OPTIONS/mach_host optional mach_host | |
22 | OPTIONS/mach_ipc_compat optional mach_ipc_compat | |
23 | OPTIONS/mach_ipc_debug optional mach_ipc_debug | |
24 | OPTIONS/mach_ipc_test optional mach_ipc_test | |
25 | OPTIONS/mach_kdb optional mach_kdb | |
26 | OPTIONS/mach_ldebug optional mach_ldebug | |
27 | OPTIONS/mach_load optional mach_load | |
28 | OPTIONS/mach_machine_routines optional mach_machine_routines | |
29 | OPTIONS/rev_endian_fs optional rev_endian_fs | |
30 | OPTIONS/mach_net optional mach_net | |
31 | OPTIONS/mach_np optional mach_np | |
32 | OPTIONS/mach_old_vm_copy optional mach_old_vm_copy | |
33 | OPTIONS/mach_pagemap optional mach_pagemap | |
34 | OPTIONS/mach_sctimes optional mach_sctimes | |
35 | OPTIONS/mach_vm_debug optional mach_vm_debug | |
36 | OPTIONS/mach_xp optional mach_xp | |
37 | OPTIONS/mach_xp_fpd optional mach_xp_fpd | |
38 | OPTIONS/quota optional quota | |
39 | OPTIONS/simple_clock optional simple_clock | |
1c79356b A |
40 | OPTIONS/xpr_debug optional xpr_debug |
41 | OPTIONS/kdebug optional kdebug | |
42 | OPTIONS/nfsclient optional nfsclient | |
43 | OPTIONS/nfsserver optional nfsserver | |
44 | OPTIONS/driverkit optional driverkit | |
45 | OPTIONS/mallocdebug optional mallocdebug | |
46 | OPTIONS/kernobjc optional kernobjc | |
47 | OPTIONS/kernremote optional kernremote | |
48 | OPTIONS/uxpr optional uxpr | |
49 | OPTIONS/kernel_stack optional kernel_stack | |
50 | OPTIONS/norma_ipc optional norma_ipc | |
51 | OPTIONS/norma_device optional norma_device | |
52 | OPTIONS/norma_vm optional norma_vm | |
53 | OPTIONS/norma_task optional norma_task | |
54 | OPTIONS/norma_ether optional norma_ether | |
55 | OPTIONS/new_vm_code optional new_vm_code | |
56 | OPTIONS/old_vm_code optional old_vm_code | |
57 | OPTIONS/compat_43 optional compat_43 | |
91447636 A |
58 | OPTIONS/compat_43_tty optional compat_43_tty |
59 | OPTIONS/compat_43_socket optional compat_43_socket | |
1c79356b A |
60 | OPTIONS/diagnostic optional diagnostic |
61 | OPTIONS/ktrace optional ktrace | |
62 | OPTIONS/profiling optional profiling | |
9bccf70c | 63 | OPTIONS/vndevice optional vndevice |
55e303ae | 64 | OPTIONS/audit optional audit |
91447636 | 65 | OPTIONS/fsevents optional fsevents |
1c79356b A |
66 | |
67 | # | |
68 | # Network options | |
69 | # | |
70 | OPTIONS/multicast optional multicast | |
71 | OPTIONS/mrouting optional mrouting | |
72 | OPTIONS/routing optional routing | |
73 | OPTIONS/eon optional eon | |
74 | OPTIONS/tpip optional tpip | |
75 | OPTIONS/ns optional ns | |
76 | OPTIONS/iso optional iso | |
77 | OPTIONS/tuba optional tuba | |
1c79356b A |
78 | OPTIONS/gateway optional gateway |
79 | OPTIONS/ipx optional ipx | |
80 | OPTIONS/tun optional tun | |
81 | OPTIONS/vlan optional vlan | |
82 | OPTIONS/bpfilter optional bpfilter | |
83 | OPTIONS/sl optional sl | |
84 | OPTIONS/ppp optional ppp | |
85 | OPTIONS/sppp optional sppp | |
86 | OPTIONS/ppp_deflate optional ppp_deflate | |
87 | OPTIONS/disc optional disc | |
88 | OPTIONS/ether optional ether | |
89 | OPTIONS/fddi optional fddi | |
90 | ||
1c79356b A |
91 | OPTIONS/ipdivert optional ipdivert |
92 | OPTIONS/dummynet optional dummynet | |
91447636 | 93 | OPTIONS/ipfw2 optional ipfw2 |
1c79356b | 94 | OPTIONS/ipfirewall optional ipfirewall |
91447636 | 95 | OPTIONS/ipv6firewall optional ipv6firewall |
1c79356b A |
96 | OPTIONS/tcpdebug optional tcpdebug |
97 | OPTIONS/bridge optional bridge | |
98 | OPTIONS/faith optional faith | |
99 | OPTIONS/gif optional gif | |
100 | OPTIONS/netat optional netat | |
101 | ||
102 | # | |
103 | # Filesystem options | |
104 | # | |
105 | OPTIONS/ffs optional ffs | |
106 | OPTIONS/hfs optional hfs | |
1c79356b A |
107 | OPTIONS/mfs optional mfs |
108 | OPTIONS/fdesc optional fdesc | |
109 | OPTIONS/fifo optional fifo | |
1c79356b | 110 | OPTIONS/nullfs optional nullfs |
1c79356b A |
111 | OPTIONS/union optional union |
112 | OPTIONS/cd9660 optional cd9660 | |
113 | OPTIONS/volfs optional volfs | |
114 | OPTIONS/devfs optional devfs | |
115 | OPTIONS/synthfs optional synthfs | |
116 | ||
0b4e3aa0 A |
117 | bsd/dev/random/randomdev.c standard |
118 | bsd/dev/random/YarrowCoreLib/port/smf.c standard | |
119 | bsd/dev/random/YarrowCoreLib/src/comp.c standard | |
120 | bsd/dev/random/YarrowCoreLib/src/prng.c standard | |
121 | bsd/dev/random/YarrowCoreLib/src/sha1mod.c standard | |
122 | bsd/dev/random/YarrowCoreLib/src/yarrowUtils.c standard | |
55e303ae | 123 | |
91447636 A |
124 | bsd/dev/memdev.c standard |
125 | ||
126 | bsd/dev/unix_startup.c standard | |
55e303ae | 127 | |
9bccf70c A |
128 | bsd/dev/vn/vn.c optional vndevice |
129 | bsd/dev/vn/shadow.c optional vndevice | |
0b4e3aa0 | 130 | |
91447636 | 131 | bsd/libkern/crc32.c standard |
1c79356b A |
132 | bsd/libkern/random.c standard |
133 | bsd/libkern/scanc.c standard | |
134 | bsd/libkern/skpc.c standard | |
91447636 | 135 | bsd/libkern/inet_ntop.c standard |
1c79356b A |
136 | bsd/libkern/bcd.c standard |
137 | ||
91447636 | 138 | bsd/vfs/vfs_attrlist.c standard |
1c79356b A |
139 | bsd/vfs/vfs_bio.c standard |
140 | bsd/vfs/vfs_cache.c standard | |
141 | bsd/vfs/vfs_cluster.c standard | |
142 | bsd/vfs/vfs_conf.c standard | |
143 | bsd/vfs/vfs_init.c standard | |
144 | bsd/vfs/vfs_lookup.c standard | |
9bccf70c | 145 | bsd/vfs/vfs_quota.c standard |
1c79356b A |
146 | bsd/vfs/vfs_subr.c standard |
147 | bsd/vfs/vfs_syscalls.c standard | |
148 | bsd/vfs/vfs_support.c standard | |
149 | bsd/vfs/vfs_utfconv.c standard | |
150 | bsd/vfs/vfs_vnops.c standard | |
91447636 | 151 | bsd/vfs/vfs_xattr.c standard |
1c79356b | 152 | bsd/vfs/vnode_if.c standard |
91447636 | 153 | bsd/vfs/kpi_vfs.c standard |
b4c24cb9 | 154 | bsd/vfs/vfs_journal.c standard |
91447636 A |
155 | #bsd/vfs/vfs_fsevents.c optional fsevents |
156 | bsd/vfs/vfs_fsevents.c standard | |
1c79356b A |
157 | |
158 | bsd/miscfs/deadfs/dead_vnops.c standard | |
159 | bsd/miscfs/fdesc/fdesc_vfsops.c optional fdesc | |
160 | bsd/miscfs/fdesc/fdesc_vnops.c optional fdesc | |
161 | bsd/miscfs/fifofs/fifo_vnops.c optional fifo | |
1c79356b A |
162 | bsd/miscfs/nullfs/null_subr.c optional nullfs |
163 | bsd/miscfs/nullfs/null_vfsops.c optional nullfs | |
164 | bsd/miscfs/nullfs/null_vnops.c optional nullfs | |
1c79356b | 165 | bsd/miscfs/specfs/spec_vnops.c standard |
1c79356b A |
166 | bsd/miscfs/union/union_subr.c optional union |
167 | bsd/miscfs/union/union_vfsops.c optional union | |
168 | bsd/miscfs/union/union_vnops.c optional union | |
169 | ||
170 | bsd/miscfs/volfs/volfs_vfsops.c optional volfs | |
171 | bsd/miscfs/volfs/volfs_vnops.c optional volfs | |
172 | ||
173 | bsd/miscfs/devfs/devfs_tree.c optional devfs | |
174 | bsd/miscfs/devfs/devfs_vnops.c optional devfs | |
175 | bsd/miscfs/devfs/devfs_vfsops.c optional devfs | |
176 | ||
177 | bsd/miscfs/synthfs/synthfs_vfsops.c optional synthfs | |
178 | bsd/miscfs/synthfs/synthfs_vnops.c optional synthfs | |
179 | bsd/miscfs/synthfs/synthfs_util.c optional synthfs | |
180 | ||
181 | bsd/isofs/cd9660/cd9660_bmap.c optional cd9660 | |
182 | bsd/isofs/cd9660/cd9660_lookup.c optional cd9660 | |
183 | bsd/isofs/cd9660/cd9660_node.c optional cd9660 | |
184 | bsd/isofs/cd9660/cd9660_rrip.c optional cd9660 | |
185 | bsd/isofs/cd9660/cd9660_util.c optional cd9660 | |
186 | bsd/isofs/cd9660/cd9660_vfsops.c optional cd9660 | |
187 | bsd/isofs/cd9660/cd9660_vnops.c optional cd9660 | |
188 | ||
91447636 | 189 | #bsd/net/slcompress.c optional i4bipr |
1c79356b A |
190 | bsd/net/bpf.c optional bpfilter |
191 | bsd/net/bpf_filter.c optional bpfilter | |
192 | bsd/net/bridge.c optional bridge | |
193 | bsd/net/bsd_comp.c optional ppp_bsdcomp | |
194 | bsd/net/if.c standard | |
195 | bsd/net/if_atmsubr.c optional atm | |
196 | bsd/net/if_disc.c optional disc | |
91447636 | 197 | bsd/net/init.c standard |
1c79356b A |
198 | bsd/net/dlil.c standard |
199 | bsd/net/ether_if_module.c optional ether | |
200 | bsd/net/ether_at_pr_module.c optional ether | |
201 | bsd/net/ether_inet_pr_module.c optional ether | |
202 | bsd/net/ether_inet6_pr_module.c optional ether inet6 | |
91447636 | 203 | #bsd/net/if_ethersubr.c optional ether |
1c79356b | 204 | bsd/net/if_loop.c optional loop |
91447636 A |
205 | #bsd/net/if_media.c standard |
206 | bsd/net/if_mib.c optional netmibs | |
1c79356b | 207 | bsd/net/if_sl.c optional sl |
1c79356b A |
208 | bsd/net/if_tun.c optional tun |
209 | bsd/net/if_vlan.c optional vlan | |
91447636 A |
210 | bsd/net/multicast_list.c standard |
211 | bsd/net/if_bond.c optional bond | |
212 | bsd/net/devtimer.c optional bond | |
213 | #bsd/net/kext_net.c standard | |
1c79356b A |
214 | bsd/net/ndrv.c standard |
215 | bsd/net/ppp_deflate.c optional ppp_deflate | |
216 | bsd/net/radix.c standard | |
217 | bsd/net/raw_cb.c standard | |
218 | bsd/net/raw_usrreq.c standard | |
219 | bsd/net/route.c standard | |
220 | bsd/net/rtsock.c standard | |
221 | bsd/net/slcompress.c optional ppp | |
222 | bsd/net/slcompress.c optional sl | |
223 | bsd/net/zlib.c optional ppp_deflate | |
91447636 | 224 | #bsd/net/netisr.c standard |
1c79356b A |
225 | bsd/net/zlib.c optional ipsec |
226 | bsd/net/if_dummy.c optional dummy | |
227 | bsd/net/if_gif.c optional gif | |
9bccf70c | 228 | bsd/net/if_stf.c optional stf |
1c79356b A |
229 | #bsd/net/radish.c standard |
230 | bsd/net/if_faith.c optional faith | |
231 | bsd/net/net_osdep.c optional ipsec | |
232 | bsd/net/net_osdep.c optional inet6 | |
91447636 A |
233 | bsd/net/kpi_interface.c standard |
234 | bsd/net/kpi_protocol.c standard | |
235 | bsd/net/kpi_interfacefilter.c standard | |
1c79356b A |
236 | |
237 | ||
1c79356b | 238 | bsd/netinet/if_atm.c optional atm |
1c79356b A |
239 | bsd/netinet/igmp.c standard |
240 | bsd/netinet/in.c standard | |
241 | bsd/netinet/in_bootp.c standard | |
9bccf70c | 242 | bsd/netinet/dhcp_options.c standard |
91447636 | 243 | bsd/netinet/in_arp.c standard |
1c79356b A |
244 | bsd/netinet/in_pcb.c standard |
245 | bsd/netinet/in_proto.c standard | |
246 | bsd/netinet/in_rmx.c standard | |
1c79356b A |
247 | bsd/netinet/ip_divert.c optional ipdivert |
248 | bsd/netinet/ip_dummynet.c optional dummynet | |
1c79356b | 249 | bsd/netinet/ip_flow.c standard |
91447636 A |
250 | bsd/netinet/ip_fw2.c optional ipfw2 |
251 | bsd/netinet/ip_fw2_compat.c optional ipfw2 | |
1c79356b | 252 | bsd/netinet/ip_icmp.c standard |
9bccf70c | 253 | bsd/netinet/ip_id.c optional randomipid |
1c79356b | 254 | bsd/netinet/ip_input.c standard |
1c79356b | 255 | bsd/netinet/ip_mroute.c standard |
1c79356b | 256 | bsd/netinet/ip_output.c standard |
1c79356b A |
257 | bsd/netinet/raw_ip.c standard |
258 | bsd/netinet/tcp_debug.c optional tcpdebug | |
259 | bsd/netinet/tcp_input.c standard | |
260 | bsd/netinet/tcp_output.c standard | |
8ad349bb | 261 | bsd/netinet/tcp_sack.c standard |
1c79356b A |
262 | bsd/netinet/tcp_subr.c standard |
263 | bsd/netinet/tcp_timer.c standard | |
264 | bsd/netinet/tcp_usrreq.c standard | |
265 | bsd/netinet/udp_usrreq.c standard | |
266 | bsd/netinet/in_gif.c optional gif inet | |
267 | bsd/netinet/ip_ecn.c optional inet inet6 | |
268 | bsd/netinet/ip_ecn.c optional inet ipsec | |
9bccf70c | 269 | bsd/netinet/ip_encap.c optional inet |
91447636 | 270 | bsd/netinet/kpi_ipfilter.c standard |
9bccf70c A |
271 | bsd/netinet6/ah_core.c optional ipsec |
272 | bsd/netinet6/ah_input.c optional ipsec | |
273 | bsd/netinet6/ah_output.c optional ipsec | |
274 | bsd/netinet6/esp_core.c optional ipsec ipsec_esp | |
275 | bsd/netinet6/esp_input.c optional ipsec ipsec_esp | |
276 | bsd/netinet6/esp_output.c optional ipsec ipsec_esp | |
277 | bsd/netinet6/esp_rijndael.c optional ipsec ipsec_esp | |
278 | bsd/netinet6/ipsec.c optional ipsec | |
279 | bsd/netinet6/dest6.c optional inet6 | |
280 | bsd/netinet6/frag6.c optional inet6 | |
281 | bsd/netinet6/icmp6.c optional inet6 | |
282 | bsd/netinet6/in6.c optional inet6 | |
283 | bsd/netinet6/in6_cksum.c optional inet6 | |
284 | bsd/netinet6/in6_gif.c optional gif inet6 | |
91447636 | 285 | bsd/netinet6/ip6_fw.c optional inet6 |
9bccf70c A |
286 | bsd/netinet6/ip6_forward.c optional inet6 |
287 | bsd/netinet6/in6_ifattach.c optional inet6 | |
288 | bsd/netinet6/ip6_input.c optional inet6 | |
91447636 | 289 | bsd/netinet6/ip6_mroute.c optional inet6 |
9bccf70c A |
290 | bsd/netinet6/ip6_output.c optional inet6 |
291 | bsd/netinet6/in6_src.c optional inet6 | |
1c79356b | 292 | bsd/netinet6/ipcomp_core.c optional ipsec |
9bccf70c A |
293 | bsd/netinet6/ipcomp_input.c optional ipsec |
294 | bsd/netinet6/ipcomp_output.c optional ipsec | |
295 | bsd/netinet6/in6_pcb.c optional inet6 | |
296 | bsd/netinet6/in6_prefix.c optional inet6 | |
297 | bsd/netinet6/in6_proto.c optional inet6 | |
298 | bsd/netinet6/in6_rmx.c optional inet6 | |
299 | bsd/netinet6/mld6.c optional inet6 | |
300 | bsd/netinet6/nd6.c optional inet6 | |
301 | bsd/netinet6/nd6_nbr.c optional inet6 | |
302 | bsd/netinet6/nd6_rtr.c optional inet6 | |
303 | bsd/netinet6/raw_ip6.c optional inet6 | |
304 | bsd/netinet6/route6.c optional inet6 | |
305 | bsd/netinet6/scope6.c optional inet6 | |
306 | bsd/netinet6/udp6_output.c optional inet6 | |
307 | bsd/netinet6/udp6_usrreq.c optional inet6 | |
1c79356b A |
308 | |
309 | bsd/netkey/key.c optional ipsec | |
310 | bsd/netkey/key_debug.c optional ipsec | |
311 | bsd/netkey/keysock.c optional ipsec | |
312 | bsd/netkey/keydb.c optional ipsec | |
313 | ||
9bccf70c | 314 | bsd/kern/md5c.c optional inet |
1c79356b | 315 | bsd/kern/md5c.c optional inet6 |
9bccf70c A |
316 | bsd/kern/md5c.c optional crypto |
317 | bsd/crypto/sha1.c optional crypto | |
318 | bsd/crypto/sha2/sha2.c optional crypto | |
319 | bsd/crypto/des/des_ecb.c optional crypto | |
55e303ae | 320 | bsd/crypto/des/des_enc.c optional crypto |
9bccf70c A |
321 | bsd/crypto/des/des_setkey.c optional crypto |
322 | bsd/crypto/blowfish/bf_enc.c optional crypto | |
323 | bsd/crypto/blowfish/bf_skey.c optional crypto | |
324 | bsd/crypto/cast128/cast128.c optional crypto | |
91447636 A |
325 | bsd/crypto/aes/aescrypt.c optional crypto |
326 | bsd/crypto/aes/aeskey.c optional crypto | |
327 | bsd/crypto/aes/aestab.c optional crypto | |
9bccf70c | 328 | bsd/crypto/rc4/rc4.c optional crypto |
1c79356b A |
329 | |
330 | #bsd/netpm/pm_aTT.c optional pm | |
331 | #bsd/netpm/pm_ams.c optional pm | |
332 | #bsd/netpm/pm_dispatch.c optional pm | |
333 | #bsd/netpm/pm_filter.c optional pm | |
334 | #bsd/netpm/pm_list.c optional pm | |
335 | #bsd/netpm/pm_log.c optional pm | |
336 | #bsd/netpm/pm_nat.c optional pm | |
337 | #bsd/netpm/pm_pmd.c optional pm | |
338 | #bsd/netpm/pm_route.c optional pm | |
339 | #bsd/netpm/pm_usrreq.c optional pm | |
340 | ||
341 | ||
1c79356b A |
342 | bsd/netat/at.c optional netat |
343 | bsd/netat/at_proto.c optional netat | |
344 | bsd/netat/at_pcb.c optional netat | |
345 | bsd/netat/ddp_usrreq.c optional netat | |
346 | bsd/netat/atp_alloc.c optional netat | |
347 | bsd/netat/atp_misc.c optional netat | |
348 | bsd/netat/atp_open.c optional netat | |
349 | bsd/netat/atp_read.c optional netat | |
350 | bsd/netat/atp_write.c optional netat | |
351 | bsd/netat/asp_proto.c optional netat | |
352 | bsd/netat/ddp_aep.c optional netat | |
353 | bsd/netat/ddp.c optional netat | |
354 | bsd/netat/ddp_brt.c optional netat | |
355 | bsd/netat/ddp_proto.c optional netat | |
356 | bsd/netat/ddp_nbp.c optional netat | |
357 | bsd/netat/ddp_rtmp.c optional netat | |
358 | bsd/netat/ddp_sip.c optional netat | |
359 | bsd/netat/ddp_rtmptable.c optional netat | |
360 | bsd/netat/ddp_r_rtmp.c optional netat | |
361 | bsd/netat/ddp_r_zip.c optional netat | |
362 | bsd/netat/ddp_aarp.c optional netat | |
363 | bsd/netat/ddp_lap.c optional netat | |
364 | bsd/netat/adsp_CLDeny.c optional netat | |
365 | bsd/netat/adsp_Read.c optional netat | |
366 | bsd/netat/adsp_Timer.c optional netat | |
367 | bsd/netat/adsp_attention.c optional netat | |
368 | bsd/netat/adsp_CLListen.c optional netat | |
369 | bsd/netat/adsp_NewCID.c optional netat | |
370 | bsd/netat/adsp_TimerElem.c optional netat | |
371 | bsd/netat/adsp_reset.c optional netat | |
372 | bsd/netat/adsp_Close.c optional netat | |
373 | bsd/netat/adsp_Open.c optional netat | |
374 | bsd/netat/adsp_RxAttn.c optional netat | |
375 | bsd/netat/adsp_Write.c optional netat | |
376 | bsd/netat/adsp_Control.c optional netat | |
377 | bsd/netat/adsp_RxData.c optional netat | |
378 | bsd/netat/adsp.c optional netat | |
379 | bsd/netat/adsp_Init.c optional netat | |
380 | bsd/netat/adsp_Options.c optional netat | |
381 | bsd/netat/adsp_stream.c optional netat | |
382 | bsd/netat/adsp_InitGlobals.c optional netat | |
383 | bsd/netat/adsp_Packet.c optional netat | |
384 | bsd/netat/adsp_Status.c optional netat | |
385 | bsd/netat/adsp_misc.c optional netat | |
386 | bsd/netat/sys_glue.c optional netat | |
387 | bsd/netat/sys_dep.c optional netat | |
388 | bsd/netat/drv_dep.c optional netat | |
389 | bsd/netat/aurp_aurpd.c optional netat | |
390 | bsd/netat/aurp_cfg.c optional netat | |
391 | bsd/netat/aurp_gdata.c optional netat | |
392 | bsd/netat/aurp_misc.c optional netat | |
393 | bsd/netat/aurp_open.c optional netat | |
394 | bsd/netat/aurp_rd.c optional netat | |
395 | bsd/netat/aurp_ri.c optional netat | |
396 | bsd/netat/aurp_rx.c optional netat | |
397 | bsd/netat/aurp_tickle.c optional netat | |
398 | bsd/netat/aurp_tx.c optional netat | |
399 | bsd/netat/aurp_zi.c optional netat | |
400 | ||
401 | bsd/nfs/krpc_subr.c optional nfsclient | |
402 | bsd/nfs/nfs_bio.c optional nfsclient | |
403 | bsd/nfs/nfs_boot.c optional nfsclient | |
404 | bsd/nfs/nfs_node.c optional nfsclient | |
1c79356b A |
405 | bsd/nfs/nfs_serv.c optional nfsserver |
406 | bsd/nfs/nfs_socket.c optional nfsclient nfsserver | |
407 | bsd/nfs/nfs_srvcache.c optional nfsserver | |
408 | bsd/nfs/nfs_subs.c optional nfsclient nfsserver | |
409 | bsd/nfs/nfs_syscalls.c optional nfsclient nfsserver | |
410 | bsd/nfs/nfs_vfsops.c optional nfsclient | |
411 | bsd/nfs/nfs_vnops.c optional nfsclient | |
55e303ae | 412 | bsd/nfs/nfs_lock.c optional nfsclient |
1c79356b | 413 | |
9bccf70c A |
414 | bsd/kern/netboot.c optional nfsclient |
415 | ||
1c79356b A |
416 | bsd/ufs/ffs/ffs_alloc.c standard |
417 | bsd/ufs/ffs/ffs_balloc.c standard | |
418 | bsd/ufs/ffs/ffs_inode.c standard | |
419 | bsd/ufs/ffs/ffs_subr.c standard | |
420 | bsd/ufs/ffs/ffs_tables.c standard | |
421 | bsd/ufs/ffs/ffs_vfsops.c standard | |
422 | bsd/ufs/ffs/ffs_vnops.c standard | |
423 | bsd/ufs/mfs/mfs_vfsops.c optional mfs | |
424 | bsd/ufs/mfs/mfs_vnops.c optional mfs | |
55e303ae | 425 | bsd/ufs/ufs/ufs_attrlist.c standard |
1c79356b A |
426 | bsd/ufs/ufs/ufs_bmap.c standard |
427 | bsd/ufs/ufs/ufs_byte_order.c optional rev_endian_fs | |
428 | bsd/ufs/ufs/ufs_ihash.c standard | |
429 | bsd/ufs/ufs/ufs_inode.c standard | |
1c79356b A |
430 | bsd/ufs/ufs/ufs_lookup.c standard |
431 | bsd/ufs/ufs/ufs_quota.c optional quota | |
432 | bsd/ufs/ufs/ufs_vfsops.c standard | |
433 | bsd/ufs/ufs/ufs_vnops.c standard | |
434 | ||
9bccf70c | 435 | bsd/hfs/hfs_attrlist.c optional hfs |
1c79356b | 436 | bsd/hfs/hfs_btreeio.c optional hfs |
9bccf70c A |
437 | bsd/hfs/hfs_catalog.c optional hfs |
438 | bsd/hfs/hfs_chash.c optional hfs | |
439 | bsd/hfs/hfs_cnode.c optional hfs | |
0b4e3aa0 | 440 | bsd/hfs/hfs_encodinghint.c optional hfs |
1c79356b A |
441 | bsd/hfs/hfs_encodings.c optional hfs |
442 | bsd/hfs/hfs_endian.c optional hfs | |
55e303ae | 443 | bsd/hfs/hfs_hotfiles.c optional hfs |
1c79356b | 444 | bsd/hfs/hfs_link.c optional hfs |
1c79356b | 445 | bsd/hfs/hfs_lookup.c optional hfs |
55e303ae | 446 | bsd/hfs/hfs_notification.c optional hfs |
9bccf70c | 447 | bsd/hfs/hfs_quota.c optional quota |
1c79356b A |
448 | bsd/hfs/hfs_readwrite.c optional hfs |
449 | bsd/hfs/hfs_search.c optional hfs | |
450 | bsd/hfs/hfs_vfsops.c optional hfs | |
451 | bsd/hfs/hfs_vfsutils.c optional hfs | |
9bccf70c | 452 | bsd/hfs/hfs_vnops.c optional hfs |
91447636 | 453 | bsd/hfs/hfs_xattr.c optional hfs |
1c79356b | 454 | bsd/hfs/MacOSStubs.c optional hfs |
0b4e3aa0 | 455 | bsd/hfs/rangelist.c optional hfs |
1c79356b A |
456 | bsd/hfs/hfscommon/BTree/BTree.c optional hfs |
457 | bsd/hfs/hfscommon/BTree/BTreeAllocate.c optional hfs | |
458 | bsd/hfs/hfscommon/BTree/BTreeMiscOps.c optional hfs | |
459 | bsd/hfs/hfscommon/BTree/BTreeNodeOps.c optional hfs | |
55e303ae | 460 | bsd/hfs/hfscommon/BTree/BTreeNodeReserve.c optional hfs |
14353aa8 | 461 | bsd/hfs/hfscommon/BTree/BTreeScanner.c optional hfs |
1c79356b | 462 | bsd/hfs/hfscommon/BTree/BTreeTreeOps.c optional hfs |
1c79356b A |
463 | bsd/hfs/hfscommon/Catalog/CatalogUtilities.c optional hfs |
464 | bsd/hfs/hfscommon/Catalog/FileIDsServices.c optional hfs | |
465 | bsd/hfs/hfscommon/Misc/BTreeWrapper.c optional hfs | |
466 | bsd/hfs/hfscommon/Misc/FileExtentMapping.c optional hfs | |
1c79356b | 467 | bsd/hfs/hfscommon/Misc/VolumeAllocation.c optional hfs |
1c79356b A |
468 | bsd/hfs/hfscommon/Unicode/UnicodeWrappers.c optional hfs |
469 | ||
470 | bsd/kern/bsd_init.c standard | |
471 | bsd/kern/init_sysent.c standard | |
472 | bsd/kern/kdebug.c standard | |
473 | bsd/kern/kern_acct.c standard | |
91447636 | 474 | bsd/kern/kern_aio.c standard |
55e303ae | 475 | bsd/kern/kern_audit.c standard |
91447636 | 476 | bsd/kern/kern_authorization.c standard |
55e303ae A |
477 | bsd/kern/kern_bsm_token.c standard |
478 | bsd/kern/kern_bsm_audit.c standard | |
479 | bsd/kern/kern_bsm_klib.c standard | |
1c79356b A |
480 | bsd/kern/kern_clock.c standard |
481 | bsd/kern/kern_core.c standard | |
91447636 | 482 | bsd/kern/kern_credential.c standard |
1c79356b A |
483 | bsd/kern/kern_symfile.c standard |
484 | bsd/kern/kern_descrip.c standard | |
9bccf70c A |
485 | bsd/kern/kern_event.c standard |
486 | bsd/kern/kern_control.c standard | |
1c79356b A |
487 | bsd/kern/kern_exec.c standard |
488 | bsd/kern/kern_exit.c standard | |
91447636 | 489 | bsd/kern/kern_lockf.c standard |
1c79356b | 490 | bsd/kern/kern_fork.c standard |
9bccf70c | 491 | bsd/kern/kern_ktrace.c standard |
1c79356b A |
492 | bsd/kern/kern_lock.c optional cpus |
493 | bsd/kern/kern_malloc.c standard | |
494 | bsd/kern/kern_mman.c standard | |
9bccf70c | 495 | bsd/kern/kern_panicinfo.c standard |
1c79356b A |
496 | bsd/kern/kern_physio.c standard |
497 | bsd/kern/kern_proc.c standard | |
498 | bsd/kern/kern_prot.c standard | |
499 | bsd/kern/kern_resource.c standard | |
500 | bsd/kern/kern_shutdown.c standard | |
501 | bsd/kern/kern_sig.c standard | |
502 | bsd/kern/kern_subr.c standard | |
503 | bsd/kern/kern_synch.c standard | |
504 | bsd/kern/kern_sysctl.c standard | |
505 | bsd/kern/kern_newsysctl.c standard | |
506 | bsd/kern/kern_mib.c standard | |
91447636 | 507 | bsd/kern/kpi_mbuf.c standard |
1c79356b A |
508 | bsd/kern/sysctl_init.c standard |
509 | bsd/kern/kern_time.c standard | |
510 | bsd/kern/kern_xxx.c standard | |
511 | bsd/kern/mach_process.c standard | |
512 | bsd/kern/kern_pcsamples.c standard | |
513 | bsd/kern/spl.c standard | |
514 | bsd/kern/subr_log.c standard | |
515 | bsd/kern/subr_prf.c standard | |
516 | bsd/kern/subr_prof.c standard | |
517 | bsd/kern/subr_xxx.c standard | |
518 | bsd/kern/sys_generic.c standard | |
91447636 | 519 | bsd/kern/sys_pipe.c standard |
1c79356b A |
520 | bsd/kern/sys_socket.c standard |
521 | bsd/kern/sys_domain.c standard | |
522 | bsd/kern/syscalls.c standard | |
523 | bsd/kern/tty.c standard | |
91447636 | 524 | bsd/kern/tty_compat.c optional compat_43_tty |
1c79356b A |
525 | bsd/kern/tty_conf.c standard |
526 | bsd/kern/tty_pty.c optional pty | |
527 | bsd/kern/tty_subr.c standard | |
528 | bsd/kern/tty_tty.c standard | |
529 | bsd/kern/ubc_subr.c standard | |
530 | bsd/kern/uipc_domain.c standard | |
531 | bsd/kern/uipc_mbuf.c standard | |
9bccf70c | 532 | bsd/kern/uipc_mbuf2.c standard |
1c79356b A |
533 | bsd/kern/uipc_proto.c standard |
534 | bsd/kern/uipc_socket.c standard | |
535 | bsd/kern/uipc_socket2.c standard | |
536 | bsd/kern/uipc_syscalls.c standard | |
537 | bsd/kern/uipc_usrreq.c standard | |
538 | bsd/kern/sysv_ipc.c standard | |
539 | bsd/kern/sysv_shm.c standard | |
9bccf70c | 540 | bsd/kern/sysv_sem.c standard |
91447636 | 541 | bsd/kern/sysv_msg.c standard |
1c79356b A |
542 | bsd/kern/mach_fat.c standard |
543 | bsd/kern/mach_header.c standard | |
544 | bsd/kern/mach_loader.c standard | |
545 | bsd/kern/posix_sem.c standard | |
546 | bsd/kern/posix_shm.c standard | |
b4c24cb9 A |
547 | # XXXdbg - I need this in the journaling and block cache code |
548 | bsd/kern/qsort.c standard | |
91447636 A |
549 | bsd/kern/kpi_socket.c standard |
550 | bsd/kern/kpi_socketfilter.c standard | |
1c79356b A |
551 | |
552 | bsd/vm/vnode_pager.c standard | |
553 | bsd/vm/vm_unix.c standard | |
554 | bsd/vm/dp_backing_file.c standard | |
555 | ||
556 | bsd/uxkern/ux_exception.c standard | |
557 | ||
558 | bsd/conf/param.c standard | |
559 | ./ioconf.c standard |