summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs.h
Commit message (Collapse)AuthorAgeFilesLines
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-0/+2
| | | | | | | | - 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>
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.jhb2001-11-271-5/+0
|
* Expand LOCKMGR() compat macro.jhb2001-11-271-1/+0
|
* GC non-FreeBSD code that didn't work anyways.jhb2001-11-261-26/+0
|
* Stole unicode translation table from mount_msdos. Add kernel codesemenu2001-09-081-0/+2
| | | | | | to support this translation. MFC after: 2 weeks
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-0/+2
| | | | | | | | | | | | | | to struct mount. This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded. Consequently that all non-stacking filesystems can use vfs_stdcheckexp(). At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h>
* PDIRUNLOCK now exists on FreeBSD. Remove the (now incorrect) redefinition.peter2000-10-021-4/+0
|
* Use MALLOC_DECLARE when it is #defined, not when a (wrong) test ofbde2000-01-141-1/+1
| | | | __FreeBSD_version succeeds.
* Merged NetBSD version, as they have done improvements:semenu1999-12-031-21/+28
| | | | | | | | | | | 1. ntfs_read*attr*() functions now accept uio structure to eliminate one data copying. 2. found and removed deadlock caused by 6 concurent ls -lR. 3. started implementation of nromal Unicode<->unix recodeing. Obtained from: NetBSD
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Driver is now ported to NetBSD.semenu1999-05-121-1/+29
| | | | Submitted by: Christos Zoulas <christos@zoulas.com>
* Removed annoying messaged during boot,added some checksemenu1999-04-201-1/+4
| | | | | | | | before mounting (should help to do not mount extended partitions:-). Fixed problem with hanging while unmounting busy fs. And (the most important) added some locks to prevent simulaneous access to kernel structures!
* Removed DIAGNOSTIC opion redefinition.semenu1999-04-131-2/+1
| | | | Submitted by: Eivind Eklund <eivind@FreeBSD.org>
* Added limited write ability. Now we can use some kindsemenu1999-02-191-12/+10
| | | | of files for swap holders. See mount_ntfs..8 for details.
* First version.semenu1999-02-031-0/+301
Reviewed by: David O'Brien <obrien@NUXI.com>
OpenPOWER on IntegriCloud