History log of /src/share/man/man4/devfs.4 (Results 1 – 25 of 32)
Revision Date Author Comments
# 1a720cbe 15-May-2024 Alexander Ziaee <concussious@runbox.com>

man filesystems: fix xrefs after move to section 4

Reviewed by: des, imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1077


# 1687d771 21-Apr-2024 Alexander Ziaee <concussious@runbox.com>

man filesystems: move driver pages to section four

Filesystem manual pages describe drivers, not formats;
except for fs, which describes the structures of ffs/ufs,
not how to use it in the system.

man filesystems: move driver pages to section four

Filesystem manual pages describe drivers, not formats;
except for fs, which describes the structures of ffs/ufs,
not how to use it in the system.

Reported by: emaste
Reviewed by: des, imp, meena (previous version)
Pull Request: https://github.com/freebsd/freebsd-src/pull/1077

show more ...


# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# 523477f8 30-Jun-2022 Mateusz Piotrowski <0mp@FreeBSD.org>

devfs.5: Replace Nm with Xr devfs 8 where appropriate

MFC after: 3 days


# 7c7d0496 21-May-2019 Edward Tomasz Napierala <trasz@FreeBSD.org>

Xr make_dev(9) from devfs(5).

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation


# a63d6c94 23-Jun-2014 Baptiste Daroussin <bapt@FreeBSD.org>

use .Mt to mark up email addresses consistently (part6)

PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>


# dda5b397 14-Mar-2014 Eitan Adler <eadler@FreeBSD.org>

multiple: Remove 3rd clause from BSD license where approved by the
regents and renumber.

This patch skips files in contrib/ and crypto/

Acked by: imp
Discussed with: emaste


# 638f3782 28-Feb-2012 Martin Matuska <mm@FreeBSD.org>

mdoc(7) stype - start new sentences on new line

MFC after: 1 week


# 17d84d61 09-Feb-2012 Martin Matuska <mm@FreeBSD.org>

Introduce the "ruleset=number" option for devfs(5) mounts.
Add support for updating the devfs mount (currently only changing the
ruleset number is supported).
Check mnt_optnew with vfs_filteropt(9).

Introduce the "ruleset=number" option for devfs(5) mounts.
Add support for updating the devfs mount (currently only changing the
ruleset number is supported).
Check mnt_optnew with vfs_filteropt(9).

This new option sets the specified ruleset number as the active ruleset
of the new devfs mount and applies all its rules at mount time. If the
specified ruleset doesn't exist, a new empty ruleset is created.

MFC after: 1 month

show more ...


# ea46a135 22-Jan-2011 Glen Barber <gjb@FreeBSD.org>

Fix '.Xr' ordering in SEE ALSO section.

Approved by: keramida (mentor)
MFC after: 3 days


# f2f433e6 18-Sep-2010 Glen Barber <gjb@FreeBSD.org>

Note that devfs(5) and fdescfs(5) both create /dev/fd file descriptors.

PR: 144534
Submitted by: Matthew Seaman <m.seaman at infracaninophile co uk>
Patch by: Matthew Seaman, keramida
Approved by:

Note that devfs(5) and fdescfs(5) both create /dev/fd file descriptors.

PR: 144534
Submitted by: Matthew Seaman <m.seaman at infracaninophile co uk>
Patch by: Matthew Seaman, keramida
Approved by: keramida (mentor)
MFC after: 1 week

show more ...


# 7e0fed92 30-May-2010 Jilles Tjoelker <jilles@FreeBSD.org>

devfs(5): Also mention when device nodes on ufs stopped working (6.0),
as requested by some people.

MFC after: 2 weeks


# 7f482407 29-May-2010 Jilles Tjoelker <jilles@FreeBSD.org>

Clarify devfs manpages slightly.

mount(8): add xref to devfs(5)
devfs(5): change example to something more likely to be useful (it is not
necessary to mount a devfs on /dev manually, but for chroots

Clarify devfs manpages slightly.

mount(8): add xref to devfs(5)
devfs(5): change example to something more likely to be useful (it is not
necessary to mount a devfs on /dev manually, but for chroots/jails it is
often needed), mention since when devfs is preferred to device nodes on ufs

PR: 146600
MFC after: 2 weeks

show more ...


# 81ae4b8d 18-Sep-2006 Ruslan Ermilov <ru@FreeBSD.org>

Markup fixes.


# 5935d6b1 18-May-2006 Craig Rodrigues <rodrigc@FreeBSD.org>

Remove reference to mount_devfs(8), since mount(8) no longer
invokes this mount_devfs when mounting devfs file systems.


# 5203edcd 03-Jul-2004 Ruslan Ermilov <ru@FreeBSD.org>

Mechanically kill hard sentence breaks and double whitespaces.


# 839693c4 02-Jul-2004 Ruslan Ermilov <ru@FreeBSD.org>

Deal with unsafe tab characters.


# bf7f20c2 16-Jun-2004 Ruslan Ermilov <ru@FreeBSD.org>

Assorted markup, spelling, and grammar fixes.


# 91b918cf 29-Dec-2003 Alfred Perlstein <alfred@FreeBSD.org>

Explicitly state that mknod(8) can be used to undelete entries under devfs.


# 8d5d039f 12-Dec-2002 Ruslan Ermilov <ru@FreeBSD.org>

Uniformly refer to a file system as "file system".

Approved by: re


# 0e85d620 16-May-2002 Tom Rhodes <trhodes@FreeBSD.org>

More file system > filesystem


# c1f3e4bf 14-Jul-2001 Jens Schweikhardt <schweikh@FreeBSD.org>

Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'

BTW, what editors are the culprits? I'm using vim and it shows

Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'

BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...

Reviewed by: Silence from cvs diff -b
MFC after: 7 days

show more ...


# 3d45e180 10-Jul-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: removed HISTORY info from the .Os call.


# d2bbab47 15-Mar-2001 Dima Dorfman <dd@FreeBSD.org>

/devs -> /dev

PR: 25252
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Approved by: nik, phk (via nik)


# ed403116 14-Dec-2000 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: removed history info from the .Os FreeBSD call.


12