summaryrefslogtreecommitdiffstats
path: root/sbin/devd
Commit message (Expand)AuthorAgeFilesLines
* dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
* Merge sync of headsjg2015-05-273-3/+52
|\
| * Document RCTL events in devd.conf(5).trasz2015-05-131-1/+23
| * Add devd(8) notifications for creation and destruction of GEOM devices.trasz2015-01-141-1/+28
| * Convert sbin/ to LIBADDbapt2014-11-251-2/+1
* | Merge from head@274682sjg2014-11-195-38/+282
|\ \ | |/
| * Misc fixes suggested by Coverity.asomers2014-08-201-3/+9
| * Remove bogus ; at the end of the if condition in order to unbreak gcc buildsbz2014-08-151-2/+2
| * Convert devd's client socket to type SOCK_SEQPACKET.asomers2014-08-145-38/+276
* | Updated dependenciessjg2014-05-161-2/+2
* | Merge headsjg2014-04-282-22/+47
|\ \ | |/
| * Revert r263694, and apply a better fix to squelch unnecessary warningsdim2014-03-261-1/+0
| * Update userspace users of hw.bus.devctl_disable.mjg2014-03-261-4/+4
| * Apply a temporary band-aid for building devd with clang 3.4, libstdc++dim2014-03-241-0/+1
| * sbin/devd/devd.8asomers2014-03-072-13/+19
| * sbin/devd/devd.ccasomers2013-12-131-2/+2
| * sbin/devd/devd.ccasomers2013-12-131-1/+20
| * devd: lower priority of action execution logging to infoavg2013-11-071-1/+1
| * devd: fix a typo in a commentavg2013-11-071-1/+1
* | Merge from headsjg2013-09-054-63/+110
|\ \ | |/
| * 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-012-36/+60
| * Improve compatibility with recent flex from flex.sourceforge.net.jkim2013-05-031-2/+3
| * Prefer using the C++ version of the standard headers. These place theeadler2013-05-021-6/+7
| * According to devctl(4), clients must read events whole; they may notasomers2013-04-261-1/+1
* | sync from headsjg2013-04-123-26/+23
|\ \ | |/
| * 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: Remove unnecessary empty default constructors.eadler2013-03-041-2/+0
| * devd: Remove empty virtual destructor from class, which has noch subclasses.eadler2013-03-041-1/+0
| * devd: Avoid unnecessary temporary objects (and simplify the code) when handli...eadler2013-03-041-3/+3
| * devd: Use the standard constructor of std::string instead of string("").eadler2013-03-041-1/+1
| * 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-042-2/+2
| * Reflect CARP media-type departure.pluknet2013-02-211-3/+2
| * Separate items in the list of System values with .Pp to ease readability.pluknet2013-02-211-0/+4
* | Updated dependenciessjg2013-03-111-0/+2
* | Updated dependenciessjg2013-02-161-2/+0
* | Sync with HEAD.obrien2013-02-083-57/+144
|\ \ | |/
| * Bump .Dd for the change in r246121.zeising2013-02-051-1/+1
| * Improve devd startup time, by tweaking some string handling routines that areian2013-01-302-25/+32
| * Fix a descriptor leak in devd. Clients reading /var/run/devd.pipe can closeian2013-01-302-14/+95
| * Prefer the use of initalizer lists to ctor assignment.eadler2012-12-062-3/+2
| * Avoid the creation of a temporary object by using the prefix operatoreadler2012-12-061-9/+9
OpenPOWER on IntegriCloud