summaryrefslogtreecommitdiffstats
path: root/sbin/devd/devd.cc
Commit message (Expand)AuthorAgeFilesLines
* devd: Correct typo in comment.eadler2013-03-041-1/+1
* devd: Use simpler dst += *x instead of str.append(x, 1).eadler2013-03-041-6/+6
* devd: Use string::empty() instea of string::length() == 0.eadler2013-03-041-1/+1
* devd: Avoid unnecessary temporary objects (and simplify the code) when handli...eadler2013-03-041-3/+3
* devd: Simplify while (1) { if (x) break; } to while (!x) {}.eadler2013-03-041-3/+1
* devd: Remove call to _exit() from signal handler, which also sets a stop flag.eadler2013-03-041-1/+0
* devd: Use volatile sig_atomic_t for the flag set by a signal handler.eadler2013-03-041-2/+2
* Constify where possible.eadler2013-03-041-1/+1
* Improve devd startup time, by tweaking some string handling routines that areian2013-01-301-23/+29
* Fix a descriptor leak in devd. Clients reading /var/run/devd.pipe can closeian2013-01-301-14/+88
* Prefer the use of initalizer lists to ctor assignment.eadler2012-12-061-2/+1
* Avoid the creation of a temporary object by using the prefix operatoreadler2012-12-061-9/+9
* Constify where possibleeadler2012-12-061-4/+4
* Fix an old bug in devd, where it uses std::sort() to sort the variousdim2012-12-051-1/+1
* Use O_CLOEXEC for open instead of separate fcntl(2) call.pjd2012-09-221-3/+1
* Make devd build with libc++.dim2012-06-011-1/+1
* 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
OpenPOWER on IntegriCloud