History log of /freebsd-10.0-release/sbin/devfs/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


253252 12-Jul-2013 jh

Clarify how "hide" and "unhide" commands work on directories.


249720 21-Apr-2013 joel

Move EXAMPLES descriptions to before the actual command.

PR: 177870
Submitted by: Bjorn Heidotting <b.heidotting@yahoo.com>


236780 09-Jun-2012 joel

mdoc: minor improvements to a few lists with tags.


233648 29-Mar-2012 eadler

Remove trailing whitespace per mdoc lint warning

Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days


229778 07-Jan-2012 uqs

Spelling fixes for sbin/


227081 04-Nov-2011 ed

Add missing static keywords for global variables to tools in sbin/.

These tools declare global variables without using the static keyword,
even though their use is limited to a single C-file, or without placing
an extern declaration of them in the proper header file.


204166 21-Feb-2010 gavin

Document the interaction between /etc/devfs.conf and
/etc/defaults/devfs.conf

PR: docs/117308
Submitted by: Mel <mel.xyzzy rachie.is-a-geek.net> (partially)
MFC after: 1 week


203916 15-Feb-2010 uqs

Bump WARNS where possible.

Checked by: make universe
Approved by: ed (co-mentor)


180060 27-Jun-2008 mtm

Support for filtering on major device number was removed in rev. 1.7 or
rule.c. Update man page example accordingly.

Submitted by: Mateusz Guzik <mjguzik@gmail.com>
PR: docs/124892


164008 05-Nov-2006 danger

- I forgot to bump a date.

Approved by: keramida (mentor), trhodes (mentor) (implicit)


164006 05-Nov-2006 danger

- add some files to FILES section and provide their description
- reference devfs.conf and devfs.rules in SEE ALSO section

Approved by: keramida (mentor), trhodes (mentor)
PR: docs/103347
MFC-after: 3 days


159605 14-Jun-2006 maxim

o Revert a previous delta as strlcpy(3) operates with NUL-terminated
strings and cp is not. Fix logic in the original code and eliminate
core dumps on lines without '\n'.


159604 14-Jun-2006 maxim

o Replace (an incorrect) string copy gymnastics with strlcpy(3).

PR: bin/98905
Submitted by: Fabian Keil
MFC after: 1 week


154053 05-Jan-2006 maxim

o Typo in the error message: s/invald/invalid.

PR: misc/91341
Submitted by: Guy Harris


147369 14-Jun-2005 ru

Markup fixes.

Approved by: re (blanket)


145309 20-Apr-2005 jcamou

Use .Pa instead of .Xr to follow mdoc(7)
specifications.

Noticed by: trhodes
Approved by: trhodes (mentor)
MFC after: 1 day


144688 05-Apr-2005 jcamou

Document the configuration files used.

PR: docs/79572
Submitted by: Josh Paetzel <josh@tcbug.org>
Approved by: trhodes (mentor)


143818 18-Mar-2005 phk

Typo.

Submitted by: Hiroharu Tamaru <tamaru@myn.rcast.u-tokyo.ac.jp>


142669 27-Feb-2005 phk

Remove filtering on major device number. These are assigned randomly
these days so filtering on them makes no sense other than as a foot-shooting
device.


137304 06-Nov-2004 dd

Remove a useless use of cat, strip overzealous punctuation, and
clarify some text.


137303 06-Nov-2004 dd

Parse file mode with setmode(3) for consistency with other programs
that do this kind of thing.


130021 02-Jun-2004 stefanf

Typedefing an array of incomplete structs is non-standard C code.

Approved by: das (mentor)


124830 22-Jan-2004 grehan

Userland signed char fixes for PPC build. Problems were using a char
return for getopt() and comparing to -1, ditto with fgetc() and EOF,
and using the kg_nice value from <sys/user.h>

Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
Reviewed by: obrien, bde (a while back)
Tested lightly on: ppc, i386, make universe


120054 14-Sep-2003 ru

Get rid of duplicates.


118056 26-Jul-2003 simon

Minor mdoc(7) cleanup, based on the PR below.

PR: docs/54826
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
Reviewed by: ru
Approved by: ceri (mentor)


116478 17-Jun-2003 sobomax

Xref police: chmod(8) -> chmod(1).


107703 09-Dec-2002 ru

mdoc(7) police: markup nits.

Approved by: re


104653 08-Oct-2002 dd

Treat the pathptrn field as a real pattern with the aid of fnmatch().


100881 29-Jul-2002 mike

Don't depend on pollution in <machine/limits.h> (by way of
<sys/param.h>) for definition of <stdint.h> macros.


100805 28-Jul-2002 dd

Nuke whitespace at EOL.


100803 28-Jul-2002 dd

What we're actually passing around is an ioctl request, not a command,
and it's an unsigned long, not an int.


100802 28-Jul-2002 dd

This compiles cleanly with WARNS=5 on i386 and alpha, so try to make
sure that doesn't change.


100799 28-Jul-2002 dd

Implement this (quoted from the updated man page): If the first token
of a rule specification is a single dash (``-''), rules are read from
the standard input and the rest of the specification is ignored.


100795 28-Jul-2002 dd

Use more standard section names in an attempt to unconfuse new users
(and make it easier to find stuff for the old ones). I originally put
everything under one "RULE SUBSYSTEM" so it didn't look like devfs(8)
is dedicated to the rule subsystem, but since nobody has any idea what
else might go here, it's not worth confusing people just to save a
little time for someone that might add something rule-unrelated to
devfs(8) in a few years.

Suggested by: sheldonh, phk


100206 17-Jul-2002 dd

Introduce the DEVFS "rule" subsystem. DEVFS rules permit the
administrator to define certain properties of new devfs nodes before
they become visible to the userland. Both static (e.g., /dev/speaker)
and dynamic (e.g., /dev/bpf*, some removable devices) nodes are
supported. Each DEVFS mount may have a different ruleset assigned to
it, permitting different policies to be implemented for things like
jails.

Approved by: phk