Handle PMAP_NOCACHE case in pmap_kenter_pa() in Hibler's pmap_motorola.c.
This is also necessary to replace deprecated physaccess() with
pmap_kenter_pa(9), and was missed in the previous hp300 physaccess()
elimination. Patch from and noticed by thorpej@.
Eliminate physaccess() and physunaccess() calls in hp300.
They are marked as 'should go away' and the new 68k pmap won't
provide them. Patch from thorpej@.
Tested on 362 and 382.
www/freenginx-devel: add new package
Please welcome freenginx, version 1.29.3!
This version of freenginx is the recent one from the development branch.
ffmpeg7 ffplay7: updated to 7.1.3
version 7.1.3:
avutil/common: cast GET_BYTE/GET_16BIT returned value
avfilter/vf_drawtext: fix call GET_UTF8 with invalid argument
avfilter/vf_drawtext: fix incorrect text length
avformat/avformat: also clear FFFormatContext packet queue when closing a muxer
avfilter/vf_drawtext: Account for bbox text seperator
avcodec/mediacodecdec_common: Check that the input to mediacodec_wrap_sw_audio_buffer() contains channel * sample_size
avcodec/utvideodec: Set B for the width= 1 case in restore_median_planar_il()
avcodec/osq: Fix 32bit sample overflow
avformat/rtpdec_rfc4175: Only change PayloadContext on success
avformat/rtpdec_rfc4175: Check dimensions
avformat/rtpdec_rfc4175: Fix memleak of sampling
avformat/http: Fix off by 1 error
avcodec/exr: spelling
avcodec/exr: use tile dimensions in pxr24 UINT case
avcodec/exr: Simple check for available channels
avformat/sctp: Check size in sctp_write()
[21 lines not shown]
ffmpeg8 ffplay8: updated to 8.0.1
version 8.0.1:
avutil/common: cast GET_BYTE/GET_16BIT returned value
avfilter/vf_drawtext: fix call GET_UTF8 with invalid argument
avfilter/vf_drawtext: fix incorrect text length
Update for 8.0.1
avfilter/vf_drawtext: Account for bbox text seperator
avcodec/mediacodecdec_common: Check that the input to mediacodec_wrap_sw_audio_buffer() contains channel * sample_size
avcodec/rv60dec: Clear blk_info
avformat/whip: Fix rtp_ctx->streams access
avcodec/utvideodec: Set B for the width= 1 case in restore_median_planar_il()
avcodec/osq: Fix 32bit sample overflow
avformat/rtpdec_rfc4175: Only change PayloadContext on success
avformat/rtpdec_rfc4175: Check dimensions
avformat/rtpdec_rfc4175: Fix memleak of sampling
avformat/http: Fix off by 1 error
avcodec/exr: spelling
avcodec/rv60dec: add upper bound check for qp
[60 lines not shown]
py-test-doctestplus: updated to 1.6.0
1.6.0 (2025-11-20)
- Fixing directives that should not have any content and therefore fixing
previously crashing sphinx builds. Using these directives with a content
now results an error.
- Ensure that tests skipped with ``__doctest_skip__`` and
``__doctest_requires__`` show up as skipped tests in Pytest's output.