History log of /freebsd-14.2/sbin/devd/devd.conf.5 (Results 1 – 25 of 65)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# fa9896e0 16-Aug-2023 Warner Losh <[email protected]>

Remove $FreeBSD$: two-line nroff pattern

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


Revision tags: release/13.2.0
# 328ebd46 26-Mar-2023 Gordon Bergling <[email protected]>

devd.conf.5: Fix a typo in the manual page

- s/deteted/detected/

MFC after: 5 days


# 8d147537 02-Dec-2022 Warner Losh <[email protected]>

newbus: Remove deprecated "kern" system name for resume events.

The new "kernel" system name is the one that's documented and has
been generated for a year now. Remove the old one now that 14.0
is g

newbus: Remove deprecated "kern" system name for resume events.

The new "kernel" system name is the one that's documented and has
been generated for a year now. Remove the old one now that 14.0
is getting close.

Sponsored by: Netflix
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D37582

show more ...


Revision tags: release/12.4.0
# f968cb14 22-Sep-2022 Pau Amma <[email protected]>

Track removal of Tokenring and FDDI media types from devd.cc.

Fixes: eec02418d83b Remove support for FDDI and token ring media types in userland utilities.

Reviewed by: brooks, gjb, imp

Approved b

Track removal of Tokenring and FDDI media types from devd.cc.

Fixes: eec02418d83b Remove support for FDDI and token ring media types in userland utilities.

Reviewed by: brooks, gjb, imp

Approved by: brooks (src), gjb (mentor, src), imp (src)

Differential Revision: https://reviews.freebsd.org/D36668

MFC after: 3 days

show more ...


Revision tags: release/13.1.0, release/12.3.0
# 80f21bb0 03-Nov-2021 Warner Losh <[email protected]>

vt: fix git mismerge

I made a mistaking in merging the final commits for the devctl changes. This
adds the 'hushed' variable and has the correct dates for the manuals.

Pointy hat to: imp


# cc48eb70 03-Nov-2021 Warner Losh <[email protected]>

vt: fix typo

Notifcation -> Notification


# 4ac3d08a 03-Nov-2021 Warner Losh <[email protected]>

vt: Add devctl message for bells

Generate VT events when the bell beeps. When coupled with disabling the
bell,this allows custom bells to be rung when we'd otherwise beep.

Reviewed by: kevans
Diffe

vt: Add devctl message for bells

Generate VT events when the bell beeps. When coupled with disabling the
bell,this allows custom bells to be rung when we'd otherwise beep.

Reviewed by: kevans
Differential Revision: https://reviews.freebsd.org/D32656

show more ...


# a7581946 23-Jun-2021 Rozhuk Ivan <[email protected]>

devctl: add ADDR_ADD and ADDR_DEL devctl event for IFNET

Add devd event on network iface address add/remove. Can be used to
automate actions on any address change.

