#
b698093d |
| 12-Oct-2024 |
Yan-Hao Wang <yanhaowang@FreeBSD.org> |
nfsstat(1): Complete libxo transition
Reviewed by: des MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D41428
|
Revision tags: release/13.4.0, release/14.1.0, release/13.3.0 |
|
#
f79b200b |
| 28-Dec-2023 |
Lexi Winter <lexi@le-fay.org> |
nfsstat: make -q work without -e/-E
MFC after: 2 weeks Pull Request: https://github.com/freebsd/freebsd-src/pull/961
|
#
30ce26ca |
| 27-Dec-2023 |
Lexi Winter <lexi@le-fay.org> |
nfsstat: update option strings in docs
Add the missing -q option to the nfsstat(1) manpage SYNOPSIS (it is already documented in DESCRIPTION), and add the missing -E and -q options to the built-in u
nfsstat: update option strings in docs
Add the missing -q option to the nfsstat(1) manpage SYNOPSIS (it is already documented in DESCRIPTION), and add the missing -E and -q options to the built-in usage output.
PR: 275912 MFC after: 2 weeks Pull Request: https://github.com/freebsd/freebsd-src/pull/958
show more ...
|
#
0b8224d1 |
| 24-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove copyright strings ifdef'd out
We've ifdef'd out the copyright strings for some time now. Go ahead and remove the ifdefs. Plus whatever other detritis was left over from other recent removals.
Remove copyright strings ifdef'd out
We've ifdef'd out the copyright strings for some time now. Go ahead and remove the ifdefs. Plus whatever other detritis was left over from other recent removals. These copyright strings are present in the comments and are largely from CSRG's attempt at adding their copyright to every binary file (which modern interpretations of the license doesn't require).
Sponsored by: Netflix
show more ...
|
#
bdcbfde3 |
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a pe
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
Revision tags: release/14.0.0 |
|
#
eba230af |
| 25-Sep-2023 |
John Baldwin <jhb@FreeBSD.org> |
Purge more stray embedded $FreeBSD$ strings
These do not use __FBSDID but instead use bare char arrays.
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D41957
|
#
1a7ac2bd |
| 07-Jul-2023 |
Alfonso Gregory <gfunni234@gmail.com> |
Mark usage function as __dead2 in programs where it does not return
In most cases, usage does not return, so mark them as __dead2. For the cases where they do return, they have not been marked __dea
Mark usage function as __dead2 in programs where it does not return
In most cases, usage does not return, so mark them as __dead2. For the cases where they do return, they have not been marked __dead2.
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/735
show more ...
|
Revision tags: release/13.2.0, release/12.4.0 |
|
#
d92dc803 |
| 29-May-2022 |
Rick Macklem <rmacklem@FreeBSD.org> |
nfsstat: Add an entry to output NFSPROC_APPENDWRITE count
Commit 5218d82c81f9 added a new NFSv4.1/4.2 procedure called AppendWrite that uses a Verify to avoid a separate Getattr RPC for the common c
nfsstat: Add an entry to output NFSPROC_APPENDWRITE count
Commit 5218d82c81f9 added a new NFSv4.1/4.2 procedure called AppendWrite that uses a Verify to avoid a separate Getattr RPC for the common case where the client knows the correct file size for O_APPEND writes.
This patch modifies nfsstat so that it displays a count of these new RPCs for the "-E -c" option.
show more ...
|
Revision tags: release/13.1.0, release/12.3.0 |
|
#
75c66619 |
| 14-Nov-2021 |
Rick Macklem <rmacklem@FreeBSD.org> |
nfsstat: Add output for counts of new RPCs to the "-E" option
Add output to the "-E" option for new RPCs related to NFSv4.1/4.2. Also, add output of the counts for allocated layouts and the title fo
nfsstat: Add output for counts of new RPCs to the "-E" option
Add output to the "-E" option for new RPCs related to NFSv4.1/4.2. Also, add output of the counts for allocated layouts and the title for the "Client" section (which was lost during a previous commit).
MFC after: 2 weeks
show more ...
|
#
72a92f91 |
| 23-Aug-2021 |
Gordon Bergling <gbe@FreeBSD.org> |
nfsstat(1): Fix a typo in an error message
- s/priviledged/privileged/
MFC after: 1 week
|
Revision tags: release/13.0.0 |
|
#
b3baff23 |
| 24-Oct-2020 |
Alan Somers <asomers@FreeBSD.org> |
nfsstat: delete unused fields
Ever since r192762 nfsstat has included a few fields whose values were always 0. They were copied from OpenBSD, but have never been used on FreeBSD. Don't display them.
nfsstat: delete unused fields
Ever since r192762 nfsstat has included a few fields whose values were always 0. They were copied from OpenBSD, but have never been used on FreeBSD. Don't display them.
Reviewed by: rmacklem Sponsored by: Axcient Differential Revision: https://reviews.freebsd.org/D26920
show more ...
|
Revision tags: release/12.2.0 |
|
#
dc254170 |
| 02-Sep-2020 |
Alan Somers <asomers@FreeBSD.org> |
Fix output of nfsstat -cE in json or xml mode
Due to a copy/paste error, the "getacl" field was duplicated, but only in XML or JSON mode, not in txt mode.
Discussed with: rmacklem MFC after: 1 week
Fix output of nfsstat -cE in json or xml mode
Due to a copy/paste error, the "getacl" field was duplicated, but only in XML or JSON mode, not in txt mode.
Discussed with: rmacklem MFC after: 1 week Sponsored by: Axcient
show more ...
|
Revision tags: release/11.4.0 |
|
#
28a04da3 |
| 31-Dec-2019 |
Rick Macklem <rmacklem@FreeBSD.org> |
Get rid of old nfsstat options no longer used.
The "-M" and "-N" options for nfsstat were used by the old NFS code and have never done anything for the new NFS code. This patch replaces code that as
Get rid of old nfsstat options no longer used.
The "-M" and "-N" options for nfsstat were used by the old NFS code and have never done anything for the new NFS code. This patch replaces code that assigns values to variables that are never used with printf()s noting the options are ignored. This has the side effect that it gets rid of warnings w.r.t. these variables being assigned but never used, that occur for some builds.
Noticed during integration of the NFSv4.2 code.
show more ...
|
#
29001a81 |
| 31-Dec-2019 |
Rick Macklem <rmacklem@FreeBSD.org> |
Replace .h files included from old NFS directories with the new NFS ones.
Prior to this patch, nfsstat.c includes files from sys/nfs, sys/nfsclient and sys/nfsserver. These .h files (particularily t
Replace .h files included from old NFS directories with the new NFS ones.
Prior to this patch, nfsstat.c includes files from sys/nfs, sys/nfsclient and sys/nfsserver. These .h files (particularily the ones in sys/nfsclient and sys/nfsserver) are from the old NFS code and should eventually be deprecated/removed. This patch changes nfsstat.c to include files from the new/current NFS code instead of the old ones in preparation for eventual removal.
show more ...
|
#
309c8f76 |
| 22-Dec-2019 |
Rick Macklem <rmacklem@FreeBSD.org> |
Update nfsstat to list the NFSv4.2 procedures and operations.
r355677 added NFSv4.2 support to the NFS client and server. It also updated the nfsstats structure to keep counts for the new procedures
Update nfsstat to list the NFSv4.2 procedures and operations.
r355677 added NFSv4.2 support to the NFS client and server. It also updated the nfsstats structure to keep counts for the new procedures (client) and operations (server) added for NFSv4.2. This patch updates the "-E" option of nfsstat so that it lists counts for these new procedures and operations.
show more ...
|
Revision tags: release/12.1.0 |
|
#
58df81b3 |
| 30-Jul-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @350426
Sponsored by: The FreeBSD Foundation
|
#
b5965b56 |
| 28-Jul-2019 |
Rick Macklem <rmacklem@FreeBSD.org> |
Fix printing of Server Re-Failed and Server Faults.
nfsstat -s prints bogus large numbers for the Server Re-Failed and Server Faults fields. This was introduced by r328588. Although I know nothing a
Fix printing of Server Re-Failed and Server Faults.
nfsstat -s prints bogus large numbers for the Server Re-Failed and Server Faults fields. This was introduced by r328588. Although I know nothing about libxo, these lines aren't titles and this patch seems to fix the problem, so I am committing it for rea@ who emailed it to me. It also deleted the trailing ':' from the title lines, since those were not in the pre-r328588 output.
If there is a more correct fix, someone conversant with libxo will need to do so.
Submitted by: rea MFC after: 2 weeks
show more ...
|
Revision tags: release/11.3.0 |
|
#
7648bc9f |
| 13-May-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @347527
Sponsored by: The FreeBSD Foundation
|
#
a16e0d44 |
| 14-Apr-2019 |
Rick Macklem <rmacklem@FreeBSD.org> |
Fix printing of the line that starts with "LocalOpen...".
When "nfsstat -E -c" was done, the title line starting with "LocalOpen..." was not being displayed. This was introduced by r328588.
MFC aft
Fix printing of the line that starts with "LocalOpen...".
When "nfsstat -E -c" was done, the title line starting with "LocalOpen..." was not being displayed. This was introduced by r328588.
MFC after: 2 weeks
show more ...
|
Revision tags: release/12.0.0, release/11.2.0 |
|
#
2145d321 |
| 30-Jan-2018 |
Emmanuel Vadot <manu@FreeBSD.org> |
nfsstat: Add libxo output
Add libxo output support Merge exp41_intpr and exp_intpr function. The only difference is to print NFSV4.1 operations in exp41, add a third arguement to control that. print
nfsstat: Add libxo output
Add libxo output support Merge exp41_intpr and exp_intpr function. The only difference is to print NFSV4.1 operations in exp41, add a third arguement to control that. printtitle was set to 1 and don't have a switch, add a -q options to control it.
Reviewed by: bapt Sponsored by: Gandi.net Differential Revision: https://reviews.freebsd.org/D14012
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 |
|
#
a3604b95 |
| 27-Jun-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r320042 through r320397.
|
#
2d446498 |
| 24-Jun-2017 |
Rick Macklem <rmacklem@FreeBSD.org> |
Add RPC count reporting for the two new RPCs added by r320322.
This is a content change.
PR: 219550 MFC after: 2 weeks
|
#
348238db |
| 01-Mar-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r314420 through r314481.
|