freebsd-dev/sbin/devd
Eitan Adler 6d58c721c6 devd: Use the standard constructor of std::string instead of string("").
Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
Approved by:	cperciva (mentor)
2013-03-04 02:21:17 +00:00
..
devd.8 Bump .Dd for the change in r246121. 2013-02-05 14:29:37 +00:00
devd.cc devd: Simplify while (1) { if (x) break; } to while (!x) {}. 2013-03-04 02:21:15 +00:00
devd.conf.5 Reflect CARP media-type departure. 2013-02-21 21:35:09 +00:00
devd.h Add the ability to match the on a media type of the device in question. 2005-07-10 03:37:15 +00:00
devd.hh devd: Use the standard constructor of std::string instead of string(""). 2013-03-04 02:21:17 +00:00
Makefile Bump WARNS where possible. 2010-02-15 14:07:40 +00:00
parse.y Fix world after byacc import: 2012-05-22 16:33:10 +00:00
token.l Don't generate input() since it's not used. 2010-11-22 12:33:48 +00:00