| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
documentation.
Notes:
svn path=/stable/4/; revision=110641
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=87885
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80871
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80623
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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=80142
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=75953
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70016
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69765
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=58562
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=58560
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=52055
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37658
|
| |
|
|
|
|
|
| |
the default.
Notes:
svn path=/head/; revision=32645
|
| |
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24359
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23679
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22990
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=20888
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=20481
|
| |
|
|
| |
Notes:
svn path=/head/; revision=20470
|
| |
|
|
|
|
|
|
| |
the reader to kernfs(5) so that the information only
has to be maintained in one place.
Notes:
svn path=/head/; revision=20467
|
| |
|
|
|
|
|
|
|
| |
and instead refer the reader to procfs(5) so that
the information does not need to be maintained in
two places.
Notes:
svn path=/head/; revision=20461
|
| |
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=18286
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17797
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17786
|
| |
|
|
|
|
|
| |
as argv[0].
Notes:
svn path=/head/; revision=15774
|
|
|
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
|