aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd/devd.hh
Commit message (Expand)AuthorAgeFilesLines
* We don't need shell protection for when we're expanding matches.Warner Losh2018-09-221-1/+1
* Safely quote all variable expansions.Warner Losh2018-06-271-0/+1
* devd: readd virtualEitan Adler2018-01-261-1/+1
* devd: minor nitsEitan Adler2018-01-261-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use a more stream-lined version of fix_value.Warner Losh2017-03-241-1/+1
* Implement quote escaping. String values may now contain " if youWarner Losh2017-03-231-1/+4
* devd: Remove unnecessary empty default constructors.Eitan Adler2013-03-041-2/+0
* devd: Remove empty virtual destructor from class, which has noch subclasses.Eitan Adler2013-03-041-1/+0
* devd: Use the standard constructor of std::string instead of string("").Eitan Adler2013-03-041-1/+1
* Constify where possible.Eitan Adler2013-03-041-1/+1
* Improve devd startup time, by tweaking some string handling routines that areIan Lepore2013-01-301-2/+3
* Prefer the use of initalizer lists to ctor assignment.Eitan Adler2012-12-061-1/+1
* Constify where possibleEitan Adler2012-12-061-3/+3
* In sbin/devd/devd.h, 'event_proc' and 'eps' are declared as structs. InDimitry Andric2011-12-171-2/+2
* - Add support for a "!" character in regex matching in devd(8). It invertsHiroki Sato2011-10-261-0/+1
* Expand system into my_system, and add the necessary tidyness that weWarner Losh2010-06-291-0/+1
* Minor initialization change to not trigger bogus gcc warning aboutWarner Losh2007-12-211-1/+1
* Use pidfile(3).Pawel Jakub Dawidek2006-01-301-1/+3
* Add the ability to match the on a media type of the device in question.Warner Losh2005-07-101-0/+16
* Parse the ! lines that will soon be coming from the kernel. These areWarner Losh2003-10-241-0/+2
* Create a new C++ header file called devd.hh which has all the classWarner Losh2003-04-261-0/+163