Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GC unused mount_* directories. mount_reiserfs was disconnected from build | jkim | 2013-03-05 | 3 | -211/+0 |
| | | | | with r158666. mount_ext2fs and mount_std were disconnected with r164527. | ||||
* | GC unused variables. Prefer NULL over 0 for pointers. | jkim | 2013-03-05 | 1 | -1/+1 |
| | |||||
* | Change checkpath() to not exit on error. This is a prerequisite for | jh | 2012-01-16 | 1 | -1/+2 |
| | | | | | | | fixing the mount(8) "failok" option. PR: 163668 Reviewed by: Garrett Cooper, delphij (previous version) | ||||
* | Re-encode files from ISO-8859-1 to UTF-8 | uqs | 2011-05-22 | 2 | -2/+2 |
| | |||||
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | uqs | 2010-05-13 | 1 | -3/+3 |
| | | | | | | | | | | | bottom of the manpages and order them consistently. GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them. Found by: mdocml lint run Reviewed by: ru | ||||
* | Switch the default WARNS level for sbin/ to 6. | ru | 2009-10-19 | 1 | -1/+0 |
| | | | | Submitted by: Ulrich Spörlein | ||||
* | Increase WARNS level to 6. | rodrigc | 2005-11-13 | 1 | -0/+1 |
| | |||||
* | Changes to reflect that size_t parameter to build_iovec() is a size_t. | rodrigc | 2005-11-13 | 1 | -3/+4 |
| | |||||
* | Tidy up the markup. | ru | 2005-06-24 | 1 | -8/+10 |
| | | | | Approved by: re (blanket) | ||||
* | Use MOPT_END in favor of MOPT_NULL, which better describes the purporse | delphij | 2005-06-10 | 1 | -1/+1 |
| | | | | of the macro. | ||||
* | Add a handy macro to represent null mount option, MOPT_NULL, and make | delphij | 2005-06-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | use of the macro in sbin/mount*'s, by replacing: mopts[] = { MOPT_STDOPTS, { NULL } } With: mopts[] = { MOPT_STDOPTS, MOPT_NULL } This change will help to reduce the situation that we don't explicitly initialize "struct mntopt"'s. It should not contribute to any functional/logical changes as far as I can tell. | ||||
* | Import of mount_reiserfs(8), used to mount a ReiserFS filesystem. | dumbbell | 2005-05-24 | 3 | -0/+207 |
Approved by: mux (mentor) |