summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs_subr.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix an integer overflow and allow access to files larger than 4GB onle2006-11-201-2/+2
| | | | NTFS.
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-4/+5
| | | | | | | | - 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>
* Remove __P.alfred2002-03-191-33/+33
|
* Stole unicode translation table from mount_msdos. Add kernel codesemenu2001-09-081-1/+12
| | | | | | to support this translation. MFC after: 2 weeks
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+1
| | | | | | Add lockdestroy() and appropriate invocations, which corresponds to lockinit() and must be called to clean up after a lockmgr lock is no longer needed.
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
| | | | | | It was not discussed and should probably not happen. Requested by: msmith and others
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
| | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd
* Forward declare some structs so that this header is more self-suifficent.bde2000-01-141-0/+4
|
* Merged NetBSD version, as they have done improvements:semenu1999-12-031-26/+14
| | | | | | | | | | | 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-4/+8
| | | | Submitted by: Christos Zoulas <christos@zoulas.com>
* Removed annoying messaged during boot,added some checksemenu1999-04-201-7/+9
| | | | | | | | 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!
* Added limited write ability. Now we can use some kindsemenu1999-02-191-12/+27
| | | | of files for swap holders. See mount_ntfs..8 for details.
* First version.semenu1999-02-031-0/+96
Reviewed by: David O'Brien <obrien@NUXI.com>
OpenPOWER on IntegriCloud