Haiku monthly activity report - 07/2017

Blog post by PulkoMandy on Fri, 2017-08-04 20:26

Hi there,

Time for another monthly report! It covers hrev51254-hrev51346

Network

Waddlesplash merged some changes to netresolv (the DNS resolver), from NetBSD.

The virtio_net driver was completed by phoudoin, and is now somewhat working. This driver is used for the virtual network device provided by some virtual machines, and should be simpler to implement and keep up to date than the more or less correctly implemented emulated devices that are used otherwise. In particular, we plan to use this driver on some virtualized buildbots.

Build system

Korli and mt worked on fixing some issues found by gcc6, so we can prepare the migration to it.

Kalliti5 fixed some issues in the PowerPC port in an attempt to get it to build again. He also worked on improving the ARM port to provide an universal kernel, which can be used on various boards without recompiling. Currently there are still some hardcoded bits in the kernel which means a different version needs to be compiled for each target board.

Both jam and gcc2 got updates. gcc2 had only minor fixes (it's pretty mature by now!), but Jam saw important fixes to problems which would lead to stack corruption and crashes.

Software updater

perelandra continues to work on the softawre updater, fixing various bugs and polishing the user interface.

News from the summer of code

The summer of code will end this month, but we're starting to see some of the result of the student's work being merged in, already.

Joseph Calvin Hill made some fixes to Haiku POSIX support, as required for his ongoing port of the Swift language. Some of the issues are still being investigated, but we now advertise support for _POSIX_BARRIERS.Korli also replaced the implementation of pthread_rwlock so it can be initialized statically (as required by the spec).

Akshay Agrawal made several fixes to the locale kit and BCalendarView, which will now highlight the current date, separately from the selected one and the keyboard focus.

Hy Che merged in a first round of patches cleaning up btrfs and enabling to use it with the fs_shell for testing. While write support isn't there, we now have a clean implementation of the low level primitives which open the way for it. There is more to come from him, but the next patches are still being worked on and will only be merged when they are a little more mature.

64-bit support

As the Beta1 release will officially support 64-bit machines, we are currently reviewing the few remaining 64-bit specific issues and fixing most of them.

Who doesn't like screensavers? Nebula's motion blur would crash on 64-bit systems, now it doesn't.

Korli also investigated and fixed several problems related to printing, mostly on 64bit but also on 32bit systems.

ffmpeg now forces RGB32 output when using swscale to change the video colorspace, avoiding useless extra conversions. It can also deinterlace videos.

SerialConnect

SerialConnect is Haiku's Serial Terminal. Admittedly not an often used feature, except in some cases. It now supports sending files using the XMODEM protocol.

Bugfixes

The rootfs does not allow to open directories in "write" mode (as it should be for a filesystem - they are not meant to be manipulated directly by userland programs)

The PNG translator does not crash anymore on invalid/corrupt files. It cleanly reports an error instead.

Several old files were removed form the Locale Kit (no functional changes, they were not even compiled in). BNumberFormat got a Parse and GetSymbol functions, so you can now parse numbers in a locale aware way.

accessays helped find some bugs in the HTTP code and in WebKit, leading to crashes or failed page loads in WebPositive.

User interface

Notifications now include the application icon by default, as it seemed to be a popular choice for icons (apps can still specify a different icon if they need to).

The "full" date format was removed from Tracker date columns. This format includes lots of extra words but is not really useful. It makes more sense to limit ourselves to a slightly shorter format.