aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nfsdumpstate
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of the "-l" argument for nfsdumpstate(8).Rick Macklem2010-07-201-1/+1
| | | | | | | | Submitted by: zack.kirsch at isilon.com MFC after: 2 weeks Notes: svn path=/head/; revision=210272
* mdoc: replace troff macros with -mdoc equivalentsUlrich Spörlein2010-06-081-8/+11
| | | | Notes: svn path=/head/; revision=208913
* Code cleanup for nfs4 utilities:Xin LI2009-05-291-1/+1
| | | | | | | | | | | | | | | - Mark internal routines as static; - Eliminate unused parameters where possible, mark __unused for others; - Remove unused variables; - Use %jd for int64_t values in printf(); - Add appropriate %d for printf to match its parameter; - Rename a variable to resolve conflict with revoke(2); Reviewed by: rmacklem Tested with: make universe (bugs are mine) Notes: svn path=/head/; revision=193070
* Add two new utilities and two new daemons to /usr/src/usr.sbin thatRick Macklem2009-05-263-0/+357
are specifically used by the experimental nfsv4 subsystem. nfscbd - The NFSv4 client callback daemon. nfsuserd - The NFSv4 daemon that maps between user and group name and their corresponding uid/gid numbers. nfsdumpstate - A utility that dumps out the NFSv4 Open/Lock state. nfsrevoke - Administratively revokes an NFSv4 client, releasing all NFSv4 Open/Lock state it holds on the server. Approved by: kib (mentor) Notes: svn path=/head/; revision=192811