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