fortiz
fortiz
Replaces SUBDIRS and replaces with M, because [SUBDIRS was removed in the Linux Kernel 5.3](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7e35b42591c058b91282f95ce3b2cf0c05ffe93d)
Replace scandir with pv_fs_dir wrapper in fs.c Replace scandir with pv_fs_dir in apparmor.c Replace scandir with pv_fs_dir in pantahub.c Replace scandir with pv_fs_dir in storage.c NOTE: still not tested, that's...
Improve TSH library * Reuse code for all functions * Replace `select` and friends by `epoll` * Keep the API to avoid compatibility issues
Creates a new PH logger as a logserver sink
Fix entries on pv.log who contains multiple log lines, now they are split, and each log line has one entry on pv.log
* Remove unnecessary fclose(), on rpiab.c:239 * Remove an "always true" condition , on updater.c:466 Both are warning (and errors due to -werror) with the new compiler
This PR allow to logserver set `ignore_loglevel` and `printk_devkmsg=on` when is needed, this is when some of the stdout* outputs is active (both options in this case) or when pv_capture_dmesg...
Adds new phlogger service. * Use a queue (on a file) to temporary store logs * Receive logs in json format * Stop using xattr to check the already sent...