]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sys: further adoption of SPDX licensing ID tags.
authorpfg <pfg@FreeBSD.org>
Mon, 20 Nov 2017 19:43:44 +0000 (19:43 +0000)
committerpfg <pfg@FreeBSD.org>
Mon, 20 Nov 2017 19:43:44 +0000 (19:43 +0000)
commit4736ccfd9c3411d50371d7f21f9450a47c19047e
tree645c2905a7f379f437a29af98a1c312cedb94482
parentebda8d9db801624bdae1ccc953541d8341a5ad84
sys: further adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 3-Clause license.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
876 files changed:
sys/amd64/amd64/bpf_jit_machdep.c
sys/amd64/amd64/bpf_jit_machdep.h
sys/amd64/amd64/fpu.c
sys/amd64/amd64/genassym.c
sys/amd64/amd64/mem.c
sys/amd64/amd64/sys_machdep.c
sys/amd64/amd64/uio_machdep.c
sys/amd64/ia32/ia32_signal.c
sys/amd64/include/asm.h
sys/amd64/include/asmacros.h
sys/amd64/include/cpu.h
sys/amd64/include/cpufunc.h
sys/amd64/include/exec.h
sys/amd64/include/fpu.h
sys/amd64/include/in_cksum.h
sys/amd64/include/limits.h
sys/amd64/include/md_var.h
sys/amd64/include/pcb.h
sys/amd64/include/pmap.h
sys/amd64/include/proc.h
sys/amd64/include/profile.h
sys/amd64/include/reloc.h
sys/amd64/include/segments.h
sys/amd64/include/tss.h
sys/amd64/vmm/vmm_stat.h
sys/arm/arm/mem.c
sys/arm/arm/sys_machdep.c
sys/arm/arm/uio_machdep.c
sys/arm/freescale/imx/imx_common.c
sys/arm/include/_limits.h
sys/arm/include/asm.h
sys/arm/include/endian.h
sys/arm/include/exec.h
sys/arm/include/float.h
sys/arm/include/ieee.h
sys/arm/include/in_cksum.h
sys/arm/include/limits.h
sys/arm/include/md_var.h
sys/arm/include/pmap.h
sys/arm/include/signal.h
sys/arm/include/stdarg.h
sys/arm/include/vmparam.h
sys/arm/mv/discovery/discovery.c
sys/arm/mv/kirkwood/kirkwood.c
sys/arm/mv/mv_common.c
sys/arm/mv/mv_pci.c
sys/arm/mv/mvreg.h
sys/arm/mv/mvwin.h
sys/arm/mv/orion/db88f5xxx.c
sys/arm/mv/orion/orion.c
sys/arm/mv/rtc.c
sys/arm/ti/ti_edma3.c
sys/arm/versatile/versatile_common.c
sys/arm/xscale/ixp425/if_npereg.h
sys/arm/xscale/ixp425/ixp425_npe.c
sys/arm/xscale/ixp425/ixp425_npereg.h
sys/arm/xscale/ixp425/ixp425_qmgr.c
sys/arm/xscale/ixp425/ixp425_qmgr.h
sys/bsm/audit.h
sys/bsm/audit_domain.h
sys/bsm/audit_errno.h
sys/bsm/audit_fcntl.h
sys/bsm/audit_internal.h
sys/bsm/audit_kevents.h
sys/bsm/audit_record.h
sys/bsm/audit_socket_type.h
sys/compat/freebsd32/freebsd32_ioctl.c
sys/compat/freebsd32/freebsd32_ioctl.h
sys/conf/newvers.sh
sys/conf/systags.sh
sys/crypto/sha1.c
sys/crypto/sha1.h
sys/ddb/db_ps.c
sys/ddb/ddb.h
sys/fs/cd9660/cd9660_bmap.c
sys/fs/cd9660/cd9660_lookup.c
sys/fs/cd9660/cd9660_mount.h
sys/fs/cd9660/cd9660_node.c
sys/fs/cd9660/cd9660_node.h
sys/fs/cd9660/cd9660_rrip.c
sys/fs/cd9660/cd9660_rrip.h
sys/fs/cd9660/cd9660_util.c
sys/fs/cd9660/cd9660_vfsops.c
sys/fs/cd9660/cd9660_vnops.c
sys/fs/cd9660/iso.h
sys/fs/cd9660/iso_rrip.h
sys/fs/deadfs/dead_vnops.c
sys/fs/ext2fs/ext2_alloc.c
sys/fs/ext2fs/ext2_balloc.c
sys/fs/ext2fs/ext2_bmap.c
sys/fs/ext2fs/ext2_extern.h
sys/fs/ext2fs/ext2_inode.c
sys/fs/ext2fs/ext2_lookup.c
sys/fs/ext2fs/ext2_mount.h
sys/fs/ext2fs/ext2_subr.c
sys/fs/ext2fs/ext2_vfsops.c
sys/fs/ext2fs/ext2_vnops.c
sys/fs/ext2fs/fs.h
sys/fs/ext2fs/inode.h
sys/fs/fdescfs/fdesc.h
sys/fs/fdescfs/fdesc_vfsops.c
sys/fs/fdescfs/fdesc_vnops.c
sys/fs/fifofs/fifo_vnops.c
sys/fs/fuse/fuse.h
sys/fs/fuse/fuse_debug.h
sys/fs/fuse/fuse_device.c
sys/fs/fuse/fuse_file.c
sys/fs/fuse/fuse_file.h
sys/fs/fuse/fuse_internal.c
sys/fs/fuse/fuse_internal.h
sys/fs/fuse/fuse_io.c
sys/fs/fuse/fuse_io.h
sys/fs/fuse/fuse_ipc.c
sys/fs/fuse/fuse_ipc.h
sys/fs/fuse/fuse_kernel.h
sys/fs/fuse/fuse_main.c
sys/fs/fuse/fuse_node.c
sys/fs/fuse/fuse_node.h
sys/fs/fuse/fuse_param.h
sys/fs/fuse/fuse_vfsops.c
sys/fs/fuse/fuse_vnops.c
sys/fs/nfs/nfs.h
sys/fs/nfs/nfs_commonkrpc.c
sys/fs/nfs/nfs_commonport.c
sys/fs/nfs/nfs_commonsubs.c
sys/fs/nfs/nfs_var.h
sys/fs/nfs/nfsm_subs.h
sys/fs/nfs/nfsport.h
sys/fs/nfs/nfsproto.h
sys/fs/nfs/nfsrvcache.h
sys/fs/nfs/rpcv2.h
sys/fs/nfs/xdr_subs.h
sys/fs/nfsclient/nfs.h
sys/fs/nfsclient/nfs_clbio.c
sys/fs/nfsclient/nfs_clcomsubs.c
sys/fs/nfsclient/nfs_clkrpc.c
sys/fs/nfsclient/nfs_clnfsiod.c
sys/fs/nfsclient/nfs_clnode.c
sys/fs/nfsclient/nfs_clport.c
sys/fs/nfsclient/nfs_clrpcops.c
sys/fs/nfsclient/nfs_clsubs.c
sys/fs/nfsclient/nfs_clvfsops.c
sys/fs/nfsclient/nfs_clvnops.c
sys/fs/nfsclient/nfsmount.h
sys/fs/nfsclient/nfsnode.h
sys/fs/nfsserver/nfs_nfsdcache.c
sys/fs/nfsserver/nfs_nfsdkrpc.c
sys/fs/nfsserver/nfs_nfsdport.c
sys/fs/nfsserver/nfs_nfsdserv.c
sys/fs/nfsserver/nfs_nfsdsocket.c
sys/fs/nfsserver/nfs_nfsdsubs.c
sys/fs/nullfs/null.h
sys/fs/nullfs/null_subr.c
sys/fs/nullfs/null_vfsops.c
sys/fs/nullfs/null_vnops.c
sys/fs/procfs/procfs.h
sys/fs/procfs/procfs_dbregs.c
sys/fs/procfs/procfs_fpregs.c
sys/fs/procfs/procfs_map.c
sys/fs/procfs/procfs_mem.c
sys/fs/procfs/procfs_note.c
sys/fs/procfs/procfs_osrel.c
sys/fs/procfs/procfs_regs.c
sys/fs/procfs/procfs_status.c
sys/fs/procfs/procfs_type.c
sys/fs/unionfs/union.h
sys/fs/unionfs/union_subr.c
sys/fs/unionfs/union_vfsops.c
sys/fs/unionfs/union_vnops.c
sys/i386/i386/bpf_jit_machdep.c
sys/i386/i386/bpf_jit_machdep.h
sys/i386/i386/genassym.c
sys/i386/i386/in_cksum.c
sys/i386/i386/mem.c
sys/i386/i386/sys_machdep.c
sys/i386/i386/uio_machdep.c
sys/i386/include/asm.h
sys/i386/include/asmacros.h
sys/i386/include/cpu.h
sys/i386/include/cpufunc.h
sys/i386/include/exec.h
sys/i386/include/in_cksum.h
sys/i386/include/limits.h
sys/i386/include/md_var.h
sys/i386/include/npx.h
sys/i386/include/param.h
sys/i386/include/pcb.h
sys/i386/include/pmap.h
sys/i386/include/proc.h
sys/i386/include/profile.h
sys/i386/include/reloc.h
sys/i386/include/segments.h
sys/i386/include/signal.h
sys/i386/include/tss.h
sys/i386/include/varargs.h
sys/i386/include/vmparam.h
sys/isa/isareg.h
sys/isa/rtc.h
sys/kern/kern_clock.c
sys/kern/kern_cons.c
sys/kern/kern_descrip.c
sys/kern/kern_exit.c
sys/kern/kern_fork.c
sys/kern/kern_ktrace.c
sys/kern/kern_lockf.c
sys/kern/kern_malloc.c
sys/kern/kern_mib.c
sys/kern/kern_proc.c
sys/kern/kern_prot.c
sys/kern/kern_resource.c
sys/kern/kern_rmlock.c
sys/kern/kern_shutdown.c
sys/kern/kern_sig.c
sys/kern/kern_synch.c
sys/kern/kern_sysctl.c
sys/kern/kern_time.c
sys/kern/kern_timeout.c
sys/kern/kern_xxx.c
sys/kern/sched_4bsd.c
sys/kern/subr_autoconf.c
sys/kern/subr_blist.c
sys/kern/subr_clock.c
sys/kern/subr_hash.c
sys/kern/subr_log.c
sys/kern/subr_mchain.c
sys/kern/subr_param.c
sys/kern/subr_pcpu.c
sys/kern/subr_prf.c
sys/kern/subr_prof.c
sys/kern/subr_rtc.c
sys/kern/subr_scanf.c
sys/kern/subr_sglist.c
sys/kern/subr_uio.c
sys/kern/sys_generic.c
sys/kern/sys_socket.c
sys/kern/tty_compat.c
sys/kern/tty_info.c
sys/kern/uipc_domain.c
sys/kern/uipc_mbuf.c
sys/kern/uipc_mbuf2.c
sys/kern/uipc_sockbuf.c
sys/kern/uipc_socket.c
sys/kern/uipc_syscalls.c
sys/kern/uipc_usrreq.c
sys/kern/vfs_cache.c
sys/kern/vfs_cluster.c
sys/kern/vfs_default.c
sys/kern/vfs_export.c
sys/kern/vfs_init.c
sys/kern/vfs_lookup.c
sys/kern/vfs_mount.c
sys/kern/vfs_mountroot.c
sys/kern/vfs_subr.c
sys/kern/vfs_syscalls.c
sys/kern/vfs_vnops.c
sys/libkern/arm/muldi3.c
sys/libkern/ashldi3.c
sys/libkern/ashrdi3.c
sys/libkern/bcmp.c
sys/libkern/bsearch.c
sys/libkern/cmpdi2.c
sys/libkern/divdi3.c
sys/libkern/ffs.c
sys/libkern/ffsl.c
sys/libkern/fls.c
sys/libkern/flsl.c
sys/libkern/flsll.c
sys/libkern/fnmatch.c
sys/libkern/lshrdi3.c
sys/libkern/mcount.c
sys/libkern/memchr.c
sys/libkern/memcmp.c
sys/libkern/moddi3.c
sys/libkern/qdivrem.c
sys/libkern/qsort.c
sys/libkern/quad.h
sys/libkern/random.c
sys/libkern/scanc.c
sys/libkern/strcat.c
sys/libkern/strchr.c
sys/libkern/strcmp.c
sys/libkern/strcpy.c
sys/libkern/strncmp.c
sys/libkern/strncpy.c
sys/libkern/strrchr.c
sys/libkern/strsep.c
sys/libkern/strtol.c
sys/libkern/strtoq.c
sys/libkern/strtoul.c
sys/libkern/strtouq.c
sys/libkern/ucmpdi2.c
sys/libkern/udivdi3.c
sys/libkern/umoddi3.c
sys/mips/cavium/cvmx_config.h
sys/mips/cavium/octe/cavium-ethernet.h
sys/mips/cavium/octe/ethernet-common.c
sys/mips/cavium/octe/ethernet-common.h
sys/mips/cavium/octe/ethernet-defines.h
sys/mips/cavium/octe/ethernet-headers.h
sys/mips/cavium/octe/ethernet-mdio.c
sys/mips/cavium/octe/ethernet-mdio.h
sys/mips/cavium/octe/ethernet-mem.c
sys/mips/cavium/octe/ethernet-mem.h
sys/mips/cavium/octe/ethernet-rgmii.c
sys/mips/cavium/octe/ethernet-rx.c
sys/mips/cavium/octe/ethernet-rx.h
sys/mips/cavium/octe/ethernet-sgmii.c
sys/mips/cavium/octe/ethernet-spi.c
sys/mips/cavium/octe/ethernet-tx.c
sys/mips/cavium/octe/ethernet-tx.h
sys/mips/cavium/octe/ethernet-util.h
sys/mips/cavium/octe/ethernet-xaui.c
sys/mips/cavium/octe/ethernet.c
sys/mips/cavium/octe/wrapper-cvmx-includes.h
sys/mips/cavium/octeon_ds1337.c
sys/mips/cavium/octeon_ebt3000_cf.c
sys/mips/cavium/octeon_irq.h
sys/mips/cavium/octeon_pcmap_regs.h
sys/mips/cavium/octopcireg.h
sys/mips/include/_align.h
sys/mips/include/_limits.h
sys/mips/include/asm.h
sys/mips/include/cpu.h
sys/mips/include/cpuregs.h
sys/mips/include/endian.h
sys/mips/include/exec.h
sys/mips/include/float.h
sys/mips/include/fls64.h
sys/mips/include/ieee.h
sys/mips/include/in_cksum.h
sys/mips/include/limits.h
sys/mips/include/md_var.h
sys/mips/include/mips_opcode.h
sys/mips/include/param.h
sys/mips/include/pcb.h
sys/mips/include/pmap.h
sys/mips/include/proc.h
sys/mips/include/profile.h
sys/mips/include/ptrace.h
sys/mips/include/reg.h
sys/mips/include/regdef.h
sys/mips/include/regnum.h
sys/mips/include/signal.h
sys/mips/include/sysarch.h
sys/mips/include/trap.h
sys/mips/include/ucontext.h
sys/mips/include/varargs.h
sys/mips/include/vmparam.h
sys/mips/mips/autoconf.c
sys/mips/mips/genassym.c
sys/mips/mips/machdep.c
sys/mips/mips/mem.c
sys/mips/mips/pm_machdep.c
sys/mips/mips/pmap.c
sys/mips/mips/trap.c
sys/mips/mips/uio_machdep.c
sys/mips/mips/vm_machdep.c
sys/mips/rmi/board.h
sys/mips/rmi/dev/iic/at24co2n.c
sys/mips/rmi/dev/iic/max6657.c
sys/mips/rmi/dev/nlge/if_nlge.c
sys/mips/rmi/dev/nlge/if_nlge.h
sys/mips/rmi/dev/sec/desc.h
sys/mips/rmi/dev/sec/rmilib.c
sys/mips/rmi/dev/sec/rmilib.h
sys/mips/rmi/dev/sec/rmisec.c
sys/mips/rmi/dev/xlr/atx_cpld.h
sys/mips/rmi/dev/xlr/debug.h
sys/mips/rmi/dev/xlr/xgmac_mdio.h
sys/mips/rmi/fmn.c
sys/mips/rmi/interrupt.h
sys/mips/rmi/iodi.c
sys/mips/rmi/iomap.h
sys/mips/rmi/msgring.c
sys/mips/rmi/msgring.cfg
sys/mips/rmi/msgring.h
sys/mips/rmi/pic.h
sys/mips/rmi/rmi_boot_info.h
sys/mips/rmi/rmi_mips_exts.h
sys/mips/rmi/xlr_i2c.c
sys/mips/rmi/xlr_pci.c
sys/mips/rmi/xlr_pcmcia.c
sys/net/bpf.c
sys/net/bpf.h
sys/net/bpf_buffer.c
sys/net/bpf_filter.c
sys/net/bpf_jitter.c
sys/net/bpf_jitter.h
sys/net/bpfdesc.h
sys/net/if.c
sys/net/if.h
sys/net/if_arc.h
sys/net/if_arp.h
sys/net/if_clone.c
sys/net/if_clone.h
sys/net/if_disc.c
sys/net/if_dl.h
sys/net/if_edsc.c
sys/net/if_ethersubr.c
sys/net/if_fwsubr.c
sys/net/if_gif.c
sys/net/if_gif.h
sys/net/if_llc.h
sys/net/if_loop.c
sys/net/if_stf.c
sys/net/if_types.h
sys/net/if_var.h
sys/net/ifq.h
sys/net/pfkeyv2.h
sys/net/radix.c
sys/net/radix.h
sys/net/radix_mpath.c
sys/net/radix_mpath.h
sys/net/raw_cb.c
sys/net/raw_cb.h
sys/net/raw_usrreq.c
sys/net/route.c
sys/net/route.h
sys/net/rtsock.c
sys/net/slcompress.c
sys/net/slcompress.h
sys/netinet/icmp6.h
sys/netinet/icmp_var.h
sys/netinet/if_ether.c
sys/netinet/if_ether.h
sys/netinet/igmp.c
sys/netinet/igmp.h
sys/netinet/igmp_var.h
sys/netinet/in.c
sys/netinet/in.h
sys/netinet/in_cksum.c
sys/netinet/in_gif.c
sys/netinet/in_pcb.c
sys/netinet/in_pcb.h
sys/netinet/in_proto.c
sys/netinet/in_systm.h
sys/netinet/in_var.h
sys/netinet/ip.h
sys/netinet/ip6.h
sys/netinet/ip_divert.c
sys/netinet/ip_ecn.c
sys/netinet/ip_ecn.h
sys/netinet/ip_encap.c
sys/netinet/ip_encap.h
sys/netinet/ip_icmp.c
sys/netinet/ip_icmp.h
sys/netinet/ip_input.c
sys/netinet/ip_mroute.c
sys/netinet/ip_mroute.h
sys/netinet/ip_options.c
sys/netinet/ip_options.h
sys/netinet/ip_output.c
sys/netinet/ip_var.h
sys/netinet/pim.h
sys/netinet/pim_var.h
sys/netinet/raw_ip.c
sys/netinet/sctp.h
sys/netinet/sctp_asconf.c
sys/netinet/sctp_asconf.h
sys/netinet/sctp_auth.c
sys/netinet/sctp_auth.h
sys/netinet/sctp_bsd_addr.c
sys/netinet/sctp_bsd_addr.h
sys/netinet/sctp_cc_functions.c
sys/netinet/sctp_constants.h
sys/netinet/sctp_crc32.c
sys/netinet/sctp_crc32.h
sys/netinet/sctp_dtrace_declare.h
sys/netinet/sctp_dtrace_define.h
sys/netinet/sctp_header.h
sys/netinet/sctp_indata.c
sys/netinet/sctp_indata.h
sys/netinet/sctp_input.c
sys/netinet/sctp_input.h
sys/netinet/sctp_lock_bsd.h
sys/netinet/sctp_os.h
sys/netinet/sctp_os_bsd.h
sys/netinet/sctp_output.c
sys/netinet/sctp_output.h
sys/netinet/sctp_pcb.c
sys/netinet/sctp_pcb.h
sys/netinet/sctp_peeloff.c
sys/netinet/sctp_peeloff.h
sys/netinet/sctp_structs.h
sys/netinet/sctp_sysctl.c
sys/netinet/sctp_sysctl.h
sys/netinet/sctp_timer.c
sys/netinet/sctp_timer.h
sys/netinet/sctp_uio.h
sys/netinet/sctp_usrreq.c
sys/netinet/sctp_var.h
sys/netinet/sctputil.c
sys/netinet/sctputil.h
sys/netinet/tcp.h
sys/netinet/tcp_debug.c
sys/netinet/tcp_debug.h
sys/netinet/tcp_fsm.h
sys/netinet/tcp_input.c
sys/netinet/tcp_output.c
sys/netinet/tcp_reass.c
sys/netinet/tcp_sack.c
sys/netinet/tcp_seq.h
sys/netinet/tcp_subr.c
sys/netinet/tcp_syncache.h
sys/netinet/tcp_timer.c
sys/netinet/tcp_timer.h
sys/netinet/tcp_timewait.c
sys/netinet/tcp_usrreq.c
sys/netinet/tcp_var.h
sys/netinet/tcpip.h
sys/netinet/udp.h
sys/netinet/udp_usrreq.c
sys/netinet/udp_var.h
sys/netinet6/dest6.c
sys/netinet6/frag6.c
sys/netinet6/icmp6.c
sys/netinet6/in6.c
sys/netinet6/in6.h
sys/netinet6/in6_cksum.c
sys/netinet6/in6_gif.c
sys/netinet6/in6_ifattach.c
sys/netinet6/in6_ifattach.h
sys/netinet6/in6_pcb.c
sys/netinet6/in6_pcb.h
sys/netinet6/in6_proto.c
sys/netinet6/in6_rmx.c
sys/netinet6/in6_src.c
sys/netinet6/in6_var.h
sys/netinet6/ip6_ecn.h
sys/netinet6/ip6_forward.c
sys/netinet6/ip6_input.c
sys/netinet6/ip6_mroute.c
sys/netinet6/ip6_mroute.h
sys/netinet6/ip6_output.c
sys/netinet6/ip6_var.h
sys/netinet6/ip6protosw.h
sys/netinet6/mld6.c
sys/netinet6/nd6.c
sys/netinet6/nd6.h
sys/netinet6/nd6_nbr.c
sys/netinet6/nd6_rtr.c
sys/netinet6/pim6.h
sys/netinet6/pim6_var.h
sys/netinet6/raw_ip6.c
sys/netinet6/raw_ip6.h
sys/netinet6/route6.c
sys/netinet6/scope6.c
sys/netinet6/scope6_var.h
sys/netinet6/sctp6_usrreq.c
sys/netinet6/sctp6_var.h
sys/netinet6/tcp6_var.h
sys/netinet6/udp6_usrreq.c
sys/netinet6/udp6_var.h
sys/netipsec/ah.h
sys/netipsec/esp.h
sys/netipsec/ipcomp.h
sys/netipsec/ipcomp_var.h
sys/netipsec/ipsec.c
sys/netipsec/ipsec.h
sys/netipsec/ipsec6.h
sys/netipsec/key.c
sys/netipsec/key.h
sys/netipsec/key_debug.c
sys/netipsec/key_debug.h
sys/netipsec/key_var.h
sys/netipsec/keydb.h
sys/netipsec/keysock.c
sys/netipsec/keysock.h
sys/netpfil/pf/in4_cksum.c
sys/nfs/nfs_common.h
sys/nfs/nfs_diskless.c
sys/nfs/nfs_nfssvc.c
sys/nfs/nfsdiskless.h
sys/nfs/nfsproto.h
sys/nfs/nfssvc.h
sys/nfs/xdr_subs.h
sys/nfsclient/nfs.h
sys/nfsclient/nfsargs.h
sys/nfsclient/nfsm_subs.h
sys/nfsclient/nfsmount.h
sys/nfsclient/nfsnode.h
sys/nfsclient/nfsstats.h
sys/nfsserver/nfs.h
sys/nfsserver/nfsm_subs.h
sys/nfsserver/nfsrvcache.h
sys/nfsserver/nfsrvstats.h
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
sys/powerpc/fpu/fpu_add.c
sys/powerpc/fpu/fpu_arith.h
sys/powerpc/fpu/fpu_compare.c
sys/powerpc/fpu/fpu_div.c
sys/powerpc/fpu/fpu_emu.h
sys/powerpc/fpu/fpu_explode.c
sys/powerpc/fpu/fpu_implode.c
sys/powerpc/fpu/fpu_instr.h
sys/powerpc/fpu/fpu_mul.c
sys/powerpc/fpu/fpu_sqrt.c
sys/powerpc/fpu/fpu_subr.c
sys/powerpc/include/_limits.h
sys/powerpc/include/_stdint.h
sys/powerpc/include/asm.h
sys/powerpc/include/cpu.h
sys/powerpc/include/endian.h
sys/powerpc/include/exec.h
sys/powerpc/include/float.h
sys/powerpc/include/floatingpoint.h
sys/powerpc/include/fpu.h
sys/powerpc/include/frame.h
sys/powerpc/include/hid.h
sys/powerpc/include/ieee.h
sys/powerpc/include/in_cksum.h
sys/powerpc/include/limits.h
sys/powerpc/include/pcb.h
sys/powerpc/include/pio.h
sys/powerpc/include/platform.h
sys/powerpc/include/pmap.h
sys/powerpc/include/proc.h
sys/powerpc/include/psl.h
sys/powerpc/include/pte.h
sys/powerpc/include/ptrace.h
sys/powerpc/include/reloc.h
sys/powerpc/include/sigframe.h
sys/powerpc/include/signal.h
sys/powerpc/include/stdarg.h
sys/powerpc/include/sysarch.h
sys/powerpc/include/tlb.h
sys/powerpc/include/trap.h
sys/powerpc/include/ucontext.h
sys/powerpc/include/varargs.h
sys/powerpc/include/vmparam.h
sys/powerpc/powermac/cudavar.h
sys/powerpc/powerpc/bcopy.c
sys/powerpc/powerpc/genassym.c
sys/powerpc/powerpc/intr_machdep.c
sys/powerpc/powerpc/mem.c
sys/powerpc/powerpc/uio_machdep.c
sys/rpc/auth.h
sys/rpc/auth_none.c
sys/rpc/auth_unix.c
sys/rpc/authunix_prot.c
sys/rpc/clnt.h
sys/rpc/clnt_dg.c
sys/rpc/clnt_vc.c
sys/rpc/krpc.h
sys/rpc/nettype.h
sys/rpc/pmap_prot.h
sys/rpc/rpc.h
sys/rpc/rpc_callmsg.c
sys/rpc/rpc_com.h
sys/rpc/rpc_generic.c
sys/rpc/rpc_msg.h
sys/rpc/rpc_prot.c
sys/rpc/rpcb_clnt.c
sys/rpc/rpcb_clnt.h
sys/rpc/rpcb_prot.c
sys/rpc/rpcb_prot.h
sys/rpc/rpcm_subs.h
sys/rpc/rpcsec_gss/rpcsec_gss.c
sys/rpc/rpcsec_gss/rpcsec_gss_int.h
sys/rpc/rpcsec_gss/rpcsec_gss_prot.c
sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
sys/rpc/svc.c
sys/rpc/svc.h
sys/rpc/svc_auth.c
sys/rpc/svc_auth.h
sys/rpc/svc_auth_unix.c
sys/rpc/svc_dg.c
sys/rpc/svc_generic.c
sys/rpc/svc_vc.c
sys/rpc/types.h
sys/rpc/xdr.h
sys/security/audit/audit.c
sys/security/audit/audit.h
sys/security/audit/audit_arg.c
sys/security/audit/audit_bsm.c
sys/security/audit/audit_bsm_klib.c
sys/security/audit/audit_private.h
sys/security/audit/audit_syscalls.c
sys/security/audit/audit_worker.c
sys/security/audit/bsm_domain.c
sys/security/audit/bsm_errno.c
sys/security/audit/bsm_fcntl.c
sys/security/audit/bsm_socket_type.c
sys/security/audit/bsm_token.c
sys/sparc64/include/_types.h
sys/sparc64/include/asm.h
sys/sparc64/include/bus_common.h
sys/sparc64/include/cpu.h
sys/sparc64/include/endian.h
sys/sparc64/include/float.h
sys/sparc64/include/floatingpoint.h
sys/sparc64/include/ieee.h
sys/sparc64/include/in_cksum.h
sys/sparc64/include/iommureg.h
sys/sparc64/include/md_var.h
sys/sparc64/include/pmap.h
sys/sparc64/include/proc.h
sys/sparc64/include/ptrace.h
sys/sparc64/include/reg.h
sys/sparc64/include/reloc.h
sys/sparc64/include/setjmp.h
sys/sparc64/include/signal.h
sys/sparc64/include/sysarch.h
sys/sparc64/include/varargs.h
sys/sparc64/include/vmparam.h
sys/sparc64/sparc64/in_cksum.c
sys/sparc64/sparc64/intr_machdep.c
sys/sparc64/sparc64/machdep.c
sys/sparc64/sparc64/mem.c
sys/sparc64/sparc64/pmap.c
sys/sparc64/sparc64/trap.c
sys/sparc64/sparc64/uio_machdep.c
sys/sparc64/sparc64/vm_machdep.c
sys/sys/_callout.h
sys/sys/_iovec.h
sys/sys/_kstack_cache.h
sys/sys/_rmlock.h
sys/sys/_sigset.h
sys/sys/_sockaddr_storage.h
sys/sys/_termios.h
sys/sys/_timespec.h
sys/sys/acct.h
sys/sys/bio.h
sys/sys/bitstring.h
sys/sys/blist.h
sys/sys/buf.h
sys/sys/callout.h
sys/sys/cdefs.h
sys/sys/cfictl.h
sys/sys/conf.h
sys/sys/cons.h
sys/sys/ctype.h
sys/sys/dir.h
sys/sys/dirent.h
sys/sys/disklabel.h
sys/sys/diskmbr.h
sys/sys/dkstat.h
sys/sys/domain.h
sys/sys/errno.h
sys/sys/exec.h
sys/sys/fbio.h
sys/sys/fcntl.h
sys/sys/file.h
sys/sys/filedesc.h
sys/sys/filio.h
sys/sys/gmon.h
sys/sys/imgact.h
sys/sys/imgact_aout.h
sys/sys/ioccom.h
sys/sys/ioctl.h
sys/sys/ioctl_compat.h
sys/sys/ipc.h
sys/sys/ktrace.h
sys/sys/libkern.h
sys/sys/limits.h
sys/sys/lockf.h
sys/sys/malloc.h
sys/sys/mbuf.h
sys/sys/mdioctl.h
sys/sys/mman.h
sys/sys/mount.h
sys/sys/mpt_ioctl.h
sys/sys/msgbuf.h
sys/sys/mtio.h
sys/sys/namei.h
sys/sys/nlist_aout.h
sys/sys/param.h
sys/sys/pcpu.h
sys/sys/proc.h
sys/sys/protosw.h
sys/sys/ptrace.h
sys/sys/queue.h
sys/sys/reboot.h
sys/sys/resource.h
sys/sys/resourcevar.h
sys/sys/rmlock.h
sys/sys/select.h
sys/sys/selinfo.h
sys/sys/sglist.h
sys/sys/sigio.h
sys/sys/signal.h
sys/sys/signalvar.h
sys/sys/sockbuf.h
sys/sys/socket.h
sys/sys/socketvar.h
sys/sys/sockio.h
sys/sys/sockopt.h
sys/sys/stat.h
sys/sys/sun_disklabel.h
sys/sys/sysctl.h
sys/sys/sysent.h
sys/sys/syslimits.h
sys/sys/syslog.h
sys/sys/systm.h
sys/sys/time.h
sys/sys/timeb.h
sys/sys/times.h
sys/sys/timespec.h
sys/sys/ttycom.h
sys/sys/ttydefaults.h
sys/sys/types.h
sys/sys/ucred.h
sys/sys/uio.h
sys/sys/un.h
sys/sys/unistd.h
sys/sys/unpcb.h
sys/sys/user.h
sys/sys/utsname.h
sys/sys/vmmeter.h
sys/sys/vnode.h
sys/sys/wait.h
sys/tools/makeobjops.awk
sys/tools/vnode_if.awk
sys/ufs/ffs/ffs_alloc.c
sys/ufs/ffs/ffs_balloc.c
sys/ufs/ffs/ffs_extern.h
sys/ufs/ffs/ffs_inode.c
sys/ufs/ffs/ffs_subr.c
sys/ufs/ffs/ffs_tables.c
sys/ufs/ffs/ffs_vfsops.c
sys/ufs/ffs/ffs_vnops.c
sys/ufs/ffs/fs.h
sys/ufs/ufs/dir.h
sys/ufs/ufs/inode.h
sys/ufs/ufs/quota.h
sys/ufs/ufs/ufs_bmap.c
sys/ufs/ufs/ufs_extern.h
sys/ufs/ufs/ufs_inode.c
sys/ufs/ufs/ufs_lookup.c
sys/ufs/ufs/ufs_quota.c
sys/ufs/ufs/ufs_vfsops.c
sys/ufs/ufs/ufs_vnops.c
sys/ufs/ufs/ufsmount.h
sys/vm/device_pager.c
sys/vm/pmap.h
sys/vm/swap_pager.h
sys/vm/vm.h
sys/vm/vm_extern.h
sys/vm/vm_glue.c
sys/vm/vm_init.c
sys/vm/vm_kern.c
sys/vm/vm_kern.h
sys/vm/vm_map.c
sys/vm/vm_map.h
sys/vm/vm_meter.c
sys/vm/vm_mmap.c
sys/vm/vm_object.c
sys/vm/vm_object.h
sys/vm/vm_page.c
sys/vm/vm_page.h
sys/vm/vm_pageout.h
sys/vm/vm_pager.c
sys/vm/vm_pager.h
sys/vm/vm_param.h
sys/vm/vm_unix.c
sys/vm/vnode_pager.h
sys/x86/include/_limits.h
sys/x86/include/endian.h
sys/x86/include/float.h
sys/x86/include/frame.h
sys/x86/include/psl.h
sys/x86/include/ptrace.h
sys/x86/include/reg.h
sys/x86/include/segments.h
sys/x86/include/setjmp.h
sys/x86/include/signal.h
sys/x86/include/specialreg.h
sys/x86/include/stdarg.h
sys/x86/include/sysarch.h
sys/x86/include/trap.h
sys/x86/isa/clock.c
sys/x86/isa/icu.h
sys/x86/isa/isa_dma.c
sys/x86/isa/nmi.c
sys/x86/x86/delay.c
sys/x86/x86/msi.c