| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a timestamp variable to the environment. This is when the event | imp | 2016-04-03 | 1 | -1/+11 |
* | Make $_ match the docs. | imp | 2016-04-03 | 1 | -1/+1 |
* | Sometimes, it's useful to export the entire line to an external | imp | 2016-03-28 | 1 | -2/+7 |
* | Increase devd's client socket buffer size to 256KB. This is not as large as | asomers | 2015-12-09 | 1 | -6/+17 |
* | Fix a ton of speelling errors | eadler | 2015-10-21 | 1 | -1/+1 |
* | Convert devd's client socket to type SOCK_SEQPACKET. | asomers | 2014-08-14 | 1 | -29/+54 |
* | Update userspace users of hw.bus.devctl_disable. | mjg | 2014-03-26 | 1 | -4/+4 |
* | sbin/devd/devd.8 | asomers | 2014-03-07 | 1 | -12/+16 |
* | sbin/devd/devd.cc | asomers | 2013-12-13 | 1 | -2/+2 |
* | sbin/devd/devd.cc | asomers | 2013-12-13 | 1 | -1/+20 |
* | devd: lower priority of action execution logging to info | avg | 2013-11-07 | 1 | -1/+1 |
* | devd: fix a typo in a comment | avg | 2013-11-07 | 1 | -1/+1 |
* | Correct the printf format specifier for total_events. | asomers | 2013-07-08 | 1 | -2/+3 |
* | Explicitly include <cstdarg> to fix compilation with libc++. It is implicitly | asomers | 2013-07-02 | 1 | -0/+1 |
* | style(9) fixes, including the removal of page break characters. No functional | asomers | 2013-07-01 | 1 | -19/+19 |
* | Add a SIGINFO handler to devd. It will send useful statistics to syslog or | asomers | 2013-07-01 | 1 | -0/+19 |
* | Add syslog(3) support to devd(8). | asomers | 2013-07-01 | 1 | -32/+58 |
* | Prefer using the C++ version of the standard headers. These place the | eadler | 2013-05-02 | 1 | -6/+7 |
* | devd: Correct typo in comment. | eadler | 2013-03-04 | 1 | -1/+1 |
* | devd: Use simpler dst += *x instead of str.append(x, 1). | eadler | 2013-03-04 | 1 | -6/+6 |
* | devd: Use string::empty() instea of string::length() == 0. | eadler | 2013-03-04 | 1 | -1/+1 |
* | devd: Avoid unnecessary temporary objects (and simplify the code) when handli... | eadler | 2013-03-04 | 1 | -3/+3 |
* | devd: Simplify while (1) { if (x) break; } to while (!x) {}. | eadler | 2013-03-04 | 1 | -3/+1 |
* | devd: Remove call to _exit() from signal handler, which also sets a stop flag. | eadler | 2013-03-04 | 1 | -1/+0 |
* | devd: Use volatile sig_atomic_t for the flag set by a signal handler. | eadler | 2013-03-04 | 1 | -2/+2 |
* | Constify where possible. | eadler | 2013-03-04 | 1 | -1/+1 |
* | Improve devd startup time, by tweaking some string handling routines that are | ian | 2013-01-30 | 1 | -23/+29 |
* | Fix a descriptor leak in devd. Clients reading /var/run/devd.pipe can close | ian | 2013-01-30 | 1 | -14/+88 |
* | Prefer the use of initalizer lists to ctor assignment. | eadler | 2012-12-06 | 1 | -2/+1 |
* | Avoid the creation of a temporary object by using the prefix operator | eadler | 2012-12-06 | 1 | -9/+9 |
* | Constify where possible | eadler | 2012-12-06 | 1 | -4/+4 |
* | Fix an old bug in devd, where it uses std::sort() to sort the various | dim | 2012-12-05 | 1 | -1/+1 |
* | Use O_CLOEXEC for open instead of separate fcntl(2) call. | pjd | 2012-09-22 | 1 | -3/+1 |
* | Make devd build with libc++. | dim | 2012-06-01 | 1 | -1/+1 |
* | Fix build. | glebius | 2012-01-06 | 1 | -1/+0 |
* | - Add support for a "!" character in regex matching in devd(8). It inverts | hrs | 2011-10-26 | 1 | -3/+13 |
* | Fix missing closedir() | kevlo | 2010-11-21 | 1 | -0/+1 |
* | Allow the kernel to generate more spacy things and still have devd | imp | 2010-10-09 | 1 | -0/+8 |
* | - Avoid calling the copy constructor when it is not necessary. | lulf | 2010-07-29 | 1 | -4/+3 |
* | - Remove unused instance of string. | lulf | 2010-07-29 | 1 | -1/+0 |
* | Expand system into my_system, and add the necessary tidyness that we | imp | 2010-06-29 | 1 | -2/+94 |
* | Send all debug to stderr. | phk | 2008-12-14 | 1 | -2/+2 |
* | Add -f option to program's usage(), fix manpage's SYNOPSIS. | ru | 2006-09-17 | 1 | -1/+1 |
* | o Yacc's lineno variable holds a total number of parsed lines. | maxim | 2006-04-14 | 1 | -0/+1 |
* | Use pidfile(3). | pjd | 2006-01-30 | 1 | -9/+30 |
* | It was always intended that regular expression matching be case | imp | 2006-01-08 | 1 | -1/+1 |
* | Add a -f configfile option to devd(8), based on a patch submitted by | jkoshy | 2005-11-24 | 1 | -2/+7 |
* | Reuse delete_and_clear() template helper. | bland | 2005-11-14 | 1 | -5/+1 |
* | Make devd WARNS=4 clean and bump WARNS accordingly. This will insure | brooks | 2005-10-19 | 1 | -2/+2 |
* | As pointed out on current@, we don't want to declare a variable in a scope | imp | 2005-10-19 | 1 | -1/+1 |