aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Update userspace users of hw.bus.devctl_disable.Mateusz Guzik2014-03-261-4/+4
* | | | | | Apply a temporary band-aid for building devd with clang 3.4, libstdc++Dimitry Andric2014-03-241-0/+1
* | | | | | sbin/devd/devd.8Alan Somers2014-03-072-13/+19
* | | | | | sbin/devd/devd.ccAlan Somers2013-12-131-2/+2
* | | | | | sbin/devd/devd.ccAlan Somers2013-12-131-1/+20
* | | | | | devd: lower priority of action execution logging to infoAndriy Gapon2013-11-071-1/+1
* | | | | | devd: fix a typo in a commentAndriy Gapon2013-11-071-1/+1
| |_|_|_|/ |/| | | |
* | | | | Correct the printf format specifier for total_events.Alan Somers2013-07-081-2/+3
* | | | | Explicitly include <cstdarg> to fix compilation with libc++. It is implicitlyAlan Somers2013-07-021-0/+1
* | | | | style(9) fixes, including the removal of page break characters. No functionalAlan Somers2013-07-011-19/+19
* | | | | Add a SIGINFO handler to devd. It will send useful statistics to syslog orAlan Somers2013-07-011-0/+19
* | | | | Add syslog(3) support to devd(8).Alan Somers2013-07-012-36/+60
* | | | | Improve compatibility with recent flex from flex.sourceforge.net.Jung-uk Kim2013-05-031-2/+3
* | | | | Prefer using the C++ version of the standard headers. These place theEitan Adler2013-05-021-6/+7
* | | | | According to devctl(4), clients must read events whole; they may notAlan Somers2013-04-261-1/+1
| |_|_|/ |/| | |
* | | | devd: Correct typo in comment.Eitan Adler2013-03-041-1/+1
* | | | devd: Use simpler dst += *x instead of str.append(x, 1).Eitan Adler2013-03-041-6/+6
* | | | devd: Use string::empty() instea of string::length() == 0.Eitan Adler2013-03-041-1/+1
* | | | devd: Remove unnecessary empty default constructors.Eitan Adler2013-03-041-2/+0
* | | | devd: Remove empty virtual destructor from class, which has noch subclasses.Eitan Adler2013-03-041-1/+0
* | | | devd: Avoid unnecessary temporary objects (and simplify the code) when handli...Eitan Adler2013-03-041-3/+3
* | | | devd: Use the standard constructor of std::string instead of string("").Eitan Adler2013-03-041-1/+1
* | | | devd: Simplify while (1) { if (x) break; } to while (!x) {}.Eitan Adler2013-03-041-3/+1
* | | | devd: Remove call to _exit() from signal handler, which also sets a stop flag.Eitan Adler2013-03-041-1/+0
* | | | devd: Use volatile sig_atomic_t for the flag set by a signal handler.Eitan Adler2013-03-041-2/+2
* | | | Constify where possible.Eitan Adler2013-03-042-2/+2
* | | | Reflect CARP media-type departure.Sergey Kandaurov2013-02-211-3/+2
* | | | Separate items in the list of System values with .Pp to ease readability.Sergey Kandaurov2013-02-211-0/+4
| |_|/ |/| |
* | | Bump .Dd for the change in r246121.Niclas Zeising2013-02-051-1/+1
* | | Improve devd startup time, by tweaking some string handling routines that areIan Lepore2013-01-302-25/+32
* | | Fix a descriptor leak in devd. Clients reading /var/run/devd.pipe can closeIan Lepore2013-01-302-14/+95
* | | Prefer the use of initalizer lists to ctor assignment.Eitan Adler2012-12-062-3/+2
* | | Avoid the creation of a temporary object by using the prefix operatorEitan Adler2012-12-061-9/+9
* | | Constify where possibleEitan Adler2012-12-062-7/+7
* | | Fix an old bug in devd, where it uses std::sort() to sort the variousDimitry Andric2012-12-051-1/+1
| |/ |/|
* | document acpi_cpu devd notification about _CST changeAndriy Gapon2012-10-201-0/+2
* | Use O_CLOEXEC for open instead of separate fcntl(2) call.Pawel Jakub Dawidek2012-09-221-3/+1
|/
* Make devd build with libc++.Dimitry Andric2012-06-011-1/+1
* Fix world after byacc import:Baptiste Daroussin2012-05-221-0/+1
* Fix build.Gleb Smirnoff2012-01-061-1/+0
* o Sort .Xrs.Maxim Konovalov2011-12-191-2/+2
* In sbin/devd/devd.h, 'event_proc' and 'eps' are declared as structs. InDimitry Andric2011-12-171-2/+2
* Xref re_format(7) in devd.conf(5), not in devd(8).Gleb Smirnoff2011-12-162-5/+5
* Xref re_format(7).Gleb Smirnoff2011-12-161-2/+3
* - Add support for a "!" character in regex matching in devd(8). It invertsHiroki Sato2011-10-263-4/+19
* Typo. For USB devices, 'serial' should be 'sernum'.Bruce M Simpson2011-05-101-1/+1
* Don't generate input() since it's not used.Rebecca Cran2010-11-221-0/+1
* 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
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0