aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd/devd.cc
Commit message (Expand)AuthorAgeFilesLines
* Increase devd's client socket buffer size to 256KB. This is not as large asAlan Somers2015-12-091-6/+17
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* sbin/devd/devd.8Alan Somers2014-05-211-29/+54
* Update userspace users of hw.bus.devctl_disable.Mateusz Guzik2014-03-261-4/+4
* sbin/devd/devd.8Alan Somers2014-03-071-12/+16
* sbin/devd/devd.ccAlan Somers2013-12-131-2/+2
* sbin/devd/devd.ccAlan Somers2013-12-131-1/+20
* devd: lower priority of action execution logging to infoAndriy Gapon2013-11-071-1/+1
* devd: fix a typo in a commentAndriy Gapon2013-11-071-1/+1
* Correct the printf format specifier for total_events.Alan Somers2013-07-081-2/+3
* Explicitly include <cstdarg> to fix compilation with libc++. It is implicitlyAlan Somers2013-07-021-0/+1
* style(9) fixes, including the removal of page break characters. No functionalAlan Somers2013-07-011-19/+19
* Add a SIGINFO handler to devd. It will send useful statistics to syslog orAlan Somers2013-07-011-0/+19
* Add syslog(3) support to devd(8).Alan Somers2013-07-011-32/+58
* Prefer using the C++ version of the standard headers. These place theEitan Adler2013-05-021-6/+7
* devd: Correct typo in comment.Eitan Adler2013-03-041-1/+1
* devd: Use simpler dst += *x instead of str.append(x, 1).Eitan Adler2013-03-041-6/+6
* devd: Use string::empty() instea of string::length() == 0.Eitan Adler2013-03-041-1/+1
* devd: Avoid unnecessary temporary objects (and simplify the code) when handli...Eitan Adler2013-03-041-3/+3
* devd: Simplify while (1) { if (x) break; } to while (!x) {}.Eitan Adler2013-03-041-3/+1
* devd: Remove call to _exit() from signal handler, which also sets a stop flag.Eitan Adler2013-03-041-1/+0
* devd: Use volatile sig_atomic_t for the flag set by a signal handler.Eitan Adler2013-03-041-2/+2
* Constify where possible.Eitan Adler2013-03-041-1/+1
* Improve devd startup time, by tweaking some string handling routines that areIan Lepore2013-01-301-23/+29
* Fix a descriptor leak in devd. Clients reading /var/run/devd.pipe can closeIan Lepore2013-01-301-14/+88
* Prefer the use of initalizer lists to ctor assignment.Eitan Adler2012-12-061-2/+1
* Avoid the creation of a temporary object by using the prefix operatorEitan Adler2012-12-061-9/+9
* Constify where possibleEitan Adler2012-12-061-4/+4
* Fix an old bug in devd, where it uses std::sort() to sort the variousDimitry Andric2012-12-051-1/+1
* Use O_CLOEXEC for open instead of separate fcntl(2) call.Pawel Jakub Dawidek2012-09-221-3/+1
* Make devd build with libc++.Dimitry Andric2012-06-011-1/+1
* Fix build.Gleb Smirnoff2012-01-061-1/+0
* - Add support for a "!" character in regex matching in devd(8). It invertsHiroki Sato2011-10-261-3/+13
* Fix missing closedir()Kevin Lo2010-11-211-0/+1
* Allow the kernel to generate more spacy things and still have devdWarner Losh2010-10-091-0/+8
* - Avoid calling the copy constructor when it is not necessary.Ulf Lilleengen2010-07-291-4/+3
* - Remove unused instance of string.Ulf Lilleengen2010-07-291-1/+0
* Expand system into my_system, and add the necessary tidyness that weWarner Losh2010-06-291-2/+94
* Send all debug to stderr.Poul-Henning Kamp2008-12-141-2/+2
* Add -f option to program's usage(), fix manpage's SYNOPSIS.Ruslan Ermilov2006-09-171-1/+1
* o Yacc's lineno variable holds a total number of parsed lines.Maxim Konovalov2006-04-141-0/+1
* Use pidfile(3).Pawel Jakub Dawidek2006-01-301-9/+30
* It was always intended that regular expression matching be caseWarner Losh2006-01-081-1/+1
* Add a -f configfile option to devd(8), based on a patch submitted byJoseph Koshy2005-11-241-2/+7
* Reuse delete_and_clear() template helper.Alexander Nedotsukov2005-11-141-5/+1
* Make devd WARNS=4 clean and bump WARNS accordingly. This will insureBrooks Davis2005-10-191-2/+2
* As pointed out on current@, we don't want to declare a variable in a scopeWarner Losh2005-10-191-1/+1
* media-type predicate is used in contexts where device-name is undefined.Warner Losh2005-10-041-1/+9
* * Open permissions on /var/run/devd.pipe so that any user can read devd eventsJoe Marcus Clarke2005-07-131-1/+3
* Replace fch{mod,own} with straight ch{mod,own} as the former cannot be usedJoe Marcus Clarke2005-07-131-2/+2