Revision tags: release/14.0.0 |
|
#
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0 |
|
#
c5c3ba6b |
| 03-Sep-2019 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r351317 through r351731.
|
#
5b699f16 |
| 22-Aug-2019 |
Mark Johnston <markj@FreeBSD.org> |
Add lockmgr(9) probes to the lockstat DTrace provider.
They follow the conventions set by rw and sx lock probes. There is an additional lockstat:::lockmgr-disown probe.
Update lockstat(1) to repor
Add lockmgr(9) probes to the lockstat DTrace provider.
They follow the conventions set by rw and sx lock probes. There is an additional lockstat:::lockmgr-disown probe.
Update lockstat(1) to report on contention and hold events for lockmgr locks. Document the new probes in dtrace_lockstat.4, and deduplicate some of the existing probe descriptions.
Reviewed by: mjg MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21355
show more ...
|
Revision tags: release/11.3.0, release/12.0.0, release/11.2.0 |
|
#
d3e9ec30 |
| 02-Mar-2018 |
Warren Block <wblock@FreeBSD.org> |
Clarity and style fixes.
Sponsored by: iXsystems
|
#
26a8bd90 |
| 24-Nov-2017 |
Mark Johnston <markj@FreeBSD.org> |
Fix typos.
MFC after: 3 days
|
Revision tags: release/10.4.0 |
|
#
531c2d7a |
| 24-Jul-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r320180
|
#
bca9d05f |
| 23-Jul-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r319973 through 321382.
|
Revision tags: release/11.1.0 |
|
#
d2043ca3 |
| 14-Jul-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r320573 through r320970.
|
#
61b0ecf4 |
| 04-Jul-2017 |
Mark Johnston <markj@FreeBSD.org> |
Fix a few issues with the lockstat provider man page.
- Address most of the post-commit comments on D11128.[1] - Reference the man pages for the lock types supported by the provider. - Add a BUGS se
Fix a few issues with the lockstat provider man page.
- Address most of the post-commit comments on D11128.[1] - Reference the man pages for the lock types supported by the provider. - Add a BUGS section. - Eliminate some redundancy by describing similar probes in the same paragraph. - Fix several inaccuracies, particularly in the probe argument descriptions.
Submitted by: wblock [1] MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D11293
show more ...
|
#
4198293b |
| 17-Jun-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r319801 through r320041.
|
#
cac23196 |
| 11-Jun-2017 |
Sevan Janiyan <sevan@FreeBSD.org> |
Tidy up minor nits raised by mandoc lint: Zap trailing white and double spaces Remove extra coma which is not required. Bump date.
Reviewed by: gnn MFC after: 1 week Differential Revision: https://r
Tidy up minor nits raised by mandoc lint: Zap trailing white and double spaces Remove extra coma which is not required. Bump date.
Reviewed by: gnn MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D11142
show more ...
|
#
566569c4 |
| 10-Jun-2017 |
George V. Neville-Neil <gnn@FreeBSD.org> |
Manual page for the DTrace lockstat provider
Reviewed by: markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D11128
|