aboutsummaryrefslogtreecommitdiffstats
path: root/nlplug-findfs.c
Commit message (Expand)AuthorAgeFilesLines
* nlplug-findfs: do not try execute programs that does not existsNatanael Copa2015-11-251-4/+13
* nlplug-findfs: print device name user expectsNatanael Copa2015-11-251-1/+2
* nlplug-findfs: make lvm more silentNatanael Copa2015-11-251-1/+1
* nlplug-findfs: fix cryptsetup race conditionNatanael Copa2015-11-251-18/+115
* nlplug-findfs: use bit mask to indicate running threadNatanael Copa2015-11-251-5/+12
* nlplug-findfs: compare device node major/minorNatanael Copa2015-11-241-15/+29
* nlplug-findfs: improve debug infoNatanael Copa2015-11-231-2/+3
* nlplug-findfs: asynchronously fork child processesTimo Teräs2015-10-241-82/+185
* nlplug-findfs: check for valid key value pair in uevent processingTimo Teräs2015-10-241-1/+1
* nlplug-findfs: make all functions staticTimo Teräs2015-10-231-16/+14
* nlplug-findfs: maintain environment for exec's in arrayTimo Teräs2015-10-231-22/+30
* nlplug-findfs: support search for /dev/<devname>Natanael Copa2015-10-221-2/+3
* nlplug-findfs: make sure we handle all events in queueNatanael Copa2015-10-191-1/+7
* nlplug-findfs: wait indefinitively til trigger thread is completeNatanael Copa2015-10-191-11/+14
* nlplug-findfs: use DT_UNKNOWN to detect if lstat is to be usedNatanael Copa2015-10-191-10/+4
* nlplug-findfs: dont exit before trigger thread is completeNatanael Copa2015-10-141-1/+1
* nlplug-findfs: avoid lstat syscall wen scanning /sys if possibleNatanael Copa2015-10-091-5/+18
* nlplug-findfs: increase timeout if usb-storage was foundNatanael Copa2015-10-091-1/+11
* nlplug-findfs: allow user to override timeout with -t optionNatanael Copa2015-10-091-2/+8
* nlplug-findfs: fix exit codeNatanael Copa2015-10-081-5/+3
* nlplug-findfs: save stackspace while recursing dir treeNatanael Copa2015-10-081-12/+26
* nlplug-findfs: fix recursing dirs on isofsNatanael Copa2015-10-081-3/+12
* nlplug-findfs: clean up netlink socketNatanael Copa2015-10-081-2/+6
* nlplug-findfs: remove mountdir optionNatanael Copa2015-10-081-17/+6
* nlplug-findfs: add -a option to find apkovlNatanael Copa2015-10-081-29/+82
* nlplug-findfs: add help text for -bNatanael Copa2015-10-081-0/+1
* nlplug-findfs: search for .boot_repositoryNatanael Copa2015-10-071-44/+137
* nlplug-findfs: refactor recursing dir treeNatanael Copa2015-09-241-15/+28
* nlplug-findfs: run trigger in threadNatanael Copa2015-09-231-13/+33
* nlplug-findfs: fix usage helpNatanael Copa2015-09-231-15/+28
* nlplug-findfs: do not depend on external trigger scriptNatanael Copa2015-09-231-7/+35
* add new tool nlplug-findfsNatanael Copa2015-09-231-0/+511