aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nfsstat/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
| | | | | | | | 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
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* pkgbase: Create a FreeBSD-nfs packageEmmanuel Vadot2021-06-191-0/+2
| | | | | | | | And move all the nfs related commands there. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D30754 Sponsored by: Diablotin Systems
* nfsstat: Add libxo outputEmmanuel Vadot2018-01-301-1/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=328588
* nfsstat depends on libdevstat as of r304058.Mark Johnston2016-08-141-0/+2
| | | | | | | X-MFC-With: r304058 Notes: svn path=/head/; revision=304066
* Since removal of oldnfs support linking to kvm is not needed anymoreBaptiste Daroussin2015-12-241-2/+0
| | | | Notes: svn path=/head/; revision=292686
* Make nfsstat(1) build with WARNS=6.Edward Tomasz Napierala2015-04-241-2/+0
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=281922
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+2
| | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275042
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-1/+1
| | | | | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF. Notes: svn path=/head/; revision=87628
* Take setgid kmem away from nfsstat, it has not needed it for some timeThomas Moestl2001-03-221-2/+1
| | | | | | | | | now. Approved by: rwatson Notes: svn path=/head/; revision=74655
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+10
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590