Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Small misc fixes upstream.
|
|
Many improvements, rewrite of libpsx to use native LWP, and security
fixes to boot. Also fixes eventual GCC 14 issues.
|
|
Adds more functionality, removes things unneeded with newer musl, and
now correctly detects fpurge so we don't need autotools!
|
|
Required for libbsd >= 0.11.0, provides deprecated MD4/MD5 functions.
|
|
Many improvements, major compatibility improvements with GNU tar.
We now use PCRE2 for regex instead of libc for wider support of ERE.
|
|
Previous patches are upstream now. Test patch is under discussion with
upstream. Lots of bug fixes and useful new features.
|
|
Fix libdir to ensure zstd-linked packages (such as kmod, libarchive)
work when /usr is not yet present (network boot, split-/usr).
Significant performance improvements upstream and 32-bit fixes.
|
|
Performance improvements; ability to load compressed .ko direct to
kernel (which can increase performance even more); fix dirs more.
|
|
Ensure Python isn't available during tests as a workaround for #1332.
|
|
More support for kernel 6.x features; colour support; build system
improvements mean we can actually tell it we want libs in /lib.
Also, install /bin/ip as a symlink to /sbin/ip, instead of moving it;
some scripts *expect* /sbin/ip to exist.
|
|
|
|
|
|
C23 compilation support; significant speed-ups; use pclmul on x86_64.
|
|
|
|
Adds LoongArch64 support. Fixes a few overflow and file I/O issues.
|
|
Lots of user-facing changes. Backported fixes to ensure proper
functioning on big endian systems.
|
|
The tests are underlinked in the release tarball, so bring in patch
from findutils Git that fixes the build error.
|
|
|
|
|
|
More tests need a bit of help.
Closes: #1268
|
|
There are a few POSIX-aligned fixes, and C23 support for future GCC.
|
|
Fixes a few issues with 64-bit time_t on 32-bit musl, and orphan file
support on BE systems.
|
|
The bugfix we were patching in has been released. There are a few
improvements to diff output (such as showing where symlinks point,
instead of just that they differ).
|
|
The fix for pwd(1) is now upstream, so we don't need the patch any more.
This release introduces more POSIX conformance to printf(1).
|
|
|
|
Moved to Codeberg since Debian Alioth is no more. License has been
clarified in README so that has been updated as well.
|
|
Misc updates and fixes from upstream.
|
|
Some of our patches have been merged upstream. Others needed slight
tweaks to keep up with upstream churn.
Notable changes upstream include readelf DT_RELR support, ability to
enable DT_RELR on LoongArch, and support in GAS for more x86_64 and
RISC-V ISA extensions.
|
|
Fixes some issues with ^D and editline.
|
|
Mostly translation and doc fixes. Also includes a patch from Git
(not yet released) that fixes the build on the POSIX conforming musl
which puts basename(3) in <libgen.h>.
|
|
This is required for Ruby 3.4 support, and has no breaking changes.
It also brings better conformance for DocBook and manpage outputs.
|
|
The match depth parameter was raised as a partial fix of #1314.
Ref: #1314
See-also: https://gitlab.gnome.org/GNOME/glib/-/issues/3680
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Loading keymaps requires `gzip` because all of our keymaps are compressed.
Otherwise, we fail to load keymaps on minimal installs.
|
|
NOTE: sshd must still be restarted after upgrade.
We should do this automatically (future commit).
For now, avoid the case where it is always broken.
|
|
* Patch configure.ac to conditionalise #include <utmp.h> on HAVE_UTMP_H,
which fixes configure tests on the Adélie Linux platform (and restores
native wtmpx support).
* Improve BTMP support code to be portable to utmp or utmpx based on
platform availability.
* Removed patches that are now upstream.
|
|
|
|
|
|
|
|
ppc: Disable VMAP_STACK.
See https://lore.kernel.org/lkml/20230926010159.0f25161c@yea/.
ppc: Disable radeonfb and nvidiafb, they conflict with radeon/nouveau.
ppc and ppc64: Disable ofdrm so offb works again, otherwise we miss
early boot messages on Power Mac and Talos systems.
ppc64: Disable ips, as it is not a Power SCSI adaptor and causes kernel
taint because it only supports x86 and Itanium.
pmmx: Enable more PS2 mice support, to match x86_64 config.
Closes: #396
|
|
This has been submitted upstream as well.
See-also: !817
|
|
|