| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
documentation.
Notes:
svn path=/stable/4/; revision=110641
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80871
|
| |
|
|
|
|
|
|
|
|
|
|
| |
code, everything under #ifdef DEVFS (and thus opt_devfs.h), and most
references to the DEVFS routines. Code that really couldn't be
reached was left alone. Removal of the actual DEVFS implementation
will come later.
Approved by: -stable
Notes:
svn path=/stable/4/; revision=80267
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=75953
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=58560
|
| |
|
|
|
|
|
| |
the default.
Notes:
svn path=/head/; revision=32645
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23679
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=20483
|
|
|
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.
Notes:
svn path=/head/; revision=15770
|