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
/
smbfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
Remove redundant check for negative or zero v_usecount; vrele() already
tjr
2002-12-15
1
-14
/
+7
*
Keep trying to flush the vnode list for the mount while some are still
tjr
2002-12-13
3
-2
/
+19
*
Fix build with SMB_VNODE_DEBUG defined; use td_proc->p_pid instead of
tjr
2002-12-13
1
-1
/
+2
*
Store a reference to the parent directory's vnode in struct smbnode,
tjr
2002-12-13
6
-11
/
+13
*
Cast a pointer to a uintptr_t to quiet a warning.
jhb
2002-11-07
1
-1
/
+1
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
2
-2
/
+2
*
Return ENOTTY on incorrect ioctls.
phk
2002-09-26
1
-1
/
+1
*
- Use vrefcnt() where it is safe to do so instead of doing direct and
jeff
2002-09-25
3
-7
/
+11
*
Remove any VOP_PRINT that redundantly prints the tag.
njl
2002-09-18
1
-5
/
+2
*
Always open file in the DENYNONE mode and let the server to decide what is
bp
2002-09-18
1
-5
/
+15
*
Implement additional SMB calls to allow proper update of file size as some
bp
2002-09-18
4
-3
/
+239
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
2
-3
/
+3
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
4
-6
/
+13
*
o Lock page queue accesses in nwfs and smbfs.
alc
2002-08-02
1
-0
/
+8
*
More s/file system/filesystem/g
trhodes
2002-05-16
3
-9
/
+9
*
UIO_NOCOPY is not supported for now, so refuse read opeartion if this flag
bp
2002-04-26
1
-0
/
+6
*
Track nfs's getpages() changes:
bp
2002-04-23
1
-12
/
+46
*
Get rid from extra #ifdefs.
bp
2002-04-23
2
-79
/
+4
*
Check write permissions before creating anything.
bp
2002-04-13
1
-0
/
+3
*
Remove 3 instances of vm_zone.h inclusion.
phk
2002-04-08
2
-2
/
+0
*
Add a flags parameter to VFS_VGET to pass through the desired
mckusick
2002-03-17
1
-2
/
+4
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
4
-10
/
+9
*
Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()
dillon
2001-12-20
1
-1
/
+1
*
Previous commit was intented to silence a warning, not to change codepath.
bp
2001-12-20
1
-2
/
+3
*
Silence harmless "smbfs_closel: Negative opencount" messages at
sheldonh
2001-12-20
1
-1
/
+1
*
Add module dependency on libmchain.
sheldonh
2001-12-13
1
-0
/
+2
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
2
-3
/
+3
*
Catch up with KSE changes.
bp
2001-12-02
5
-155
/
+158
*
Change the vnode list under the mount point from a LIST to a TAILQ
dillon
2001-10-23
1
-2
/
+2
*
smbfs_advlock: simplify overflow checks (copy from kern_lockf.c)
ache
2001-08-29
1
-7
/
+10
*
Cosmetique & style fixes from bde
ache
2001-08-26
1
-5
/
+2
*
Copy from kern_lockf.c: remove extra check
ache
2001-08-24
1
-2
/
+0
*
Copy yet one check for SEEK_END overflow
ache
2001-08-23
1
-1
/
+2
*
Copy my newly introduced l_len<0 'oops' fix from kern_lockf.c
ache
2001-08-23
1
-2
/
+4
*
Copy POSIX l_len<0 handling from kern_lockf.c
ache
2001-08-23
1
-3
/
+6
*
Cosmetique: correct English in comments
ache
2001-08-23
1
-2
/
+3
*
Move <machine/*> after <sys/*>
ache
2001-08-23
1
-1
/
+2
*
adv. lock:
ache
2001-08-23
1
-2
/
+14
*
Use proper endian conversion.
bp
2001-08-21
1
-1
/
+1
*
Return proper length of _PC_NAME_MAX value if long names support is enabled.
bp
2001-08-21
1
-1
/
+1
*
Grab the process lock around psignal().
jhb
2001-07-18
1
-0
/
+2
*
- Update the vmmeter statistics for vnode pageins and pageouts in
jhb
2001-07-04
1
-2
/
+7
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
2
-3
/
+0
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-15
/
+2
*
Convert vnode_pager_freepage() to vm_free_page().
bp
2001-05-03
1
-2
/
+2
*
Implement vop_std{get|put}pages() and add them to the default vop[].
phk
2001-05-01
1
-4
/
+2
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-9
/
+11
*
Add a vop_stdbmap(), and make it part of the default vop vector.
phk
2001-04-29
1
-26
/
+0
*
Move VT_SMBFS definition to the proper place. Undefine VI_LOCK/VI_UNLOCK.
bp
2001-04-13
1
-7
/
+0
[next]