[18:41:56] *** CIA-110 has joined #haiku-jp [18:57:03] <CIA-110> kallisti5 * r41463 /haiku/trunk/src/add-ons/accelerants/radeon_hd/ (accelerant_protos.h hooks.cpp mode.cpp): [18:57:04] <CIA-110> add hook to pass EDID back if requested by userspace (screen applet); fix [18:57:04] <CIA-110> calculation of H blankStart; correct typo on H_SYNC vs V_SYNC register; set +/- [18:57:04] <CIA-110> V_SYNC to 0x01 vs 0x02.. this prob still needs work; style corrections [18:59:30] *** CIA-110 has quit IRC [19:28:43] *** CIA-110 has joined #haiku-jp [19:42:23] <CIA-110> bonefish * r41464 /haiku/branches/developer/bonefish/signals/src/add-ons/kernel/debugger/ (2 files in 2 dirs): Use resume_thread() instead of send_signal_etc(). [21:18:53] *** CIA-110 has quit IRC [21:45:08] *** CIA-110 has joined #haiku-jp [23:59:08] <CIA-110> bonefish * r41465 /haiku/branches/developer/bonefish/signals/ (6 files in 3 dirs): (log message trimmed) [23:59:08] <CIA-110> * Removed unused is_kill_signal_pending(). [23:59:09] <CIA-110> * Made has_signals_pending() static. It's only used within signal.cpp. [23:59:09] <CIA-110> * Renamed send_signal_to_team() to send_signal_to_team_locked() as it has to be [23:59:10] <CIA-110> called with the team locked. [23:59:10] <CIA-110> * Added send_signal_to_process_group_locked(), called with a locked ProcessGroup [23:59:11] <CIA-110> object.