summaryrefslogtreecommitdiffstats
path: root/sbin/devd
Commit message (Expand)AuthorAgeFilesLines
* MFC r292020asomers2016-01-111-6/+17
* MFC r289677:bdrewery2016-01-071-1/+1
* MFC r285674:trasz2015-08-021-0/+4
* MFC r285673:trasz2015-08-021-1/+21
* MFC r282857:trasz2015-06-211-1/+23
* MFC r277170:trasz2015-05-151-1/+28
* MFC devd-related changesasomers2014-08-205-38/+276
* MFC r263758:mjg2014-03-311-4/+4
* MFC r263774:dim2014-03-291-1/+0
* MFC r262914asomers2014-03-282-13/+19
* MFC r263694:dim2014-03-271-0/+1
* MFC 259339asomers2014-01-101-3/+22
* Correct the printf format specifier for total_events.asomers2013-07-081-2/+3
* Explicitly include <cstdarg> to fix compilation with libc++. It is implicitlyasomers2013-07-021-0/+1
* style(9) fixes, including the removal of page break characters. No functionalasomers2013-07-011-19/+19
* Add a SIGINFO handler to devd. It will send useful statistics to syslog orasomers2013-07-011-0/+19
* Add syslog(3) support to devd(8).asomers2013-07-012-36/+60
* Improve compatibility with recent flex from flex.sourceforge.net.jkim2013-05-031-2/+3
* Prefer using the C++ version of the standard headers. These place theeadler2013-05-021-6/+7
* According to devctl(4), clients must read events whole; they may notasomers2013-04-261-1/+1
* devd: Correct typo in comment.eadler2013-03-041-1/+1
* devd: Use simpler dst += *x instead of str.append(x, 1).eadler2013-03-041-6/+6
* devd: Use string::empty() instea of string::length() == 0.eadler2013-03-041-1/+1
* devd: Remove unnecessary empty default constructors.eadler2013-03-041-2/+0
* devd: Remove empty virtual destructor from class, which has noch subclasses.eadler2013-03-041-1/+0
* devd: Avoid unnecessary temporary objects (and simplify the code) when handli...eadler2013-03-041-3/+3
* devd: Use the standard constructor of std::string instead of string("").eadler2013-03-041-1/+1
* devd: Simplify while (1) { if (x) break; } to while (!x) {}.eadler2013-03-041-3/+1
* devd: Remove call to _exit() from signal handler, which also sets a stop flag.eadler2013-03-041-1/+0
* devd: Use volatile sig_atomic_t for the flag set by a signal handler.eadler2013-03-041-2/+2
* Constify where possible.eadler2013-03-042-2/+2
* Reflect CARP media-type departure.pluknet2013-02-211-3/+2
* Separate items in the list of System values with .Pp to ease readability.pluknet2013-02-211-0/+4
* Bump .Dd for the change in r246121.zeising2013-02-051-1/+1
* Improve devd startup time, by tweaking some string handling routines that areian2013-01-302-25/+32
* Fix a descriptor leak in devd. Clients reading /var/run/devd.pipe can closeian2013-01-302-14/+95
* Prefer the use of initalizer lists to ctor assignment.eadler2012-12-062-3/+2
* Avoid the creation of a temporary object by using the prefix operatoreadler2012-12-061-9/+9
* Constify where possibleeadler2012-12-062-7/+7
* Fix an old bug in devd, where it uses std::sort() to sort the variousdim2012-12-051-1/+1
* document acpi_cpu devd notification about _CST changeavg2012-10-201-0/+2
* Use O_CLOEXEC for open instead of separate fcntl(2) call.pjd2012-09-221-3/+1
* Make devd build with libc++.dim2012-06-011-1/+1
* Fix world after byacc import:bapt2012-05-221-0/+1
* Fix build.glebius2012-01-061-1/+0
* o Sort .Xrs.maxim2011-12-191-2/+2
* In sbin/devd/devd.h, 'event_proc' and 'eps' are declared as structs. Indim2011-12-171-2/+2
* Xref re_format(7) in devd.conf(5), not in devd(8).glebius2011-12-162-5/+5
* Xref re_format(7).glebius2011-12-161-2/+3
* - Add support for a "!" character in regex matching in devd(8). It invertshrs2011-10-263-4/+19
OpenPOWER on IntegriCloud