]> git.decadent.org.uk Git - nfs-utils.git/history - utils/mount/nfsmount.c
mount.nfs: Support double-wide characters in printed strings
[nfs-utils.git] / utils / mount / nfsmount.c
2007-08-03 Chuck Levermount.nfs: Support double-wide characters in printed...
2007-07-30 Chuck Leverlibnfs.a: eliminate conn.c and conn.h
2007-07-30 Chuck Leverumount.nfs: eliminate a nearly empty header file.
2007-07-30 Chuck Levermount.nfs: fix more nits with error messages
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 LeverRemove the running_bg parameter
2007-07-20 Chuck Levermount.nfs: Change *flags to flags
2007-07-20 Chuck Levermount.nfs: No need to return nfs_mount_data structs
2007-07-20 Chuck Levermount.nfs: Move start_statd into nfs_mount
2007-07-20 Chuck Levermount.nfs: Move network functions into a common source...
2007-07-20 Chuck Levermount.nfs: Eliminate some C macros that use implicit...
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-07-10 Trond Myklebustmount.nfs: Add the mount option "nosharecache"
2007-03-29 Steve Dicksonmount.nfs - nordirplus option
2007-03-29 Neil Brownmount.nfs - require statd to be running to mount withou...
2007-03-20 Karel ZakAdd support for quoted mount options
2007-03-16 Neil BrownRemove some incorrect version matching code.
2007-03-16 Neil BrownSupport -s option to ignore unknown options (sloppy)
2007-03-16 Neil BrownAutomatically start statd when mounting an nfs filesystem.
2007-03-14 Neil BrownIf -o sec= is not specified for mount, allow either...
2007-03-13 Talpey, Thomasnfs-utils patch for mount-reserved-port
2007-03-13 Neil BrownRestore use of un-connected socket for UDP mount requests.
2007-03-13 Neil BrownAdd support for "mount -o sec=none"
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-23 Neil BrownTry to make sure that clientid used for NFSv4 is reliable.
2006-06-16 Amit GudMove NFS mount code from util-linux to nfs-utils -...