summaryrefslogtreecommitdiff
path: root/sbin/devd/devd.hh
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2019-12-04Regularize my copyright noticeWarner Losh
2018-09-22We don't need shell protection for when we're expanding matches.Warner Losh
2018-06-27Safely quote all variable expansions.Warner Losh
2018-01-26devd: readd virtualEitan Adler
2018-01-26devd: minor nitsEitan Adler
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
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
2013-03-04devd: Remove unnecessary empty default constructors.Eitan Adler
2013-03-04devd: Remove empty virtual destructor from class, which has noch subclasses.Eitan Adler
2013-03-04devd: Use the standard constructor of std::string instead of string("").Eitan Adler
2013-03-04Constify where possible.Eitan Adler
2013-01-30Improve devd startup time, by tweaking some string handling routines that areIan Lepore
2012-12-06Prefer the use of initalizer lists to ctor assignment.Eitan Adler
2012-12-06Constify where possibleEitan Adler
2011-12-17In sbin/devd/devd.h, 'event_proc' and 'eps' are declared as structs. InDimitry Andric
2011-10-26- Add support for a "!" character in regex matching in devd(8). It invertsHiroki Sato
2010-06-29Expand system into my_system, and add the necessary tidyness that weWarner Losh
2007-12-21Minor initialization change to not trigger bogus gcc warning aboutWarner Losh
2006-01-30Use pidfile(3).Pawel Jakub Dawidek
2005-07-10Add the ability to match the on a media type of the device in question.Warner Losh
2003-10-24Parse the ! lines that will soon be coming from the kernel. These areWarner Losh
2003-04-26Create a new C++ header file called devd.hh which has all the classWarner Losh