[00:21:48] *** echelog-2 has joined #haiku-jp [00:43:18] <CIA-110> korli * r41558 /haiku/trunk/src/libs/compat/freebsd_wlan/net80211/ (ieee80211_node.c ieee80211_node.h): missing merge from FreeBSD 8.2 [01:00:44] <CIA-110> korli * r41559 /haiku/trunk/src/libs/compat/freebsd_wlan/net80211/ieee80211_ratectl.h: revert now unneeded workarounds [03:25:30] <CIA-110> bonefish * r41560 /haiku/branches/developer/bonefish/signals/ (8 files in 4 dirs): (log message trimmed) [03:25:30] <CIA-110> * PendingSignals: [03:25:30] <CIA-110> nonBlocked and inverted semantics. [03:25:31] <CIA-110> signal. [03:25:31] <CIA-110> * Thread::AllPendingSignals(): Now returns the signals pending for this thread [06:23:05] <CIA-110> kallisti5 * r41561 /haiku/trunk/ (5 files in 3 dirs): make math easier to read; fix chipset int length; additions to CardScale [07:23:40] <CIA-110> kallisti5 * r41562 /haiku/trunk/src/add-ons/kernel/drivers/graphics/radeon_hd/radeon_hd.cpp: fix reversed memory units [07:26:28] <CIA-110> kallisti5 * r41563 /haiku/trunk/src/add-ons/kernel/drivers/graphics/radeon_hd/radeon_hd_private.h: correct missed improper int size [12:11:44] <CIA-110> bonefish * r41564 /haiku/trunk/src/system/kernel/cache/file_cache.cpp: [12:11:44] <CIA-110> cache_io(): Since satisfy_cache_io() (respectively the function it calls) [12:11:44] <CIA-110> unlocks the cache, we have to look up the page again, since someone else could [12:11:44] <CIA-110> have removed it in the meantime. Possibly fixes #7514. [12:11:44] <CIA-110> +r1alpha3 [12:32:54] <CIA-110> bonefish * r41565 /haiku/trunk/src/add-ons/kernel/partitioning_systems/intel/ (PartitionMap.h PartitionMapWriter.cpp): [12:32:54] <CIA-110> Patch by "starsseed" (with style fixes by myself): [12:32:54] <CIA-110> PartitionMapWriter::WriteMBR(): Also read the old MBR from disk when the boot [12:32:54] <CIA-110> code shall be overwritten. Prevents overwriting of the disk ID. Closes ticket [12:32:54] <CIA-110> #7507. [16:58:02] <CIA-110> bonefish * r41566 /haiku/branches/developer/bonefish/signals/ (3 files in 2 dirs): (log message trimmed) [16:58:02] <CIA-110> * PendingSignals: Added RemoveSignal(Signal*) version to remove a previously [16:58:02] <CIA-110> added queued signal. [16:58:02] <CIA-110> * Thread/Team: Added {Add,Remove}PendingSignal(Signal*) versions. [16:58:02] <CIA-110> * Signal: [17:19:46] <CIA-110> bonefish * r41567 /haiku/branches/developer/bonefish/signals/ (7 files in 7 dirs): Changed arch_setup_signal_frame() "int signal" parameter to "Signal* signal". [18:07:42] <CIA-110> bonefish * r41568 /haiku/branches/developer/bonefish/signals/ (2 files in 2 dirs): [18:07:42] <CIA-110> Applied partial patch by Andreas Faerber (ticket #2695) with some style [18:07:42] <CIA-110> changes: [18:07:42] <CIA-110> * <signal.h>: Added/uncommented/extended the structures needed for SA_SIGINFO [18:07:43] <CIA-110> support. [18:07:43] <CIA-110> * arch_setup_signal_frame(): Added (partial) support for setting up the signal [18:07:44] <CIA-110> frame for SA_SIGINFO style handlers. [20:36:28] <CIA-110> kallisti5 * r41569 /haiku/trunk/ (3 files in 3 dirs): [20:36:28] <CIA-110> * actually set device_chipset before reading it. [20:36:28] <CIA-110> * make shared memory info naming clearer. [20:36:28] <CIA-110> * move frame buffer internal offset read to driver [20:36:28] <CIA-110> * remove check of > 512MB as we really should always use frame_buffer_size [20:41:27] <CIA-110> kallisti5 * r41570 /haiku/trunk/headers/private/graphics/radeon_hd/radeon_hd.h: remove frame_buffer_pci as it duplicates frame_buffer_phys, remove frame_buffer_base as it duplicates framebuffer_area [21:07:11] *** ThePing has joined #haiku-jp [21:07:11] *** ThePing has left #haiku-jp [22:11:52] <CIA-110> pulkomandy * r41571 /haiku/branches/releases/r1alpha3/src/system/kernel/cache/file_cache.cpp: Merge r41564 from trunk.