iotop-c (1.26-1)
[PTS] [DDPO]
COMMITS: VCS has seen 11 commits since the v1.26 tag
- Git: https://github.com/Tomas-M/iotop.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 593920
- Browser: https://github.com/Tomas-M/iotop
- Last scan: 2024-12-08 17:42:11+00
- Next scan: 2024-12-09 17:22:00+00
- Debian changelog in Git:
iotop-c (1.26-1) unstable; urgency=medium
* Update to new upstream release of 1.26
- Clock in upper right corner
-- Boian Bonev <bbonev@ipacct.com> Sat, 03 Feb 2024 13:45:39 +0000
- This branch is 11 commits ahead of tag v1.26
- Git log:
commit dd2dbd1c1b62b29d6f3ee67c2958e64e8fb23794
Author: Boian Bonev <bbonev@ipacct.com>
Date: Thu Feb 29 19:51:18 2024 +0200
Remove no longer needed cast
commit b210ec543f68f885d53d50b6925f413c14cb3186
Author: Boian Bonev <bbonev@ipacct.com>
Date: Tue Feb 27 00:59:37 2024 +0000
Add more checks for unsupported compiler features
- Dependecy generation (-MM -MT / -MF)
- C standard (--std=gnu89)
- Full program optimization (-flto=auto)
- Position independent executable (-pie)
All the above enables building with tinyc compiler by e.g.
CC=tcc CFLAGS="-Dinline=''" make
Note that the above requires tcc built from git because
tcc versions 0.9.27 and below can not grok the regex library
commit e69c54adab1e0bdd92afe8c6d400515af0c8b74d
Author: Boian Bonev <bbonev@ipacct.com>
Date: Tue Feb 27 00:45:29 2024 +0000
Add more quirks to silence that warning
commit d8804171463ba668c43219c9be29bed7f1c76042
Author: Boian Bonev <bbonev@ipacct.com>
Date: Mon Feb 26 22:24:07 2024 +0000
Nuke gcc-13 false positive warning
commit d88785e848660ae38a5f76a560e4c9fbc91b20cd
Author: Boian Bonev <bbonev@ipacct.com>
Date: Mon Feb 26 23:59:48 2024 +0200
Add example of CFI build
commit 196738b7b841b2ebe3077212538deb66dfbb85c6
Author: Boian Bonev <bbonev@ipacct.com>
Date: Mon Feb 26 23:43:32 2024 +0200
Document config file path and behaviour
commit 14493b38e2032d92cfa83521c7b35423dc5374e2
Author: Boian Bonev <bbonev@ipacct.com>
Date: Sun Feb 25 03:15:39 2024 +0000
Add Miko Larsson
commit 0c198ec99af74e40a07e1404c87a1b1eb871ebfc
Author: Boian Bonev <bbonev@ipacct.com>
Date: Fri Feb 23 18:18:21 2024 +0000
Also change pidgen_cb to match pg_cb
commit 0eda55ffbb0a9fdbd3d9edb95789e9861375a55d
Merge: cea6d5c ce383b3
Author: Boian Bonev <bbonev@ipacct.com>
Date: Fri Feb 23 20:15:57 2024 +0200
Merge pull request #64 from mikoxyz/fix-cfi
src/iotop: correct pg_cb signature
commit ce383b31132d0b924c292135eb36771c20991714
Author: Miko Larsson <mikoxyzzz@gmail.com>
Date: Fri Feb 23 14:05:39 2024 +0100
src/iotop: correct pg_cb signature
This fixes CFI due to mismatching signatures between pg_cb and pid_cb.
commit cea6d5c7a41f2e7a842d4f244532759142af98b0
Author: Boian Bonev <bbonev@ipacct.com>
Date: Sun Feb 18 02:23:50 2024 +0200
Implement XDG Base Directory Specification
Closes: #63