AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to version 0.03.07 * net.c: move declaration of send_total recv_total fix build failure
- Supplement against bash-completion, not bash
- Drop SLE12 compat ifdef
- Update to version 0.03.06 * Add bash completion script
- Update to version 0.03.05 * pid: sanity check for null return from basename call
- Update to version 0.03.04 * syscall: handle a null return from localtime * set *inode to zero to clear up a static analysis false warning * ignore return from proc_pids_add_proc * net: pass size of link string in net_get_inode_by_path
- Update to version 0.03.03 * No functional changes
- Update to version 0.03.01 * Use safer strlcpy instead of strncpy * Remove events.h and references to timer stats * Fix buffer truncation warnings from gcc-9 * Specify trusty in travis file * Add older package name for json c - Add BuildRequires: pkgconfig(libbsd) - Use https for Source and URL
- Update to version 0.03.00 * Makefile: bump version to 3.0 * debian/copyright: use secure URI * debian/compat: update to 11 * debian/control: set debhelper version to >=11 * debian/control: remove empty last line * remove event metrics since newer kernels don't support this API
- 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