summaryrefslogtreecommitdiff
path: root/usr.sbin/hotplugd/hotplugd.c
AgeCommit message (Expand)Author
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2020-10-15Accommodate POSIX basename(3) that takes a non-const parameter andChristian Weisgerber
2019-04-30Restrict filesystem access with unveil(2):Ricardo Mestre
2016-07-31Close /dev/hotplug on exec(). Otherwise a restart of the daemon mayMartin Natano
2015-11-19pledge "stdio rpath proc exec" for entire lifetime. rpath must remainTheo de Raadt
2010-01-10Make hotplugd to not complain if any of attach or detach scriptAlexander Yurchenko
2009-06-26If two or more children exit before hotplugd is scheduled only one SIGCHLDKurt Miller
2009-06-10Ignore ECHILD returns from waitpid() in the signal handler; it appears wePhilip Guenthe
2008-05-25- chat to syslog if the script file can't be read or executed.Jasper Lievisse Adriaanse
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
2006-05-28Device id was removed from hotplug events so cope with this.Michael Knudsen
2006-05-28Include device id in hotplug event logging. id is passed as newMichael Knudsen
2006-04-05Reap childs asynchronously in the signal handler.Alexander Yurchenko
2006-04-05ARGSUSED for signal handler to please lint.Alexander Yurchenko
2004-05-30Better error message.Alexander Yurchenko
2004-05-30Missing waitpid, noticed by Gregory Steuck <greg@y2004.nest.cx>.Alexander Yurchenko
2004-05-30hotplugd -- devices hot plugging monitor daemon.Alexander Yurchenko