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
/
devd.hh
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: Use the standard constructor of std::string instead of string("").
eadler
2013-03-04
1
-1
/
+1
*
Constify where possible.
eadler
2013-03-04
1
-1
/
+1
*
Improve devd startup time, by tweaking some string handling routines that are
ian
2013-01-30
1
-2
/
+3
*
Prefer the use of initalizer lists to ctor assignment.
eadler
2012-12-06
1
-1
/
+1
*
Constify where possible
eadler
2012-12-06
1
-3
/
+3
*
In sbin/devd/devd.h, 'event_proc' and 'eps' are declared as structs. In
dim
2011-12-17
1
-2
/
+2
*
- Add support for a "!" character in regex matching in devd(8). It inverts
hrs
2011-10-26
1
-0
/
+1
*
Expand system into my_system, and add the necessary tidyness that we
imp
2010-06-29
1
-0
/
+1
*
Minor initialization change to not trigger bogus gcc warning about
imp
2007-12-21
1
-1
/
+1
*
Use pidfile(3).
pjd
2006-01-30
1
-1
/
+3
*
Add the ability to match the on a media type of the device in question.
imp
2005-07-10
1
-0
/
+16
*
Parse the ! lines that will soon be coming from the kernel. These are
imp
2003-10-24
1
-0
/
+2
*
Create a new C++ header file called devd.hh which has all the class
imp
2003-04-26
1
-0
/
+163