Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
63_dd-appenderrors.patch | =================================================================== | no | ||||
72_id_checkngroups.patch | =================================================================== | no | ||||
61_whoips.patch | =================================================================== | no | ||||
85_timer_settime.patch | timeout ignores fractional part of sleep times when timeout is more than 100000s (approximately 1 day) on kfbsd. prevents failure modes in libc implementation when timeout approaches max(time_t) =================================================================== |
<mstone@debian.org> | no | |||
99_kfbsd_fstat_patch.patch | No description.=================================================================== | Michael Stone <mstone@debian.org> | no | |||
restore-ls-behavior-8.31.patch | ls: restore 8.31 behavior on removed directories * NEWS: Mention this. * src/ls.c: Do not include <sys/sycall.h> (print_dir): Don't worry about whether the directory is removed. * tests/ls/removed-directory.sh: Adjust to match new (i.e., old) behavior. This patch is needed because coreutils 8.32 fails to build on ARM64 with: src/ls.c: In function 'print_dir': src/ls.c:3026:24: error: 'SYS_getdents' undeclared (first use in this function); did you mean 'SYS_getdents64'? 3026 | if (syscall (SYS_getdents, dirfd (dirp), NULL, 0) == -1 | ^~~~~~~~~~~~ | SYS_getdents64 |
Paul Eggert <eggert@cs.ucla.edu> | yes | upstream | upstream, https://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=10fcb97bd728f09d4a027eddf8ad2900f0819b0a | 2020-03-05 |