summaryrefslogtreecommitdiffstats
path: root/sbin/devd/devd.cc
Commit message (Expand)AuthorAgeFilesLines
* MFC r292020asomers2016-01-111-6/+17
* MFC r289677:bdrewery2016-01-071-1/+1
* MFC devd-related changesasomers2014-08-201-29/+54
* MFC r263758:mjg2014-03-311-4/+4
* MFC r262914asomers2014-03-281-12/+16
* 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-011-32/+58
* Prefer using the C++ version of the standard headers. These place theeadler2013-05-021-6/+7
* 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: Avoid unnecessary temporary objects (and simplify the code) when handli...eadler2013-03-041-3/+3
* 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-041-1/+1
* Improve devd startup time, by tweaking some string handling routines that areian2013-01-301-23/+29
* Fix a descriptor leak in devd. Clients reading /var/run/devd.pipe can closeian2013-01-301-14/+88
* Prefer the use of initalizer lists to ctor assignment.eadler2012-12-061-2/+1
* Avoid the creation of a temporary object by using the prefix operatoreadler2012-12-061-9/+9
* Constify where possibleeadler2012-12-061-4/+4
* Fix an old bug in devd, where it uses std::sort() to sort the variousdim2012-12-051-1/+1
* 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 build.glebius2012-01-061-1/+0
* - Add support for a "!" character in regex matching in devd(8). It invertshrs2011-10-261-3/+13
* Fix missing closedir()kevlo2010-11-211-0/+1
* Allow the kernel to generate more spacy things and still have devdimp2010-10-091-0/+8
* - Avoid calling the copy constructor when it is not necessary.lulf2010-07-291-4/+3
* - Remove unused instance of string.lulf2010-07-291-1/+0
* Expand system into my_system, and add the necessary tidyness that weimp2010-06-291-2/+94
* Send all debug to stderr.phk2008-12-141-2/+2
* Add -f option to program's usage(), fix manpage's SYNOPSIS.ru2006-09-171-1/+1
* o Yacc's lineno variable holds a total number of parsed lines.maxim2006-04-141-0/+1
* Use pidfile(3).pjd2006-01-301-9/+30
* It was always intended that regular expression matching be caseimp2006-01-081-1/+1
* Add a -f configfile option to devd(8), based on a patch submitted byjkoshy2005-11-241-2/+7
* Reuse delete_and_clear() template helper.bland2005-11-141-5/+1
* Make devd WARNS=4 clean and bump WARNS accordingly. This will insurebrooks2005-10-191-2/+2
* As pointed out on current@, we don't want to declare a variable in a scopeimp2005-10-191-1/+1
* media-type predicate is used in contexts where device-name is undefined.imp2005-10-041-1/+9
* * Open permissions on /var/run/devd.pipe so that any user can read devd eventsmarcus2005-07-131-1/+3
* Replace fch{mod,own} with straight ch{mod,own} as the former cannot be usedmarcus2005-07-131-2/+2
* Add the ability to match the on a media type of the device in question.imp2005-07-101-0/+74
* Ignore sigpipe so we can properly detach clients to the pipe.imp2005-05-161-0/+2
* Fix parsing of nomatch events.imp2005-04-181-3/+6
OpenPOWER on IntegriCloud