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
/
fs
/
coda
/
coda_psdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-2
/
+2
*
Move an annoying printf() call that gets triggered every time an
tjr
2003-09-10
1
-0
/
+2
*
Use __FBSDID().
obrien
2003-06-10
1
-4
/
+4
*
- Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with
jeff
2003-03-31
1
-14
/
+14
*
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
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-1
/
+1
*
Moved signal handling and rescheduling from userret() to ast() so that
bde
2002-04-04
1
-0
/
+1
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-1
/
+1
*
Backed out vestiges of the quick fixes for the transient breakage of
bde
2001-10-13
1
-1
/
+0
*
Use the passed in thread to selrecord() instead of curthread.
jhb
2001-09-21
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-11
/
+12
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-5
/
+6
*
fix it so it compiles again
mjacob
2001-04-23
1
-0
/
+2
*
Protect accesses to member of struct proc with the proc lock.
jhb
2000-12-06
1
-2
/
+5
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
sigset_t change (part 2 of 5)
marcel
1999-09-29
1
-24
/
+49
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Remove the RCS "Log" and all the verbiage it has generated.
phk
1999-07-21
1
-135
/
+1
*
Missed a stray LKM #ifdef
peter
1999-01-17
1
-5
/
+8
*
coda_lookup now passes up an extra flag. But old veni will
rvb
1998-11-11
1
-4
/
+28
*
Change the way unmounting happens to guarantee that the
rvb
1998-10-28
1
-20
/
+51
*
Fixes for lkm:
rvb
1998-09-29
1
-2
/
+5
*
Cleanup and fix THE bug
rvb
1998-09-28
1
-5
/
+10
*
Put "stray" printouts under DIAGNOSTIC. Make everything build
rvb
1998-09-25
1
-11
/
+27
*
Finish conversion of cfs -> coda
rvb
1998-09-13
1
-7
/
+11
*
All the references to cfs, in symbols, structs, and strings
rvb
1998-09-11
1
-81
/
+84
*
Pass2 complete
rvb
1998-09-02
1
-99
/
+42
*
Very Preliminary Coda
rvb
1998-08-29
1
-0
/
+756