- Debugger: Getting mixed signals
- 'Packaging Infrastructure' Contract Weekly Report #4
- Haiku monthly activity report - 06/2015
- 'Packaging Infrastructure' Contract Weekly Report #3
- 'Packaging Infrastructure' Contract Weekly Report #2
- GCI 2014 winners trip report (mentor side)
- TeX Live and LyX; Changes to the boot code
- 'Packaging Infrastructure' Contract Weekly Report #1
- Beginning of 'Packaging Infrastructure' Contract
- Haiku monthly activity report - 05/2015
Haiku Activity Update #3: 28 August-8 September 2007
I've decided to switch to an update every two weeks, which will hopefully prove more resilient to Real Life (TM). I'll also start being a little more selective about the changes I report to make it at bit less work for me to write, and a bit less work for you to read!
In brief, this period saw a lot of bug fixing work from the core contributors. A first firewire implementation was committed to the tree, Ingo completed Job Control support, Mail received a much-needed code cleanup, and Marcus continued the initial work on the AHCI SATA driver.
Read on for more on those, updates on mailing list discussions, and to find out how I managed to include a reference to Shakespeare...
SVN Commit List
Firewire
JiSheng Zhang's Google Summer of Code work on a firewire implementation for Haiku was checked in. Some of the code for the modules has come from FreeBSD current. As JiSheng reported in a blog post the implementation works with his DV camera and he intends to continue the work to support storage devices too. Great work, JiSheng!
Open Sound
François integrated the current version of his OpenSound media node to the tree and the build. This work should greatly increase Haiku's sound card support.
Job control
Ingo implemented the kernel support for Job Control, allowing tasks to be stopped and continued among other things.
AHCI SATA Driver
Marcus' work on the AHCI SATA driver has continued, with controller resetting and AHCI enabling written. He has also implemented a framework for interrupt handling and enabled interrupts in the driver. The driver work is showing up some bugs in the device manager which Axel and Marcus are investigating.
Mail
Stephan checked in part of a big cleanup to the Mail application, fixed some issues with the toolbar, and some general issues with resizing menu fields. Spell checking now works too (the words file was not included in the Haiku image by default).
Kernel
Ingo made some fixes to the VM with regards to areas and caching. He also did some work on enabling hardware breakpoints to aid with kernel debugging.
Axel joined the VM work fixing some locking issues and committing the beginnings of a new page daemon which I believe is the part that will deal with keeping track of which pages should be swapped out to disk when memory gets low. I could be way off with this though. What I will say about it is what Axel mentioned in the commit log: "This should slow down Haiku a bit more, great, huh? :-)"!
Other Applications
Julun (aka "HOST", or at least one member of that team) appeared on the mailing list and offered a patch containing some style fixes for StyledEdit. Ryan Leavengood made a few fixes and committed the patch. Julun later provided a patch to fix style and font-sensitivity issues in time preferences (which Stephan committed with some additions). Thanks Julun!
Axel ported atftpd from Linux - this is a TFTP (Trivial File Transport Protocol) server. It is untested but not expected to work correctly on Haiku yet.
Stephan made some Icon-O-Matic changes, mainly improving its behaviour under R5.
Build System
Ingo added the ability to unzip archives onto the Haiku image, which people might like to do in their UserBuildconfig. Another rule for downloading a file with wget was added and there were also a couple of cross-compilation fixes, one of which involved defining Haiku's signal names rather than using the host platform's which makes Haiku build successfully under 32-bit FreeBSD.
Misc. Fixes
Stephano fixed the pen size BPicture test case.
Ingo fixed some issues with the condition variable implementation.
Axel fixed some problems with communication between app_server and input_server - input_server is now correctly restarted, and app_server no longer gets confused and kills itself (before it was almost like a scene from Romeo and Juliet with the app_server instantly committing suicide when it thought the input_server had died. If only Haiku was around in Shakespeare's day, he could have written a sonnet about it!)
Stephan improved BTextView layouting, fixing weird control placement in Beam.
Axel fixed keyboard input in menus by making them behave differently to normal windows. As a side-effect, BWindowScreen windows can now have menus attached.
Ingo made bash behave the same on closing the terminal window or typing exit - background processes are no longer terminated on either action.
A crashing bug in Tracker's sorting column functions was fixed.
General Mailing List
Someone asked if anyone had the open-sourced version of SampleStudio that Xentronix released after the community paid to have the sources released. Cian replied saying that he had uploaded one of the source tarballs to Berlios, under the name BeAE. You can find the project page here.
Humdinger suggested some improvements to trac, including a mandatory field for the revision number of Haiku being tested. Charlie Clark, the unofficial trac maintainer (and long-time BeGeistert organiser), agreed with some of the suggestions but does not know when he will have the time to implement them.
Jorge continued his recent theme of encouraging community advocacy events. During this period he announced his Haiku Artwork Page initially offering Haiku logos, a generic flyer, and a poster for download, and later adding a simple and elegant wallpaper set. The large 35"x23" poster is also available at the Haiku CafePress store ($18). Koki encourages derivative work or translations - more details on the page.
Phil Greenway (aka Sikosis) attended HUMBUG - Brisbane's Unix User Group on September 8th. The plan was to record an episode of the Haiku Podcast from there. He wrote a blog entry on how it went - sounds like a success!
Development List
I promised an update on the Hybrid Image discussion last time - but there isn't much to add to the previous discussion. No official decisions have been made, though Michael Lotz is investigating possible compatibility problems in more detail. This one's definitely to be continued...
There was some discussion on clarifying parts of the coding guidelines, which will hopefully be reflected in an update to the official coding guidelines page.
There was a question from Ilya Pavlenkov about the possibility of porting Java to Haiku since it has now been open-sourced. Bryan Varner, known to many in the community as the driving force behind the last effort to port Java to BeOS (along with Andrew Bachmann), responded to give an update of the current status. Briefly - the current OpenJDK structure is not very well set up for platform ports, but there are changes coming in the future. In other news, his (private) 1.4.2 Java port for BeOS "nearly" runs on Haiku. Cool.
Glass Elevator
Continuing the thread on layout managers I mentioned last time, Christof Lutteroth set up a website for the .NET implementation of the Auckland Layout Model he has been working on, including some example layouts to show the engine in action. Fredrik Holmqvist (who definitely is aka tqh, now I've worked out my Fredrik confusion) has expressed an interest in porting the c# examples to BeOS C++, so something might yet happen on this for future Haiku. [Insert standard forward-looking-statement disclaimer here :D]
Bug Stats
The bug list is the hardest to read through and summarise and any major fixes will be reported in the commits section, so I've decided to retire this section. It's pretty easy to do a simple count though just to give a sense of activity - although don't read too much into this (sometimes a new bug is immediately closed as invalid, for example).
36 Bugs created, 39 bugs closed.
Website
To make up for the sad demise of the bug section, I'll add one on the website. I won't promise to keep track of the forums - it's not something I do regularly - but if something there catches my eye I might mention it. What I definitely will mention is new and interesting blog posts and documentation updates.
Stephan has started an informative series about multithreaded programming, specifically aimed at people wishing to develop on Haiku, although the concepts discussed are applicable to any system. The first post examines why locking is needed and how messaging can avoid deadlock situations, and the second looks at using "snapshots" to reduce the time locks need to be held for. They're both well worth a read if you're interested in programming in the modern multi-core world.
Other things of interests are Ryan's report of success with JavaScriptCore on Haiku (mostly!) and a report from Salvatore Benedetto about the status of his GSoC project about extending Haiku's USB support.
The End
That's it for another update. This post came at the transition between my original weekly idea and the new fortnightly plan, meaning that the next one really will be shorter!
- tangobravo's blog
- Login or register to post comments

Comments
Re: Haiku Activity Update #3: 28 August-8 September 2007
Good summary.
Re: Haiku Activity Update #3: 28 August-8 September 2007
Nice! A lot of good things is actually happening! :)
But i'm curious about why Java nearly runs on Haiku. What exactely does that 'nearly' mean?
Thank you all!
Re: Haiku Activity Update #3: 28 August-8 September 2007
But i'm curious about why Java nearly runs on Haiku. What exactely does that 'nearly' mean?
I got that from the ps of Bryan's mail - "P.S. The 1.4.2 Java port for R5 nearly runs on Haiku last time I checked. The kernel wouldn't reserve a big enough chunk (32MB iirc), so perhaps I should check my virtual memory settings?"
In fact, I don't think Virtual Memory settings would help as they are not yet implemented as far as I know. Still, the VM and kernel memory allocation in general is being actively worked on, so hopefully this will lead to success with Java.
Bryan's current port is unlikely to be released publicly - I don't think it would pass the compatibility test suite, and 1.4.2 is already outdated - but the code that has been written should give him a big head start when it comes to porting the newly-opened OpenJDK.
Re: Haiku Activity Update #3: 28 August-8 September 2007
Thanks for the update. I agree that a biweekly report is better manageable. Good call!
I think I spotted Ol' Bill's quote: "The first post examines why locking is needed and how messaging can avoid deadlock situations, and the second looks at using "snapshots" to reduce the time locks need to be held for."
That was "King Lear", right? :)
Re: Haiku Activity Update #3: 28 August-8 September 2007
That was "King Lear", right? :)
Wasn't that from "Ping Gear" by William Shakesnerde.
I guess it's all too easy to mix up those two :P
Re: Haiku Activity Update #3: 28 August-8 September 2007
Thank you for continuing these updates. It is very much appreciated.
Re: Haiku Activity Update #3: 28 August-8 September 2007
"Open Sound
François integrated the current version of his OpenSound media node to the tree and the build. This work should greatly increase Haiku's sound card support."
What current version of *his* version???
Re: Haiku Activity Update #3: 28 August-8 September 2007
The "OpenSound media node" is code written by mmu_man specifically to translate OpenSound to Haiku's media-kit... it is *not* written by 4Front... so it's the only version that exists.
If you're asking what version of OpenSound mmu_man ported to BeOS/Haiku/Zeta (and used for his media node) I believe the version is 4.0..
Note: the OpenSound port is *not* in the Haiku repo - only the media-node that allows it to work with BeOS/Haiku/Zeta
Re: Haiku Activity Update #3: 28 August-8 September 2007
Just a quick note that the next update is a bit delayed - I'm moving tomorrow and starting a PhD Monday but hopefully I'll be able to catch up some time next week.