[00:53:22] <CIA-110> bonefish * r41599 /haiku/branches/developer/bonefish/signals/ (6 files in 3 dirs): [00:53:22] <CIA-110> * _kern_sigwait(): Changed int* signal parameter to siginfo_t* and added flags [00:53:22] <CIA-110> and timeout parameters. [00:53:22] <CIA-110> * sigwait_internal(), _user_sigwait(): Added siginfo_t and and timeout support [00:53:22] <CIA-110> accordingly. [00:53:22] <CIA-110> * Implemented sigwaitinfo() and sigtimedwait(). [00:53:22] <CIA-110> * sigwait(): Reimplemented: Mapped to sigtimedwait(). [01:06:00] <CIA-110> mmu_man * r41600 /haiku/trunk/src/system/boot/platform/amiga_m68k/ (console.cpp menu.cpp): Fix the Amiga bootloader build. [01:11:49] <CIA-110> bonefish * r41601 /haiku/branches/developer/bonefish/signals/ (5 files in 3 dirs): (log message trimmed) [01:11:49] <CIA-110> * _kern_send_signal(): Changed userValue parameter to pointer to avoid problems [01:11:49] <CIA-110> with syscall processing code that doesn't like unions. This also has the [01:11:49] <CIA-110> advantage that we don't need to pass a dummy value in kill() and [01:11:49] <CIA-110> send_signal(). [01:11:50] <CIA-110> * _user_send_signal(): Though not an actually possible code path yet, support [01:11:51] <CIA-110> passing on the user value also in case of a thread or process group target. [09:16:37] <CIA-110> stippi * r41602 /haiku/trunk/src/kits/interface/DecorInfo.cpp: [09:16:37] <CIA-110> When cleaning up the patch, I accidentally removed some functionality [09:16:37] <CIA-110> which I misunderstood. setdecor can now refer to decorators by their [09:16:37] <CIA-110> short (i.e. file system) name as well. [17:50:52] <CIA-110> humdinger * r41603 /haiku/trunk/data/catalogs/ (12 files in 10 dirs): Updated Swedish and German catkeys. A complete update will follow on Sunday before the alpha3 freeze. +alpha3. [18:26:06] <CIA-110> humdinger * r41604 /haiku/trunk/src/apps/ (3 files in 2 dirs): Localized GLTeapot with a patch by taos. Removed unnecessary 'locale' again from Mandelbrot Jamfile. +alpha3 [18:27:09] <CIA-110> scottmc * r41605 /haiku/trunk/build/jam/OptionalPackages: Fixed build of gcc2 OptionalPackages for expat and subversion [19:03:52] <CIA-110> scottmc * r41606 /haiku/trunk/build/jam/OptionalPackages: Fix tar gcc2 OptionalPackage, prefixdir was wrong. [20:20:37] <CIA-110> scottmc * r41607 /haiku/trunk/build/jam/OptionalLibPackages: [20:20:37] <CIA-110> First wave of gcc2 OptionalLibPackages rebuilds for alpha3 [20:20:37] <CIA-110> +alpha3 [21:02:18] <CIA-110> axeld * r41608 /haiku/trunk/src/apps/showimage/ImageCache.cpp: [21:02:18] <CIA-110> * Fixed a locking bug (there was even an assert for this); not sure if that [21:02:18] <CIA-110> did any harm, but we'll see if the crashing improves. [21:02:18] <CIA-110> +alpha [22:01:10] <CIA-110> pulkomandy * r41609 /haiku/branches/releases/r1alpha3/ (46 files in 37 dirs): Merge 41598, 41602-5, 41607-8 from trunk. [23:03:47] <CIA-110> axeld * r41610 /haiku/trunk/src/apps/showimage/ShowImageWindow.cpp: [23:03:47] <CIA-110> * Removed leftover debug output. [23:03:47] <CIA-110> +alpha [23:08:11] <CIA-110> axeld * r41611 /haiku/trunk/ (7 files in 4 dirs): (log message trimmed) [23:08:11] <CIA-110> * BIconButton now inherits from BControl, solving a TODO comment. [23:08:11] <CIA-110> * I tried to reuse as much state from BControl as possible, so I removed a few [23:08:11] <CIA-110> states. [23:08:11] <CIA-110> * Also made the flags private, and added protected SetInside()/IsInside() [23:08:12] <CIA-110> methods. [23:08:12] <CIA-110> * Removed useless BIconButton::ID(). [23:17:07] <CIA-110> pulkomandy * r41612 /haiku/branches/releases/r1alpha3/src/apps/showimage/ShowImageWindow.cpp: Merge 41610.