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
*
- 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
*
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
[next]