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
/
ntfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-1
/
+1
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-3
/
+3
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-1
/
+1
*
Forward declare some structs so that this header is more self-suifficent.
bde
2000-01-14
2
-0
/
+9
*
Use MALLOC_DECLARE when it is #defined, not when a (wrong) test of
bde
2000-01-14
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
-1
/
+2
*
Merged NetBSD version, as they have done improvements:
semenu
1999-12-03
13
-1047
/
+1111
*
Next step in the device cleanup process.
phk
1999-11-09
1
-0
/
+2
*
useracc() the prequel:
phk
1999-10-29
2
-2
/
+0
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-3
/
+5
*
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
alfred
1999-09-07
1
-10
/
+23
*
Fix the sense of the vn_isdisk() check.
phk
1999-09-01
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
13
-13
/
+13
*
Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.
phk
1999-08-25
1
-6
/
+2
*
The bdevsw() and cdevsw() are now identical, so kill the former.
phk
1999-08-13
1
-2
/
+2
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
4
-11
/
+4
*
Simplify cdevsw registration.
phk
1999-05-31
1
-2
/
+2
*
Driver is now ported to NetBSD.
semenu
1999-05-12
13
-117
/
+254
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
3
-7
/
+7
*
One too many vfsops..
peter
1999-05-06
1
-2
/
+1
*
Removed annoying messaged during boot,added some check
semenu
1999-04-20
7
-177
/
+434
*
Removed DIAGNOSTIC opion redefinition.
semenu
1999-04-13
1
-2
/
+1
*
Added limited write ability. Now we can use some kind
semenu
1999-02-19
12
-552
/
+876
*
First version.
semenu
1999-02-03
11
-0
/
+4205