aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd
Commit message (Expand)AuthorAgeFilesLines
* Create packages for atm, ccdconfig, devd, ipf, ipfw,Glen Barber2016-02-091-0/+1
* First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
* 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
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Document suspend/resume notification in devd.conf(5).Edward Tomasz Napierala2015-07-181-0/+4
* Add CARP events description to devd.conf(5).Edward Tomasz Napierala2015-07-181-1/+21
* new dependsSimon J. Gerraty2015-06-161-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+28
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-3/+52
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-195-38/+282
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-2/+2
| * | Merge headSimon J. Gerraty2014-04-282-22/+47
| |\ \
| * \ \ Merge from headSimon J. Gerraty2013-09-054-63/+110
| |\ \ \
| * \ \ \ sync from headSimon J. Gerraty2013-04-123-26/+23
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+2
| * | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | Sync with HEAD.David E. O'Brien2013-02-083-57/+144
| |\ \ \ \ \
| * | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+1
| * | | | | | Sync from headSimon J. Gerraty2012-11-042-3/+3
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+27
* | | | | | | | Document RCTL events in devd.conf(5).Edward Tomasz Napierala2015-05-131-1/+23
* | | | | | | | Add devd(8) notifications for creation and destruction of GEOM devices.Edward Tomasz Napierala2015-01-141-1/+28
* | | | | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Misc fixes suggested by Coverity.Alan Somers2014-08-201-3/+9
* | | | | | | Remove bogus ; at the end of the if condition in order to unbreak gcc buildsBjoern A. Zeeb2014-08-151-2/+2
* | | | | | | Convert devd's client socket to type SOCK_SEQPACKET.Alan Somers2014-08-145-38/+276
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | sbin/devd/devd.8Alan Somers2014-08-141-1/+1
| * | | | | | sbin/devd/devd.8Alan Somers2014-05-212-37/+65
|/ / / / / /
* | | | | | Revert r263694, and apply a better fix to squelch unnecessary warningsDimitry Andric2014-03-261-1/+0
* | | | | | Update userspace users of hw.bus.devctl_disable.Mateusz Guzik2014-03-261-4/+4
* | | | | | Apply a temporary band-aid for building devd with clang 3.4, libstdc++Dimitry Andric2014-03-241-0/+1
* | | | | | sbin/devd/devd.8Alan Somers2014-03-072-13/+19
* | | | | | 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-012-36/+60
* | | | | Improve compatibility with recent flex from flex.sourceforge.net.Jung-uk Kim2013-05-031-2/+3
* | | | | Prefer using the C++ version of the standard headers. These place theEitan Adler2013-05-021-6/+7
* | | | | According to devctl(4), clients must read events whole; they may notAlan Somers2013-04-261-1/+1
| |_|_|/ |/| | |
* | | | 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: Remove unnecessary empty default constructors.Eitan Adler2013-03-041-2/+0