summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hotplugd
AgeCommit message (Expand)AuthorFilesLines
2020-10-15Accommodate POSIX basename(3) that takes a non-const parameter andnaddy1-2/+6
2019-05-11socppc makes an extended visit to the bigbucket.deraadt1-2/+2
2019-04-30Restrict filesystem access with unveil(2):mestre1-4/+10
2017-01-23Build gpioctl(8) and hotplugd(8) on arm64.jsg1-6/+6
2016-09-03Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenguenther1-2/+2
2016-08-10armish handled some early-gen arm machines, which required tons ofderaadt1-3/+2
2016-07-31Close /dev/hotplug on exec(). Otherwise a restart of the daemon maynatano1-2/+2
2016-05-11remove hppa64 port, which we never got going beyond broken single users.deraadt1-2/+2
2015-11-19pledge "stdio rpath proc exec" for entire lifetime. rpath must remainderaadt1-1/+4
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.sobrado1-6/+6
2014-01-21obvious .Pa fixes; found with mandocdb(8)schwarze1-3/+3
2013-09-04Beagle has been replaced by armv7.patrick1-2/+2
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze1-3/+3
2013-05-30This might be useful on beagle, too.florian1-5/+5
2013-03-25the unused palm code goes away.deraadt1-2/+2
2010-07-20do not use gcc -W options which you do not understandderaadt1-2/+2
2010-01-30Build on loongson, and sort platform list.miod1-6/+7
2010-01-10Make hotplugd to not complain if any of attach or detach scriptgrange1-3/+4
2009-09-09Palm: Integration into the treemarex1-2/+2
2009-06-26If two or more children exit before hotplugd is scheduled only one SIGCHLDkurt1-5/+10
2009-06-10Ignore ECHILD returns from waitpid() in the signal handler; it appears weguenther1-2/+3
2009-06-04hotplugd is on so many, give up on MANSUBDIRderaadt1-2/+1
2009-06-03- enable on sgijasper1-4/+5
2009-03-20- grammar tweakjasper1-3/+3
2008-12-07Change example to run /etc/netstart always (secure by default).ian1-8/+4
2008-11-06use spacing consistently to make example shorter and more readable;sobrado1-6/+2
2008-11-06More complete example, for e.g., usb devices that need wep/wpa keys.ian1-4/+8
2008-05-25- chat to syslog if the script file can't be read or executed.jasper1-3/+4
2008-05-13Build on socppc too.miod1-5/+5
2008-05-12Error out with usage line if additional arguments are given after thepyr1-1/+6
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-10-14landisk will need this tooderaadt1-3/+4
2006-07-25amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spreadhenning1-2/+2
2006-06-06System build pieces for armish arch.drahn1-5/+5
2006-06-01simplify example, ok grange, jmcmarkus1-2/+2
2006-05-31more tweaks; ok grangejmc1-7/+12
2006-05-31tweak the sample attach script; ok grangejmc1-3/+3
2006-05-28Device id was removed from hotplug events so cope with this.mk1-12/+10
2006-05-28Include device id in hotplug event logging. id is passed as newmk1-10/+12
2006-04-05Reap childs asynchronously in the signal handler.grange1-12/+37
2006-04-05ARGSUSED for signal handler to please lint.grange1-1/+2
2006-01-11hotplug(4) and hotplugd(8) heremartin1-4/+5
2005-01-18Build hotplug on zaurus, link manpage in zaurus dir.drahn1-3/+3
2004-12-25More secure exampleian1-2/+2
2004-05-30Better error message.grange1-2/+2
2004-05-30Missing waitpid, noticed by Gregory Steuck <greg@y2004.nest.cx>.grange1-1/+15
2004-05-30Can only exist on alpha, amd64, i386, macppc and sparc64.grange1-2/+14
2004-05-30hotplugd -- devices hot plugging monitor daemon.grange3-0/+301