Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | Retire kernfs (userland part). | des | 2000-12-28 | 2 | -9/+4 |
| | |||||
* | mdoc(7) police: removed history info from the .Os FreeBSD call. | ru | 2000-12-14 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | Mention linprocfs. | des | 2000-03-25 | 1 | -3/+11 |
| | |||||
* | Add mount_linprocfs. | des | 2000-03-25 | 1 | -1/+4 |
| | |||||
* | mount* fixes from Martin Blapp <mb@imp.ch>: | phk | 1999-10-09 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | Made mount more userfriendly (bad slashes are now filtered out) and we remove in mount_nfs trailing slashes if there are any. Fixed mount_xxx binarys to resolve with realpath(3) the mountpoint. Translate the deprecated nfs-syntax with '@' to ':' . The ':' syntax has now precedence, but '@' still works. Notify the user that the '@' syntax should not be used. PR: 7846 PR: 13692 Submitted by: Martin Blapp <mb@imp.ch> Reviewed by: phk | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Correct use of .Nm. Remove unused #includes. | charnier | 1998-07-15 | 2 | -8/+6 |
| | |||||
* | Removed definition of _NEW_VFSCONF. The new vfsconf interface is now | bde | 1998-01-20 | 1 | -1/+0 |
| | | | | the default. | ||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -2/+2 |
| | | | | posix standard on the topic. | ||||
* | Update to compile under Lite2 | peter | 1997-03-11 | 2 | -9/+10 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | comma typos | wosch | 1996-12-23 | 1 | -6/+6 |
| | |||||
* | Now that all of the "standard" file system mount commands | mpp | 1996-12-14 | 6 | -399/+44 |
| | | | | | | | | | | refer the reader to the detailed information in section 5, remove the mount_* man pages for those file system. mount_std(8) to cover all of the file systems it is currently being used to mount. mount_{devfs, fdesc, kernfs, procfs}.8 are now MLINKS to mount_std. | ||||
* | Refer the reader to devfs(5). | mpp | 1996-12-14 | 1 | -8/+0 |
| | |||||
* | Refer the reader to fdesc(5) for detailed info on the fdesc filesystem. | mpp | 1996-12-14 | 1 | -85/+11 |
| | |||||
* | Remove the descriptions of the files in /kern and refer | mpp | 1996-12-14 | 1 | -40/+8 |
| | | | | | the reader to kernfs(5) so that the information only has to be maintained in one place. | ||||
* | Remove the detailed description of the files in /proc | mpp | 1996-12-14 | 1 | -156/+11 |
| | | | | | | and instead refer the reader to procfs(5) so that the information does not need to be maintained in two places. | ||||
* | Don't use __dead or __pure in user code. They were obfuscations | bde | 1996-09-14 | 1 | -2/+2 |
| | | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong. | ||||
* | Use the .Bx macro where appropriate. | mpp | 1996-08-23 | 3 | -3/+6 |
| | |||||
* | Use the .Fx macro where appropriate. | mpp | 1996-08-23 | 2 | -3/+3 |
| | |||||
* | Accept mount(8)'s calling convention of passing just the filesystem type | wollman | 1996-05-14 | 2 | -9/+23 |
| | | | | as argv[0]. | ||||
* | Get rid of the last vestiges of the old MOUNT_* constants in the | wollman | 1996-05-13 | 7 | -0/+917 |
mount_* programs. While we're at it, collapse the four now-identical mount programs for devfs, fdesc, kernfs, and procfs into links to a new mount_std(8) which can mount any really generic filesystem such as these when called with the appropriate argv[0]. Also, convert the mount programs to use sysexits.h. |