AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- update to version 0.02.09 * Makefile: bump version * debian/control: update Standards-Version to 4.1.2 * health-check: unconstify metadata to clean up build warning * syscall: remove extraneous pid_size declaration * fnotify: fix build warning, include <sys/sysmacros.h> * Update copyright year
- update to version 0.02.08 * Update to Standards-Version: 4.1.1
- update to version 0.02.06 * Makefile: bump version * Manual: update copyright year and manual date * Add variable pid size handling. * syscall: cast pid to unsigned long to ensure hash does not overflow * Remove duplicate check on fnotify_files.head - update to version 0.02.05 * Makefile: bump version * Makefile: line break on OBJS line * voidify returns from close, fclose, closedir, etc * Update copyright year * Remove alloc shim for debugging heap. * syscall: fix inconsistent indenting - update to version 0.02.04 * Makefile: bump version * json: fix comment * syscall: fix shadowing warnings * Move procs_traced declaration to after the header includes * syscall: fix shadowing of string tmp * Makefile: remove status.[cho], it's not required as yet * fnotify: fix some shadowing on link pointer l * fnotify: make helper function static * fnotify: add some constifications * event: use floating point FLOAT_CMP macro for zero compare * event: add some more constifications * cpustat: use floating point FLOAT_CMP macro for zero compare * cpustat: add some constifications * health-check.h: add math.h * health-check: make helper function static * syscall: use FLOAT_CMP for float compare != 0 * syscall: make helper functions static * ctxt-switch: use FLOAT_CMP to compare float against zero * ctxt-switch: add some constifications * mem: use FLOAT_CMP for float comparison to zero * mem: add some constifications * syscall: use floating point FLOAT_CMP macro for zero compare * syscall: more constifications * syscall constify pointers * compare floating point values with a little bit of slop * Makefile: add PEDANTIC flags - update to version 0.02.03 * Makefile: bump version * Debian/control: update Standards-Version to 3.9.8 * Use strtok instead of strtok_r
- update to version 0.02.02 - upstream does not provide a changelog
- initial package