[00:02:56] *** CIA-107 has joined #haiku-jp [00:09:57] *** CIA-107 has quit IRC [00:10:08] *** CIA-34 has joined #haiku-jp [00:16:20] <CIA-34> bonefish * r41408 /haiku/branches/developer/bonefish/signals/src/system/kernel/signal.cpp: [00:16:21] <CIA-34> Resolved TODO (that has become a build failure): set_alarm() now puts the [00:16:21] <CIA-34> thread ID in the timer's user_data field, so that alarm_event() can use that [00:45:52] <CIA-34> bonefish * r41409 /haiku/branches/developer/bonefish/signals/build/jam/MainBuildRules: [00:45:52] <CIA-34> The Thread struct is no longer a POD. Just generally disable the "invalid use [00:45:52] <CIA-34> of offsetof()" warning for the CreateAsmStructOffsetsHeader rule. [01:07:36] <CIA-34> aldeck * r41410 /haiku/branches/developer/aldeck/tracker_layout/ (4811 files in 650 dirs): [01:07:36] <CIA-34> * Merged trunk changes from r39661 through r40706. Will merge Jonas's (kirilla) localization changes next. [01:07:36] <CIA-34> r39810, r40464, r40623 (ContainerWindow.cpp) and r40252, r40649, r39744 and r40338 (PoseView.cpp) had to be merged manually [04:01:07] <CIA-34> kallisti5 * r41411 /haiku/trunk/ (10 files in 4 dirs): [04:01:07] <CIA-34> * add commented out radeon_hd driver/accel to HaikuImage [04:01:07] <CIA-34> * add boot item support to radeon hd driver [05:01:49] <CIA-34> kallisti5 * r41412 /haiku/trunk/src/preferences/network/EthernetSettingsView.cpp: small workaround to prevent network preflet crashes on NAT network cards in VirtualBox and VMWare. Not a final solution but preventing a crash is always a plus. resolves #7038. Thanks Skipp_OSX! [09:30:24] <CIA-34> mmlr * r41413 /haiku/trunk/src/system/kernel/arch/x86/irq_routing_table.cpp: Remove comment that does no longer apply. [10:49:34] <CIA-34> mmlr * r41414 /haiku/trunk/src/system/kernel/arch/x86/arch_int.cpp: [10:49:34] <CIA-34> Remove the IRQ to IO-APIC pin mapping array. It isn't used as we don't redirect [10:49:34] <CIA-34> vectors at all. It'd also not work for multi IO-APIC setups which we don't [11:28:22] <CIA-34> mmlr * r41415 /haiku/trunk/src/system/kernel/arch/x86/ (arch_int.cpp irq_routing_table.cpp irq_routing_table.h): [11:28:22] <CIA-34> Check hardwired and chosen IRQs against the maximum we can address. Try to fail [11:28:22] <CIA-34> gracefully in such cases (resulting in the IO-APIC not being used). [11:58:38] <CIA-34> mmlr * r41416 /haiku/trunk/src/system/kernel/arch/x86/ (arch_int.cpp irq_routing_table.cpp irq_routing_table.h): [11:58:38] <CIA-34> * Choose the desired configuration of the link devices at preparation time [11:58:38] <CIA-34> already. This allows to detect invalid settings before starting to enable [12:06:27] <CIA-34> mmlr * r41417 /haiku/trunk/src/system/kernel/arch/x86/ (arch_int.cpp irq_routing_table.cpp irq_routing_table.h): Use const references instead of pointers for the print functions. [14:47:31] <CIA-34> aldeck * r41418 /haiku/branches/developer/aldeck/tracker_layout/ (4945 files in 633 dirs): [14:47:31] <CIA-34> * Merged trunk changes from r40707 through r41417, bringing the branch up to date though unstested yet. [14:47:31] <CIA-34> r40922, r41075, r41126 (Model.cpp) and r41085, r41090, r41135, r41197 (ContainerWindow.cpp) were merged manually (with r41197 [15:04:33] <CIA-34> aldeck * r41419 /haiku/branches/developer/aldeck/tracker_layout/src/kits/tracker/DefaultControls.cpp: * Small overlook when porting trunk r41197 to the branch. Fixes build. [16:38:58] <CIA-34> bonefish * r41420 /haiku/branches/developer/bonefish/signals/ (5 files in 3 dirs): [16:38:58] <CIA-34> * Turn existing scheduler_ops hook comments into doxygen comments and extended [16:38:58] <CIA-34> them/added missing ones. [17:33:41] <CIA-34> zooey * r41421 /haiku/trunk/ (5 files in 4 dirs): (log message trimmed) [17:33:41] <CIA-34> Fix the larger problem that was hiding behind the build problem of set_haiku_revsion on FreeBSD: [17:33:41] <CIA-34> * the length of the sHaikuRevision character array symbol needs to be set explicitly, [20:45:30] <CIA-34> mmlr * r41422 /haiku/trunk/src/system/kernel/arch/x86/arch_int.cpp: Fix build with TRACEs on. [23:04:36] <CIA-34> korli * r41423 /haiku/trunk/src/add-ons/kernel/busses/usb/ohci_hardware.h: fix typo [23:24:06] <CIA-34> korli * r41424 /haiku/trunk/src/add-ons/kernel/busses/usb/ (ehci.cpp ehci.h ehci_hardware.h): (log message trimmed) [23:24:07] <CIA-34> * Implement inbound isochronous transfer for EHCI, based on UHCI implementation. [23:24:07] <CIA-34> * changes next_log to their actual type instead of void*