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
/
kern
/
kern_alq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use msleep_spin() instead of unlock/tsleep/lock. This was
rdivacky
2008-07-02
1
-6
/
+2
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
1
-2
/
+2
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
1
-2
/
+2
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-1
/
+1
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-1
/
+1
*
Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operation
kib
2007-06-01
1
-1
/
+1
*
Backout rev 1.17, msleep() can't be used with a spinlock.
cognet
2007-03-06
1
-2
/
+6
*
Use msleep(9) instead of tsleep(9) surrounded by lock acquisition and
wkoszek
2007-03-04
1
-6
/
+2
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
- Conditionalize Giant around VFS operations for ALQ, ktrace, and
jhb
2006-03-28
1
-4
/
+8
*
Grr. Backout previous change. vn_open_cred() will call NDFREE() on failure.
pjd
2006-01-27
1
-1
/
+1
*
Don't forget to call NDFREE(9) in case of vn_open_cred() failure.
pjd
2006-01-27
1
-2
/
+2
*
Modify the alq(9) alq_open() API to accept a file creation mode, rather
rwatson
2005-04-16
1
-3
/
+3
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Allow MAC policies to block/revoke kern_alq write access to a file.
rwatson
2003-10-25
1
-2
/
+10
*
Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.
phk
2003-07-27
1
-1
/
+1
*
Add an explicit credential argument to alq_open() to allow the caller to
rwatson
2003-06-22
1
-3
/
+4
*
Use __FBSDID().
obrien
2003-06-11
1
-3
/
+3
*
- Reset the free ent to NULL if we have consumed the last free entry. This
jeff
2003-05-25
1
-0
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
- Export the alq daemon thread pointer.
jeff
2002-09-26
1
-4
/
+7
*
- Hold the credential of the caller and use it in all subsequent vn ops.
jeff
2002-09-23
1
-6
/
+7
*
- Add an asynchronous fixed length record logging mechanism called
jeff
2002-09-22
1
-0
/
+499