| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r320165-r320166 | Alan Somers | 2017-07-31 | 2 | -1/+3 |
| * | MFC r311572, r311895, r311928, r311985, r312395, r312417 | Alan Somers | 2017-02-28 | 1 | -5/+17 |
| * | MFC r289172,r290254: | Enji Cooper | 2017-02-09 | 1 | -2/+0 |
| * | MFC r306840: | Sevan Janiyan | 2016-10-16 | 1 | -3/+3 |
| * | MFC r306727: | Sevan Janiyan | 2016-10-16 | 1 | -2/+8 |
| * | MFC r298420, r298439, r298644 | Alan Somers | 2016-05-19 | 1 | -0/+2 |
| * | Merge r298008 | Scott Long | 2016-04-17 | 1 | -2/+20 |
| * | MFC 297838 | Alan Somers | 2016-04-14 | 1 | -39/+27 |
| * | MFC 270231 | Alan Somers | 2016-04-08 | 1 | -3/+9 |
| * | MFC r292020 | Alan Somers | 2016-01-11 | 1 | -6/+17 |
| * | MFC r289677: | Bryan Drewery | 2016-01-07 | 1 | -1/+1 |
| * | MFC r285674: | Edward Tomasz Napierala | 2015-08-02 | 1 | -0/+4 |
| * | MFC r285673: | Edward Tomasz Napierala | 2015-08-02 | 1 | -1/+21 |
| * | MFC r282857: | Edward Tomasz Napierala | 2015-06-21 | 1 | -1/+23 |
| * | MFC r277170: | Edward Tomasz Napierala | 2015-05-15 | 1 | -1/+28 |
| * | MFC devd-related changes | Alan Somers | 2014-08-20 | 5 | -38/+276 |
| * | MFC r263758: | Mateusz Guzik | 2014-03-31 | 1 | -4/+4 |
| * | MFC r263774: | Dimitry Andric | 2014-03-29 | 1 | -1/+0 |
| * | MFC r262914 | Alan Somers | 2014-03-28 | 2 | -13/+19 |
| * | MFC r263694: | Dimitry Andric | 2014-03-27 | 1 | -0/+1 |
| * | MFC 259339 | Alan Somers | 2014-01-10 | 1 | -3/+22 |
| * | Correct the printf format specifier for total_events. | Alan Somers | 2013-07-08 | 1 | -2/+3 |
| * | Explicitly include <cstdarg> to fix compilation with libc++. It is implicitly | Alan Somers | 2013-07-02 | 1 | -0/+1 |
| * | style(9) fixes, including the removal of page break characters. No functional | Alan Somers | 2013-07-01 | 1 | -19/+19 |
| * | Add a SIGINFO handler to devd. It will send useful statistics to syslog or | Alan Somers | 2013-07-01 | 1 | -0/+19 |
| * | Add syslog(3) support to devd(8). | Alan Somers | 2013-07-01 | 2 | -36/+60 |
| * | Improve compatibility with recent flex from flex.sourceforge.net. | Jung-uk Kim | 2013-05-03 | 1 | -2/+3 |
| * | Prefer using the C++ version of the standard headers. These place the | Eitan Adler | 2013-05-02 | 1 | -6/+7 |
| * | According to devctl(4), clients must read events whole; they may not | Alan Somers | 2013-04-26 | 1 | -1/+1 |
| * | devd: Correct typo in comment. | Eitan Adler | 2013-03-04 | 1 | -1/+1 |
| * | devd: Use simpler dst += *x instead of str.append(x, 1). | Eitan Adler | 2013-03-04 | 1 | -6/+6 |
| * | devd: Use string::empty() instea of string::length() == 0. | Eitan Adler | 2013-03-04 | 1 | -1/+1 |
| * | devd: Remove unnecessary empty default constructors. | Eitan Adler | 2013-03-04 | 1 | -2/+0 |
| * | devd: Remove empty virtual destructor from class, which has noch subclasses. | Eitan Adler | 2013-03-04 | 1 | -1/+0 |
| * | devd: Avoid unnecessary temporary objects (and simplify the code) when handli... | Eitan Adler | 2013-03-04 | 1 | -3/+3 |
| * | devd: Use the standard constructor of std::string instead of string(""). | Eitan Adler | 2013-03-04 | 1 | -1/+1 |
| * | devd: Simplify while (1) { if (x) break; } to while (!x) {}. | Eitan Adler | 2013-03-04 | 1 | -3/+1 |
| * | devd: Remove call to _exit() from signal handler, which also sets a stop flag. | Eitan Adler | 2013-03-04 | 1 | -1/+0 |
| * | devd: Use volatile sig_atomic_t for the flag set by a signal handler. | Eitan Adler | 2013-03-04 | 1 | -2/+2 |
| * | Constify where possible. | Eitan Adler | 2013-03-04 | 2 | -2/+2 |
| * | Reflect CARP media-type departure. | Sergey Kandaurov | 2013-02-21 | 1 | -3/+2 |
| * | Separate items in the list of System values with .Pp to ease readability. | Sergey Kandaurov | 2013-02-21 | 1 | -0/+4 |
| * | Bump .Dd for the change in r246121. | Niclas Zeising | 2013-02-05 | 1 | -1/+1 |
| * | Improve devd startup time, by tweaking some string handling routines that are | Ian Lepore | 2013-01-30 | 2 | -25/+32 |
| * | Fix a descriptor leak in devd. Clients reading /var/run/devd.pipe can close | Ian Lepore | 2013-01-30 | 2 | -14/+95 |
| * | Prefer the use of initalizer lists to ctor assignment. | Eitan Adler | 2012-12-06 | 2 | -3/+2 |
| * | Avoid the creation of a temporary object by using the prefix operator | Eitan Adler | 2012-12-06 | 1 | -9/+9 |
| * | Constify where possible | Eitan Adler | 2012-12-06 | 2 | -7/+7 |
| * | Fix an old bug in devd, where it uses std::sort() to sort the various | Dimitry Andric | 2012-12-05 | 1 | -1/+1 |
| * | document acpi_cpu devd notification about _CST change | Andriy Gapon | 2012-10-20 | 1 | -0/+2 |