[00:00:53] <CIA-110> bonefish * r41752 /haiku/branches/developer/bonefish/signals/ (5 files in 5 dirs): [00:00:53] <CIA-110> * _kern_set_real_time_clock(): Changed parameter to bigtime_t and adjusted [00:00:53] <CIA-110> _user_set_real_time_clock() to make use of the additional precision. [00:00:53] <CIA-110> * stime(): Removed useless permission check. [00:40:20] <CIA-110> kallisti5 * r41753 /haiku/trunk/src/add-ons/accelerants/radeon_hd/mode.cpp: temporarly disable screen blanking; setting V/H blank start/end is what was causing empty display, disabled for now; Hardware video mode setting is close! [01:18:54] *** echelog-2 has joined #haiku-jp [01:33:49] <CIA-110> bonefish * r41755 /haiku/branches/developer/bonefish/signals/headers/posix/signal.h: Added sigevent structure and corresponding macro definitions. [01:40:24] *** echelog-2 has joined #haiku-jp [02:40:03] *** echelog-2 has joined #haiku-jp [03:05:41] *** echelog-2 has joined #haiku-jp [04:00:33] *** CIA-110 has quit IRC [04:34:14] *** CIA-110 has joined #haiku-jp [06:08:56] *** echelog-2 has joined #haiku-jp [06:49:41] <CIA-110> kallisti5 * r41757 /haiku/trunk/src/add-ons/accelerants/radeon_hd/ (accelerant.cpp accelerant.h mode.cpp): (log message trimmed) [06:49:41] <CIA-110> * move all register calculation into init_registers to [06:49:41] <CIA-110> keep things simple to troubleshoot [07:55:45] *** CIA-110 has quit IRC [08:17:11] *** CIA-111 has joined #haiku-jp [14:32:47] <CIA-111> mmlr * r41758 /haiku/trunk/src/system/kernel/arch/x86/irq_routing_table.cpp: (log message trimmed) [14:32:47] <CIA-111> * After reading the routing table(s), do another run through the PCI devices and [14:32:47] <CIA-111> check if all of them are assigned with a routing entry. If not, as happens for [14:32:47] <CIA-111> PCI add-on cards that ACPI isn't aware of for example, infer the routing by [14:32:47] <CIA-111> calculating it from the PCI default routing and going up through the parents [14:32:47] <CIA-111> until a matching routing entry is found. Fixes #7520. [14:32:49] <CIA-111> * This will also panic (for now) in case there remain unroutable devices and [14:57:03] <CIA-111> mmlr * r41759 /haiku/branches/releases/r1alpha3/src/system/kernel/arch/x86/irq_routing_table.cpp: (log message trimmed) [14:57:03] <CIA-111> * Merge r41726 from trunk as it fixes some missing interrupt routing when using [14:57:03] <CIA-111> the IO-APIC. [14:57:03] <CIA-111> * Merge r41758 from trunk as well, but with disabled panics in the fallback [14:57:03] <CIA-111> cases. It is needed to complete the routing when the IO-APIC is enabled. [14:57:03] <CIA-111> This also prevents the IO-APIC from being used if the routing can't be fully [14:57:04] <CIA-111> established. With the disabled panics it will simply print the reason and fall [20:03:33] <CIA-111> mmlr * r41760 /haiku/trunk/src/system/kernel/arch/x86/irq_routing_table.cpp: [20:03:33] <CIA-111> * Don't try to check devices that are obviously not on PCI anymore. [20:03:33] <CIA-111> * Fix a warning about pci_address::segment potentially being used uninitialized. [20:08:25] <CIA-111> kallisti5 * r41761 /haiku/trunk/headers/private/graphics/radeon_hd/rhd_regs.h: add D2 secondary surface address, not sure why it was missing in radeonhd driver [20:19:41] <CIA-111> axeld * r41762 /haiku/trunk/src/apps/readonlybootprompt/BootPromptWindow.cpp: [20:19:41] <CIA-111> * Only overwrite the keymap label with "Custom" if there actually is no keymap [20:19:41] <CIA-111> selected. [20:19:41] <CIA-111> * This fixes #7553. [20:19:41] <CIA-111> +alpha [23:26:18] <CIA-111> bonefish * r41763 /haiku/branches/developer/bonefish/signals/ (3 files in 2 dirs): [23:26:18] <CIA-111> Aligned signal related exec*() behavior with the POSIX specs: Pending signals [23:26:18] <CIA-111> and signal masks shall not be reset. Signal action shall only be reset [23:26:18] <CIA-111> partially -- SIG_IGN and SIG_DFL dispositions remain as they are.