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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -f option to program's usage(), fix manpage's SYNOPSIS.
ru
2006-09-17
1
-1
/
+1
*
o Yacc's lineno variable holds a total number of parsed lines.
maxim
2006-04-14
1
-0
/
+1
*
Use pidfile(3).
pjd
2006-01-30
1
-9
/
+30
*
It was always intended that regular expression matching be case
imp
2006-01-08
1
-1
/
+1
*
Add a -f configfile option to devd(8), based on a patch submitted by
jkoshy
2005-11-24
1
-2
/
+7
*
Reuse delete_and_clear() template helper.
bland
2005-11-14
1
-5
/
+1
*
Make devd WARNS=4 clean and bump WARNS accordingly. This will insure
brooks
2005-10-19
1
-2
/
+2
*
As pointed out on current@, we don't want to declare a variable in a scope
imp
2005-10-19
1
-1
/
+1
*
media-type predicate is used in contexts where device-name is undefined.
imp
2005-10-04
1
-1
/
+9
*
* Open permissions on /var/run/devd.pipe so that any user can read devd events
marcus
2005-07-13
1
-1
/
+3
*
Replace fch{mod,own} with straight ch{mod,own} as the former cannot be used
marcus
2005-07-13
1
-2
/
+2
*
Add the ability to match the on a media type of the device in question.
imp
2005-07-10
1
-0
/
+74
*
Ignore sigpipe so we can properly detach clients to the pipe.
imp
2005-05-16
1
-0
/
+2
*
Fix parsing of nomatch events.
imp
2005-04-18
1
-3
/
+6
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-10
1
-1
/
+1
*
Create a unix domain socket and write to it all the events that come
imp
2004-07-01
1
-14
/
+86
*
Parse the ! lines that will soon be coming from the kernel. These are
imp
2003-10-24
1
-9
/
+36
*
Remove old workaround
imp
2003-07-23
1
-3
/
+1
*
Drop the pid file after we call the final daemon call. w/o -n would
imp
2003-07-05
1
-2
/
+4
*
sysctlbyname takes a size_t as its 5th argument, not a pointer.
imp
2003-05-02
1
-1
/
+1
*
Create a new C++ header file called devd.hh which has all the class
imp
2003-04-26
1
-101
/
+2
*
Update to use is_id_char() in the last patch. I should have done this
imp
2003-04-26
1
-2
/
+1
*
Make better use of the string type when parsing things. This switches
imp
2003-04-26
1
-28
/
+22
*
Change default to be 'process all events before calling daemon.'
imp
2003-04-25
1
-2
/
+4
*
Kill debug printf that crept in my last commit
imp
2003-04-21
1
-1
/
+0
*
Implement a two new flags, and change the meaning of another one.
imp
2003-04-21
1
-11
/
+38
*
Put an anti-foot-shooting measure in place. Set hw.bus.devctl_disable
imp
2003-04-21
1
-0
/
+19
*
o Skip white space between variables better. This makes
imp
2003-04-21
1
-6
/
+17
*
devd.conf already has the examples in the todo list
imp
2003-04-21
1
-1
/
+0
*
Terminate the usage message with \n.
imp
2003-01-06
1
-1
/
+1
*
MFp4: make it work
imp
2003-01-06
1
-41
/
+181
*
Latest snapshot of devd. This one adds re-matching and string
imp
2002-12-18
1
-16
/
+88
*
MFp4 (imp_freebsd branch): snapshot of devd work:
imp
2002-12-07
1
-0
/
+591