aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd/devd.cc
Commit message (Expand)AuthorAgeFilesLines
* Make devd build with libc++.Dimitry Andric2012-06-011-1/+1
* Fix build.Gleb Smirnoff2012-01-061-1/+0
* - Add support for a "!" character in regex matching in devd(8). It invertsHiroki Sato2011-10-261-3/+13
* Fix missing closedir()Kevin Lo2010-11-211-0/+1
* Allow the kernel to generate more spacy things and still have devdWarner Losh2010-10-091-0/+8
* - Avoid calling the copy constructor when it is not necessary.Ulf Lilleengen2010-07-291-4/+3
* - Remove unused instance of string.Ulf Lilleengen2010-07-291-1/+0
* Expand system into my_system, and add the necessary tidyness that weWarner Losh2010-06-291-2/+94
* Send all debug to stderr.Poul-Henning Kamp2008-12-141-2/+2
* Add -f option to program's usage(), fix manpage's SYNOPSIS.Ruslan Ermilov2006-09-171-1/+1
* o Yacc's lineno variable holds a total number of parsed lines.Maxim Konovalov2006-04-141-0/+1
* Use pidfile(3).Pawel Jakub Dawidek2006-01-301-9/+30
* It was always intended that regular expression matching be caseWarner Losh2006-01-081-1/+1
* Add a -f configfile option to devd(8), based on a patch submitted byJoseph Koshy2005-11-241-2/+7
* Reuse delete_and_clear() template helper.Alexander Nedotsukov2005-11-141-5/+1
* Make devd WARNS=4 clean and bump WARNS accordingly. This will insureBrooks Davis2005-10-191-2/+2
* As pointed out on current@, we don't want to declare a variable in a scopeWarner Losh2005-10-191-1/+1
* media-type predicate is used in contexts where device-name is undefined.Warner Losh2005-10-041-1/+9
* * Open permissions on /var/run/devd.pipe so that any user can read devd eventsJoe Marcus Clarke2005-07-131-1/+3
* Replace fch{mod,own} with straight ch{mod,own} as the former cannot be usedJoe Marcus Clarke2005-07-131-2/+2
* Add the ability to match the on a media type of the device in question.Warner Losh2005-07-101-0/+74
* Ignore sigpipe so we can properly detach clients to the pipe.Warner Losh2005-05-161-0/+2
* Fix parsing of nomatch events.Warner Losh2005-04-181-3/+6
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-1/+1
* Create a unix domain socket and write to it all the events that comeWarner Losh2004-07-011-14/+86
* Parse the ! lines that will soon be coming from the kernel. These areWarner Losh2003-10-241-9/+36
* Remove old workaroundWarner Losh2003-07-231-3/+1
* Drop the pid file after we call the final daemon call. w/o -n wouldWarner Losh2003-07-051-2/+4
* sysctlbyname takes a size_t as its 5th argument, not a pointer.Warner Losh2003-05-021-1/+1
* Create a new C++ header file called devd.hh which has all the classWarner Losh2003-04-261-101/+2
* Update to use is_id_char() in the last patch. I should have done thisWarner Losh2003-04-261-2/+1
* Make better use of the string type when parsing things. This switchesWarner Losh2003-04-261-28/+22
* Change default to be 'process all events before calling daemon.'Warner Losh2003-04-251-2/+4
* Kill debug printf that crept in my last commitWarner Losh2003-04-211-1/+0
* Implement a two new flags, and change the meaning of another one.Warner Losh2003-04-211-11/+38
* Put an anti-foot-shooting measure in place. Set hw.bus.devctl_disableWarner Losh2003-04-211-0/+19
* o Skip white space between variables better. This makesWarner Losh2003-04-211-6/+17
* devd.conf already has the examples in the todo listWarner Losh2003-04-211-1/+0
* Terminate the usage message with \n.Warner Losh2003-01-061-1/+1
* MFp4: make it workWarner Losh2003-01-061-41/+181
* Latest snapshot of devd. This one adds re-matching and stringWarner Losh2002-12-181-16/+88
* MFp4 (imp_freebsd branch): snapshot of devd work:Warner Losh2002-12-071-0/+591