| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump WARNS where possible. | uqs | 2010-02-15 | 1 | -2/+1 |
* | o Spell. Sort .Xrs. | maxim | 2009-03-08 | 1 | -7/+7 |
* | Document several notifications, among them are DEVFS, update to ifneti, | kib | 2009-03-08 | 1 | -3/+58 |
* | Send all debug to stderr. | phk | 2008-12-14 | 1 | -2/+2 |
* | Clarify that configuration files must be named '*.conf' | phk | 2008-12-14 | 1 | -1/+1 |
* | No need to be gratuitously style(9) non-compliant here, even though | imp | 2008-03-21 | 1 | -1/+1 |
* | Minor initialization change to not trigger bogus gcc warning about | imp | 2007-12-21 | 1 | -1/+1 |
* | Reduce the WARNS level across the board due to a warning that occurs | jb | 2007-11-19 | 1 | -1/+3 |
* | Fix the description of "media-type". | ru | 2006-10-24 | 1 | -3/+14 |
* | Revise the markup, sort sections, fix some grammar bugs. | ru | 2006-10-21 | 1 | -116/+119 |
* | flesh out the devd.conf man page... Mostly from the PR, but did a couple | jmg | 2006-10-07 | 1 | -8/+298 |
* | Add -f option to program's usage(), fix manpage's SYNOPSIS. | ru | 2006-09-17 | 2 | -4/+3 |
* | o Yacc's lineno variable holds a total number of parsed lines. | maxim | 2006-04-14 | 1 | -0/+1 |
* | Use pidfile(3). | pjd | 2006-01-30 | 3 | -12/+35 |
* | It was always intended that regular expression matching be case | imp | 2006-01-08 | 1 | -1/+1 |
* | Rev 1.15 should have incremented the date on this manual page. | jkoshy | 2005-12-19 | 1 | -1/+1 |
* | Add a -f configfile option to devd(8), based on a patch submitted by | jkoshy | 2005-11-24 | 2 | -5/+33 |
* | Reuse delete_and_clear() template helper. | bland | 2005-11-14 | 1 | -5/+1 |
* | Make devd WARNS=4 clean and bump WARNS accordingly. This will insure | brooks | 2005-10-19 | 2 | -3/+3 |
* | As pointed out on current@, we don't want to declare a variable in a scope | imp | 2005-10-19 | 1 | -1/+1 |
* | media-type predicate is used in contexts where device-name is undefined. | imp | 2005-10-04 | 1 | -1/+9 |
* | * Open permissions on /var/run/devd.pipe so that any user can read devd events | marcus | 2005-07-13 | 1 | -1/+3 |
* | Replace fch{mod,own} with straight ch{mod,own} as the former cannot be used | marcus | 2005-07-13 | 1 | -2/+2 |
* | Add the ability to match the on a media type of the device in question. | imp | 2005-07-10 | 5 | -1/+101 |
* | Ignore sigpipe so we can properly detach clients to the pipe. | imp | 2005-05-16 | 1 | -0/+2 |
* | Fix parsing of nomatch events. | imp | 2005-04-18 | 1 | -3/+6 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 1 | -1/+1 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-10 | 1 | -1/+1 |
* | NOSHARED -> NO_SHARED | ru | 2004-12-21 | 1 | -1/+1 |
* | Clarify that devd will only parse files whose names end in .conf. | ceri | 2004-11-28 | 1 | -1/+3 |
* | mdoc(7) fixes. | ru | 2004-07-07 | 1 | -1/+3 |
* | Create a unix domain socket and write to it all the events that come | imp | 2004-07-01 | 2 | -14/+91 |
* | Parse the ! lines that will soon be coming from the kernel. These are | imp | 2003-10-24 | 5 | -10/+48 |
* | fix typo: s/Instaed/Instead/ | rse | 2003-09-26 | 1 | -1/+1 |
* | At imp's request, force devd to be statically compiled. This avoids the | gordon | 2003-08-17 | 1 | -0/+2 |
* | Simplistic C comment re is wrong, use more correct one | imp | 2003-07-23 | 1 | -1/+1 |
* | Remove old workaround | imp | 2003-07-23 | 1 | -3/+1 |
* | Drop the pid file after we call the final daemon call. w/o -n would | imp | 2003-07-05 | 1 | -2/+4 |
* | mdoc(7) fixes: Expand contraction. | ru | 2003-05-17 | 1 | -1/+1 |
* | Allow zero or more actions in an action list, rather than requiring | imp | 2003-05-15 | 1 | -0/+3 |
* | sysctlbyname takes a size_t as its 5th argument, not a pointer. | imp | 2003-05-02 | 1 | -1/+1 |
* | Create a new C++ header file called devd.hh which has all the class | imp | 2003-04-26 | 3 | -101/+172 |
* | Update to use is_id_char() in the last patch. I should have done this | imp | 2003-04-26 | 1 | -2/+1 |
* | Make better use of the string type when parsing things. This switches | imp | 2003-04-26 | 1 | -28/+22 |
* | Change default to be 'process all events before calling daemon.' | imp | 2003-04-25 | 1 | -2/+4 |
* | Kill debug printf that crept in my last commit | imp | 2003-04-21 | 1 | -1/+0 |
* | Implement a two new flags, and change the meaning of another one. | imp | 2003-04-21 | 2 | -14/+45 |
* | Put an anti-foot-shooting measure in place. Set hw.bus.devctl_disable | imp | 2003-04-21 | 1 | -0/+19 |
* | o Skip white space between variables better. This makes | imp | 2003-04-21 | 1 | -6/+17 |
* | devd.conf already has the examples in the todo list | imp | 2003-04-21 | 1 | -1/+0 |