[01:39:07] <CIA-123> czeidler * r42337 /haiku/trunk/src/ (13 files in 7 dirs): Patch by taos. Adds rdef files to make localization working. [01:40:04] <CIA-123> czeidler * r42338 /haiku/trunk/src/add-ons/mail_daemon/inbound_filters/notifier/NewMailNotification.rdef: Missed this one. [01:44:30] <CIA-123> czeidler * r42339 /haiku/trunk/src/servers/mail/Jamfile: Patch by taos. Fix mail daemon signature. Thanks! This probably break the HTA entry... Is there a special reason why the signature is x-vnd.Be-POST? x-vnd.Haiku-mail_daemon sounds better to me. [20:00:12] <CIA-123> mmlr * r42340 /haiku/trunk/src/system/kernel/port.cpp: [20:00:12] <CIA-123> Optimize the configuration of the port heap. Previously the max bin size was [20:00:12] <CIA-123> 512 bytes with a heap page of 2048 bytes resulting in excessive waste for [20:00:12] <CIA-123> allocations between 512 and 1023 bytes. Also tune the requested alignment so [20:00:12] <CIA-123> that sizeof(port_message) (currently 28 bytes) can occupy one allocation unit [20:00:12] <CIA-123> without waste. [20:13:52] <CIA-123> axeld * r42341 /haiku/trunk/src/apps/debugger/value/value_nodes/BMessageValueNode.cpp: [20:13:52] <CIA-123> * Fixed GCC2 build. [20:13:52] <CIA-123> * Minor cleanup. [21:51:10] *** echelog-2 has joined #haiku-jp [23:09:40] <CIA-123> tqh * r42342 /haiku/trunk/src/libs/compat/freebsd_network/compat.c: [23:09:40] <CIA-123> Guesswork but since #7750 stops in this loop, and all other similar loops look like this (and it works here): I think we need to update child. [23:09:40] <CIA-123> Let me know if I'm wrong. [23:09:40] <CIA-123> This should fix #7750. [23:56:27] <CIA-123> czeidler * r42343 /haiku/trunk/src/servers/app/Desktop.cpp: Be more clean and use a auto lock, thanks Axel.