[00:39:41] <CIA-110> kirilla * r41640 /haiku/trunk/ (19 files in 4 dirs): [00:39:41] <CIA-110> Attempt to fix translation of app names of CodyCam, People and PoorMan. [00:39:41] <CIA-110> +alpha3 [02:03:32] <CIA-110> bonefish * r41641 /haiku/branches/developer/bonefish/signals/headers/posix/signal.h: [02:03:32] <CIA-110> * Named siginfo_t structure. [02:03:32] <CIA-110> * Adjusted documentation for the BeOS extended signal handlers: Unlike in BeOS [02:03:32] <CIA-110> we pass a vregs pointer to the handler instead of passing the structure by [02:03:32] <CIA-110> reference. Unlike assumed before this does make a difference for the callee, [02:03:33] <CIA-110> so the two methods are not binary compatible. [02:17:13] <CIA-110> bonefish * r41642 /haiku/branches/developer/bonefish/signals/ (16 files in 6 dirs): (log message trimmed) [02:17:13] <CIA-110> * Added private SA_BEOS_COMPATIBLE_HANDLER sigaction::sa_flags flag to indicate [02:17:13] <CIA-110> that the signal handler shall be invoked in a BeOS compatible manner. [02:17:13] <CIA-110> * Used ELF symbol versioning to provide backwards compatible versions of [02:17:13] <CIA-110> signal() and sigaction(), that set the SA_BEOS_COMPATIBLE_HANDLER flag. [02:17:14] <CIA-110> * Added signal handler wrapper function x86_signal_frame_function_beos(), which [02:17:15] <CIA-110> works similar to x86_signal_frame_function() (i.e. is also copied to the [02:56:46] <CIA-110> bonefish * r41643 /haiku/branches/developer/bonefish/signals/src/system/kernel/signal.cpp: [02:56:46] <CIA-110> QueuedSignalsCounter::Increment(): Fixed reverse check. The method would fail [02:56:46] <CIA-110> for all sending teams but the kernel. [03:29:46] <CIA-110> bonefish * r41644 /haiku/branches/developer/bonefish/signals/headers/private/kernel/arch/x86/arch_cpu.h: Added EFLAGS register definitions. [03:31:07] <CIA-110> bonefish * r41645 /haiku/branches/developer/bonefish/signals/src/system/kernel/arch/x86/arch_thread.cpp: [03:31:07] <CIA-110> arch_restore_signal_frame(): Resolved TODO: Restore only the user settable [03:31:07] <CIA-110> EFLAGS bits. [07:44:01] <CIA-110> scottmc * r41646 /haiku/trunk/build/jam/OptionalPackages: [07:44:01] <CIA-110> Updated gcc4 git and cmake OptionalPackages foralpha3. [07:44:01] <CIA-110> +alpha3 [08:09:05] <CIA-110> scottmc * r41647 /haiku/trunk/build/jam/OptionalPackages: [08:09:05] <CIA-110> Updated gcc4 OptionalPackages apr, apr-util, beae, burnitnow, ccache and sqlite, for alpha3. [08:09:05] <CIA-110> +alpha3 [08:36:52] <CIA-110> scottmc * r41648 /haiku/trunk/build/jam/OptionalPackages: [08:36:52] <CIA-110> Updated gcc4 OptioanlPackages cdrtools, expat, bzip2, fastdep and texinfo for alpha3. [08:36:52] <CIA-110> +alpha3 [09:02:00] <CIA-110> scottmc * r41649 /haiku/trunk/build/jam/OptionalPackages: [09:02:00] <CIA-110> Updated gcc4 groff andgperf builds for alpha3. [09:02:00] <CIA-110> +alpha3 [09:49:03] <CIA-110> pulkomandy * r41650 /haiku/branches/releases/r1alpha3/ (47 files in 26 dirs): Merge 4164[0,6-9] from trunk. [10:47:21] <CIA-110> czeidler * r41651 /haiku/trunk/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/ (IMAPProtocol.cpp IMAPProtocol.h): Fix reading long lines in multiple bunches. Thanks pulkomandy for testing. [14:04:10] <CIA-110> mmlr * r41652 /haiku/trunk/src/system/kernel/arch/x86/ (ioapic.cpp irq_routing_table.cpp): (log message trimmed) [14:04:10] <CIA-110> * When configuring a link device failed, fall back and keep the currently [14:04:10] <CIA-110> active config and update the info for the remaining shared link device [14:04:10] <CIA-110> entries. Seen on KVM for the (PCI) ACPI interrupt, but happens where there is [14:04:10] <CIA-110> no _SRS method for a device (as this one is optional). I find that a bit [14:04:10] <CIA-110> strange however as in such a case no _PRS (possible resources) should be [14:04:11] <CIA-110> present either, especially not one advertising a config different from the [17:53:33] <CIA-110> bonefish * r41653 /haiku/branches/developer/bonefish/signals/ (35 files in 8 dirs): (log message trimmed) [17:53:34] <CIA-110> * <signal.h>: [17:53:34] <CIA-110> functions. [18:39:18] <CIA-110> pulkomandy * r41654 /haiku/branches/releases/r1alpha3/ (29 files in 23 dirs): Merge 41651 from trunk : fix IMAP bug with long server messages [19:26:57] <CIA-110> humdinger * r41655 /haiku/trunk/data/catalogs/ (203 files in 98 dirs): Updated catkeys from HTA. +alpha3 [19:59:51] <CIA-110> humdinger * r41656 /haiku/trunk/docs/ (1143 files in 90 dirs): Updated user guide plus translations. Thanks everyone. +alpha3 [20:34:37] <CIA-110> pulkomandy * r41657 /haiku/branches/releases/r1alpha3/ (1375 files in 211 dirs): Update userguide and catkeys. [20:41:21] <CIA-110> korli * r41658 /haiku/trunk/src/add-ons/kernel/busses/usb/ehci.cpp: [20:41:21] <CIA-110> ehci usb driver: [20:41:21] <CIA-110> * make sure the PortEnable bit is disabled (specification page 28) [20:41:21] <CIA-110> * 250ms is too long: USB 2.0 specifies only 50ms. This prevented one of my devices to be detected. [20:41:21] <CIA-110> +alpha [20:46:38] <CIA-110> pulkomandy * r41659 /haiku/branches/releases/r1alpha3/ (28 files in 23 dirs): Merge 41658 from trunk. (usb fix) [21:21:52] <CIA-110> yourpalal * r41660 /haiku/trunk/src/kits/interface/layouter/CollapsingLayouter.cpp: Remove unused method from CollapsingLayouter class. [21:42:00] <CIA-110> korli * r41661 /haiku/trunk/src/add-ons/kernel/busses/usb/ (ehci.cpp ehci_hardware.h): [21:42:00] <CIA-110> * added some EHCI definitions (specification 1.1) [21:42:00] <CIA-110> * enable per-port change events when available [21:48:28] <CIA-110> yourpalal * r41662 /haiku/trunk/src/preferences/filetypes/ (AttributeWindow.cpp FileTypesWindow.cpp): [21:48:28] <CIA-110> Fix layout problems in Filetypes that became apparent with the introduction of CollapsingLayouter. [21:48:28] <CIA-110> +alpha [22:05:03] <CIA-110> pulkomandy * r41663 /haiku/branches/releases/r1alpha3/ (29 files in 23 dirs): Merge 41662: layout fixes in filetypes. [22:19:35] <CIA-110> yourpalal * r41664 /haiku/trunk/src/preferences/media/MediaWindow.cpp: Replace use of sprintf with snprintf in media preflet. Fixes CID 7943 (secure coding). [22:39:51] <CIA-110> yourpalal * r41665 /haiku/trunk/src/preferences/filetypes/FileTypesWindow.cpp: [22:39:51] <CIA-110> Fix a typo I introduced in FileTypes in r41662, spotted by Axel (thanks!). Upon closer examination, the portion of code that contained the typo was superfluous, so I removed it all together. [22:39:51] <CIA-110> +alpha [22:44:45] <CIA-110> pulkomandy * r41666 /haiku/branches/releases/r1alpha3/src/preferences/filetypes/FileTypesWindow.cpp: Merge from trunk. [23:18:51] <CIA-110> bonefish * r41667 /haiku/trunk/src/ (2 files in 2 dirs): [23:18:51] <CIA-110> PlainTextCatalog::WriteToFile(): Escape characters in the comment string. [23:18:51] <CIA-110> Hopefully undoes the string changes seen on HTA since r41629. [23:18:51] <CIA-110> Note that the asymmetric escaping/unescaping (PlainTextCatalog::WriteToFile() [23:18:51] <CIA-110> vs. BHashMapCatalog::SetString()) is rather broken and needs to be fixed. [23:18:52] <CIA-110> +alpha I guess.