| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC devd-related changes | asomers | 2014-08-20 | 5 | -38/+276 |
* | MFC r263758: | mjg | 2014-03-31 | 1 | -4/+4 |
* | MFC r263774: | dim | 2014-03-29 | 1 | -1/+0 |
* | MFC r262914 | asomers | 2014-03-28 | 2 | -13/+19 |
* | MFC r263694: | dim | 2014-03-27 | 1 | -0/+1 |
* | MFC 259339 | asomers | 2014-01-10 | 1 | -3/+22 |
* | 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 | 2 | -36/+60 |
* | Improve compatibility with recent flex from flex.sourceforge.net. | jkim | 2013-05-03 | 1 | -2/+3 |
* | Prefer using the C++ version of the standard headers. These place the | eadler | 2013-05-02 | 1 | -6/+7 |
* | According to devctl(4), clients must read events whole; they may not | asomers | 2013-04-26 | 1 | -1/+1 |
* | 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: Remove unnecessary empty default constructors. | eadler | 2013-03-04 | 1 | -2/+0 |
* | devd: Remove empty virtual destructor from class, which has noch subclasses. | eadler | 2013-03-04 | 1 | -1/+0 |
* | devd: Avoid unnecessary temporary objects (and simplify the code) when handli... | eadler | 2013-03-04 | 1 | -3/+3 |
* | devd: Use the standard constructor of std::string instead of string(""). | eadler | 2013-03-04 | 1 | -1/+1 |
* | 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 | 2 | -2/+2 |
* | Reflect CARP media-type departure. | pluknet | 2013-02-21 | 1 | -3/+2 |
* | Separate items in the list of System values with .Pp to ease readability. | pluknet | 2013-02-21 | 1 | -0/+4 |
* | Bump .Dd for the change in r246121. | zeising | 2013-02-05 | 1 | -1/+1 |
* | Improve devd startup time, by tweaking some string handling routines that are | ian | 2013-01-30 | 2 | -25/+32 |
* | Fix a descriptor leak in devd. Clients reading /var/run/devd.pipe can close | ian | 2013-01-30 | 2 | -14/+95 |
* | Prefer the use of initalizer lists to ctor assignment. | eadler | 2012-12-06 | 2 | -3/+2 |
* | 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 | 2 | -7/+7 |
* | Fix an old bug in devd, where it uses std::sort() to sort the various | dim | 2012-12-05 | 1 | -1/+1 |
* | document acpi_cpu devd notification about _CST change | avg | 2012-10-20 | 1 | -0/+2 |
* | 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 world after byacc import: | bapt | 2012-05-22 | 1 | -0/+1 |
* | Fix build. | glebius | 2012-01-06 | 1 | -1/+0 |
* | o Sort .Xrs. | maxim | 2011-12-19 | 1 | -2/+2 |
* | In sbin/devd/devd.h, 'event_proc' and 'eps' are declared as structs. In | dim | 2011-12-17 | 1 | -2/+2 |
* | Xref re_format(7) in devd.conf(5), not in devd(8). | glebius | 2011-12-16 | 2 | -5/+5 |
* | Xref re_format(7). | glebius | 2011-12-16 | 1 | -2/+3 |
* | - Add support for a "!" character in regex matching in devd(8). It inverts | hrs | 2011-10-26 | 3 | -4/+19 |
* | Typo. For USB devices, 'serial' should be 'sernum'. | bms | 2011-05-10 | 1 | -1/+1 |
* | Don't generate input() since it's not used. | brucec | 2010-11-22 | 1 | -0/+1 |
* | 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 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -1/+0 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -1/+1 |