Source Activity

Syndicate content
Haiku's main repository
Updated: 2 hours 16 min ago

fat: Fix stack corruption on 64 bit due to wrong count type.

Sat, 2015-05-02 09:58
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.

Sat, 2015-05-02 09:57
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

Sat, 2015-05-02 04:38
Categories: Development

tig: update package

Fri, 2015-05-01 16:36
Categories: Development

tcpdump: use the outsourced packages.

Fri, 2015-05-01 09:55
* 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.

Fri, 2015-05-01 09:42
* Also updated curl packages. * Also updated curl packages.
Categories: Development

Fix "eject when unmounting".

Fri, 2015-05-01 06:06
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

Update curl package for x86_64.

Thu, 2015-04-30 18:09
* should fix #12038. * should fix #12038.
Categories: Development

Looper.cpp: fixed include order.

Thu, 2015-04-30 16:22
Categories: Development

Add add-ons/input_server/method directory to image.

Thu, 2015-04-30 07:29
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

Thu, 2015-04-30 03:20
Categories: Development

Update pci.ids from pciids.sourceforge.net

Thu, 2015-04-30 03:20
Categories: Development

Debugger: Fill in missing piece of CpuState.

Wed, 2015-04-29 21:03
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

Wed, 2015-04-29 19:17
* 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

Wed, 2015-04-29 02:02
* 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

SpiderSaver: PVS 2044.

Tue, 2015-04-28 20:00
Missing std::nothrow. Missing std::nothrow.
Categories: Development