| Commit message (Expand) | Author | Age | Files | Lines |
* | Link mount_nfs -> mount_nfs4, and mount_nfs.8 -> mount_nfs4.8. | rodrigc | 2007-01-23 | 1 | -0/+3 |
* | Merge mount_nfs4.c and mount_nfs.c into one program. | rodrigc | 2007-01-23 | 2 | -7/+248 |
* | 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 |
* | Increase WARNS to 3. | rodrigc | 2006-11-21 | 1 | -1/+1 |
* | 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 |
* | Properly separate sentences by adding a semi-colon. | trhodes | 2006-10-07 | 1 | -1/+1 |
* | Minor style(9) and KNF elimination as I prepare to fix a bug. | imp | 2006-03-20 | 1 | -14/+8 |
* | Kill the BUGS section, and remove a similar line noted under -T. As far | trhodes | 2005-12-25 | 1 | -14/+3 |
* | 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 | 2 | -9/+9 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 2 | -8/+0 |
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | mdoc(7): There cannot be a subsection inside a list. | ru | 2003-09-10 | 1 | -2/+4 |
* | mdoc(7) markup overhaul. | ru | 2003-05-17 | 1 | -43/+55 |
* | Remove -p from getopt args. | trhodes | 2003-05-12 | 1 | -1/+1 |
* | Remove remnants of the -p option. While I'm here, remove wording about | trhodes | 2003-05-11 | 1 | -6/+0 |
* | 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 | 2 | -0/+20 |
* | - Silence warnings (casting, implicit decl., unused var.). | mdodd | 2003-03-25 | 2 | -4/+7 |
* | Update mount_nfs documentation to reference new sysctl for -c default. | dillon | 2003-01-27 | 1 | -2/+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 | 2 | -12/+12 |
* | 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 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -2/+1 |
* | more file system > filesystem | trhodes | 2002-05-16 | 1 | -6/+6 |
* | o __P removed | imp | 2002-03-21 | 1 | -5/+5 |
* | Remove 'register' keyword. | obrien | 2002-03-20 | 1 | -4/+4 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+2 |
* | note that 'nolockd' can't be used when updating mount flags | alfred | 2001-11-12 | 1 | -0/+3 |
* | Allow users to use the 'nolockd' or -L options with mount_nfs in order | alfred | 2001-11-12 | 2 | -2/+26 |
* | Userland part of nfs client/server split and cleanup. | peter | 2001-09-18 | 3 | -250/+15 |
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -3/+9 |
* | Change the foreground mount behaviour so that we keep retrying | iedowse | 2001-07-21 | 2 | -7/+26 |
* | Since revision 1.40/1.41, the default behaviour for mount_nfs is | iedowse | 2001-07-19 | 2 | -12/+20 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Use the new CLSET_CONNECT clnt_control() request on UDP clients to | iedowse | 2001-06-23 | 1 | -1/+20 |
* | Make it much more obvious that the use of NQNFS is discouraged (the | iedowse | 2001-06-22 | 1 | -9/+6 |
* | - 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 |