|
|
1.1 ! root 1: ## ! 2: # Copyright (c) 1999 Apple Computer, Inc. All rights reserved. ! 3: # ! 4: # @APPLE_LICENSE_HEADER_START@ ! 5: # ! 6: # Portions Copyright (c) 1999 Apple Computer, Inc. All Rights ! 7: # Reserved. This file contains Original Code and/or Modifications of ! 8: # Original Code as defined in and that are subject to the Apple Public ! 9: # Source License Version 1.1 (the "License"). You may not use this file ! 10: # except in compliance with the License. Please obtain a copy of the ! 11: # License at http://www.apple.com/publicsource and read it before using ! 12: # this file. ! 13: # ! 14: # The Original Code and all software distributed under the License are ! 15: # distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER ! 16: # EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, ! 17: # INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, ! 18: # FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the ! 19: # License for the specific language governing rights and limitations ! 20: # under the License. ! 21: # ! 22: # @APPLE_LICENSE_HEADER_END@ ! 23: ## ! 24: ! 25: # ! 26: # Mach Operating System ! 27: # Copyright (c) 1989 Carnegie-Mellon University ! 28: # All rights reserved. The CMU software License Agreement specifies ! 29: # the terms and conditions for use and redistribution. ! 30: # ! 31: # ! 32: ! 33: # ! 34: # N.B. "kern/lock.c" is listed as "optional cpus" so that config will ! 35: # create an "cpus.h" file. ! 36: # ! 37: OPTIONS/hw_ast optional hw_ast ! 38: OPTIONS/hw_footprint optional hw_footprint ! 39: OPTIONS/kernserv optional kernserv ! 40: OPTIONS/mach_assert optional mach_assert ! 41: OPTIONS/mach_compat optional mach_compat ! 42: OPTIONS/mach_counters optional mach_counters ! 43: OPTIONS/mach_debug optional mach_debug ! 44: OPTIONS/mach_fastlink optional mach_fastlink ! 45: OPTIONS/mach_fixpri optional mach_fixpri ! 46: OPTIONS/mach_host optional mach_host ! 47: OPTIONS/mach_ipc_compat optional mach_ipc_compat ! 48: OPTIONS/mach_ipc_debug optional mach_ipc_debug ! 49: OPTIONS/mach_ipc_test optional mach_ipc_test ! 50: OPTIONS/mach_kdb optional mach_kdb ! 51: OPTIONS/mach_ldebug optional mach_ldebug ! 52: OPTIONS/mach_load optional mach_load ! 53: OPTIONS/mach_machine_routines optional mach_machine_routines ! 54: OPTIONS/mach_nbc optional mach_nbc ! 55: OPTIONS/rev_endian_fs optional rev_endian_fs ! 56: OPTIONS/mach_net optional mach_net ! 57: OPTIONS/mach_np optional mach_np ! 58: OPTIONS/mach_old_vm_copy optional mach_old_vm_copy ! 59: OPTIONS/mach_pagemap optional mach_pagemap ! 60: OPTIONS/mach_sctimes optional mach_sctimes ! 61: OPTIONS/mach_vm_debug optional mach_vm_debug ! 62: OPTIONS/mach_xp optional mach_xp ! 63: OPTIONS/mach_xp_fpd optional mach_xp_fpd ! 64: OPTIONS/quota optional quota ! 65: OPTIONS/simple_clock optional simple_clock ! 66: OPTIONS/stat_time optional stat_time ! 67: OPTIONS/xpr_debug optional xpr_debug ! 68: OPTIONS/kdebug optional kdebug ! 69: OPTIONS/nfsclient optional nfsclient ! 70: OPTIONS/nfsserver optional nfsserver ! 71: OPTIONS/driverkit optional driverkit ! 72: OPTIONS/mallocdebug optional mallocdebug ! 73: OPTIONS/kernobjc optional kernobjc ! 74: OPTIONS/kernremote optional kernremote ! 75: OPTIONS/uxpr optional uxpr ! 76: OPTIONS/kernel_stack optional kernel_stack ! 77: OPTIONS/norma_ipc optional norma_ipc ! 78: OPTIONS/norma_device optional norma_device ! 79: OPTIONS/norma_vm optional norma_vm ! 80: OPTIONS/norma_task optional norma_task ! 81: OPTIONS/norma_ether optional norma_ether ! 82: OPTIONS/new_vm_code optional new_vm_code ! 83: OPTIONS/old_vm_code optional old_vm_code ! 84: OPTIONS/compat_43 optional compat_43 ! 85: OPTIONS/diagnostic optional diagnostic ! 86: OPTIONS/ktrace optional ktrace ! 87: OPTIONS/event optional event ! 88: ! 89: # ! 90: # Network options ! 91: # ! 92: OPTIONS/multicast optional multicast ! 93: OPTIONS/mrouting optional mrouting ! 94: OPTIONS/routing optional routing ! 95: OPTIONS/eon optional eon ! 96: OPTIONS/tpip optional tpip ! 97: OPTIONS/ns optional ns ! 98: OPTIONS/iso optional iso ! 99: OPTIONS/tuba optional tuba ! 100: OPTIONS/ccitt optional ccitt ! 101: OPTIONS/hdlc optional hdlc ! 102: OPTIONS/llc optional llc ! 103: OPTIONS/gateway optional gateway ! 104: ! 105: # ! 106: # Filesystem options ! 107: # ! 108: OPTIONS/ffs optional ffs ! 109: OPTIONS/hfs optional hfs ! 110: OPTIONS/lfs optional lfs ! 111: OPTIONS/mfs optional mfs ! 112: OPTIONS/fdesc optional fdesc ! 113: OPTIONS/fifo optional fifo ! 114: OPTIONS/kernfs optional kernfs ! 115: OPTIONS/nullfs optional nullfs ! 116: OPTIONS/portal optional portal ! 117: OPTIONS/procfs optional procfs ! 118: OPTIONS/umapfs optional umapfs ! 119: OPTIONS/union optional union ! 120: OPTIONS/cd9660 optional cd9660 ! 121: ! 122: bsd/libkern/locc.c standard ! 123: bsd/libkern/random.c standard ! 124: bsd/libkern/rindex.c standard ! 125: bsd/libkern/scanc.c standard ! 126: bsd/libkern/skpc.c standard ! 127: bsd/libkern/strtol.c standard ! 128: ! 129: bsd/kern/syscalls.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_lock.c standard ! 137: bsd/vfs/vfs_lookup.c standard ! 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_vnops.c standard ! 142: bsd/vfs/vnode_if.c standard ! 143: ! 144: bsd/miscfs/deadfs/dead_vnops.c standard ! 145: bsd/miscfs/fdesc/fdesc_vfsops.c optional fdesc ! 146: bsd/miscfs/fdesc/fdesc_vnops.c optional fdesc ! 147: bsd/miscfs/fifofs/fifo_vnops.c optional fifo ! 148: bsd/miscfs/kernfs/kernfs_vfsops.c optional kernfs ! 149: bsd/miscfs/kernfs/kernfs_vnops.c optional kernfs ! 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 ! 153: bsd/miscfs/portal/portal_vfsops.c optional portal ! 154: bsd/miscfs/portal/portal_vnops.c optional portal ! 155: bsd/miscfs/procfs/procfs_subr.c optional procfs ! 156: bsd/miscfs/procfs/procfs_vnops.c optional procfs ! 157: bsd/miscfs/procfs/procfs_vfsops.c optional procfs ! 158: bsd/miscfs/procfs/procfs_note.c optional procfs ! 159: bsd/miscfs/procfs/procfs_mem.c optional procfs ! 160: bsd/miscfs/procfs/procfs_ctl.c optional procfs ! 161: bsd/miscfs/procfs/procfs_status.c optional procfs ! 162: bsd/miscfs/procfs/procfs_regs.c optional procfs ! 163: bsd/miscfs/procfs/procfs_fpregs.c optional procfs ! 164: bsd/miscfs/specfs/spec_vnops.c standard ! 165: bsd/miscfs/umapfs/umap_subr.c optional umapfs ! 166: bsd/miscfs/umapfs/umap_vfsops.c optional umapfs ! 167: bsd/miscfs/umapfs/umap_vnops.c optional umapfs ! 168: bsd/miscfs/union/union_subr.c optional union ! 169: bsd/miscfs/union/union_vfsops.c optional union ! 170: bsd/miscfs/union/union_vnops.c optional union ! 171: ! 172: bsd/isofs/cd9660/cd9660_bmap.c optional cd9660 ! 173: bsd/isofs/cd9660/cd9660_lookup.c optional cd9660 ! 174: bsd/isofs/cd9660/cd9660_node.c optional cd9660 ! 175: bsd/isofs/cd9660/cd9660_rrip.c optional cd9660 ! 176: bsd/isofs/cd9660/cd9660_util.c optional cd9660 ! 177: bsd/isofs/cd9660/cd9660_vfsops.c optional cd9660 ! 178: bsd/isofs/cd9660/cd9660_vnops.c optional cd9660 ! 179: ! 180: bsd/net/bpf.c optional bpfilter ! 181: bsd/net/if.c standard ! 182: bsd/net/if_ethersubr.c optional ether device-driver ! 183: bsd/net/if_loop.c optional loop device-driver ! 184: bsd/net/if_ppp.c optional ppp device-driver ! 185: bsd/net/if_sl.c optional sl device-driver ! 186: bsd/net/if_tun.c optional tun device-driver ! 187: bsd/net/radix.c standard ! 188: bsd/net/raw_cb.c standard ! 189: bsd/net/raw_usrreq.c standard ! 190: bsd/net/route.c standard ! 191: bsd/net/rtsock.c standard ! 192: bsd/net/slcompress.c optional ppp device-driver ! 193: bsd/net/netbuf.c standard ! 194: bsd/net/netisr.c standard ! 195: ! 196: bsd/netccitt//ccitt_proto.c optional ccitt ! 197: bsd/netccitt/hd_debug.c optional hdlc ! 198: bsd/netccitt/hd_input.c optional hdlc ! 199: bsd/netccitt/hd_output.c optional hdlc ! 200: bsd/netccitt/hd_subr.c optional hdlc ! 201: bsd/netccitt/hd_timer.c optional hdlc ! 202: bsd/netccitt/if_x25subr.c optional ccitt ! 203: bsd/netccitt/llc_input.c optional llc ! 204: bsd/netccitt/llc_output.c optional llc ! 205: bsd/netccitt/llc_subr.c optional llc ! 206: bsd/netccitt/llc_timer.c optional llc ! 207: bsd/netccitt/pk_acct.c optional ccitt ! 208: bsd/netccitt/pk_debug.c optional ccitt ! 209: bsd/netccitt/pk_input.c optional ccitt ! 210: bsd/netccitt/pk_llcsubr.c optional llc hdlc ! 211: bsd/netccitt/pk_output.c optional ccitt ! 212: bsd/netccitt/pk_subr.c optional ccitt ! 213: bsd/netccitt/pk_timer.c optional ccitt ! 214: bsd/netccitt/pk_usrreq.c optional ccitt ! 215: ! 216: bsd/netinet/if_ether.c optional ether ! 217: bsd/netinet/igmp.c standard ! 218: bsd/netinet/in.c standard ! 219: bsd/netinet/in_bootp.c standard ! 220: bsd/netinet/in_pcb.c standard ! 221: bsd/netinet/in_proto.c standard ! 222: bsd/netinet/ip_icmp.c standard ! 223: bsd/netinet/ip_input.c standard ! 224: bsd/netinet/ip_mroute.c optional mrouting ! 225: bsd/netinet/ip_output.c standard ! 226: bsd/netinet/raw_ip.c standard ! 227: bsd/netinet/tcp_debug.c standard ! 228: bsd/netinet/tcp_input.c standard ! 229: bsd/netinet/tcp_output.c standard ! 230: bsd/netinet/tcp_subr.c standard ! 231: bsd/netinet/tcp_timer.c standard ! 232: bsd/netinet/tcp_usrreq.c standard ! 233: bsd/netinet/udp_usrreq.c standard ! 234: ! 235: bsd/netiso/clnp_debug.c optional iso ! 236: bsd/netiso/clnp_er.c optional iso ! 237: bsd/netiso/clnp_frag.c optional iso ! 238: bsd/netiso/clnp_input.c optional iso ! 239: bsd/netiso/clnp_options.c optional iso ! 240: bsd/netiso/clnp_output.c optional iso ! 241: bsd/netiso/clnp_raw.c optional iso ! 242: bsd/netiso/clnp_subr.c optional iso ! 243: bsd/netiso/clnp_timer.c optional iso ! 244: bsd/netiso/cltp_usrreq.c optional iso ! 245: bsd/netiso/esis.c optional iso ! 246: bsd/netiso/idrp_usrreq.c optional iso ! 247: bsd/netiso/if_cons.c optional iso ! 248: bsd/netiso/if_eon.c optional eon ! 249: bsd/netiso/iso.c optional iso ! 250: bsd/netiso/iso_chksum.c optional iso ! 251: bsd/netiso/iso_pcb.c optional iso ! 252: bsd/netiso/iso_proto.c optional iso ! 253: bsd/netiso/iso_snpac.c optional iso ! 254: bsd/netiso/tp_astring.c optional iso tpip ! 255: bsd/netiso/tp_cons.c optional iso ! 256: bsd/netiso/tp_driver.c optional iso tpip ! 257: bsd/netiso/tp_emit.c optional iso tpip ! 258: bsd/netiso/tp_inet.c optional iso tpip ! 259: bsd/netiso/tp_input.c optional iso tpip ! 260: bsd/netiso/tp_iso.c optional iso ! 261: bsd/netiso/tp_meas.c optional iso tpip ! 262: bsd/netiso/tp_output.c optional iso tpip ! 263: bsd/netiso/tp_pcb.c optional iso tpip ! 264: bsd/netiso/tp_subr.c optional iso tpip ! 265: bsd/netiso/tp_subr2.c optional iso tpip ! 266: bsd/netiso/tp_timer.c optional iso tpip ! 267: bsd/netiso/tp_trace.c optional iso tpip ! 268: bsd/netiso/tp_usrreq.c optional iso tpip ! 269: bsd/netiso/tuba_subr.c optional iso tuba ! 270: bsd/netiso/tuba_table.c optional iso tuba ! 271: bsd/netiso/tuba_usrreq.c optional iso tuba ! 272: ! 273: bsd/netns/idp_usrreq.c optional ns ! 274: bsd/netns/ns.c optional ns ! 275: bsd/netns/ns_error.c optional ns ! 276: bsd/netns/ns_input.c optional ns ! 277: bsd/netns/ns_ip.c optional ns ! 278: bsd/netns/ns_output.c optional ns ! 279: bsd/netns/ns_pcb.c optional ns ! 280: bsd/netns/ns_proto.c optional ns ! 281: bsd/netns/spp_debug.c optional ns ! 282: bsd/netns/spp_usrreq.c optional ns ! 283: ! 284: bsd/nfs/krpc_subr.c optional nfsclient ! 285: bsd/nfs/nfs_bio.c optional nfsclient ! 286: bsd/nfs/nfs_boot.c optional nfsclient ! 287: bsd/nfs/nfs_node.c optional nfsclient ! 288: bsd/nfs/nfs_nqlease.c optional nfsclient nfsserver ! 289: bsd/nfs/nfs_serv.c optional nfsserver ! 290: bsd/nfs/nfs_socket.c optional nfsclient nfsserver ! 291: bsd/nfs/nfs_srvcache.c optional nfsserver ! 292: bsd/nfs/nfs_subs.c optional nfsclient nfsserver ! 293: bsd/nfs/nfs_syscalls.c optional nfsclient nfsserver ! 294: bsd/nfs/nfs_vfsops.c optional nfsclient ! 295: bsd/nfs/nfs_vnops.c optional nfsclient ! 296: ! 297: bsd/ufs/ffs/ffs_alloc.c standard ! 298: bsd/ufs/ffs/ffs_balloc.c standard ! 299: bsd/ufs/ffs/ffs_inode.c standard ! 300: bsd/ufs/ffs/ffs_subr.c standard ! 301: bsd/ufs/ffs/ffs_tables.c standard ! 302: bsd/ufs/ffs/ffs_vfsops.c standard ! 303: bsd/ufs/ffs/ffs_vnops.c standard ! 304: bsd/ufs/lfs/lfs_alloc.c optional lfs ! 305: bsd/ufs/lfs/lfs_balloc.c optional lfs ! 306: bsd/ufs/lfs/lfs_bio.c optional lfs ! 307: bsd/ufs/lfs/lfs_cksum.c optional lfs ! 308: bsd/ufs/lfs/lfs_debug.c optional lfs ! 309: bsd/ufs/lfs/lfs_inode.c optional lfs ! 310: bsd/ufs/lfs/lfs_segment.c optional lfs ! 311: bsd/ufs/lfs/lfs_subr.c optional lfs ! 312: bsd/ufs/lfs/lfs_syscalls.c optional lfs ! 313: bsd/ufs/lfs/lfs_vfsops.c optional lfs ! 314: bsd/ufs/lfs/lfs_vnops.c optional lfs ! 315: bsd/ufs/mfs/mfs_vfsops.c optional mfs ! 316: bsd/ufs/mfs/mfs_vnops.c optional mfs ! 317: bsd/ufs/ufs/ufs_bmap.c standard ! 318: bsd/ufs/ufs/ufs_byte_order.c optional rev_endian_fs ! 319: bsd/ufs/ufs/ufs_ihash.c standard ! 320: bsd/ufs/ufs/ufs_inode.c standard ! 321: bsd/ufs/ufs/ufs_lockf.c standard ! 322: bsd/ufs/ufs/ufs_lookup.c standard ! 323: bsd/ufs/ufs/ufs_quota.c optional quota ! 324: bsd/ufs/ufs/ufs_vfsops.c standard ! 325: bsd/ufs/ufs/ufs_vnops.c standard ! 326: ! 327: bsd/hfs/hfs_btreeio.c optional hfs ! 328: bsd/hfs/hfs_lockf.c optional hfs ! 329: bsd/hfs/hfs_lookup.c optional hfs ! 330: bsd/hfs/hfs_readwrite.c optional hfs ! 331: bsd/hfs/hfs_vfsops.c optional hfs ! 332: bsd/hfs/hfs_vfsutils.c optional hfs ! 333: bsd/hfs/hfs_vhash.c optional hfs ! 334: bsd/hfs/hfs_vnodeops.c optional hfs ! 335: bsd/hfs/MacOSStubs.c optional hfs ! 336: bsd/hfs/hfscommon/BTree/BTree.c optional hfs ! 337: bsd/hfs/hfscommon/BTree/BTreeAllocate.c optional hfs ! 338: bsd/hfs/hfscommon/BTree/BTreeMiscOps.c optional hfs ! 339: bsd/hfs/hfscommon/BTree/BTreeNodeOps.c optional hfs ! 340: bsd/hfs/hfscommon/BTree/BTreeScanner.c optional hfs ! 341: bsd/hfs/hfscommon/BTree/BTreeTreeOps.c optional hfs ! 342: bsd/hfs/hfscommon/Catalog/CatSearch.c optional hfs ! 343: bsd/hfs/hfscommon/Catalog/Catalog.c optional hfs ! 344: bsd/hfs/hfscommon/Catalog/CatalogIterators.c optional hfs ! 345: bsd/hfs/hfscommon/Catalog/CatalogUtilities.c optional hfs ! 346: bsd/hfs/hfscommon/Catalog/FileIDsServices.c optional hfs ! 347: bsd/hfs/hfscommon/Misc/Attributes.c optional hfs ! 348: bsd/hfs/hfscommon/Misc/BTreeWrapper.c optional hfs ! 349: bsd/hfs/hfscommon/Misc/FileExtentMapping.c optional hfs ! 350: bsd/hfs/hfscommon/Misc/FileMgrInit.c optional hfs ! 351: bsd/hfs/hfscommon/Misc/GenericMRUCache.c optional hfs ! 352: bsd/hfs/hfscommon/Misc/HFSInstrumentation.c optional hfs ! 353: bsd/hfs/hfscommon/Misc/HFSUtilities.c optional hfs ! 354: bsd/hfs/hfscommon/Misc/VolumeAllocation.c optional hfs ! 355: bsd/hfs/hfscommon/Misc/VolumeCheck.c optional hfs ! 356: bsd/hfs/hfscommon/Misc/VolumeRequests.c optional hfs ! 357: bsd/hfs/hfscommon/Unicode/ConvertUTF.c optional hfs ! 358: bsd/hfs/hfscommon/Unicode/UnicodeWrappers.c optional hfs ! 359: ! 360: bsd/kern/cmu_syscalls.c standard ! 361: bsd/kern/init_main.c standard ! 362: bsd/kern/init_sysent.c standard ! 363: bsd/kern/kern_acct.c standard ! 364: bsd/kern/kern_clock.c standard ! 365: bsd/kern/kern_core.c standard ! 366: bsd/kern/kern_symfile.c standard ! 367: bsd/kern/kern_descrip.c standard ! 368: bsd/kern/kern_exec.c standard ! 369: bsd/kern/kern_exit.c standard ! 370: bsd/kern/kern_fork.c standard ! 371: bsd/kern/kern_ktrace.c optional ktrace ! 372: bsd/kern/kern_lock.c standard ! 373: bsd/kern/kern_malloc.c standard ! 374: bsd/kern/kern_mman.c standard ! 375: bsd/kern/kern_physio.c standard ! 376: bsd/kern/kern_proc.c standard ! 377: bsd/kern/kern_prot.c standard ! 378: bsd/kern/kern_resource.c standard ! 379: bsd/kern/kern_shutdown.c standard ! 380: bsd/kern/kern_sig.c standard ! 381: bsd/kern/kern_subr.c standard ! 382: bsd/kern/kern_synch.c standard ! 383: bsd/kern/kern_sysctl.c standard ! 384: bsd/kern/kern_time.c standard ! 385: bsd/kern/kern_xxx.c standard ! 386: bsd/kern/mach_process.c standard ! 387: bsd/kern/qsort.c optional kernobjc ! 388: bsd/kern/subr_disk.c standard ! 389: bsd/kern/subr_log.c standard ! 390: bsd/kern/subr_prf.c standard ! 391: #bsd/kern/subr_prof.c optional noprofiling ! 392: bsd/kern/subr_xxx.c standard ! 393: bsd/kern/sys_generic.c standard ! 394: bsd/kern/sys_socket.c standard ! 395: bsd/kern/syscalls.c optional debug ! 396: bsd/kern/tty.c standard ! 397: bsd/kern/tty_compat.c optional compat_43 ! 398: bsd/kern/tty_conf.c standard ! 399: bsd/kern/tty_pty.c optional pty ! 400: bsd/kern/tty_subr.c standard ! 401: bsd/kern/tty_tty.c standard ! 402: bsd/kern/uipc_domain.c standard ! 403: bsd/kern/uipc_mbuf.c standard ! 404: bsd/kern/uipc_proto.c standard ! 405: bsd/kern/uipc_socket.c standard ! 406: bsd/kern/uipc_socket2.c standard ! 407: bsd/kern/uipc_syscalls.c standard ! 408: bsd/kern/uipc_usrreq.c standard ! 409: ! 410: conf/param.c standard ! 411: ! 412: ipc/ipc_entry.c standard ! 413: ipc/ipc_hash.c standard ! 414: ipc/ipc_init.c standard ! 415: ipc/ipc_kmsg.c standard ! 416: ipc/ipc_marequest.c standard ! 417: ipc/ipc_mqueue.c standard ! 418: ipc/ipc_notify.c standard ! 419: ipc/ipc_object.c standard ! 420: ipc/ipc_port.c standard ! 421: ipc/ipc_pset.c standard ! 422: ipc/ipc_right.c standard ! 423: ipc/ipc_space.c standard ! 424: ipc/ipc_splay.c standard ! 425: ipc/ipc_table.c standard ! 426: ipc/ipc_thread.c standard ! 427: ipc/mach_debug.c optional mach_ipc_debug ! 428: ipc/mach_msg.c standard ! 429: ipc/mach_port.c standard ! 430: ! 431: kern/ast.c standard ! 432: kern/counters.c standard ! 433: kern/exception.c standard ! 434: kern/host.c standard ! 435: kern/ipc_host.c standard ! 436: kern/ipc_kobject.c standard ! 437: kern/ipc_mig.c standard ! 438: kern/ipc_netport.c optional mach_np ! 439: kern/ipc_sched.c standard ! 440: kern/ipc_tt.c standard ! 441: kern/ipc_xxx.c standard ! 442: kern/iprintf.c standard ! 443: kern/kalloc.c standard ! 444: kern/kernel_stack.c optional kernel_stack ! 445: kern/lock.c optional cpus ! 446: kern/mach_clock.c standard ! 447: kern/mach_factor.c standard ! 448: kern/mach_header.c standard ! 449: kern/mach_init.c standard ! 450: kern/mach_fat.c standard ! 451: kern/mach_loader.c standard ! 452: kern/mach_net.c standard ! 453: kern/mach_net_tcp.c optional mach_np ! 454: kern/machine.c standard ! 455: kern/malloc_debug.c optional mallocdebug ! 456: kern/mapfs.c standard ! 457: kern/miniMon.c standard ! 458: kern/netport_tcp.c optional mach_np ! 459: kern/ns_timer.c standard ! 460: kern/parallel.c standard ! 461: kern/power.c standard ! 462: kern/priority.c standard ! 463: kern/processor.c standard ! 464: kern/queue.c standard ! 465: kern/kdp.c standard ! 466: kern/kdp_udp.c standard ! 467: kern/sched_prim.c standard ! 468: kern/slave.c standard ! 469: kern/syscall_subr.c standard ! 470: kern/syscall_sw.c standard ! 471: kern/task.c standard ! 472: kern/thread.c standard ! 473: kern/thread_call.c standard ! 474: kern/thread_swap.c standard ! 475: kern/time_stamp.c standard ! 476: kern/timer.c standard ! 477: kern/zalloc.c standard ! 478: ! 479: kern/kdebug.c optional kdebug ! 480: ! 481: kernserv/kern_server.c optional kernserv ! 482: kernserv/kern_notify.c standard ! 483: ! 484: ./kernserv/kern_server_handler.c optional kernserv ! 485: ./kernserv/kern_server_reply_user.c optional kernserv ! 486: ! 487: ./mach/exc_server.c standard ! 488: ./mach/mach_host_server.c standard ! 489: ./mach/mach_port_server.c standard ! 490: ./mach/mach_server.c standard ! 491: ./mach_debug/mach_debug_server.c optional mach_debug ! 492: ! 493: uxkern/ux_exception.c standard ! 494: ! 495: vm/vm_fault.c standard ! 496: vm/vm_init.c standard ! 497: vm/vm_kern.c standard ! 498: vm/vm_map.c standard ! 499: vm/vm_mem_region.c standard ! 500: vm/vm_object.c standard ! 501: vm/vm_pageout.c standard ! 502: vm/vm_pager.c standard ! 503: vm/vm_policy.c standard ! 504: vm/vm_resident.c standard ! 505: vm/vm_synchronize.c standard ! 506: vm/vm_unix.c standard ! 507: vm/vm_user.c standard ! 508: vm/vnode_pager.c standard ! 509: ! 510: dev/vnd.c optional vnd device-driver ! 511: ! 512: driverkit/objc_support.m optional kernobjc ! 513: driverkit/autoconfCommon.m optional driverkit ! 514: driverkit/KernLock.m optional driverkit ! 515: driverkit/KernBus.m optional driverkit ! 516: driverkit/KernBusMemory.m optional driverkit ! 517: driverkit/KernBusInterrupt.m optional driverkit ! 518: driverkit/KernDevice.m optional driverkit ! 519: driverkit/KernDeviceDescription.m optional driverkit ! 520: driverkit/KernStringList.m optional driverkit ! 521: driverkit/driverServerXXX.m optional driverkit ! 522: ./driverkit/driverServerServer.c optional driverkit ! 523: ! 524: bsd/dev/SCSIDiskKern.m optional driverkit ! 525: bsd/dev/SCSIGenericKern.m optional driverkit ! 526: ! 527: bsd/dev/ev.c optional event ! 528: ! 529: driverkit/ddm.c optional uxpr ! 530: ! 531: bsd/netat/atp_alloc.c optional netat ! 532: bsd/netat/atp_misc.c optional netat ! 533: bsd/netat/atp_open.c optional netat ! 534: bsd/netat/atp_read.c optional netat ! 535: bsd/netat/atp_write.c optional netat ! 536: bsd/netat/asp_proto.c optional netat ! 537: bsd/netat/ddp_aep.c optional netat ! 538: bsd/netat/ddp.c optional netat ! 539: bsd/netat/ddp_brt.c optional netat ! 540: bsd/netat/ddp_proto.c optional netat ! 541: bsd/netat/ddp_nbp.c optional netat ! 542: bsd/netat/ddp_rtmp.c optional netat ! 543: bsd/netat/ddp_sip.c optional netat ! 544: bsd/netat/ddp_rtmptable.c optional netat ! 545: bsd/netat/ddp_r_rtmp.c optional netat ! 546: bsd/netat/ddp_r_zip.c optional netat ! 547: bsd/netat/ddp_aarp.c optional netat ! 548: bsd/netat/ddp_lap.c optional netat ! 549: bsd/netat/adsp_CLDeny.c optional netat ! 550: bsd/netat/adsp_Read.c optional netat ! 551: bsd/netat/adsp_Timer.c optional netat ! 552: bsd/netat/adsp_attention.c optional netat ! 553: bsd/netat/adsp_CLListen.c optional netat ! 554: bsd/netat/adsp_NewCID.c optional netat ! 555: bsd/netat/adsp_TimerElem.c optional netat ! 556: bsd/netat/adsp_reset.c optional netat ! 557: bsd/netat/adsp_Close.c optional netat ! 558: bsd/netat/adsp_Open.c optional netat ! 559: bsd/netat/adsp_RxAttn.c optional netat ! 560: bsd/netat/adsp_Write.c optional netat ! 561: bsd/netat/adsp_Control.c optional netat ! 562: bsd/netat/adsp_RxData.c optional netat ! 563: bsd/netat/adsp.c optional netat ! 564: bsd/netat/adsp_Init.c optional netat ! 565: bsd/netat/adsp_Options.c optional netat ! 566: bsd/netat/adsp_stream.c optional netat ! 567: bsd/netat/adsp_InitGlobals.c optional netat ! 568: bsd/netat/adsp_Packet.c optional netat ! 569: bsd/netat/adsp_Status.c optional netat ! 570: bsd/netat/adsp_misc.c optional netat ! 571: bsd/netat/sys_glue.c optional netat ! 572: bsd/netat/sys_dep.c optional netat ! 573: bsd/netat/drv_dep.c optional netat
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.