index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
devd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge sync of head
sjg
2015-05-27
3
-3
/
+52
|
\
|
*
Document RCTL events in devd.conf(5).
trasz
2015-05-13
1
-1
/
+23
|
*
Add devd(8) notifications for creation and destruction of GEOM devices.
trasz
2015-01-14
1
-1
/
+28
|
*
Convert sbin/ to LIBADD
bapt
2014-11-25
1
-2
/
+1
*
|
Merge from head@274682
sjg
2014-11-19
5
-38
/
+282
|
\
\
|
|
/
|
*
Misc fixes suggested by Coverity.
asomers
2014-08-20
1
-3
/
+9
|
*
Remove bogus ; at the end of the if condition in order to unbreak gcc builds
bz
2014-08-15
1
-2
/
+2
|
*
Convert devd's client socket to type SOCK_SEQPACKET.
asomers
2014-08-14
5
-38
/
+276
*
|
Updated dependencies
sjg
2014-05-16
1
-2
/
+2
*
|
Merge head
sjg
2014-04-28
2
-22
/
+47
|
\
\
|
|
/
|
*
Revert r263694, and apply a better fix to squelch unnecessary warnings
dim
2014-03-26
1
-1
/
+0
|
*
Update userspace users of hw.bus.devctl_disable.
mjg
2014-03-26
1
-4
/
+4
|
*
Apply a temporary band-aid for building devd with clang 3.4, libstdc++
dim
2014-03-24
1
-0
/
+1
|
*
sbin/devd/devd.8
asomers
2014-03-07
2
-13
/
+19
|
*
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
*
|
Merge from head
sjg
2013-09-05
4
-63
/
+110
|
\
\
|
|
/
|
*
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
*
|
sync from head
sjg
2013-04-12
3
-26
/
+23
|
\
\
|
|
/
|
*
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
*
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+2
*
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
*
|
Sync with HEAD.
obrien
2013-02-08
3
-57
/
+144
|
\
\
|
|
/
|
*
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
[next]