aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd
Commit message (Expand)AuthorAgeFilesLines
* devctl: add ADDR_ADD and ADDR_DEL devctl event for IFNETRozhuk Ivan2021-06-231-0/+4
* devctl: add RENAME devctl event for IFNETRozhuk Ivan2021-06-231-1/+3
* devd.conf: Remove support for coldsyncCeri Davies2021-05-071-13/+0
* devd.conf: TypoCeri Davies2021-05-071-1/+1
* devd.conf(5): Fix a mandoc related issueGordon Bergling2020-12-191-3/+3
* Prefer Em to Ar for emphasisWarner Losh2020-11-231-6/+6
* Document the rather suprising behavior with ' inside action rules.Warner Losh2020-10-131-1/+57
* Remove gratuitous use of '' around argumentsWarner Losh2020-10-091-1/+1
* Avoid using single quotes in arguments to logger.Warner Losh2020-10-091-12/+12
* devd.conf(5): Bugfix for an issue reported by mandocGordon Bergling2020-10-031-1/+1
* Sort IFNET alphabeticallyWarner Losh2020-08-311-19/+18
* Add documentation for ETHERNET events.Warner Losh2020-08-311-0/+8
* Change the resume notification event from 'kern' to 'kernel'Warner Losh2020-08-241-0/+4
* Document the VFS FS eventsWarner Losh2020-08-191-0/+14
* Three typos:Warner Losh2020-08-191-2/+2
* Fix two typos.Warner Losh2020-08-181-2/+2
* Document the ZFS events as best I can. These are not well documented.Warner Losh2020-08-181-0/+11
* Document the AEON subsystem for the Amiga's power button.Warner Losh2020-08-181-0/+6
* Document the PMU systemWarner Losh2020-08-181-1/+73
* GEOM::rotation_rate changes are also signaled via devctl.Warner Losh2020-08-181-0/+2
* Move the possible event types into a column table to make it easier to read.Warner Losh2020-08-181-139/+97
* Modernize a bit.Warner Losh2020-08-181-14/+8
* Remove old devd rules for ActiveWire and Entrega Serial DB25Mateusz Piotrowski2020-07-161-18/+0
* Add missing "ereport." prefixes of ZFS events.Alexander Motin2019-12-181-9/+9
* Fix $() handling, broken since the beginning at r108014.Alexander Motin2019-12-131-3/+3
* Regularize my copyright noticeWarner Losh2019-12-047-14/+7
* Stop linking to libl by specifying we do not need yywrapBaptiste Daroussin2019-09-102-1/+2
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-051-1/+1
* acpi_dock(4): Notify devd(8) on dock status change.Mark Johnston2019-05-311-1/+3
* Introduce new event SIZECHANGE within GEOM system to inform about GEOMPawel Jakub Dawidek2019-03-301-3/+7
* devd.conf(5): simplify regexAndriy Voskoboinyk2019-01-271-1/+1
* Fix duplicate wpa_supplicant(8) / hostapd(8) startup with devd(8)Andriy Voskoboinyk2019-01-211-1/+1
* devd.conf(5): add otus(4) into wifi-driver-regexAndriy Voskoboinyk2019-01-211-2/+2
* Further research shows usbdump(8) is what we should point people atWarner Losh2018-11-021-2/+2
* Catch up with the SCSI device removal. We should likely review why weWarner Losh2018-11-021-3/+2
* Document r226775: tell why we omit usbus[0-9]+Warner Losh2018-11-021-1/+3
* We don't need shell protection for when we're expanding matches.Warner Losh2018-09-222-4/+4
* Move all devd related configs to sbin/devd/Brad Davis2018-08-219-0/+900
* Revert "devd: use C++ style casts"Eitan Adler2018-07-291-6/+6
* devd: use C++ style castsEitan Adler2018-07-291-6/+6
* devd: use static where possibleEitan Adler2018-07-291-4/+4
* Document kernel/signal/crashdump devd(8) notification.Edward Tomasz Napierala2018-07-201-2/+17
* Consistently use full stops.Edward Tomasz Napierala2018-07-181-19/+19
* We're not, yet, at C++11 capable on all our plaforms.Warner Losh2018-06-281-1/+6
* Safely quote all variable expansions.Warner Losh2018-06-272-3/+27
* devd: drop WARNS back down to 3 until 6 actually works with GCCMatt Macy2018-05-241-0/+1
* devd: Move variable declaration to headerEitan Adler2018-05-233-2/+1
* devd: Unbreak buildEitan Adler2018-05-231-2/+1
* devd: allow build to complete using g++Eitan Adler2018-05-231-0/+2
* devd: compile at WARNS=6Eitan Adler2018-05-233-6/+7