History log of /freebsd-10.0-release/sbin/devd/devd.conf.5
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


# 247134 21-Feb-2013 pluknet

Reflect CARP media-type departure.

X-MFC after: never


# 247129 21-Feb-2013 pluknet

Separate items in the list of System values with .Pp to ease readability.


# 241772 20-Oct-2012 avg

document acpi_cpu devd notification about _CST change

Based on prodding and a submission by Lars Engels <lars.engels@0x20.net>.

MFC after: 5 days


# 228699 19-Dec-2011 maxim

o Sort .Xrs.


# 228566 16-Dec-2011 glebius

Xref re_format(7) in devd.conf(5), not in devd(8).

Pointy hat to: glebius


# 226775 26-Oct-2011 hrs

- 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.

Reviewed by: imp


# 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