home *** CD-ROM | disk | FTP | other *** search
- #
- # Mach Operating System
- # Copyright (c) 1992 Carnegie Mellon University
- # All Rights Reserved.
- #
- # Permission to use, copy, modify and distribute this software and its
- # documentation is hereby granted, provided that both the copyright
- # notice and this permission notice appear in all copies of the
- # software, derivative works or modified versions, and any portions
- # thereof, and that both notices appear in supporting documentation.
- #
- # CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
- # CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
- # ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
- #
- # Carnegie Mellon requests users of this software to return to
- #
- # Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
- # School of Computer Science
- # Carnegie Mellon University
- # Pittsburgh PA 15213-3890
- #
- # any improvements or extensions that they make and grant Carnegie Mellon
- # the rights to redistribute these changes.
- #
- #
- # HISTORY
- # $Log: files,v $
- # Revision 2.3 92/07/08 16:16:51 mrt
- # Added isofs files.
- # [92/06/25 rwd]
- #
- # Revision 2.2 92/04/22 14:01:10 rwd
- # Remove OPTIONS/mach line. No longer needed and conflicts
- # with MK include mach.h.
- # [92/04/22 rwd]
- #
- # Revision 2.1 92/04/21 17:11:52 rwd
- # BSDSS
- #
- #
- #
-
- OPTIONS/bpfilter optional bpfilter
- OPTIONS/ccitt optional ccitt
- OPTIONS/compat_42 optional compat_42
- OPTIONS/debug optional debug
- OPTIONS/diagnostic optional diagnostic
- OPTIONS/eon optional eon
- OPTIONS/fifo optional fifo
- OPTIONS/gateway optional gateway
- OPTIONS/generic optional generic
- OPTIONS/inet optional inet define_dynamic
- OPTIONS/iso optional iso
- OPTIONS/ktrace optional ktrace
- OPTIONS/kmemstats optional kmemstats
- OPTIONS/map_ether optional map_ether
- OPTIONS/map_time optional map_time
- OPTIONS/nfs optional nfs define_dynamic
- OPTIONS/isofs optional isofs
- OPTIONS/ns optional ns define_dynamic
- OPTIONS/nsip optional nsip define_dynamic
- OPTIONS/gprof optional gprof
- OPTIONS/quota optional quota
- OPTIONS/rmp optional rmp
- OPTIONS/second_server optional second_server
- OPTIONS/syscalltrace optional syscalltrace
- OPTIONS/sysvshm optional sysvshm
- OPTIONS/tcp_compat_42 optional tcp_compat_42
- OPTIONS/tpip optional tpip
- OPTIONS/trace optional trace
-
- conf/param.c standard
- kern/init_main.c standard
- ./kern/init_sysent.c standard
- ./kern/syscalls.c standard
- kern/kern_acct.c standard
- kern/kern_clock.c standard
- kern/kern_descrip.c standard
- kern/kern_exec.c standard
- kern/kern_exit.c standard
- kern/kern_fork.c standard
- kern/kern_kinfo.c standard
- kern/kern_ktrace.c standard
- kern/kern_malloc.c standard
- kern/kern_physio.c standard
- kern/kern_proc.c standard
- kern/kern_prot.c standard
- kern/kern_resource.c standard
- kern/kern_sig.c standard
- kern/kern_synch.c standard
- kern/kern_time.c standard
- kern/kern_xxx.c standard
- kern/dead_vnops.c standard
- kern/spec_vnops.c standard
- kern/fifo_vnops.c optional fifo
- kern/subr_log.c standard
- kern/subr_mcount.c optional profiling-routine
- kern/subr_prf.c standard
- kern/subr_rmap.c standard
- kern/subr_xxx.c standard
- kern/sys_generic.c standard
- kern/sys_process.c standard
- kern/sys_socket.c standard
- kern/tty.c standard
- kern/tty_compat.c standard
- kern/tty_conf.c standard
- kern/tty_pty.c optional pty
- kern/tty_subr.c standard
- kern/tty_tb.c optional tb
- kern/tty_tty.c standard
- kern/vfs_bio.c standard
- kern/vfs_cache.c standard
- kern/vfs_conf.c standard
- kern/vfs_lookup.c standard
- kern/vfs_subr.c standard
- kern/vfs_syscalls.c standard
- kern/vfs_vnops.c standard
- kern/uipc_domain.c standard
- kern/uipc_mbuf.c standard
- kern/uipc_proto.c standard
- kern/uipc_socket.c standard
- kern/uipc_socket2.c standard
- kern/uipc_syscalls.c standard
- kern/uipc_usrreq.c standard
- kern/sysv_shm.c optional sysvshm
- kern/cmu_syscalls.c standard
- vm/vm_unix.c standard
- vm/vm_glue.c standard
- vm/vm_mmap.c standard
- vm/vnode_pager.c optional vnodepager
- ufs/ufs_alloc.c standard
- ufs/ufs_bmap.c standard
- ufs/ufs_disksubr.c standard
- ufs/ufs_inode.c standard
- ufs/ufs_lockf.c standard
- ufs/ufs_lookup.c standard
- ufs/ufs_subr.c standard
- ufs/ufs_tables.c standard
- ufs/ufs_vfsops.c standard
- ufs/ufs_vnops.c standard
- ufs/ufs_quota.c optional quota
- ufs/mfs_vnops.c optional mfs
- ufs/mfs_vfsops.c optional mfs
- nfs/nfs_bio.c optional nfs
- nfs/nfs_node.c optional nfs
- nfs/nfs_serv.c optional nfs
- nfs/nfs_socket.c optional nfs
- nfs/nfs_srvcache.c optional nfs
- nfs/nfs_subs.c optional nfs
- nfs/nfs_syscalls.c optional nfs
- nfs/nfs_vfsops.c optional nfs
- nfs/nfs_vnops.c optional nfs
- isofs/isofs_bmap.c optional isofs
- isofs/isofs_lookup.c optional isofs
- isofs/isofs_node.c optional isofs
- isofs/isofs_util.c optional isofs
- isofs/isofs_vfsops.c optional isofs
- isofs/isofs_vnops.c optional isofs
- net/af.c standard
- net/bpf.c optional bpfilter
- net/bpf_filter.c optional bpfilter
- net/if.c standard
- net/if_ethersubr.c optional ether
- net/if_loop.c optional loop
- net/if_sl.c optional sl
- net/raw_cb.c standard
- net/raw_usrreq.c standard
- net/radix.c standard
- net/route.c standard
- net/rtsock.c standard
- net/netisr.c standard
- net/slcompress.c optional sl
- netinet/if_ether.c optional ether
- netinet/in.c optional inet
- netinet/in_pcb.c optional inet
- netinet/in_proto.c optional inet
- netinet/ip_icmp.c optional inet
- netinet/ip_input.c optional inet
- netinet/ip_output.c optional inet
- netinet/raw_ip.c optional inet
- netinet/tcp_debug.c optional inet
- netinet/tcp_input.c optional inet
- netinet/tcp_output.c optional inet
- netinet/tcp_subr.c optional inet
- netinet/tcp_timer.c optional inet
- netinet/tcp_usrreq.c optional inet
- netinet/udp_usrreq.c optional inet
- netns/idp_usrreq.c optional ns
- netns/ns.c optional ns
- netns/ns_error.c optional ns
- netns/ns_ip.c optional ns
- netns/ns_input.c optional ns
- netns/ns_output.c optional ns
- netns/ns_pcb.c optional ns
- netns/ns_proto.c optional ns
- netns/spp_debug.c optional ns
- netns/spp_usrreq.c optional ns
-
- #
- uxkern/block_io.c standard
- uxkern/cons.c standard
- uxkern/device_misc.c standard
- uxkern/device_reply_hdlr.c standard
- uxkern/device_utils.c standard
- uxkern/disk_io.c standard
- uxkern/ether_io.c standard
- uxkern/inittodr.c standard
- uxkern/misc.c standard
- uxkern/port_hash.c standard
- uxkern/proc_to_task.c standard
- uxkern/ux_syscall.c standard
- uxkern/syscall_subr.c standard
- uxkern/tty_io.c optional com
- uxkern/user_copy.c standard
- uxkern/user_reply_msg.c standard
- uxkern/ux_exception.c standard
- uxkern/ux_server_loop.c standard
- uxkern/bsd_server.c standard
- uxkern/bsd_server_side.c standard
- uxkern/zalloc.c standard
- #
- # Added by us to allow a second server to run under another BSD server:
- uxkern/second_traps.s optional second_server
- uxkern/second_cons.c optional second_server
-
- #
- netinet/hy.c optional hy
- netinet/imp.c optional imp
-