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
/
nwfs
/
nwfs_vnops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a vop_stdbmap(), and make it part of the default vop vector.
phk
2001-04-29
1
-25
/
+0
*
Do not kill vnodes after rename. This can cause deadlocks in the deadfs.
bp
2001-03-11
1
-6
/
+2
*
Slightly reorganize allocation of new vnode. Use bit NVOLUME to detected
bp
2001-03-10
1
-35
/
+0
*
Synch with changes in the NCP requester.
bp
2001-03-10
1
-13
/
+9
*
A name of the file can change while its id stays the same. So, we have
bp
2001-03-06
1
-15
/
+1
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-7
/
+7
*
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
phk
2000-10-29
1
-1
/
+0
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-7
/
+9
*
Protect hash data with lock manager instead of home grown one.
bp
2000-10-02
1
-12
/
+27
*
Get rid from the legacy __P() macro. Remove 'register' keywords.
bp
2000-10-02
1
-57
/
+57
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-1
/
+1
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-33
/
+1
*
Fix pointer problem for the Alpha
peter
1999-12-12
1
-2
/
+2
*
Remove race condition under SMP.
bp
1999-11-21
1
-2
/
+8
*
Under some condition vnode can reference itself.
bp
1999-10-14
1
-1
/
+4
*
Remove unnessary includes.
bp
1999-10-12
1
-7
/
+0
*
Import kernel part of ncplib: netncp and nwfs
bp
1999-10-02
1
-0
/
+1128