]> git.saurik.com Git - apple/xnu.git/commit - bsd/net/Makefile
xnu-1504.7.4.tar.gz mac-os-x-1064 v1504.7.4
authorApple <opensource@apple.com>
Thu, 17 Jun 2010 16:18:55 +0000 (16:18 +0000)
committerApple <opensource@apple.com>
Thu, 17 Jun 2010 16:18:55 +0000 (16:18 +0000)
commitd1ecb069dfe24481e4a83f44cb5217a2b06746d7
treea0106305f07961ba902192928b2a73ab13fd054f
parentb7266188b87f3620ec3f9f717e57194a7dd989fe
xnu-1504.7.4.tar.gz
168 files changed:
bsd/conf/MASTER
bsd/conf/files
bsd/dev/dtrace/systrace.c
bsd/dev/i386/systemcalls.c
bsd/dev/ppc/systemcalls.c
bsd/dev/random/randomdev.c
bsd/hfs/cprotect.c [new file with mode: 0644]
bsd/hfs/hfs_btreeio.c
bsd/hfs/hfs_vfsops.c
bsd/hfs/hfs_vfsutils.c
bsd/hfs/hfs_vnops.c
bsd/hfs/hfscommon/BTree/BTree.c
bsd/hfs/hfscommon/Misc/VolumeAllocation.c
bsd/hfs/hfscommon/headers/FileMgrInternal.h
bsd/kern/bsd_init.c
bsd/kern/decmpfs.c
bsd/kern/kern_descrip.c
bsd/kern/kern_exec.c
bsd/kern/kern_exit.c
bsd/kern/kern_memorystatus.c
bsd/kern/kern_mib.c
bsd/kern/kern_resource.c
bsd/kern/kpi_mbuf.c
bsd/kern/kpi_socket.c
bsd/kern/makesyscalls.sh
bsd/kern/pthread_synch.c
bsd/kern/syscalls.master
bsd/kern/uipc_domain.c
bsd/kern/uipc_mbuf.c
bsd/kern/uipc_mbuf2.c
bsd/kern/uipc_socket.c
bsd/kern/uipc_socket2.c
bsd/kern/uipc_syscalls.c
bsd/net/Makefile
bsd/net/bridgestp.c [deleted file]
bsd/net/dlil.c
bsd/net/dlil.h
bsd/net/ether_if_module.c
bsd/net/if.c
bsd/net/if.h
bsd/net/if_bond.c
bsd/net/if_bridge.c [deleted file]
bsd/net/if_bridgevar.h [deleted file]
bsd/net/if_mib.c
bsd/net/if_pflog.c
bsd/net/if_pflog.h
bsd/net/if_utun.c
bsd/net/if_utun.h
bsd/net/if_var.h
bsd/net/if_vlan.c
bsd/net/kpi_interface.c
bsd/net/kpi_interface.h
bsd/net/pf.c
bsd/net/pf_if.c
bsd/net/pf_ioctl.c
bsd/net/pf_norm.c
bsd/net/pf_osfp.c
bsd/net/pf_ruleset.c
bsd/net/pf_table.c
bsd/net/pfvar.h
bsd/net/route.c
bsd/net/route.h
bsd/net/rtsock.c
bsd/netinet/igmp.c
bsd/netinet/in.h
bsd/netinet/in_arp.c
bsd/netinet/in_arp.h
bsd/netinet/in_rmx.c
bsd/netinet/ip_divert.c
bsd/netinet/ip_output.c
bsd/netinet/raw_ip.c
bsd/netinet/tcp_input.c
bsd/netinet/tcp_output.c
bsd/netinet/tcp_subr.c
bsd/netinet/tcp_timer.c
bsd/netinet/udp_usrreq.c
bsd/netinet6/in6_rmx.c
bsd/netinet6/in6_var.h
bsd/netinet6/nd6.c
bsd/netinet6/nd6.h
bsd/netinet6/nd6_nbr.c
bsd/netinet6/raw_ip6.c
bsd/netinet6/udp6_output.c
bsd/sys/Makefile
bsd/sys/attr.h
bsd/sys/buf.h
bsd/sys/buf_internal.h
bsd/sys/cprotect.h [new file with mode: 0644]
bsd/sys/fcntl.h
bsd/sys/file_internal.h
bsd/sys/kdebug.h
bsd/sys/kern_memorystatus.h
bsd/sys/kernel_types.h
bsd/sys/kpi_mbuf.h
bsd/sys/kpi_socket.h
bsd/sys/mbuf.h
bsd/sys/mount.h
bsd/sys/proc_internal.h
bsd/sys/protosw.h
bsd/sys/socketvar.h
bsd/sys/sockio.h
bsd/sys/sysent.h
bsd/sys/user.h
bsd/vfs/vfs_attrlist.c
bsd/vfs/vfs_bio.c
bsd/vfs/vfs_journal.c
bsd/vfs/vfs_subr.c
bsd/vfs/vfs_syscalls.c
bsd/vm/vm_unix.c
config/MasterVersion
config/Private.exports
config/Unsupported.exports
iokit/IOKit/IOHibernatePrivate.h
iokit/IOKit/IOUserClient.h
iokit/Kernel/IOCPU.cpp
iokit/Kernel/IOHibernateIO.cpp
iokit/Kernel/IOPMrootDomain.cpp
iokit/Kernel/IOPolledInterface.cpp [new file with mode: 0644]
iokit/Kernel/IOUserClient.cpp
iokit/bsddev/IOKitBSDInit.cpp
iokit/bsddev/IOKitBSDInit.h
iokit/conf/Makefile.i386
iokit/conf/Makefile.ppc
iokit/conf/Makefile.template
iokit/conf/Makefile.x86_64
iokit/conf/files
kgmacros
libkern/kxld/kxld_sym.c
libkern/zlib/arm/inffastS.s
makedefs/MakeInc.def
osfmk/conf/files
osfmk/default_pager/dp_backing_store.c
osfmk/i386/AT386/model_dep.c
osfmk/i386/commpage/commpage.c
osfmk/i386/cpu_capabilities.h
osfmk/i386/cpu_threads.c
osfmk/i386/cpu_topology.c
osfmk/i386/cpu_topology.h
osfmk/i386/cpuid.c
osfmk/i386/cpuid.h
osfmk/i386/hibernate_i386.c
osfmk/i386/machine_routines.c
osfmk/i386/pmCPU.c
osfmk/i386/pmCPU.h
osfmk/i386/tsc.c
osfmk/ipc/ipc_object.c
osfmk/kern/Makefile
osfmk/kern/ipc_kobject.c
osfmk/kern/ipc_kobject.h
osfmk/kern/ipc_misc.c [new file with mode: 0644]
osfmk/kern/ipc_misc.h [new file with mode: 0644]
osfmk/kern/priority.c
osfmk/kern/sched.h
osfmk/kern/sched_prim.c
osfmk/mach/i386/vm_param.h
osfmk/mach/machine.h
osfmk/mach/ppc/vm_param.h
osfmk/vm/pmap.h
osfmk/vm/vm_fault.c
osfmk/vm/vm_object.c
osfmk/vm/vm_pageout.c
osfmk/vm/vm_resident.c
pexpert/pexpert/i386/boot.h
pexpert/pexpert/pexpert.h
security/mac_framework.h
security/mac_policy.h
security/mac_process.c
security/mac_stub.c