summaryrefslogtreecommitdiff
path: root/sys/ntfs/ntfs_subr.c
Commit message (Collapse)AuthorAgeFilesLines
* Merged NetBSD version, as they have done improvements:Semen Ustimenko1999-12-031-476/+572
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=54095
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-3/+1
| | | | | | | | | a few lines into <sys/vnode.h>. Add a few fields to struct specinfo, paving the way for the fun part. Notes: svn path=/head/; revision=49535
* Driver is now ported to NetBSD.Semen Ustimenko1999-05-121-11/+15
| | | | | | | Submitted by: Christos Zoulas <christos@zoulas.com> Notes: svn path=/head/; revision=47060
* Removed annoying messaged during boot,added some checkSemen Ustimenko1999-04-201-62/+256
| | | | | | | | | | | 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! Notes: svn path=/head/; revision=45879
* Added limited write ability. Now we can use some kindSemen Ustimenko1999-02-191-184/+437
| | | | | | | of files for swap holders. See mount_ntfs..8 for details. Notes: svn path=/head/; revision=44142
* First version.Semen Ustimenko1999-02-031-0/+1450
Reviewed by: David O'Brien <obrien@NUXI.com> Notes: svn path=/cvs2svn/branches/SEMENU/; revision=43552