gpr2-tools: improve buildlink3.mk
* Move GPR_PROJECT_PATH var definition to ALL_ENV from each separate
*_ENV
* Move the addition of the library search path from LDFLAGS to the
gprbuild parameters
gprbuild: improve buildlink3.mk
* Move GPR_PROJECT_PATH var definition to ALL_ENV from each separate
*_ENV
* Move the addition of the library search path from LDFLAGS to the
gprbuild parameters
Fix CCR use in locore esym zero tests missed in recent m68k cleanup.
The esym value in locore was changed to be loaded into an address
register (%a4), but on m68k the MOVEA instruction does not update the
condition codes. The subsequent `jne LstartX` therefore relied on stale
CCR flags rather than testing whether esym was zero.
Add an explicit `tstl %a4` so that the Z flag is updated from the esym
value before branching, ensuring the correct end-of-kernel address and
nextpa are computed.
py-test-run-parallel: updated to 0.8.0
0.8.0
Update license infomation format in pyproject.toml
Fix typos discovered by codespell
Add a parallel_threads_limit mark
Detect gc.collect and mark tests as thread unsafe
Test on 3.15 and 3.15t on CI
Deprecated parallel_threads marker when n>1
Raise helpful error when forever is combined with 0 selected tests
libtorrent rtorrent: updated to 0.16.4
0.16.4
This release contains several bug fixes and minor improvements.
Replaces 0.16.3 which had a http request related bug.
nono: update to 1.6.3.
1.6.3 (2025/11/25)
m68k(Fix): "Fix page address mask in several places on 68030 table search."
m68k(Update): "Revert 68030 ATC to original-compliant behavior (FC-mixed 22-entries). These two fixes make current NetBSD/m68k newpmap kernel bootable (though the actual cause should be a bug in the NetBSD kernel)."
m68k(Fix): "Fix inverted condition in PFLUSH* for deleting global entries on 68040."
GUI(New): "Implement 68030 and 68040 page table monitor window."
GUI(Fix): "Fix an abnormal termination when the log window is stretched."
debugger(Fix): "Fix an issue where instruction breakpoints might not work."
debugger(Update): "Show NetBSD/m68k system call number for exception history."
build(Fix): "Fix a build error on platforms other than x86_64 and i386 after ver 1.6.0."
vm(Update): "Note: It includes a lot of time axis-related changes that were in the work for the next release, but no functional changes are expected."
textproc/scooter: update to 0.8.4
New features:
Add --editor-command flag by @gfontenot in #283
Bug fixes:
Use overridden quit keymap in deprecation popup by @thomasschafer in #282
Other changes:
Bump various dependencies