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
/
hpfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warnings (mostly harmless, due to struct bio being embedded in buf):
peter
2001-06-15
1
-2
/
+2
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-1
/
+1
*
Implement vop_std{get|put}pages() and add them to the default vop[].
phk
2001-05-01
1
-19
/
+2
*
Uncut&paste som bogus use of VOP_BMAP in hpfs::VOP_STRATEGY.
phk
2001-04-30
1
-6
/
+6
*
Move the netexport structure from the fs-specific mountstructure
phk
2001-04-25
2
-10
/
+9
*
This patch removes the VOP_BWRITE() vector.
phk
2001-04-17
1
-1
/
+0
*
Reviewed by: jlemon
adrian
2001-03-01
1
-9
/
+5
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-12
/
+12
*
Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.
phk
2001-02-04
1
-4
/
+0
*
Zap last remaining references to (and a use use of) of simple_locks.
peter
2001-01-31
1
-1
/
+1
*
Back out proc locking to protect p_ucred for obtaining additional
jhb
2001-01-27
1
-9
/
+1
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
4
-19
/
+19
*
The lock being destroyed was misnamed, not unused. Add the lockdestroy()
jhb
2001-01-24
1
-0
/
+2
*
- Remove unused header include.
jhb
2001-01-23
1
-5
/
+3
*
Proc locking to protect p_ucred while we obtain an additional reference.
jhb
2001-01-23
1
-1
/
+9
*
- FreeBSD doesn't have an abortop vnop as far as I can tell, so #ifdef
jhb
2001-01-23
1
-4
/
+2
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Give vop_mmap an untimely death. The opportunity to give it a timely
eivind
2000-11-01
1
-1
/
+0
*
Blow away the v_specmountpoint define, replacing it with what it was
eivind
2000-10-09
1
-3
/
+3
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
4
-2
/
+28
*
o Restructure vaccess() so as to check for DAC permission to modify the
rwatson
2000-08-29
1
-1
/
+1
*
Centralize the canonical vop_access user/group/other check in vaccess().
phk
2000-08-20
1
-41
/
+3
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
2
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
2
-2
/
+2
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
5
-0
/
+5
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-1
/
+1
*
Give vn_isdisk() a second argument where it can return a suitable errno.
phk
2000-01-10
1
-3
/
+1
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-1
/
+2
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-19
/
+0
*
First version of HPFS stuff.
semenu
1999-12-09
10
-0
/
+4993