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
*
- 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