[00:08:13] <CIA-109> kallisti5 * r42062 /haiku/trunk/src/add-ons/kernel/drivers/disk/usb/usb_disk/usb_disk.cpp: [00:08:13] <CIA-109> * Put uint8 back to uint32 as per ML recommendations [00:08:13] <CIA-109> * Begin using multi-architecture friendly formatting macros per ML [00:08:13] <CIA-109> * Change uint32 snoozeTime to preferred bigtime_t per ML [00:08:13] <CIA-109> * Thanks for the great feedback! [00:22:18] <CIA-109> bonefish * r42063 /haiku/branches/developer/bonefish/signals/src/system/kernel/team.cpp: [00:22:18] <CIA-109> load_image_internal(), fork_team(): Fixed unintended use of BReference which [00:22:18] <CIA-109> caused leaking of the Thread objects. [01:04:10] <CIA-109> bonefish * r42064 /haiku/branches/developer/bonefish/signals/src/system/libroot/posix/pthread/pthread_once.cpp: [01:04:10] <CIA-109> pthread_once(): The initialization function may be a cancellation point. So [01:04:10] <CIA-109> push a cleanup function that resets the control state before executing it. The [01:04:10] <CIA-109> whole function must loop now for that to work. [02:35:01] *** echelog-2 has joined #haiku-jp [03:56:34] <CIA-109> anevilyak * r42066 /haiku/trunk/src/apps/debugger/user_interface/gui/GraphicalUserInterface.cpp: Resolve TODO. [16:41:55] <CIA-109> jackburton * r42067 /haiku/trunk/src/system/boot/platform/bios_ia32/smp.cpp: Missing default case [16:50:09] <CIA-109> jackburton * r42068 /haiku/trunk/src/system/boot/platform/bios_ia32/acpi.cpp: [16:50:09] <CIA-109> Map B_PAGE_SIZE, and not just acpi_description_header (was actually a [16:50:09] <CIA-109> regression), since the tables are bigger than that. [16:50:09] <CIA-109> Accessing unmapped memory was doing bad things on [16:50:09] <CIA-109> XenServer. [16:50:09] <CIA-109> Fixes ticket #7497. [16:58:46] <CIA-109> jackburton * r42069 /haiku/trunk/src/system/boot/platform/bios_ia32/acpi.cpp: Add a comment so this doesn't happen anymore [20:12:46] <CIA-109> korli * r42070 /haiku/trunk/src/kits/storage/disk_device/Partition.cpp: revert r41986 [20:29:32] <CIA-109> korli * r42071 /haiku/trunk/build/jam/OptionalPackages: [20:29:32] <CIA-109> updated DevelopmentJava packages for r1a3 (based on .bep) [20:29:32] <CIA-109> +alpha [20:57:48] <CIA-109> mmlr * r42072 /haiku/trunk/src/add-ons/kernel/drivers/ports/usb_serial/SerialDevice.cpp: Style cleanup, 80 char limit. No functional changes. [21:27:03] <CIA-109> anevilyak * r42073 /haiku/trunk/src/kits/app/Messenger.cpp: [21:27:03] <CIA-109> * LockTarget[WithTimeout()]: Detect potential race condition where the looper [21:27:03] <CIA-109> is deleted/recreated in between retrieval and lock. Report failure if so. [21:29:25] <CIA-109> anevilyak * r42074 /haiku/trunk/src/kits/app/Messenger.cpp: Fix minor oversight in previous commit. [21:36:37] <CIA-109> anevilyak * r42075 /haiku/trunk/src/apps/debugger/user_interface/gui/ (GraphicalUserInterface.cpp GraphicalUserInterface.h): * Create and store a messenger to the team window at creation time. Use said messenger to correctly resolve the TODO previously attempted in r42066. [21:50:00] <CIA-109> axeld * r42076 /haiku/trunk/src/kits/app/Messenger.cpp: * Minor coding style cleanup. [22:56:04] <CIA-109> yourpalal * r42077 /haiku/trunk/ (6 files in 2 dirs): [22:56:04] <CIA-109> * Add new SetInsets() methods to BTwoDimensionalLayout, BSplitView [22:56:04] <CIA-109> * Also add equivalent methods to the layout builders in LayoutBuilder.h [22:56:04] <CIA-109> * BSplitView now calls BControlLook::ComposeSpacing(), instead of BSplitLayout [22:56:05] <CIA-109> * part of #7447 [22:59:08] <CIA-109> jackburton * r42078 /haiku/trunk/src/system/boot/platform/bios_ia32/acpi.cpp: [22:59:08] <CIA-109> Revert r42068 and r42069, since they didnt' make sense (but something's [22:59:08] <CIA-109> obviously fishy)