aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ntfs
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect NTFS bits which are now completely disconnected fromAttilio Rao2013-03-021-11/+0
| | | | | | | | | the tree since few months. This patch is not targeted for MFC. Notes: svn path=/head/; revision=247665
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-0/+1
| | | | | | | | | | | - CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options (with corresponding modules). - kiconv(3) for loadable charset conversion tables support. Submitted by: Ryuichiro Imura <imura@ryu16.org> Notes: svn path=/head/; revision=120492
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
| | | | | | | Not objected to by: -current Notes: svn path=/head/; revision=89260
* - sys/n[tw]fs moved to sys/fs/n[tw]fsRuslan Ermilov2001-05-261-1/+1
| | | | | | | - /usr/include/n[tw]fs moved to /usr/include/fs/n[tw]fs Notes: svn path=/head/; revision=77223
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-1/+2
| | | | Notes: svn path=/head/; revision=70711
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
| | | | | | | encoding the relative path. Notes: svn path=/head/; revision=60966
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-041-1/+1
| | | | | | | | | | This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated. Notes: svn path=/head/; revision=59951
* Remove a whole bunch of "CFLAGS+= -DFSNAME" cruft. It hasn't beenPeter Wemm1999-12-121-2/+1
| | | | | | | | | needed for ages, but keeps getting cut/pasted into new Makefiles. (Once apon a time it was used to activate mount arguments in <sys/mount.h>, but that was killed with extreme prejudice long ago) Notes: svn path=/head/; revision=54508
* Bring these more into line with other modules that have .h files generatedPeter Wemm1999-12-121-2/+2
| | | | | | | on the fly. Notes: svn path=/head/; revision=54502
* Removed special rules for building and cleaning device interface filesBruce Evans1999-11-281-4/+0
| | | | | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}). Notes: svn path=/head/; revision=53846
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* First version.Semen Ustimenko1999-02-031-0/+15
Reviewed by: David O'Brien Notes: svn path=/cvs2svn/branches/SEMENU/; revision=43550