Development
BView: Remove old TODO comment.
BGridLayout: Fix leak of grid.
Whitespace cleanup only.
53c8xx: build fixes.
Ticket #11970 (scsi_raw driver needs updates to the new device manager API.) created
This driver currently does not build. It would be needed for generic exploration of SCSI busses (not limited to mass storage).
libscg is one library that would make use of it (they already have the needed code from when scsi_raw was part of the image, or possibly from beos days). It is needed for clean porting of cdrecord (right now it uses hacks to identify the available drives).
[haiku-development] Cross-compiling Haiku on Haiku host (Jessica Hamilton)
[haiku-development] Re: FreeBSD network drivers (Fredrik Holmqvist)
BufferConsumer: rework SetOutputBuffersFor
[haiku-development] Event/EventQueue madness (Augustin Cavalier)
[haiku-development] Re: FreeBSD network drivers (Axel Dörfler)
Ticket #11969 (Package build system versions need improved) closed
On the versionning scheme for Haiku: more details in #10289.
So basically the release will have a version of R1~alpha5.0 or R1~beta1.0 (no hrev info). Anything built for a specific nightly will be R1~alpha5.0~hrev44444, which is greater than the release version number in our versionning scheme.
The package manager needs no change. All packages for a release need to be built while running that release, or an older nightly (which would have a version lile R1~alpha4_pm~hrev33333) so it is installable on alpha5.
Ticket #11969 (Package build system versions need improved) created
Haiku needs to define how package release repositories work. At the moment the ever-increasing hrev tag defines a functional package ecosystem. (This package was built on hrev32452 and should work on any os release newer than hrev32451) These hrev numbers are modified for releases via alpha1~hrev32452. (more details needed)
The package manager needs to sort the release prefix properly
[haiku-development] Re: FreeBSD network drivers (Adrien Destugues)
[haiku-development] FreeBSD network drivers (Ithamar Adema)
Ticket #11968 (ShowImage: sometimes is slow to open the requested image.) created
Sometimes the preloaded images are loaded before the requested one.
How to reproduce this (In a single or dual core machine):
- put in a folder a small image and a very big one.
- open the small one.
- ShowImage took a very long time to open (time to load the big image + the small one)
This happen when the loading thread is scheduled after the insertion of the preloaded images in the queue
