| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Similar commit in main:
(cherry picked from commit fa9896e082a1)
|
|
|
|
|
|
|
|
|
|
| |
Start new sentence on a new line.
MFC after: 1 week
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=315795
|
|
|
|
|
|
|
| |
Found with: mandoc -Tlint
Notes:
svn path=/head/; revision=275993
|
|
|
|
|
|
|
|
| |
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
Notes:
svn path=/head/; revision=267936
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
things allows variable length messages to be easily supported.
- Extend KPI with alq_writen() and alq_getn() to support variable length
messages, which is enabled at ALQ creation time depending on the
arguments passed to alq_open(). Also add variants of alq_open() and
alq_post() that accept a flags argument. The KPI is still fully
backwards compatible and shouldn't require any change in ALQ consumers
unless they wish to utilise the new features.
- Introduce the ALQ_NOACTIVATE and ALQ_ORDERED flags to allow ALQ consumers
to have more control over IO scheduling and resource acquisition
respectively.
- Strengthen invariants checking.
- Document ALQ changes in ALQ(9) man page.
Sponsored by: FreeBSD Foundation
Reviewed by: gnn, jeff, rpaulo, rwatson
MFC after: 1 month
Notes:
svn path=/head/; revision=207223
|
|
|
|
|
|
|
|
|
|
|
|
| |
than defaulting the cmode argument to vn_open() to 0. Supply a default
argument of ALQ_DEFAULT_CMODE (0600) in current callers.
Discussed with/pointed out by: hmp
Reveiwed by: jeff, hmp
MFC after: 3 days
Notes:
svn path=/head/; revision=145142
|
|
|
|
|
|
|
|
|
| |
using the calling thread's ucred.
While I am there, fix references to my name.
Notes:
svn path=/head/; revision=143310
|
|
|
|
|
|
|
|
|
| |
contexts where sleeping is disallowed.
Pointed out by: ru
Notes:
svn path=/head/; revision=141338
|
|
|
|
|
|
|
| |
Add a section on locking.
Notes:
svn path=/head/; revision=141035
|
|
|
|
| |
Notes:
svn path=/head/; revision=131736
|
|
The manual page contains enough information to get someone started
with ALQ.
MLINKS have been added appropriately.
Approved by: jeff, des
Reviewed by: des, jeff, sam, brooks, rwatson, mtm
Notes:
svn path=/head/; revision=122445
|