#
b6586656 |
| 05-Dec-2024 |
andvar <andvar@NetBSD.org> |
s/Associatied/Associated/ in comment.
|
#
0bac6265 |
| 13-Nov-2014 |
hannken <hannken@NetBSD.org> |
Change ntfs to vcache. - Use (inumber, attrtype, attrname) as key. - Inline ntfs_fget() and ntfs_frele() as they only get called once.
|
#
6f8e2ffe |
| 13-Nov-2014 |
hannken <hannken@NetBSD.org> |
- Fix ntfs_ntlookupattr() to make the examples from the man page work. - Fix ntfs_loadntnode() to always read full cluster to prevent buffer cache inconsistency. - Change ntfs_vgetex() and ntfs_fge
- Fix ntfs_ntlookupattr() to make the examples from the man page work. - Fix ntfs_loadntnode() to always read full cluster to prevent buffer cache inconsistency. - Change ntfs_vgetex() and ntfs_fget() to take a const attrname and always pass a possibly empty string. - Change printf to dprintf. - Get rid of dead fields i_next, i_prev of struct ntnode.
show more ...
|
#
13d9236c |
| 29-Jan-2008 |
pooka <pooka@NetBSD.org> |
Nuke #ifdef __OtherOS__ clutter to make maintaining slightly easier.
|
#
b9839de8 |
| 27-Jan-2008 |
ad <ad@NetBSD.org> |
Replace use of lockmgr().
|
#
4a780c9a |
| 02-Jan-2008 |
ad <ad@NetBSD.org> |
Merge vmlocking2 to head.
|
#
53524e44 |
| 04-Mar-2007 |
christos <christos@NetBSD.org> |
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
#
4bffed72 |
| 03-Dec-2005 |
christos <christos@NetBSD.org> |
- protect userland exported files against multiple inclusion. - make sure that kernel only files don't compile in userland using #error - XXX: some kernel only files still get installed. - XXX: some
- protect userland exported files against multiple inclusion. - make sure that kernel only files don't compile in userland using #error - XXX: some kernel only files still get installed. - XXX: some files used in userland, don't get installed.
show more ...
|
#
477853c3 |
| 26-Feb-2005 |
perry <perry@NetBSD.org> |
nuke trailing whitespace
|
#
9accf4df |
| 23-Dec-2002 |
jdolecek <jdolecek@NetBSD.org> |
move NTFS code from sys/ntfs to sys/fs/ntfs
|