History log of /freebsd-9.3-release/sbin/devd/devd.conf.5
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

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

# 247767 04-Mar-2013 hrs

MFC r226775:

- Add support for a "!" character in regex matching in devd(8). It inverts
the logic (true/false) of the matching.

- Add "!usbus[0-9]+" to IFNET ATTACH notification handler in the default
devd.conf to prevent rc.d/netif from running when usbus[0-9]+ is attached.


# 242238 28-Oct-2012 avg

MFC r241772: document acpi_cpu devd notification about _CST change


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 221719 10-May-2011 bms

Typo. For USB devices, 'serial' should be 'sernum'.
See sys/dev/usb/usb_device.c for what devctl_notify() gets.


# 213573 08-Oct-2010 uqs

mdoc: drop redundant .Pp and .LP calls

They have no effect when coming in pairs, or before .Bl/.Bd


# 211397 16-Aug-2010 joel

Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
translating these manual pages. Minor corrections by me.

Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>


# 207072 22-Apr-2010 thompsa

Document the new USB notification types.


# 189538 08-Mar-2009 maxim

o Spell. Sort .Xrs.


# 189534 08-Mar-2009 kib

Document several notifications, among them are DEVFS, update to ifneti,
coretemp and kern.

The asmc(4) and zfs(5) are still not documented.

Based on the patch by Roland Smith <rsmith xs4all nl>.
MFC after: 1 week


# 186077 14-Dec-2008 phk

Clarify that configuration files must be named '*.conf'


# 163667 24-Oct-2006 ru

Fix the description of "media-type".


# 163581 21-Oct-2006 ru

Revise the markup, sort sections, fix some grammar bugs.
Not fixed: the description of media-type is completely bogus.


# 163106 07-Oct-2006 jmg

flesh out the devd.conf man page... Mostly from the PR, but did a couple
gramatical tweaks along w/ sorting the list, and adding that serial is
available for USB....

PR: 85097
Submitted by: Fredrik Lindberg
MFC after: 1 week


# 111813 03-Mar-2003 ru

mdoc(7) police: Revision.


# 110881 14-Feb-2003 imp

The bugs section hasn't been true since before 5.0-R


# 108781 06-Jan-2003 imp

devd not devdd

submitted by: joe


# 108317 27-Dec-2002 schweikh

english(4) police.


# 107665 07-Dec-2002 imp

MFp4 (imp_freebsd branch): snapshot of devd work:
o improve parsing and lexing
o create data structures based on the parsed file now.
o Still need to rewrite main loop and add regex (still uses hard coded
devd-generic)
o minor man page updates.

# There should be one more commit before rc2

Approved by: re (blanket)


# 107066 18-Nov-2002 jhb

Fixup FILES section to use proper width and to use a cross-reference to
devd(8).


# 107045 18-Nov-2002 imp

Add BUGS section and note departure of actual implementation from what
is documented so the pioneers will know why it works the way it does.


# 105573 20-Oct-2002 imp

devd. A daemon that hooks into the kernel's /dev/devctl to produce
arbitrary commands when devices come and go in the device tree (which is
different than the /dev directory).

This is an initial version. Much of the planned power isn't here.
Instead of doing the full matching, we always run /etc/devd-generic.
/etc/devd.generic will go away at some point, I think.

I'm committing it in this early state so I can start getting feedback
from early adapters.

Approved by: re