Development
arm: Prevent bcm283X inclusion from breaking other boards
* Move *_BASE into board_config.h to prevent conflicts
* Move *_BASE into board_config.h to prevent conflicts
Categories: Development
repo: Bump Mesa to 10.5.2 on x86_64
Categories: Development
[haiku-development] Re: [haiku-commits] haiku: hrev48876 - src/system/boot/platform/u-boot build/jam/board/rpi2 build/jam/board/rpi1 headers/private/kernel/arch/arm/board/rpi2 headers/private/kernel/arch/arm/board/rpi1 (kallisti5)
On 2015-03-07 13:42, kallisti5@xxxxxxxxxxx wrote:
hrev48876 adds 2 changesets to branch 'master'
old head: 196479ae961cfec984ec91d38498940970a2fdd5
new head: deb4929b9aa59c3d3af2e920097895eb39e312b9
overview:
----------------------------------------------------------------------------
...
Categories: Development
Ticket #10439 (middle click causes crash in BColumn) closed
fixed:
@Janus: did Oliver grant you ticket-modify permissions yet? If not, maybe give him a poke on email...
Categories: Development
app_server: Reset current view also when deleting a parent view.
The check that was in place only ensured that the current view was reset
if the current view itself got deleted. Since deleting views works by
token it is possible that a view other than the current view gets
deleted. When a parent of the current view was deleted, which also
deletes all its children, the current view pointer was not reset and
the stale pointer would still be accessed.
The check that was in place only ensured that the current view was reset
if the current view itself got deleted. Since deleting views works by
token it is possible that a view other than the current view gets
deleted. When a parent of the current view was deleted, which also
deletes all its children, the current view pointer was not reset and
the stale pointer would still be accessed.
Categories: Development
HaikuDepot: Re-activated Size-column
Noticed that HaikuDepotServer info now contains "payloadLength", which is
the package size. Populate that in the list view.
Noticed that HaikuDepotServer info now contains "payloadLength", which is
the package size. Populate that in the list view.
Categories: Development
BColumnListView: Avoid crash on column resize.
* Inizialize fSelectedColumn before calling ResizeSelectedColumn().
* Fixes #10439.
* Inizialize fSelectedColumn before calling ResizeSelectedColumn().
* Fixes #10439.
Categories: Development
HaikuDepot: Title versus Name distinction
* The name is the static package name. The title is either that name,
or a translated pretty version of the name.
* Adjust package info retrieval to server API changes. Unbreaks package
translations.
* The name is the static package name. The title is either that name,
or a translated pretty version of the name.
* Adjust package info retrieval to server API changes. Unbreaks package
translations.
Categories: Development
malloc_debug: Add default alignment option.
This allows for something similar as was implemented in 217f090 but
makes it optional and configurable.
The MALLOC_DEBUG environment variable now can take "a" to set
the default alignment to the specified size. Note that not all
alignments may be supported depending on the heap implementation.
This allows for something similar as was implemented in 217f090 but
makes it optional and configurable.
The MALLOC_DEBUG environment variable now can take "a" to set
the default alignment to the specified size. Note that not all
alignments may be supported depending on the heap implementation.
Categories: Development
Revert "malloc_debug: align allocations".
This reverts commit 217f090f9e247d1d4c5644e626642c430fafe4e5.
At least for the guarded heap this completely defeats the purpose. If
software requires a certain alignment it should request it using
memalign explicitly instead of assuming it.
This reverts commit 217f090f9e247d1d4c5644e626642c430fafe4e5.
At least for the guarded heap this completely defeats the purpose. If
software requires a certain alignment it should request it using
memalign explicitly instead of assuming it.
Categories: Development
serialconnect: Really fix baudrate menu
* Re-add removed baudrates in bc02619755
* Re-aligns menu values and *really* fixes
baudrate selection.
* Re-add removed baudrates in bc02619755
* Re-aligns menu values and *really* fixes
baudrate selection.
Categories: Development
SupportDefs: Add B_SCN* counterparts for some more types.
Namely for [s]size_t, [{phys|generic}_]addr_t and off_t.
Namely for [s]size_t, [{phys|generic}_]addr_t and off_t.
Categories: Development
Whitespace cleanup only.
Categories: Development
