Revision tags: release/13.5.0 |
|
#
28f4cf92 |
| 26-Feb-2025 |
Konstantin Belousov <kib@FreeBSD.org> |
procstat(1): dump kqueues
Example output from the 'procstat -a kqueues': PID KQFD FILTER IDENT FLAGS FFLAGS DATA UDATA STATUS 2323 13 READ
procstat(1): dump kqueues
Example output from the 'procstat -a kqueues': PID KQFD FILTER IDENT FLAGS FFLAGS DATA UDATA STATUS 2323 13 READ 5 - - 0 0x19c290616000 - 2323 13 READ 8 - - 0 0x19c29064f070 - 2323 13 READ 10 - - 0 0x19c29064f0e0 - 2323 13 SIGNAL 1 C - 0 0x0 - 2323 13 SIGNAL 2 C - 0 0x0 - 2323 13 SIGNAL 3 C - 0 0x0 - 2323 13 SIGNAL 13 C - 0 0x0 - 2323 13 SIGNAL 14 C - 0 0x0 - 2323 13 SIGNAL 15 C - 0 0x0 - 2323 13 SIGNAL 20 C - 0 0x0 -
Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D49163
show more ...
|
Revision tags: release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0 |
|
#
5ac9320d |
| 22-Sep-2024 |
Konstantin Belousov <kib@FreeBSD.org> |
procstat(1): add rlimitusage subcommand
Reviewed by: markj, olce Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D46747
|
Revision tags: release/13.4.0, release/14.1.0, release/13.3.0 |
|
#
5e3934b1 |
| 24-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.bin: Automated cleanup of cdefs and other formatting
Apply the following automated changes to try to eliminate no-longer-needed sys/cdefs.h includes as well as now-empty blank lines in a row.
R
usr.bin: Automated cleanup of cdefs and other formatting
Apply the following automated changes to try to eliminate no-longer-needed sys/cdefs.h includes as well as now-empty blank lines in a row.
Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/ Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/ Remove /\n+#if.*\n#endif.*\n+/ Remove /^#if.*\n#endif.*\n/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/
Sponsored by: Netflix
show more ...
|
Revision tags: release/14.0.0 |
|
#
1d386b48 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
#
4d846d26 |
| 10-May-2023 |
Warner Losh <imp@FreeBSD.org> |
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
show more ...
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
#
a5229a25 |
| 02-Apr-2022 |
Konstantin Belousov <kib@FreeBSD.org> |
Implement procstat(1) advlocks command
to display list of the advisory file locks in the system.
Example output $ procstat advlock RW TYPE PID SYSID FSID RDEV INO START
Implement procstat(1) advlocks command
to display list of the advisory file locks in the system.
Example output $ procstat advlock RW TYPE PID SYSID FSID RDEV INO START LEN PATH RO FCNTL 5836 0 0x878700ff02 0xffffffffffffffff 57 0 0 /tmp/2 RW FLOCK -1 0 0x878700ff02 0xffffffffffffffff 13 0 0 /tmp/1
Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D34834
show more ...
|
#
e79866dd |
| 07-Apr-2022 |
Konstantin Belousov <kib@FreeBSD.org> |
procstat(1): add ability to specify subcommands not requiring pid lists
Add PS_MODE_NO_KINFO_PROC cmd modifier that indicates that neither process list should be queried from the kernel, nor list of
procstat(1): add ability to specify subcommands not requiring pid lists
Add PS_MODE_NO_KINFO_PROC cmd modifier that indicates that neither process list should be queried from the kernel, nor list of pids or `-a` switch provided on the command line to filter the output.
This is intended for use by commands that query information not neccessary attributed to specific process.
Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D34834
show more ...
|
#
8b1f5965 |
| 17-Mar-2022 |
Piotr Pawel Stefaniak <pstef@FreeBSD.org> |
procstat: remove set but not used variable
In an earlier version of D26310, strcmp was strncmp.
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0 |
|
#
34d7dd15 |
| 29-Sep-2020 |
Konstantin Belousov <kib@FreeBSD.org> |
procstat: Fix regression after 365880.
Basically it reverts one chunk that reversed the parsing logic, making legacy variants of invocation, like `procstat -a -f', non-operational.
Reported and tes
procstat: Fix regression after 365880.
Basically it reverts one chunk that reversed the parsing logic, making legacy variants of invocation, like `procstat -a -f', non-operational.
Reported and tested by: Dewayne Geraghty <dewayne@heuristicsystems.com.au> Sponsored by: The FreeBSD Foundation MFC after: 3 days
show more ...
|
#
b65eb2f8 |
| 28-Sep-2020 |
Konstantin Belousov <kib@FreeBSD.org> |
Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.
Submitted by: Juraj Lutter <juraj@lutter.sk> MFC after: 1 week Differential revision: https://reviews.freebsd.org/D26568
|
#
085e0494 |
| 18-Sep-2020 |
Konstantin Belousov <kib@FreeBSD.org> |
Add pargs, penv, pwdx commands and aliases to procstat(1).
Intent is to mimic Solaris commands with the same names.
Submitted by: Juraj Lutter <juraj@lutter.sk> MFC after: 1 week Differential revis
Add pargs, penv, pwdx commands and aliases to procstat(1).
Intent is to mimic Solaris commands with the same names.
Submitted by: Juraj Lutter <juraj@lutter.sk> MFC after: 1 week Differential revision: https://reviews.freebsd.org/D26310
show more ...
|
Revision tags: release/11.4.0 |
|
#
44e86fbd |
| 13-Feb-2020 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r357662 through r357854.
|
#
24d57fa8 |
| 09-Feb-2020 |
Konstantin Belousov <kib@FreeBSD.org> |
Add procstat(1) sigfastblock command to show process sigfastblock word address.
Tested by: pho Disscussed with: cem, emaste, jilles Sponsored by: The FreeBSD Foundation Differential revision: https:
Add procstat(1) sigfastblock command to show process sigfastblock word address.
Tested by: pho Disscussed with: cem, emaste, jilles Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D12773
show more ...
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
#
1de7b4b8 |
| 27-Nov-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
various: general adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error
various: general adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task.
The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts.
No functional change intended.
show more ...
|
#
937d37fc |
| 19-Nov-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r325842 through r325998.
|
#
6effb213 |
| 16-Nov-2017 |
Andriy Gapon <avg@FreeBSD.org> |
procstat: fix a crash with -k -a options
The traditional / legacy usage should still be supported. This fixes a regression in r324619 that introduced a nicer, verb based interface.
Reviewed by: bro
procstat: fix a crash with -k -a options
The traditional / legacy usage should still be supported. This fixes a regression in r324619 that introduced a nicer, verb based interface.
Reviewed by: brooks X-MFC with: r324619
show more ...
|
#
c2c014f2 |
| 07-Nov-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r323559 through r325504.
|
#
0a8f81bc |
| 22-Oct-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r324837
While here, diff reduce some of the changes in sys/boot by moving MK_COVERAGE=no to sys/boot/Makefile.inc .
|
#
2a243b95 |
| 14-Oct-2017 |
Brooks Davis <brooks@FreeBSD.org> |
Switch procstat from subcommand flags to verbs
- Use an enumerated value instead of separate flags for commands - Look for a verb if no command flag is set - Lookup the "xocontainer" value based on
Switch procstat from subcommand flags to verbs
- Use an enumerated value instead of separate flags for commands - Look for a verb if no command flag is set - Lookup the "xocontainer" value based on the command - Document the new command verbs in the man-page
Submitted by: kdrakehp@zoho.com Differential Revision: https://reviews.freebsd.org/D10916
show more ...
|
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 |
|
#
7a0f2789 |
| 20-Jul-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r321239 through r321306.
|
#
8490e4c2 |
| 20-Jul-2017 |
Enji Cooper <ngie@FreeBSD.org> |
procstat(8): clarify program usage
- Visualize mutually exclusive options and their corresponding arguments. - Try to make the subtleties that are expressed in the code, and potentially in the m
procstat(8): clarify program usage
- Visualize mutually exclusive options and their corresponding arguments. - Try to make the subtleties that are expressed in the code, and potentially in the manpages, more apparent.
show more ...
|
#
a773cead |
| 30-May-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r318964 through r319164.
|
#
fbf87d40 |
| 26-May-2017 |
Brooks Davis <brooks@FreeBSD.org> |
Add missing usage and getopt(3) options
- Add the missing option 'n' to the getopt(3) string - Add the missing options 'libxo' and 'N' to the usage message - Add the missing options 'M' and 'N' to t
Add missing usage and getopt(3) options
- Add the missing option 'n' to the getopt(3) string - Add the missing options 'libxo' and 'N' to the usage message - Add the missing options 'M' and 'N' to the man-page
Submitted by: Keegan Drake H.P. <kdrakehp@zoho.com> MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D10915
show more ...
|