summaryrefslogtreecommitdiffstats
path: root/sbin/devd
Commit message (Expand)AuthorAgeFilesLines
* Bump .Dd for the change in r246121.zeising2013-02-051-1/+1
* Improve devd startup time, by tweaking some string handling routines that areian2013-01-302-25/+32
* Fix a descriptor leak in devd. Clients reading /var/run/devd.pipe can closeian2013-01-302-14/+95
* Prefer the use of initalizer lists to ctor assignment.eadler2012-12-062-3/+2
* Avoid the creation of a temporary object by using the prefix operatoreadler2012-12-061-9/+9
* Constify where possibleeadler2012-12-062-7/+7
* Fix an old bug in devd, where it uses std::sort() to sort the variousdim2012-12-051-1/+1
* document acpi_cpu devd notification about _CST changeavg2012-10-201-0/+2
* 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 world after byacc import:bapt2012-05-221-0/+1
* Fix build.glebius2012-01-061-1/+0
* o Sort .Xrs.maxim2011-12-191-2/+2
* In sbin/devd/devd.h, 'event_proc' and 'eps' are declared as structs. Indim2011-12-171-2/+2
* Xref re_format(7) in devd.conf(5), not in devd(8).glebius2011-12-162-5/+5
* Xref re_format(7).glebius2011-12-161-2/+3
* - Add support for a "!" character in regex matching in devd(8). It invertshrs2011-10-263-4/+19
* Typo. For USB devices, 'serial' should be 'sernum'.bms2011-05-101-1/+1
* Don't generate input() since it's not used.brucec2010-11-221-0/+1
* Fix missing closedir()kevlo2010-11-211-0/+1
* Allow the kernel to generate more spacy things and still have devdimp2010-10-091-0/+8
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-1/+1
* - 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-292-2/+95
* Document the new USB notification types.thompsa2010-04-221-1/+55
* Bump WARNS where possible.uqs2010-02-151-2/+1
* o Spell. Sort .Xrs.maxim2009-03-081-7/+7
* Document several notifications, among them are DEVFS, update to ifneti,kib2009-03-081-3/+58
* Send all debug to stderr.phk2008-12-141-2/+2
* Clarify that configuration files must be named '*.conf'phk2008-12-141-1/+1
* No need to be gratuitously style(9) non-compliant here, even thoughimp2008-03-211-1/+1
* Minor initialization change to not trigger bogus gcc warning aboutimp2007-12-211-1/+1
* Reduce the WARNS level across the board due to a warning that occursjb2007-11-191-1/+3
* Fix the description of "media-type".ru2006-10-241-3/+14
* Revise the markup, sort sections, fix some grammar bugs.ru2006-10-211-116/+119
* flesh out the devd.conf man page... Mostly from the PR, but did a couplejmg2006-10-071-8/+298
* Add -f option to program's usage(), fix manpage's SYNOPSIS.ru2006-09-172-4/+3
* o Yacc's lineno variable holds a total number of parsed lines.maxim2006-04-141-0/+1
* Use pidfile(3).pjd2006-01-303-12/+35
* It was always intended that regular expression matching be caseimp2006-01-081-1/+1
* Rev 1.15 should have incremented the date on this manual page.jkoshy2005-12-191-1/+1
* Add a -f configfile option to devd(8), based on a patch submitted byjkoshy2005-11-242-5/+33
* Reuse delete_and_clear() template helper.bland2005-11-141-5/+1
* Make devd WARNS=4 clean and bump WARNS accordingly. This will insurebrooks2005-10-192-3/+3
* 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
OpenPOWER on IntegriCloud