aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd
Commit message (Expand)AuthorAgeFilesLines
* 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
* devd: correct two warningsEitan Adler2018-05-232-2/+2
* Remove support for FDDI and token ring media types in userland utilities.Brooks Davis2018-04-161-2/+0
* devd: don't pass &fds in useless parameters to select(2)Eitan Adler2018-02-151-1/+1
* devd: readd virtualEitan Adler2018-01-261-1/+1
* devd: minor nitsEitan Adler2018-01-262-2/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-274-0/+8
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-312-2/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Require devd to be running for its ATF tests to runAlan Somers2017-06-201-1/+2
* devd(8): Remove pidfile on shutdownAlan Somers2017-06-201-0/+1
* Use a more stream-lined version of fix_value.Warner Losh2017-03-242-16/+8
* Implement quote escaping. String values may now contain " if youWarner Losh2017-03-232-3/+37
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix build of devd with GCC 4.2Alan Somers2017-01-191-0/+1
* Fix several Coverity CIDs in devdAlan Somers2017-01-181-5/+16
* Simplify test.Warner Losh2016-12-011-1/+1
* Sort SEE ALSO section sequentially.Sevan Janiyan2016-10-081-3/+3
* Add history section for devd(8)Sevan Janiyan2016-10-051-2/+8
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* Add GEOM::physpath documentation to devd.conf(5)Alan Somers2016-04-261-0/+2
* MFHGlen Barber2016-04-161-2/+20
|\
| * Update the devd.conf man page to describe the new CAM/periph system/subsystem.Scott Long2016-04-141-2/+20
* | MFHGlen Barber2016-04-121-39/+27
|\|
| * Fix an intermittent bug in sbin/devd/client_test.streamAlan Somers2016-04-111-39/+27
* | MFHGlen Barber2016-04-042-4/+28
|\|
| * Add a timestamp variable to the environment. This is when the eventWarner Losh2016-04-032-1/+13
| * Make $_ match the docs.Warner Losh2016-04-031-1/+1
| * Sometimes, it's useful to export the entire line to an externalWarner Losh2016-03-282-3/+15