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
*
More s/file system/filesystem/g
trhodes
2002-05-16
11
-18
/
+20
*
Make daddr_t and u_daddr_t 64bits wide.
phk
2002-05-14
1
-1
/
+1
*
Don't put a line break in string literals. GCC 3.1 complains and GCC
marcel
2002-04-20
1
-13
/
+10
*
Lock proctree_lock instead of pgrpsess_lock.
jhb
2002-04-16
1
-2
/
+2
*
Moved signal handling and rescheduling from userret() to ast() so that
bde
2002-04-04
1
-0
/
+1
*
Remove __P.
alfred
2002-03-20
3
-35
/
+35
*
Add a flags parameter to VFS_VGET to pass through the desired
mckusick
2002-03-17
1
-1
/
+1
*
Introduce the new 64-bit size disk block, daddr64_t. Change
mckusick
2002-03-15
1
-2
/
+2
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-2
/
+2
*
Fix LINT breakage by adding a missing include.
tmm
2002-02-23
1
-0
/
+1
*
Lock struct pgrp, session and sigio.
tanimura
2002-02-23
1
-4
/
+2
*
Staticise the coda vfsop pointer.
msmith
2002-01-08
2
-2
/
+1
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
3
-3
/
+3
*
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
[next]