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
*
Put a version element in the VFS filesystem configuration structure
phk
2004-07-30
1
-13
/
+14
*
Avoid casts as lvalues.
kan
2004-07-28
1
-1
/
+1
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-2
/
+2
*
Remove 'td = curthread' that shadows the arguments to coda_root().
rwatson
2004-07-12
1
-1
/
+0
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
1
-2
/
+3
*
When we traverse the vnodes on a mountpoint we need to look out for
phk
2004-07-04
1
-5
/
+2
*
Second half of the dev_t cleanup.
phk
2004-06-17
3
-3
/
+3
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
10
-26
/
+26
*
add missing #include <sys/module.h>
phk
2004-05-30
1
-0
/
+1
*
Device megapatch 5/6:
phk
2004-02-21
1
-2
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-2
/
+2
*
Remove mntvnode_mtx and replace it with per-mountpoint mutex.
kan
2003-11-05
1
-3
/
+3
*
Include <sys/mutex.h>. Don't depend on namespace pollution in <sys/vnode.h>.
bde
2003-10-05
1
-2
/
+1
*
- Check XLOCK prior to accessing v_data.
jeff
2003-10-05
1
-0
/
+6
*
- Make proper use of the mntvnode_mtx. We do not need the loop label
jeff
2003-10-04
1
-3
/
+5
*
Move an overly verbose message under #ifdef CODA_VERBOSE.
tjr
2003-09-13
1
-0
/
+2
*
Move an annoying printf() call that gets triggered every time an
tjr
2003-09-10
1
-0
/
+2
*
Add support for the Coda 6.x venus<->kernel interface. This extends
tjr
2003-09-07
11
-342
/
+388
*
Add a "int fd" argument to VOP_OPEN() which in the future will
phk
2003-07-26
2
-4
/
+4
*
Remove in toto coda_strategy which incorrectly implemented vop_panic();
phk
2003-06-15
1
-23
/
+0
*
Initialize struct vfsops C99-sparsely.
phk
2003-06-12
2
-26
/
+18
*
Use __FBSDID().
obrien
2003-06-10
7
-27
/
+23
*
- Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with
jeff
2003-03-31
1
-14
/
+14
*
Deregister the dev_clone event handler we registered - don't touch the
tjr
2003-03-27
1
-2
/
+4
*
Set f_fstypename in coda_nb_statfs().
tjr
2003-03-07
1
-0
/
+1
*
Add a temporary workaround for a deadlock in Coda venus 5.3.19 that
tjr
2003-03-06
2
-2
/
+28
*
VOP_PATHCONF returns a register_t, not an int. Noticed by phk.
tjr
2003-03-05
1
-1
/
+1
*
Add prototype for coda_pathconf() that I missed in the previous commit.
tjr
2003-03-05
1
-0
/
+1
*
Add a minimal implementation of VOP_PATHCONF to silence warning
tjr
2003-03-05
1
-1
/
+29
*
Handle the case where a_uio->uio_td == NULL properly in coda_readlink().
tjr
2003-03-05
1
-1
/
+2
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+8
*
msg
phk
2003-02-26
1
-2
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Back our kernel support for reliable signal queues.
jmallett
2002-10-01
1
-11
/
+7
*
When working with sigset_t's, and needing to perform masking operations based
jmallett
2002-10-01
1
-7
/
+11
*
Fix these warns where sizeof(int) != sizeof(void *)
njl
2002-09-26
1
-4
/
+4
*
- Use vrefcnt() instead of directly accessing v_usecount.
jeff
2002-09-25
3
-19
/
+21
*
Attempt to fix the error reported by the alpha tinderbox. A pointer
iedowse
2002-09-22
1
-2
/
+2
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-1
/
+1
*
Fix typo in the last revision.
mike
2002-08-04
1
-1
/
+1
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
3
-5
/
+9
*
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
[next]