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
/
coda
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the vnode list under the mount point from a LIST to a TAILQ
dillon
2001-10-23
1
-2
/
+2
*
Fixed bitrot in a banal comment by removing the comment.
bde
2001-10-13
1
-1
/
+1
*
Backed out vestiges of the quick fixes for the transient breakage of
bde
2001-10-13
4
-4
/
+0
*
Change the kernel's ucred API as follows:
jhb
2001-10-11
1
-2
/
+1
*
Use the passed in thread to selrecord() instead of curthread.
jhb
2001-09-21
1
-1
/
+1
*
fix typo
julian
2001-09-13
1
-3
/
+0
*
KSE Milestone 2
julian
2001-09-12
6
-111
/
+118
*
Warning fix: coda_fbsd.c:113: warning: unused variable `ret'
peter
2001-06-15
1
-1
/
+0
*
Coda do not call vop_defaultop(), so add nesessary calls for VM objects.
bp
2001-06-14
1
-0
/
+3
*
Now works again and as a module and with devfs.
shafeeq
2001-06-05
3
-9
/
+73
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-0
/
+1
*
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
3
-17
/
+2
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
7
-27
/
+30
*
fix it so it compiles again
mjacob
2001-04-23
4
-0
/
+8
*
This patch removes the VOP_BWRITE() vector.
phk
2001-04-17
1
-1
/
+0
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-2
/
+2
*
Back out proc locking to protect p_ucred for obtaining additional
jhb
2001-01-27
1
-14
/
+2
*
Delete unused #include <sys/select.h>.
wollman
2001-01-09
5
-6
/
+0
*
When p_ucred is passed to the venus daemon, first grab the proc lock to
jhb
2000-12-15
1
-2
/
+14
*
Protect accesses to member of struct proc with the proc lock.
jhb
2000-12-06
3
-2
/
+12
*
Give vop_mmap an untimely death. The opportunity to give it a timely
eivind
2000-11-01
1
-1
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
2
-2
/
+0
*
Forward-declare struct mbuf so that this file is less self-insufficient
bde
2000-10-05
1
-0
/
+1
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-0
/
+1
*
Remove 42 unneeded #include <sys/ioccom.h>.
phk
2000-05-03
1
-1
/
+0
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
2
-2
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Introduce extended attribute support for FFS, allowing arbitrary
rwatson
2000-04-15
1
-0
/
+1
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-3
/
+3
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-1
/
+3
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
2
-52
/
+7
*
Lock reporting and assertion changes.
eivind
1999-12-11
1
-1
/
+1
*
s/p_cred->pc_ucred/p_ucred/g
phk
1999-11-21
1
-2
/
+2
*
struct mountlist and struct mount.mnt_list have no business being
phk
1999-11-20
1
-4
/
+3
*
Remove WILLRELE from VOP_SYMLINK
eivind
1999-11-13
1
-7
/
+3
*
sigset_t change (part 2 of 5)
marcel
1999-09-29
1
-24
/
+49
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-0
/
+1
*
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
alfred
1999-09-07
1
-56
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
19
-19
/
+19
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-35
/
+1
*
Don't examine vp->v_tag (see comment in vnode.h)
phk
1999-08-13
1
-3
/
+2
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
1
-3
/
+1
*
Fixed all printf format errors reported by gcc -Wformat on i386's:
bde
1999-08-08
1
-10
/
+16
*
The dev returned here is what is found in the st_dev field.
rvb
1999-08-02
1
-2
/
+3
*
Remove the RCS "Log" and all the verbiage it has generated.
phk
1999-07-21
10
-1304
/
+12
*
Don't access the device with vp->v_specinfo->si_rdev, use vp->v_rdev.
phk
1999-07-20
1
-2
/
+28
*
Simplify cdevsw registration.
phk
1999-05-31
2
-10
/
+7
[next]