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
*
MFC r298420, r298439, r298644
asomers
2016-05-19
1
-0
/
+2
*
Merge r298008
scottl
2016-04-17
1
-2
/
+20
*
MFC 297838
asomers
2016-04-14
1
-39
/
+27
*
MFC 270231
asomers
2016-04-08
1
-3
/
+9
*
MFC r292020
asomers
2016-01-11
1
-6
/
+17
*
MFC r289677:
bdrewery
2016-01-07
1
-1
/
+1
*
MFC r285674:
trasz
2015-08-02
1
-0
/
+4
*
MFC r285673:
trasz
2015-08-02
1
-1
/
+21
*
MFC r282857:
trasz
2015-06-21
1
-1
/
+23
*
MFC r277170:
trasz
2015-05-15
1
-1
/
+28
*
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
[next]