summaryrefslogtreecommitdiffstats
path: root/sbin/devd/devd.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix build.glebius2012-01-061-1/+0
* - Add support for a "!" character in regex matching in devd(8). It invertshrs2011-10-261-3/+13
* Fix missing closedir()kevlo2010-11-211-0/+1
* Allow the kernel to generate more spacy things and still have devdimp2010-10-091-0/+8
* - Avoid calling the copy constructor when it is not necessary.lulf2010-07-291-4/+3
* - Remove unused instance of string.lulf2010-07-291-1/+0
* Expand system into my_system, and add the necessary tidyness that weimp2010-06-291-2/+94
* Send all debug to stderr.phk2008-12-141-2/+2
* Add -f option to program's usage(), fix manpage's SYNOPSIS.ru2006-09-171-1/+1
* o Yacc's lineno variable holds a total number of parsed lines.maxim2006-04-141-0/+1
* Use pidfile(3).pjd2006-01-301-9/+30
* It was always intended that regular expression matching be caseimp2006-01-081-1/+1
* Add a -f configfile option to devd(8), based on a patch submitted byjkoshy2005-11-241-2/+7
* Reuse delete_and_clear() template helper.bland2005-11-141-5/+1
* Make devd WARNS=4 clean and bump WARNS accordingly. This will insurebrooks2005-10-191-2/+2
* As pointed out on current@, we don't want to declare a variable in a scopeimp2005-10-191-1/+1
* media-type predicate is used in contexts where device-name is undefined.imp2005-10-041-1/+9
* * Open permissions on /var/run/devd.pipe so that any user can read devd eventsmarcus2005-07-131-1/+3
* Replace fch{mod,own} with straight ch{mod,own} as the former cannot be usedmarcus2005-07-131-2/+2
* Add the ability to match the on a media type of the device in question.imp2005-07-101-0/+74
* Ignore sigpipe so we can properly detach clients to the pipe.imp2005-05-161-0/+2
* Fix parsing of nomatch events.imp2005-04-181-3/+6
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-1/+1
* Create a unix domain socket and write to it all the events that comeimp2004-07-011-14/+86
* Parse the ! lines that will soon be coming from the kernel. These areimp2003-10-241-9/+36
* Remove old workaroundimp2003-07-231-3/+1
* Drop the pid file after we call the final daemon call. w/o -n wouldimp2003-07-051-2/+4
* sysctlbyname takes a size_t as its 5th argument, not a pointer.imp2003-05-021-1/+1
* Create a new C++ header file called devd.hh which has all the classimp2003-04-261-101/+2
* Update to use is_id_char() in the last patch. I should have done thisimp2003-04-261-2/+1
* Make better use of the string type when parsing things. This switchesimp2003-04-261-28/+22
* Change default to be 'process all events before calling daemon.'imp2003-04-251-2/+4
* Kill debug printf that crept in my last commitimp2003-04-211-1/+0
* Implement a two new flags, and change the meaning of another one.imp2003-04-211-11/+38
* Put an anti-foot-shooting measure in place. Set hw.bus.devctl_disableimp2003-04-211-0/+19
* o Skip white space between variables better. This makesimp2003-04-211-6/+17
* devd.conf already has the examples in the todo listimp2003-04-211-1/+0
* Terminate the usage message with \n.imp2003-01-061-1/+1
* MFp4: make it workimp2003-01-061-41/+181
* Latest snapshot of devd. This one adds re-matching and stringimp2002-12-181-16/+88
* MFp4 (imp_freebsd branch): snapshot of devd work:imp2002-12-071-0/+591
OpenPOWER on IntegriCloud