| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass a string buffer named "errmsg" to nmount(). | rodrigc | 2006-11-29 | 1 | -2/+4 |
* | Deduce the "fstype" parameter to pass to nmount() by looking at | rodrigc | 2006-11-29 | 1 | -2/+8 |
* | Fix last element of nc_protos[] array to appease GCC. | rodrigc | 2006-11-21 | 1 | -1/+1 |
* | Convert mount_nfs from old mount(2) API to new nmount(2) API. | rodrigc | 2006-11-21 | 1 | -1/+11 |
* | Minor style(9) and KNF elimination as I prepare to fix a bug. | imp | 2006-03-20 | 1 | -14/+8 |
* | Use MOPT_END in favor of MOPT_NULL, which better describes the purporse | delphij | 2005-06-10 | 1 | -1/+1 |
* | Add a handy macro to represent null mount option, MOPT_NULL, and make | delphij | 2005-06-01 | 1 | -1/+1 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 1 | -5/+5 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 1 | -4/+0 |
* | Remove -p from getopt args. | trhodes | 2003-05-12 | 1 | -1/+1 |
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 1 | -4/+4 |
* | Add mount options 'noinet4' and 'noinet6' which prevent using those | mdodd | 2003-03-25 | 1 | -0/+16 |
* | - Silence warnings (casting, implicit decl., unused var.). | mdodd | 2003-03-25 | 1 | -3/+6 |
* | Removed a debugging printf() left here in peter's | mux | 2002-09-14 | 1 | -1/+0 |
* | Bandaid for mount_nfs segfaulting with the more obscure mount options | peter | 2002-09-06 | 1 | -22/+34 |
* | Unbreak the -c option by not using connect(2) for mount_nfs's | iedowse | 2002-08-26 | 1 | -1/+2 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -1/+1 |
* | Fix -o ac(reg|dir)(min|max) options. The appropriate flags weren't | semenu | 2002-08-06 | 1 | -0/+4 |
* | Now that the kernel is able to load modules itself, | mux | 2002-08-03 | 1 | -13/+1 |
* | Convert old style (type foo *)0 casts to NULLs | dillon | 2002-07-11 | 1 | -3/+3 |
* | o __P removed | imp | 2002-03-21 | 1 | -5/+5 |
* | Remove 'register' keyword. | obrien | 2002-03-20 | 1 | -4/+4 |
* | Allow users to use the 'nolockd' or -L options with mount_nfs in order | alfred | 2001-11-12 | 1 | -1/+7 |
* | Userland part of nfs client/server split and cleanup. | peter | 2001-09-18 | 1 | -196/+10 |
* | Change the foreground mount behaviour so that we keep retrying | iedowse | 2001-07-21 | 1 | -1/+2 |
* | Since revision 1.40/1.41, the default behaviour for mount_nfs is | iedowse | 2001-07-19 | 1 | -11/+12 |
* | Use the new CLSET_CONNECT clnt_control() request on UDP clients to | iedowse | 2001-06-23 | 1 | -1/+20 |
* | - Split out the {family,socktype}->netid conversion into a separate | iedowse | 2001-05-13 | 1 | -11/+79 |
* | Fix a typo relating to the "-U" (force UDP for mount protocol) | iedowse | 2001-04-11 | 1 | -6/+7 |
* | Split out all the RPC code into a separate function and address a | iedowse | 2001-04-10 | 1 | -233/+275 |
* | - Back out the last (wrong) commit, and readd a modified version | ache | 2001-03-31 | 1 | -84/+162 |
* | fix -o port=xxx | alfred | 2001-03-25 | 1 | -5/+8 |
* | Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and | alfred | 2001-03-19 | 1 | -159/+137 |
* | Fix memory leak in mount_nfs's background (-b) mode which occurs when | dillon | 2000-06-11 | 1 | -2/+3 |
* | Changed setflags() to set_flags(). This fixes part of the world breakage | bde | 2000-01-28 | 1 | -3/+3 |
* | Finish up umntall support. init now passed an argument to the | dillon | 1999-11-22 | 1 | -60/+6 |
* | Fix an overflow or two and replace a while with a for. | green | 1999-10-30 | 1 | -9/+11 |
* | mount* fixes from Martin Blapp <mb@imp.ch>: | phk | 1999-10-09 | 1 | -13/+40 |
* | Fix -Wall warnings | n_hibma | 1999-10-08 | 1 | -1/+1 |
* | Print a warning that includes the mount source when the foreground | dillon | 1999-10-02 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Sync usage string and man page. Correct use of .Nm. Spelling. Remove | charnier | 1998-07-06 | 1 | -19/+15 |
* | Support changing the attribute cache limits per-mount. We don't have | peter | 1998-05-19 | 1 | -1/+26 |
* | Don't define KERNEL before including <nfs/nfs.h>. It is no longer | bde | 1998-02-01 | 1 | -3/+1 |
* | style(9) corrections | imp | 1997-12-26 | 1 | -3/+5 |
* | Be extra paranoid about trusting the length returned by gethostbyaddr. | imp | 1997-12-24 | 1 | -3/+3 |
* | Introduce a -N option that disables the use of reserved ports, now | joerg | 1997-10-19 | 1 | -3/+6 |
* | Allow the 'async' mount flag. | dfr | 1997-06-03 | 1 | -1/+2 |
* | Test both the NFS and MOUNT protocols for v3 support before allowing a v3 | dfr | 1997-05-01 | 1 | -1/+61 |
* | Use v3 protocol by default if it is supported by the server. Allow the | dfr | 1997-04-18 | 1 | -8/+40 |