aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd
Commit message (Expand)AuthorAgeFilesLines
* Send all debug to stderr.Poul-Henning Kamp2008-12-141-2/+2
* Clarify that configuration files must be named '*.conf'Poul-Henning Kamp2008-12-141-1/+1
* No need to be gratuitously style(9) non-compliant here, even thoughWarner Losh2008-03-211-1/+1
* Minor initialization change to not trigger bogus gcc warning aboutWarner Losh2007-12-211-1/+1
* Reduce the WARNS level across the board due to a warning that occursJohn Birrell2007-11-191-1/+3
* Fix the description of "media-type".Ruslan Ermilov2006-10-241-3/+14
* Revise the markup, sort sections, fix some grammar bugs.Ruslan Ermilov2006-10-211-116/+119
* flesh out the devd.conf man page... Mostly from the PR, but did a coupleJohn-Mark Gurney2006-10-071-8/+298
* Add -f option to program's usage(), fix manpage's SYNOPSIS.Ruslan Ermilov2006-09-172-4/+3
* 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-303-12/+35
* It was always intended that regular expression matching be caseWarner Losh2006-01-081-1/+1
* Rev 1.15 should have incremented the date on this manual page.Joseph Koshy2005-12-191-1/+1
* Add a -f configfile option to devd(8), based on a patch submitted byJoseph Koshy2005-11-242-5/+33
* 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-192-3/+3
* 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-105-1/+101
* 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
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-101-1/+1
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-211-1/+1
* Clarify that devd will only parse files whose names end in .conf.Ceri Davies2004-11-281-1/+3
* mdoc(7) fixes.Ruslan Ermilov2004-07-071-1/+3
* Create a unix domain socket and write to it all the events that comeWarner Losh2004-07-012-14/+91
* Parse the ! lines that will soon be coming from the kernel. These areWarner Losh2003-10-245-10/+48
* fix typo: s/Instaed/Instead/Ralf S. Engelschall2003-09-261-1/+1
* At imp's request, force devd to be statically compiled. This avoids theGordon Tetlow2003-08-171-0/+2
* Simplistic C comment re is wrong, use more correct oneWarner Losh2003-07-231-1/+1
* 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
* mdoc(7) fixes: Expand contraction.Ruslan Ermilov2003-05-171-1/+1
* Allow zero or more actions in an action list, rather than requiringWarner Losh2003-05-151-0/+3
* 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-263-101/+172
* 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-212-14/+45
* 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
* This can't obviously be cleaner than system headers.Ruslan Ermilov2003-04-011-1/+1
* mdoc(7) police: Revision.Ruslan Ermilov2003-03-032-24/+38
* The bugs section hasn't been true since before 5.0-RWarner Losh2003-02-141-3/+0