~ubuntu-branches/debian/experimental/nfs-utils/experimental

« back to all changes in this revision

Viewing changes to tools/rpcdebug/rpcdebug.c

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-07-08 14:26:40 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060708142640-r171kjj2a13gy2kz
Tags: 1:1.0.9-1
* Updated co-mantainer mail address.
* New upstream release.
  - Added 'mount.nfs' utility which can be used as a mount helper
    to mount nfs filesystems. It does not yet support 'user' mounts.
  - Makefile/autoconf tidyups
  - No compiles with no warnings
  - deleted debian/* at request of debian maintainer
  - deleted assorted other unused files
  - mountd can be run multi-threaded for configurations with many hundreds
    of clients (mountd -t 20).  Default is single-threaded
  - Support for selection NFS version to be exported, and protocol to
    use.  This requires kernel patches that should be in linux 2.6.19.
  - Use 65534 rather than -2 for default anon.  This makes no difference in many
    cases, but is important in some.
  - New utility 'rpcdebug' for controlled kernel 'debug' options for nfs and nfsd.
  - nfsstat reports NFSv4 operation statistics that should be available in
    linux 2.6.18.
  - assorted other fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
        FLAG(RPC,       AUTH),
149
149
        FLAG(RPC,       PMAP),
150
150
        FLAG(RPC,       SCHED),
 
151
        FLAG(RPC,       TRANS),
151
152
        FLAG(RPC,       SVCSOCK),
152
153
        FLAG(RPC,       SVCDSP),
153
154
        FLAG(RPC,       MISC),
 
155
        FLAG(RPC,       CACHE),
154
156
        FLAG(RPC,       ALL),
155
157
 
156
158
        /* nfs */
162
164
        FLAG(NFS,       XDR),
163
165
        FLAG(NFS,       FILE),
164
166
        FLAG(NFS,       ROOT),
165
 
        //      FLAG(NFS,       CALLBACK),
 
167
        FLAG(NFS,       CALLBACK),
166
168
        FLAG(NFS,       ALL),
167
169
 
168
170
        /* nfsd */
187
189
        FLAG(NLM,       CLNTSUBS),
188
190
        FLAG(NLM,       SVCSUBS),
189
191
        FLAG(NLM,       HOSTCACHE),
 
192
        FLAG(NLM,       XDR),
190
193
        FLAG(NLM,       ALL),
191
194
 
192
195
      { NULL,           NULL,           0 }