]> git.decadent.org.uk Git - nfs-utils.git/history - utils/mount/nfsumount.c
umount.nfs: make del_mtab() a static function
[nfs-utils.git] / utils / mount / nfsumount.c
2007-07-30 Chuck Leverumount.nfs: make del_mtab() a static function
2007-07-30 Chuck Leverumount.nfs: move nfs_call_umount to network.c
2007-07-30 Chuck Leverumount.nfs: make umount_usage() static
2007-07-30 Chuck Leverumount.nfs: make umount.nfs use UDP by default
2007-07-30 Chuck Leverumount.nfs: some umount.nfs error return codes are...
2007-07-29 Neil BrownAdd -Wstrict-prototypes to compiler args, and fix warni...
2007-07-20 Chuck Levermount.nfs: White space clean up
2007-07-20 Chuck Levermount.nfs: Use nfs_error in nfsmount.c, nfsumount.c...
2007-07-20 Chuck Levermount.nfs: Error handling clean-up
2007-07-20 Chuck Levermount.nfs: Move network functions into a common source...
2007-07-20 Chuck Levermount.nfs: Always preset nfs_mount_version
2007-07-20 Chuck Levermount.nfs: Create a common source module for reporting...
2007-03-20 Neil Brownumount should succeed even if we cannot contact the...
2007-03-20 Neil BrownBuild mount.nfs by default, and install setuid
2007-03-20 Neil Brownmount.nfs - make sure program name in error message...
2007-03-20 Neil Brownumount.nfs - more strict checks on command line args.
2007-03-18 Amit GudClean up of some error messages.
2007-03-16 Neil BrownFix a 'const' misuse warning.
2007-03-16 Neil BrownSupport unmount by not privileged users
2007-03-16 Neil BrownRemove nfs_mntent_t in favour of struct mntent
2007-03-16 Neil BrownOn "umount --lazy", don't tell the server we have unmou...
2007-03-16 Neil BrownFurther tidyup of nfs_umount.
2007-03-16 Wei YongjunRename add_mtab2() to del_mtab()
2007-03-16 Wei YongjunUse correct UMNT protocol to do umount
2007-03-16 Wei YongjunFix nfs4 umount to not used umount procedure
2007-03-16 Wei YongjunUse correct UMNT version to do umount
2006-07-03 Greg BanksMerge branch 'master' of git://linux-nfs.org/nfs-utils
2006-06-23 Amit GudMerge nfsmount.x and mount.x into mount.x
2006-06-16 Amit GudMove NFS mount code from util-linux to nfs-utils -...