Lukas Ertl
9df1370eab
Fix an integer overflow and allow access to files larger than 4GB on
...
NTFS.
2006-11-20 19:28:36 +00:00
Max Khon
c4f02a891f
- Support for multibyte charsets in LIBICONV.
...
- 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>
2003-09-26 20:26:25 +00:00
Alfred Perlstein
11caded34f
Remove __P.
2002-03-19 22:20:14 +00:00
Semen Ustimenko
cc6b9b02be
Stole unicode translation table from mount_msdos. Add kernel code
...
to support this translation.
MFC after: 2 weeks
2001-09-08 23:03:52 +00:00
Jason Evans
a18b1f1d4d
Convert lockmgr locks from using simple locks to using mutexes.
...
Add lockdestroy() and appropriate invocations, which corresponds to
lockinit() and must be called to clean up after a lockmgr lock is no
longer needed.
2000-10-04 01:29:17 +00:00
Jake Burkholder
e39756439c
Back out the previous change to the queue(3) interface.
...
It was not discussed and should probably not happen.
Requested by: msmith and others
2000-05-26 02:09:24 +00:00
Jake Burkholder
740a1973a6
Change the way that the queue(3) structures are declared; don't assume that
...
the type argument to *_HEAD and *_ENTRY is a struct.
Suggested by: phk
Reviewed by: phk
Approved by: mdodd
2000-05-23 20:41:01 +00:00
Bruce Evans
f9ad65b0f2
Forward declare some structs so that this header is more self-suifficent.
2000-01-14 19:54:42 +00:00
Semen Ustimenko
b17f083b0f
Merged NetBSD version, as they have done improvements:
...
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
1999-12-03 20:37:40 +00:00
Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
Semen Ustimenko
3c9bb8b7ff
Driver is now ported to NetBSD.
...
Submitted by: Christos Zoulas <christos@zoulas.com>
1999-05-12 09:43:09 +00:00
Semen Ustimenko
461b249325
Removed annoying messaged during boot,added some check
...
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!
1999-04-20 21:06:44 +00:00
Semen Ustimenko
5ada11aa72
Added limited write ability. Now we can use some kind
...
of files for swap holders. See mount_ntfs..8 for details.
1999-02-19 12:31:02 +00:00
Semen Ustimenko
16ee760296
First version.
...
Reviewed by: David O'Brien <obrien@NUXI.com>
1999-02-03 04:07:38 +00:00