summaryrefslogtreecommitdiff
path: root/sbin/devd/devd.cc
AgeCommit message (Expand)Author
2025-09-04devd: Remove gross hackWarner Losh
2025-07-22devd: accept new clients before notifying themSludge
2025-07-22devd(8): correct error loggingEugene Grosbein
2025-07-21devd: Add vm_guest variableWarner Losh
2025-03-20devd: raise the maximum allowed client to 50Baptiste Daroussin
2023-11-26sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-12-02devd: Warn for deprecated 'kern' system typeWarner Losh
2019-12-13Fix $() handling, broken since the beginning at r108014.Alexander Motin
2019-12-04Regularize my copyright noticeWarner Losh
2018-09-22We don't need shell protection for when we're expanding matches.Warner Losh
2018-07-29Revert "devd: use C++ style casts"Eitan Adler
2018-07-29devd: use C++ style castsEitan Adler
2018-07-29devd: use static where possibleEitan Adler
2018-06-28We're not, yet, at C++11 capable on all our plaforms.Warner Losh
2018-06-27Safely quote all variable expansions.Warner Losh
2018-05-23devd: Move variable declaration to headerEitan Adler
2018-05-23devd: compile at WARNS=6Eitan Adler
2018-05-23devd: correct two warningsEitan Adler
2018-04-16Remove support for FDDI and token ring media types in userland utilities.Brooks Davis
2018-02-15devd: don't pass &fds in useless parameters to select(2)Eitan Adler
2018-01-26devd: minor nitsEitan Adler
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-20devd(8): Remove pidfile on shutdownAlan Somers
2017-03-24Use a more stream-lined version of fix_value.Warner Losh
2017-03-23Implement quote escaping. String values may now contain " if youWarner Losh
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-19Fix build of devd with GCC 4.2Alan Somers
2017-01-18Fix several Coverity CIDs in devdAlan Somers
2016-12-01Simplify test.Warner Losh
2016-04-03Add a timestamp variable to the environment. This is when the eventWarner Losh
2016-04-03Make $_ match the docs.Warner Losh
2016-03-28Sometimes, it's useful to export the entire line to an externalWarner Losh
2015-12-09Increase devd's client socket buffer size to 256KB. This is not as large asAlan Somers
2015-10-21Fix a ton of speelling errorsEitan Adler
2014-05-21sbin/devd/devd.8Alan Somers
2014-03-26Update userspace users of hw.bus.devctl_disable.Mateusz Guzik
2014-03-07sbin/devd/devd.8Alan Somers
2013-12-13sbin/devd/devd.ccAlan Somers
2013-12-13sbin/devd/devd.ccAlan Somers
2013-11-07devd: lower priority of action execution logging to infoAndriy Gapon
2013-11-07devd: fix a typo in a commentAndriy Gapon
2013-07-08Correct the printf format specifier for total_events.Alan Somers
2013-07-02Explicitly include <cstdarg> to fix compilation with libc++. It is implicitlyAlan Somers
2013-07-01style(9) fixes, including the removal of page break characters. No functionalAlan Somers
2013-07-01Add a SIGINFO handler to devd. It will send useful statistics to syslog orAlan Somers
2013-07-01Add syslog(3) support to devd(8).Alan Somers
2013-05-02Prefer using the C++ version of the standard headers. These place theEitan Adler
2013-03-04devd: Correct typo in comment.Eitan Adler