aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd
Commit message (Expand)AuthorAgeFilesLines
* 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
* devd bugs section is now OBEWarner Losh2003-02-141-3/+0
* These are OBE. devd.conf now lives in /etc.Warner Losh2003-01-092-126/+0
* Terminate the usage message with \n.Warner Losh2003-01-061-1/+1
* MFp4: make it workWarner Losh2003-01-061-41/+181
* devd not devddWarner Losh2003-01-061-1/+1
* english(4) police.Jens Schweikhardt2002-12-272-8/+8
* Latest snapshot of devd. This one adds re-matching and stringWarner Losh2002-12-182-17/+89
* MFp4 (imp_freebsd branch): snapshot of devd work:Warner Losh2002-12-078-316/+701
* Fixup FILES section to use proper width and to use a cross-reference toJohn Baldwin2002-11-181-2/+2
* Remove leading ^ from example of match line in vendor-supplied rules sinceJohn Baldwin2002-11-181-2/+2
* Add BUGS section and note departure of actual implementation from whatWarner Losh2002-11-182-0/+6
* Install devd.conf(5).Tim J. Robbins2002-11-141-1/+1
* Try to reword things a bit more to make it clearer.John Baldwin2002-11-131-3/+13
* - Fix some minor grammar and spelling nits.John Baldwin2002-11-131-10/+14
* devd. A daemon that hooks into the kernel's /dev/devctl to produceWarner Losh2002-10-209-0/+852