Debian Patches
Status for procps/2:4.0.6-2
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| remove_strtod_tests | Remove strtol tests On some architectures strol tests fail so we will skip them here | Craig Small <csmall@debian.org> | no | debian | 2024-10-15 | |
| disable_sched_test | Disable ps sched test Disables the command to test the class of scheduler used in ps -o cls For some reason, some Debian buildds fail on this test, however running the command in the environment works, chalk it down to buildd oddness and move along. |
Craig Small <csmall@debian.org> | no | debian | Debian | 2024-10-15 |
| uptime_test | w test add FROM column The tests assume you haven't enabled the FROM column for w by default Debian has this enabled by default |
Craig Small <csmall@debian.org> | no | Debian | 2026-01-29 | |
| pmap_test | pmap tests Make the double value check have a looser regex Skip pmap -X 1 if the file doesn't exist or is readable |
Craig Small <csmall@dropbear.xyz> | yes | 2024-10-15 | ||
| makefile_add_pkill | Add pkill.1 to installation Due to a missing \ pkill.1 didnt get installed | Craig Small <csmall@debian.org> | yes | Debian | 2026-01-29 | |
| no-hugetlb | Description: MAP_HUGETLB is Linux specific. Ignore when not available. diff -ur procps-4.0.6.orig/testsuite/ps.test/test-hugetlb.c procps-4.0.6/testsuite/ps.test/test-hugetlb.c |
Mattias Ellert <mattias.ellert@physics.uu.se> | no | |||
| no-boottime | Description: CLOCK_BOOTTIME is a Linux extension. Use CLOCK_MONOTONIC when not available. diff -ur procps-4.0.6.orig/library/pids.c procps-4.0.6/library/pids.c |
Mattias Ellert <mattias.ellert@physics.uu.se> | no | |||
| no-opath | Description: O_PATH is a Linux extension. The corresponding extension on GNU/Hurd is O_NORW. |
Mattias Ellert <mattias.ellert@physics.uu.se> | no | |||
| fix-pointer-check | Description: Any pointer other than NULL is valid. The hack to reject pointers less than 0x8000 in an attempt to catch coding errors (an enum instead of a pointer to an enum) results in runtime errors. This leads to test suite failures and package FTBFS bugs. Use normal NULL test for pointer validity check. |
Mattias Ellert <mattias.ellert@physics.uu.se> | no |
