index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
fs
/
ntfs
/
ntfs_subr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a lock leak in the ntfs locking scheme:
attilio
2008-02-13
1
-1
/
+1
*
Cleanup lockmgr interface and exported KPI:
attilio
2008-01-24
1
-11
/
+8
*
Remove explicit calling of lockmgr() with the NULL argument.
attilio
2008-01-08
1
-8
/
+8
*
Fix an integer overflow and allow access to files larger than 4GB on
le
2006-11-20
1
-11
/
+11
*
o Typo in the debug message: s/skiped/skipped.
maxim
2006-01-05
1
-1
/
+1
*
Fix -Wundef.
ru
2005-12-04
1
-2
/
+2
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-4
/
+4
*
The printf(9) `%p' conversion specifier puts an "0x" in
robert
2005-05-06
1
-2
/
+2
*
Fix our NTFS readdir function.
robert
2005-05-06
1
-3
/
+3
*
Make NTFS at least minimally usable after bufobj and GEOM fallout.
peadar
2005-01-27
1
-0
/
+1
*
Make a more whole-hearted attempt at GEOM'ifying NTFS.
phk
2004-11-03
1
-2
/
+2
*
Avoid casts as lvalues.
kan
2004-07-28
1
-1
/
+1
*
Avoid sign extension when casting signed characters to unsigned wide
tjr
2003-12-16
1
-2
/
+2
*
- Support for multibyte charsets in LIBICONV.
fjoe
2003-09-26
1
-31
/
+135
*
Revise and improve ntfs_subr.c 1.30: read only a single cluster at a time
tjr
2003-07-26
1
-17
/
+20
*
Merge from NetBSD src/sys/ntfs/ntfs_subr.c 1.5 & 1.30 (jdolecek):
tjr
2003-06-20
1
-1
/
+15
*
- Add a new 'flags' parameter to getblk().
jeff
2003-03-04
1
-1
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-19
/
+19
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-19
/
+19
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
1
-1
/
+0
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Remove __P.
alfred
2002-03-19
1
-4
/
+4
*
Add a flags parameter to VFS_VGET to pass through the desired
mckusick
2002-03-17
1
-1
/
+1
*
Expand LOCKMGR() compat macro.
jhb
2001-11-27
1
-8
/
+11
*
GC non-FreeBSD code that didn't work anyways.
jhb
2001-11-26
1
-21
/
+0
*
Missing KSE s/curproc/curthread/
peter
2001-11-17
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-1
/
+1
*
Stole unicode translation table from mount_msdos. Add kernel code
semenu
2001-09-08
1
-16
/
+107
*
Fix opening particular file's attributes (as described in man page).
semenu
2001-09-08
1
-9
/
+14
*
Reference devvp on ntnode creation and dereference on removal. Previous
semenu
2001-09-08
1
-17
/
+17
*
Fix errors and warnings when compiling with NTFS_DEBUG > 1
semenu
2001-09-08
1
-2
/
+2
*
- sys/n[tw]fs moved to sys/fs/n[tw]fs
ru
2001-05-26
1
-7
/
+7
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-7
/
+7
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-5
/
+5
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-7
/
+5
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-7
/
+21
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Merged NetBSD version, as they have done improvements:
semenu
1999-12-03
1
-476
/
+572
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
1
-3
/
+1
*
Driver is now ported to NetBSD.
semenu
1999-05-12
1
-11
/
+15
*
Removed annoying messaged during boot,added some check
semenu
1999-04-20
1
-62
/
+256
*
Added limited write ability. Now we can use some kind
semenu
1999-02-19
1
-184
/
+437
*
First version.
semenu
1999-02-03
1
-0
/
+1450