aboutsummaryrefslogtreecommitdiff
path: root/progressbar.c
Commit message (Collapse)AuthorAge
* assert() is evil but fuck it, removed stupid codelns2019-12-23
|
* added fn's for iterating over whole procfs and find pid's associated with ↵Toni Uhlig2019-11-27
| | | | | | the opened target file Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* limit the size of /proc/*/cmdline and max printable terminal len/width, ↵lns2019-11-26
| | | | improved FD/FILE printing including CMDLINE/PID
* added nsleep() simple nanosleep funclns2019-11-26
|
* fixed (explicit signed) numeric casts and invalid enum namingToni Uhlig2019-11-25
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* simple af terminal progressbar watches position of a fd of a filelns2019-11-17
|
* basic progressbar shows file position/max-sizelns2019-11-13
|
* progressbar fd position extractionlns2019-11-11
|
* added progressbar for monitoring file stream position via procfsToni Uhlig2019-09-14
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>