Age | Commit message (Collapse) | Author | |
---|---|---|---|
34 hours | linux: update to 6.1.130 | Waldemar Brodkorb | |
35 hours | linux: update to 6.6.82 | Waldemar Brodkorb | |
36 hours | dropear: update to 2025.87 | Waldemar Brodkorb | |
36 hours | curl: update to 8.12.1 | Waldemar Brodkorb | |
36 hours | linux: add 6.13.6 | Waldemar Brodkorb | |
37 hours | linux: update to 6.12.18 | Waldemar Brodkorb | |
9 days | m68k: use malloc-standard for MMU targets | Waldemar Brodkorb | |
9 days | arcturus-uc5328: no kernel add serial support | Waldemar Brodkorb | |
10 days | m68k: enable nfsroot | Waldemar Brodkorb | |
10 days | finetune ADK_TARGET_NO_KERNEL menu | Waldemar Brodkorb | |
10 days | add support for no Linux kernel builds, use it for arcturus-ucbf54x | Waldemar Brodkorb | |
10 days | arcturus-ucbf54x: enable serial | Waldemar Brodkorb | |
11 days | arcturus-ucbf54x: add kernel compression support | Waldemar Brodkorb | |
11 days | arcturus-uc5328: add basic infra | Waldemar Brodkorb | |
12 days | update mirrors, remove ftp mirrors | Waldemar Brodkorb | |
12 days | gcc: workaround only for coldfire, breaks g++ for m68k | Waldemar Brodkorb | |
12 days | bfin: allow 2.6.x kernel, arcturus device have networking | Waldemar Brodkorb | |
2025-02-24 | gnutls: update to 3.8.9 | Waldemar Brodkorb | |
2025-02-23 | gdb: update to 16.2 | Waldemar Brodkorb | |
2025-02-18 | linux: update to 6.6.77 | Waldemar Brodkorb | |
2025-02-13 | elf2flt: add binutils 2.44 | Waldemar Brodkorb | |
2025-02-12 | openssl: update to 3.4.1 | Waldemar Brodkorb | |
2025-02-12 | libass needs harfbuzz | Waldemar Brodkorb | |
2025-02-11 | binutils: update to 2.44, remove gold support | Waldemar Brodkorb | |
2025-02-02 | squid: update to 6.13 | Waldemar Brodkorb | |
2025-02-02 | ltp: update to 20250130 | Waldemar Brodkorb | |
2025-02-02 | cyrus-sasl: update to 2.1.28 | Waldemar Brodkorb | |
2025-02-01 | openssl: update to 3.4.0 | Waldemar Brodkorb | |
2025-02-01 | bind: update to 9.18.33 | Waldemar Brodkorb | |
2025-01-31 | linux: update rpi kernel to 6.6.74 | Waldemar Brodkorb | |
2025-01-30 | glibc: update to 2.41 | Waldemar Brodkorb | |
IA64 and NIOS2 support got removed. | |||
2025-01-29 | binutils: allow static linking | Waldemar Brodkorb | |
2025-01-29 | binutils: disable gprofng | Waldemar Brodkorb | |
I don't use it and it does not link statically when the toolchain itself got linked static. reported via mailinglist. | |||
2025-01-29 | valgrind: update to 3.24.0 | Waldemar Brodkorb | |
2025-01-29 | gdb: update to 16.1 | Waldemar Brodkorb | |
2025-01-29 | linux: update to 6.12.11 | Waldemar Brodkorb | |
2025-01-29 | linux: update to 5.4.289 | Waldemar Brodkorb | |
2025-01-29 | linux: update to 5.10.233 | Waldemar Brodkorb | |
2025-01-28 | linux: update to 5.15.177 | Waldemar Brodkorb | |
2025-01-28 | linux: update to 6.1.127 | Waldemar Brodkorb | |
2025-01-28 | linux: update to 6.6.69 | Waldemar Brodkorb | |
2025-01-28 | bind: update to 9.18.32 | Waldemar Brodkorb | |
2025-01-28 | libuv: update to 1.50.0 | Waldemar Brodkorb | |
2025-01-27 | strace: update to 6.13 | Waldemar Brodkorb | |
2025-01-23 | asterisk: update to 20.11.1 | Waldemar Brodkorb | |
2025-01-22 | rsync: update to 3.4.1 | Waldemar Brodkorb | |
2025-01-14 | uClibc-ng: update to 1.0.51 | Waldemar Brodkorb | |
2025-01-09 | use elfutils systemwide | Waldemar Brodkorb | |
libelf is deprecated and does not build with gcc-14. Use elfutils instead as drop-in replacement. Add patches from Buildroot to disable progs, which use glibc specific functions. | |||
2025-01-09 | package: json-c: Fix for compiling with gcc-14 | Phil Sutter | |
Wrong ordering in calloc() is bad, mkay? Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-09 | package: cfgfs: Fix for ignored attribute warnings | Phil Sutter | |
The 'bounded' attribute seems to never have existed. Replace it by the 'access' attribute which probably does the same. Declare decompressors' 'dst' parameter as read_write for now, no idea if any of them reads back the written output while decompressing. Signed-off-by: Phil Sutter <phil@nwl.cc> |