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
/
gnu
/
ext2fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
2
-4
/
+4
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-0
/
+2
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
2
-23
/
+3
*
struct mountlist and struct mount.mnt_list have no business being
phk
1999-11-20
1
-1
/
+1
*
Fix __asm__ clobber list abuse.
obrien
1999-11-15
1
-3
/
+5
*
Remove WILLRELE from VOP_SYMLINK
eivind
1999-11-13
1
-1
/
+2
*
Remove WILLRELE from VOP_RENAME
eivind
1999-11-12
1
-2
/
+7
*
Next step in the device cleanup process.
phk
1999-11-09
1
-1
/
+4
*
Quick fix for breakage of ext2fs link counts as reported by stat(2) by
bde
1999-11-03
1
-0
/
+1
*
Newline-terminate the complaint message about not being able to find
msmith
1999-11-01
1
-1
/
+1
*
Remove the D_NOCLUSTER[RW] options which were added because vn had
phk
1999-09-30
1
-14
/
+0
*
Remove v_maxio from struct vnode.
phk
1999-09-29
1
-2
/
+1
*
More removals of vnode->v_lastr, replaced by preexisting seqcount
dillon
1999-09-20
1
-2
/
+3
*
Fix a harmless bug I introduced, simplify a bit more while here.
phk
1999-09-20
1
-6
/
+4
*
Step one of replacing devsw->d_maxio with si_bsize_max.
phk
1999-09-20
1
-35
/
+4
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-7
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
4
-4
/
+4
*
Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.
phk
1999-08-25
1
-5
/
+1
*
Oops, the previous commit was missing a new include.
bde
1999-08-23
1
-0
/
+1
*
Initialise fsids with (user) device numbers again. Bitrot when dev_t's
bde
1999-08-23
1
-1
/
+1
*
Use devtoname() to print dev_t's instead of casting them to long or u_long
bde
1999-08-23
1
-2
/
+2
*
The bdevsw() and cdevsw() are now identical, so kill the former.
phk
1999-08-13
2
-11
/
+11
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
2
-4
/
+1
*
Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads.
bde
1999-07-25
1
-2
/
+4
*
Create the macro DOINGASYNC to check whether the MNT_ASYNC flag has
mckusick
1999-07-13
1
-1
/
+2
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
2
-3
/
+2
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
1
-4
/
+4
*
Simplify cdevsw registration.
phk
1999-05-31
1
-2
/
+1
*
Fixed printing of a dev_t in a panic message. Fixed the function name
bde
1999-05-13
1
-2
/
+2
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
1
-2
/
+2
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
2
-11
/
+11
*
Continue where Julian left off in July 1998:
phk
1999-05-07
2
-11
/
+11
*
The VFS/BIO subsystem contained a number of hacks in order to optimize
alc
1999-05-02
1
-1
/
+2
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-1
/
+1
*
Suser() simplification:
phk
1999-04-27
1
-1
/
+1
*
Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite including
bde
1999-03-06
1
-1
/
+2
*
Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename that
imp
1999-03-02
1
-0
/
+5
*
Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).
bde
1999-02-25
1
-0
/
+1
*
Fixed parenthesization botch in previous commit. Async update of inodes
bde
1999-01-29
1
-1
/
+1
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
9
-62
/
+62
*
Avoid warning for unused variable.
eivind
1999-01-11
1
-2
/
+2
*
Don't pass unused unused timestamp args to UFS_UPDATE() or waste
bde
1999-01-07
6
-41
/
+21
*
UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the value
bde
1999-01-06
1
-1
/
+1
*
Ifdefed conditionally used simplock variables.
bde
1999-01-02
1
-1
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
2
-3
/
+5
*
Fixed a misspelling of boolean true as MNT_WAIT.
bde
1998-11-15
1
-1
/
+1
*
add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()
peter
1998-11-10
1
-1
/
+2
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
3
-7
/
+6
[next]