kernel: Move GPL'd kernel files to sys/gnu to have them all in one place.
authorSascha Wildner <saw@online.de>
Fri, 21 Oct 2011 02:09:25 +0000 (04:09 +0200)
committerSascha Wildner <saw@online.de>
Fri, 21 Oct 2011 02:10:20 +0000 (04:10 +0200)
commitb993bb87ded5c733e1f0213efbef1be2660b2536
treee7eba6d9ca799a6e00cf2d2468e0f651af653fe4
parent7b8c2c90c660038574b21f6b202a31a3b2baac05
kernel: Move GPL'd kernel files to sys/gnu to have them all in one place.

This affects files in sys/dev/sound/pci/gnu and sys/vfs/gnu/ext2fs.

sys/gnu is analogous to the gnu directory for userland, i.e. below it, we
follow the same hierarchy as in /usr/src/sys.

This commit changes the location of the ext2fs headers, which are public,
so I've bumped __DragonFly_version in order to have something to patch
against in pkgsrc, in case this causes build breakage for any packages.
48 files changed:
Makefile_upgrade.inc
etc/mtree/BSD.include.dist
include/Makefile
lib/libfsid/ext2.c
sys/Makefile.modules
sys/conf/files
sys/dev/sound/driver/emu10k1/Makefile
sys/dev/sound/pci/csa.c
sys/dev/sound/pci/emu10k1.c
sys/dev/sound/pci/maestro3.c
sys/gnu/Makefile [new file with mode: 0644]
sys/gnu/dev/sound/pci/csaimg.h [moved from sys/dev/sound/pci/gnu/csaimg.h with 99% similarity]
sys/gnu/dev/sound/pci/emu10k1-ac97.h [moved from sys/dev/sound/pci/gnu/emu10k1-ac97.h with 98% similarity]
sys/gnu/dev/sound/pci/emu10k1-alsa.h [moved from sys/dev/sound/pci/gnu/emu10k1-alsa.h with 99% similarity]
sys/gnu/dev/sound/pci/emu10k1.h [moved from sys/dev/sound/pci/gnu/emu10k1.h with 99% similarity]
sys/gnu/dev/sound/pci/maestro3_dsp.h [moved from sys/dev/sound/pci/gnu/maestro3_dsp.h with 71% similarity]
sys/gnu/dev/sound/pci/maestro3_reg.h [moved from sys/dev/sound/pci/gnu/maestro3_reg.h with 99% similarity]
sys/gnu/vfs/Makefile [new file with mode: 0644]
sys/gnu/vfs/ext2fs/COPYRIGHT.INFO [moved from sys/vfs/gnu/ext2fs/COPYRIGHT.INFO with 95% similarity]
sys/gnu/vfs/ext2fs/Makefile [moved from sys/vfs/gnu/ext2fs/Makefile with 100% similarity]
sys/gnu/vfs/ext2fs/dinode.h [moved from sys/vfs/gnu/ext2fs/dinode.h with 98% similarity]
sys/gnu/vfs/ext2fs/dir.h [moved from sys/vfs/gnu/ext2fs/dir.h with 98% similarity]
sys/gnu/vfs/ext2fs/ext2_alloc.c [moved from sys/vfs/gnu/ext2fs/ext2_alloc.c with 96% similarity]
sys/gnu/vfs/ext2fs/ext2_balloc.c [moved from sys/vfs/gnu/ext2fs/ext2_balloc.c with 92% similarity]
sys/gnu/vfs/ext2fs/ext2_bitops.h [moved from sys/vfs/gnu/ext2fs/ext2_bitops.h with 96% similarity]
sys/gnu/vfs/ext2fs/ext2_bmap.c [moved from sys/vfs/gnu/ext2fs/ext2_bmap.c with 98% similarity]
sys/gnu/vfs/ext2fs/ext2_extern.h [moved from sys/vfs/gnu/ext2fs/ext2_extern.h with 96% similarity]
sys/gnu/vfs/ext2fs/ext2_fs.h [moved from sys/vfs/gnu/ext2fs/ext2_fs.h with 99% similarity]
sys/gnu/vfs/ext2fs/ext2_fs_sb.h [moved from sys/vfs/gnu/ext2fs/ext2_fs_sb.h with 98% similarity]
sys/gnu/vfs/ext2fs/ext2_ihash.c [moved from sys/vfs/gnu/ext2fs/ext2_ihash.c with 98% similarity]
sys/gnu/vfs/ext2fs/ext2_inode.c [moved from sys/vfs/gnu/ext2fs/ext2_inode.c with 99% similarity]
sys/gnu/vfs/ext2fs/ext2_inode_cnv.c [moved from sys/vfs/gnu/ext2fs/ext2_inode_cnv.c with 94% similarity]
sys/gnu/vfs/ext2fs/ext2_linux_balloc.c [moved from sys/vfs/gnu/ext2fs/ext2_linux_balloc.c with 95% similarity]
sys/gnu/vfs/ext2fs/ext2_linux_ialloc.c [moved from sys/vfs/gnu/ext2fs/ext2_linux_ialloc.c with 96% similarity]
sys/gnu/vfs/ext2fs/ext2_lookup.c [moved from sys/vfs/gnu/ext2fs/ext2_lookup.c with 99% similarity]
sys/gnu/vfs/ext2fs/ext2_quota.c [moved from sys/vfs/gnu/ext2fs/ext2_quota.c with 99% similarity]
sys/gnu/vfs/ext2fs/ext2_readwrite.c [moved from sys/vfs/gnu/ext2fs/ext2_readwrite.c with 98% similarity]
sys/gnu/vfs/ext2fs/ext2_subr.c [moved from sys/vfs/gnu/ext2fs/ext2_subr.c with 97% similarity]
sys/gnu/vfs/ext2fs/ext2_vfsops.c [moved from sys/vfs/gnu/ext2fs/ext2_vfsops.c with 97% similarity]
sys/gnu/vfs/ext2fs/ext2_vnops.c [moved from sys/vfs/gnu/ext2fs/ext2_vnops.c with 98% similarity]
sys/gnu/vfs/ext2fs/ext2mount.h [moved from sys/vfs/gnu/ext2fs/ext2mount.h with 98% similarity]
sys/gnu/vfs/ext2fs/fs.h [moved from sys/vfs/gnu/ext2fs/fs.h with 98% similarity]
sys/gnu/vfs/ext2fs/i386-bitops.h [moved from sys/vfs/gnu/ext2fs/i386-bitops.h with 96% similarity]
sys/gnu/vfs/ext2fs/inode.h [moved from sys/vfs/gnu/ext2fs/inode.h with 98% similarity]
sys/gnu/vfs/ext2fs/quota.h [moved from sys/vfs/gnu/ext2fs/quota.h with 98% similarity]
sys/sys/param.h
sys/vfs/Makefile
sys/vfs/gnu/Makefile [deleted file]