Source Activity
fat: Fix stack corruption on 64 bit due to wrong count type.
On 64 bit platforms a 64 bit size_t was written at the (incorrect)
uint32 on the stack, causing the adjacent bytes variable to be
clobbered. Because of this, the vectors wouldn't actually be filled
with any file data, making the content of files inacessible.
On 64 bit platforms a 64 bit size_t was written at the (incorrect)
uint32 on the stack, causing the adjacent bytes variable to be
clobbered. Because of this, the vectors wouldn't actually be filled
with any file data, making the content of files inacessible.
Categories: Development
fat: Print format, whitespace and style cleanup only.
I took the liberty to convert most of the debug output from hex to
decimal as unprefixed hex values are rather confusing.
I took the liberty to convert most of the debug output from hex to
decimal as unprefixed hex values are rather confusing.
Categories: Development
Update translations from Pootle
Categories: Development
tig: update package
Categories: Development
tcpdump: use the outsourced packages.
* remove tcpdump and libpcap from the build and from the tree.
* remove tcpdump and libpcap from the build and from the tree.
Categories: Development
Added libpcap and tcpdump packages.
* Also updated curl packages.
* Also updated curl packages.
Categories: Development
Fix "eject when unmounting".
It seems getting the device from the partition after it is unmounted
does not work reliably. Get the device much earlier in the function,
before actually unmounting it.
Fixes #2630.
It seems getting the device from the partition after it is unmounted
does not work reliably. Get the device much earlier in the function,
before actually unmounting it.
Fixes #2630.
Categories: Development
Looper.cpp: fixed include order.
Categories: Development
Add add-ons/input_server/method directory to image.
Add empty directory to image so that we can install input method add-ons
without restart.
Signed-off-by: Jérôme Duval
Add empty directory to image so that we can install input method add-ons
without restart.
Signed-off-by: Jérôme Duval
Categories: Development
Update usb.ids from www.linux-usb.org
Categories: Development
Debugger: Fill in missing piece of CpuState.
CpuStateX86{-64}:
- Fully implement the BVariant version of SetRegisterValue().
Also fixes CID 1296160.
CpuStateX86{-64}:
- Fully implement the BVariant version of SetRegisterValue().
Also fixes CID 1296160.
Categories: Development
Update BeShare package to a version that does run
* Fix version number
* Split libsanta to separate package
Apparently this version still has problem with sharing files, but at
least you can download.
* Fix version number
* Split libsanta to separate package
Apparently this version still has problem with sharing files, but at
least you can download.
Categories: Development
radeon_hd: DP encoder. Fix PVS 2022 to 2025
* Don't overload uint8 dpClock with 27k
* This might be causing a lot of DP issues
as the DP clock rate is pretty important
* Don't overload uint8 dpClock with 27k
* This might be causing a lot of DP issues
as the DP clock rate is pretty important
Categories: Development
