Results 6 issues of -bat.

One of the main uses I have for mfsbsd is to boot it up on a system to share out the physical drives over iSCSI to another machine to clone...

Just revisiting this - as am trying to get static stuff working using 1.9 ABI with the library that is supposed to support both. Haven't investigated very far yet, but...

As dynamic and static linking call the old and new load functions in the opposite order then the ABI mix check code needs to handle both cases. We take the...

The normal order when dynamically linked is that __objc_load() is called to load the 'Protocol' class, and then __objc_exec_class() is called to load 'Cls'. As _objc_load detects 'Protocol' and resets...

Simple changes to allow the encoding and collation attributes for mysql2 to be set on the fluent plugin. This is necessary to enable the writing of utf8mb4 data into mysql...

Mysql by default only supports 3 byte utf-8. You need to use the character set type utf8mb4 to use 4 byte Utf-8. This plugin works fine with 3 byte UTF-8,...