Reviewed by: imp@ (and minor st

devctl: add ADDR_ADD and ADDR_DEL devctl event for IFNET

Add devd event on network iface address add/remove. Can be used to
automate actions on any address change.

Reviewed by: imp@ (and minor style tweaks)
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D30840

show more ...


# 4fb3e0bb 23-Jun-2021 Rozhuk Ivan <[email protected]>

devctl: add RENAME devctl event for IFNET

Add devd event on network iface rename.

Reviewed by: imp@,asomers@
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D30839


Revision tags: release/13.0.0
# 226f43e7 19-Dec-2020 Gordon Bergling <[email protected]>

devd.conf(5): Fix a mandoc related issue

- sections out of conventional order: Sh SEE ALSO

MFC after: 1 week


# b7169662 23-Nov-2020 Warner Losh <[email protected]>

Prefer Em to Ar for emphasis

Em is better than Ar if all we want to do is underline the text.

Submitted by: yuripv@


Revision tags: release/12.2.0
# eb93b08f 13-Oct-2020 Warner Losh <[email protected]>

Document the rather suprising behavior with ' inside action rules.

To prevent issues with odd shell characters appearing in, a surprising
shell feature is used. Document it and a workaround for it.

Document the rather suprising behavior with ' inside action rules.

To prevent issues with odd shell characters appearing in, a surprising
shell feature is used. Document it and a workaround for it.

Differential Revision: https://reviews.freebsd.org/D26723

show more ...


# 5f35cd72 03-Oct-2020 Gordon Bergling <[email protected]>

devd.conf(5): Bugfix for an issue reported by mandoc

- whitespace at end of input line

MFC after: 1 week


# 7daa93c4 31-Aug-2020 Warner Losh <[email protected]>

Sort IFNET alphabetically


# b87de064 31-Aug-2020 Warner Losh <[email protected]>

Add documentation for ETHERNET events.


# f87655ec 24-Aug-2020 Warner Losh <[email protected]>

Change the resume notification event from 'kern' to 'kernel'

We have both a system of 'kern' and of 'kernel'. Prefer the latter and
convert this notification to use 'kernel' instead of 'kern'. As a

Change the resume notification event from 'kern' to 'kernel'

We have both a system of 'kern' and of 'kernel'. Prefer the latter and
convert this notification to use 'kernel' instead of 'kern'. As a
transition period, continue to also generate the 'kern' notification
until sometime after FreeBSD 13 is branched.

MFC After: 3 days

show more ...


# 350711aa 19-Aug-2020 Warner Losh <[email protected]>

Document the VFS FS events

MOUNT notifies when a filesystem is mounted
REMOUNT notifies when a filesystem is mounted again
UNMOUNT notifies when a filesystem is unmounted

These events are asynchron

Document the VFS FS events

MOUNT notifies when a filesystem is mounted
REMOUNT notifies when a filesystem is mounted again
UNMOUNT notifies when a filesystem is unmounted

These events are asynchronous to the actual state of the event (though the data
is recorded at a time when it is stable). The mount event is reported after the
filesystem is mounted. However, in the interim it may be unmounted by another
agent. Likewise, umount is called just before the mountpoint is finished tearing
down. It may be remounted (or maybe if the process scheduling is wonky and devd
gets to run before the last few steps are complete).

Sponsored by: Netflix
Diffential Revision: https://reviews.freebsd.org/D25969

show more ...


# 346da457 19-Aug-2020 Warner Losh <[email protected]>

Three typos:
Amiga is a proper noun
Condition is traditionally spelled starting with 'c'
Some, but not all, of the over/under-voltage instances were hyphenated.
Since they are all adverb phrases, the

Three typos:
Amiga is a proper noun
Condition is traditionally spelled starting with 'c'
Some, but not all, of the over/under-voltage instances were hyphenated.
Since they are all adverb phrases, they all need to be hyphenated.

Pointy hat: imp

show more ...


# d7e357f8 18-Aug-2020 Warner Losh <[email protected]>

Fix two typos.

Submitted by: rpokala@
MFC After: 3 days


# 97f74490 18-Aug-2020 Warner Losh <[email protected]>

Document the ZFS events as best I can. These are not well documented.

MFC After: 3 days


# 77f4a809 18-Aug-2020 Warner Losh <[email protected]>

Document the AEON subsystem for the Amiga's power button.

MFC After: 3 days


# 428668cc 18-Aug-2020 Warner Losh <[email protected]>

Document the PMU system

The pmu(4) and adb(4) drivers on powerpc generate PMU events. Document them.

The allwinner power modules also generate these events. Document those as well.

MFC After: 3 da

Document the PMU system

The pmu(4) and adb(4) drivers on powerpc generate PMU events. Document them.

The allwinner power modules also generate these events. Document those as well.

MFC After: 3 days

show more ...


# 17910c7f 18-Aug-2020 Warner Losh <[email protected]>

GEOM::rotation_rate changes are also signaled via devctl.

MFC After: 3 days


# e3c77e31 18-Aug-2020 Warner Losh <[email protected]>

Move the possible event types into a column table to make it easier to read.

Sort system type alphabetically.
Remove some commas that aren't in the devd notification messages.

MFC After: 3 days
Rev

Move the possible event types into a column table to make it easier to read.

Sort system type alphabetically.
Remove some commas that aren't in the devd notification messages.

MFC After: 3 days
Reviewed by: 0mp (earlier versions), jhb (useful feedback on earlier versions)
Differential Revision: https://reviews.freebsd.org/D26105

show more ...


# 31178c8a 18-Aug-2020 Warner Losh <[email protected]>

Modernize a bit.

Remove PC Card specific information. It's of little value these days and on
the way out after most of its drivers have been removed.
Use iwn instead of wi device.


123