~ubuntu-branches/ubuntu/dapper/xen/dapper

« back to all changes in this revision

Viewing changes to netbsd-2.0-xen-sparse/sys/nfs/files.nfs

  • Committer: Bazaar Package Importer
  • Author(s): Adam Heath
  • Date: 2005-07-06 12:35:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050706123550-9yx08wy5jdxmsxfq
Tags: 2.0.6-1
* Patches applied upstream: non-xen-init-exit.patch, add-build.patch,
  python-install.patch, disable-html-docs.patch.
* New upstream released.  Closes: #311336.
* Remove comparison to UML from xen short description.  Closes: #317066.
* Make packages conflicts with 1.2 doc debs.  Closes: #304285.
* Add iproute to xen depends, as it uses /bin/ip.  Closes: #300488,
  #317468.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#       $NetBSD: files.nfs,v 1.3 2004/03/11 21:48:43 cl Exp $
 
2
 
 
3
deffs   fs_nfs.h                NFS
 
4
 
 
5
defflag opt_nfs_boot.h          NFS_BOOT_BOOTP NFS_BOOT_BOOTPARAM NFS_BOOT_DHCP
 
6
                                NFS_BOOT_GATEWAY NFS_BOOT_TCP
 
7
                                NFS_BOOT_BOOTSTATIC
 
8
 
 
9
defparam opt_nfs_boot.h         NFS_BOOT_BOOTP_REQFILE NFS_BOOT_OPTIONS
 
10
                                NFS_BOOT_RWSIZE
 
11
                                NFS_BOOTSTATIC_MYIP NFS_BOOTSTATIC_GWIP
 
12
                                NFS_BOOTSTATIC_MASK NFS_BOOTSTATIC_SERVADDR
 
13
                                NFS_BOOTSTATIC_SERVER
 
14
 
 
15
defflag opt_nfs.h               NFS_V2_ONLY
 
16
 
 
17
defflag                         NFSSERVER
 
18
 
 
19
file    nfs/krpc_subr.c         nfs 
 
20
file    nfs/nfs_bio.c           nfs 
 
21
file    nfs/nfs_boot.c          nfs 
 
22
file    nfs/nfs_bootdhcp.c      nfs & (nfs_boot_bootp | nfs_boot_dhcp)
 
23
file    nfs/nfs_bootparam.c     nfs & nfs_boot_bootparam
 
24
file    nfs/nfs_bootstatic.c    nfs & nfs_boot_bootstatic
 
25
file    nfs/nfs_kq.c            nfs   
 
26
file    nfs/nfs_node.c          nfs   
 
27
file    nfs/nfs_nqlease.c       nfsserver | nfs
 
28
file    nfs/nfs_serv.c          nfsserver
 
29
file    nfs/nfs_socket.c        nfsserver | nfs
 
30
file    nfs/nfs_srvcache.c      nfsserver
 
31
file    nfs/nfs_subs.c          nfsserver | nfs
 
32
file    nfs/nfs_syscalls.c      nfsserver | nfs
 
33
file    nfs/nfs_vfsops.c        nfs  
 
34
file    nfs/nfs_vnops.c         nfs