haiku-os@conference.jabber.ru - 2015/01/10

00:23:28 Пользователи: Diver_, Nico-izo, diGer, totish, ɹǝɟılʍǝu, Ботиха (6)

00:23:28 diGer установил(а) тему: Сайт проекта: http://www.haiku-os.org
Haiku OS R1/alpha 4.1: http://www.haiku-os.org/get-haiku
Сайт сообщества: http://qube.ru/
BeShare: siarzhuk.dyndns.org
Логи конференции: http://myfreenet.ru/haiku-os@conference.jabber.ru/
Ночные сборки: http://haiku-files.org/
Git-репозиторий Haiku: http://git.haiku-os.org
Вставлять логи сюда: http://pastie.org
Вставлять картинки сюда: http://imgur.com
ВНИМАНИЕ: Для получения статуса "Участник" перешлите Вашу просьбу модераторам [как приватное сообщение].

00:23:28 ɹǝɟılʍǝu теперь away [0] ( (Автостатус 'Отошел' по причине бездействия более 5 мин))

00:24:45 ɹǝɟılʍǝu теперь online [0]

00:25:28 diGer теперь away [40] (Автостатус (неактивен))

00:28:21 diGer теперь online [50]

00:40:11 diGer теперь away [40] (Автостатус (неактивен))

00:43:15 diGer теперь online [50]

00:49:15 ɹǝɟılʍǝu теперь online [0]

01:12:19 diGer теперь away [40] (Автостатус (неактивен))

01:29:18 diGer теперь online [50]

01:47:21 Ботиха: RSS: Новости для Recent Commits to haiku:master
• kernel elf: Fix Compare function
kernel elf: Fix Compare function
I forgot to change the function to return true on equality, instead of
returning the difference as khash required. Fixes a panic on boot.
https://github.com/haiku/haiku/commit/3b3cad8468437a0546d0a72ba6588d768607f4a8

01:57:02 diGer теперь away [40] (Автостатус (неактивен))

02:01:46 diGer теперь online [50]

02:22:15 diGer вышел

02:25:50 ɹǝɟılʍǝu вышел (Logged out)

02:25:52 ɹǝɟılʍǝu зашел как постоянный участник online [0]

02:25:54 ɹǝɟılʍǝu теперь online [0]

02:47:34 Ботиха: RSS: Новости для Recent Commits to haiku:master
• NetworkSetup: cleanup replicant checkbox handling
NetworkSetup: cleanup replicant checkbox handling
* Use GetInt32 instead of deprecated FindInt32
* Dont implicitly convert int32 to bool
* Add missing break
https://github.com/haiku/haiku/commit/463de30aa0a4783b1a5abbfbef9fbf0e4e01e029

02:52:30 totish вышел

02:52:47 ɹǝɟılʍǝu вышел (Replaced by new connection)

02:52:49 ɹǝɟılʍǝu зашел как постоянный участник online [0]

02:52:52 ɹǝɟılʍǝu теперь online [0]

02:52:53 ɹǝɟılʍǝu вышел

02:52:54 ɹǝɟılʍǝu зашел как постоянный участник online [0]

02:52:55 ɹǝɟılʍǝu теперь online [0]

03:31:34 ɹǝɟılʍǝu вышел (Logged out)

03:31:41 ɹǝɟılʍǝu зашел как постоянный участник online [0]

03:31:43 ɹǝɟılʍǝu теперь online [0]

03:47:50 Ботиха: RSS: Новости для Recent Commits to haiku:master
• Bug#11563 - HaikuDepot Contents Tab
Bug#11563 - HaikuDepot Contents Tab
Signed-off-by: Stephan Aßmus <superstippi@gmx.de>
https://github.com/haiku/haiku/commit/f52ceebacbcbe74440dccfcb4e601e2ba0c86a2f
• HaikuDepot: Fixes and cleanup to the Contents tab patch
HaikuDepot: Fixes and cleanup to the Contents tab patch
Most changes were in the PackageContentOutliner and its HandleEntry() method
to make it work correctly. The parent entry of a visited entry may not be
the last parent entry, but some other previously added entry. We need a
PackageEntryItem class to also store the BPackageEntry together with the
list item.
Other small fixes.
https://github.com/haiku/haiku/commit/9550c5ec8efe8d30e9639e4d3b7e9ce405f02309

04:04:16 ɹǝɟılʍǝu вышел (Logged out)

04:04:23 ɹǝɟılʍǝu зашел как постоянный участник online [0]

04:04:25 ɹǝɟılʍǝu теперь online [0]

04:06:51 Nico-izo теперь away [15] (Закипел.)

04:08:15 Nico-izo теперь online [15]

04:11:16 Nico-izo теперь away [15] (Закипел.)

04:18:16 Nico-izo теперь xa [15] (Испарился.)

04:22:38 Nico-izo теперь online [15]

06:45:25 ɹǝɟılʍǝu вышел (Replaced by new connection)

06:45:34 ɹǝɟılʍǝu зашел как постоянный участник online [0]

06:45:37 ɹǝɟılʍǝu теперь online [0]

06:48:30 Ботиха: RSS: Новости для Recent Commits to haiku:master
• kernel: Fix ELF hashtable iterator handling.
kernel: Fix ELF hashtable iterator handling.
As a result of the refactoring for OpenHashTable, the iterator semantics
have changed a bit, such that the end of the table is no longer signalled
by the iterator returning NULL. This wasn't taken into account during
refactoring, which would lead to various places returning the last item
in the list in the case where no matching item was found, causing e.g.
drivers not to be loaded properly. This fixes the boot hang regressions
introduced in hrev48640.
https://github.com/haiku/haiku/commit/d05a5a70e0413af2ecea0b8c0b03d7c871973634
• Fix #11727 - Teams listview is navigable
Fix #11727 - Teams listview is navigable
Signed-off-by: Rene Gollent <rene@gollent.com>
https://github.com/haiku/haiku/commit/cde8a1ab6902932a18e83eab3972671d75ec83d1
• kernel: Style fix.
kernel: Style fix.
https://github.com/haiku/haiku/commit/6e9704175eef7a3adbe28f74bd0712b1b2434310

06:59:56 ɹǝɟılʍǝu вышел

07:06:34 ɹǝɟılʍǝu зашел как постоянный участник online [0]

07:42:19 ɹǝɟılʍǝu вышел (Этого участника выгнали из комнаты за то, что он послал присутствие с ошибкой: service-unavailable)

07:52:57 ɹǝɟılʍǝu зашел как постоянный участник online [0]

09:49:07 Ботиха: RSS: Новости для Recent Commits to haiku:master
• BMessage: Fix #11710.
BMessage: Fix #11710.
The refactored version of Unflatten() encapsulated the raw buffer
into a BMemoryIO with a specified size of SIZE_MAX, since the total
size of the messageisn't known up front. On 32-bit this was no problem,
but on x86_64, this would lead to an overflow in BMemoryIO, since it
stores its internal length as a size_t, which on that platform is the same
size as off_t. Consequently, when it would cast its length to off_t to
compare against the requested seek position in ReadAt/WriteAt, this would
overflow to a negative, leading it to reject all requests, which
subsequently caused Unflatten() to fail.
https://github.com/haiku/haiku/commit/f894ab70eae60fd72f26403f8ff50d821705fa10

11:49:29 Ботиха: RSS: Новости для Recent Commits to haiku:master
• Update translations from Pootle
Update translations from Pootle
https://github.com/haiku/haiku/commit/740112693b62765574866f9bd431720edd69986b

12:38:37 Nico-izo вышел (Этого участника выгнали из комнаты за то, что он послал присутствие с ошибкой: remote-server-not-found)

12:40:48 beos зашел как постоянный участник online [50]

12:41:09 beos: _ver

12:41:09 Diver_ вышел (Этого участника выгнали из комнаты за то, что он послал сообщение об ошибке другому участнику: service-unavailable)

12:41:11 Ботиха: beos: Psi+ 0.15.5188-webkit (Feb 8 2012) // Haiku ( Walter Rev. hrev48646)

12:43:03 beos вышел

13:33:31 Diver_ зашел как модератор и администратор online [0]

13:33:31 Diver_ теперь online [0]

13:41:53 beos зашел как постоянный участник online [50]

13:42:40 beos вышел

13:56:19 diGer зашел как модератор и администратор online [50]

14:05:55 diGer теперь away [40] (Автостатус (неактивен))

14:25:56 diGer теперь xa [30] (Автостатус (неактивен))

14:26:02 beos зашел как постоянный участник online [50]

14:27:28 beos вышел

14:37:01 totish зашел как постоянный участник online [50]

14:56:46 Nico-izo зашел как постоянный участник online [15]

15:06:00 diGer теперь online [50]

15:09:46 diGer: Diver_: hi

15:16:09 Nico-izo теперь away [15] (Закипел.)

15:17:10 Diver_: хай diGer

15:17:17 diGer: ага

15:22:08 Nico-izo теперь online [15]

15:27:19 Nico-izo теперь away [15] (Закипел.)

15:34:19 Nico-izo теперь xa [15] (Испарился.)

15:38:01 beos зашел как постоянный участник online [50]

15:38:51 beos вышел

15:50:29 Ботиха: RSS: Новости для Recent Commits to haiku:master
• rule_based_prefetcher: actually implement hashing
rule_based_prefetcher: actually implement hashing
This file is apparently not part of the image so I don't know how to
test these changes.
https://github.com/haiku/haiku/commit/42eb787c74a09f47cc2e4e551219730658dc24b6
• Fix another misuse of BOpenHashTable::Iterator
Fix another misuse of BOpenHashTable::Iterator
* This ioctl is used only in the arp command, but still we should keep
it working
* Similar to the problem in elf.cpp, this relied on entry being set to
NULL when trying to iterate after the last element.
https://github.com/haiku/haiku/commit/d1644d7e4fdc62dd671d792278f744d476a110df

16:06:25 totish теперь away [40] (Auto Status (idle))

16:06:30 totish теперь online [50]

16:14:37 diGer теперь away [40] (Автостатус (неактивен))

16:15:00 ɹǝɟılʍǝu теперь xa [0] ( (Автостатус 'Недоступен' по причине бездействия более 15 мин))

16:15:07 ɹǝɟılʍǝu теперь online [0]

16:34:36 diGer теперь xa [30] (Автостатус (неактивен))

16:50:42 Ботиха: RSS: Новости для Recent Commits to haiku:master
• Add documentation for the Open method in the joystick class.
Add documentation for the Open method in the joystick class.
https://github.com/haiku/haiku/commit/c8e66967162ab0991d7a765a27b87291d70d1cc9
• Complete and rework BJoystick docs.
Complete and rework BJoystick docs.
https://github.com/haiku/haiku/commit/c50131cd6a55e31577a746dcace06eddb0e7b0a3
• Remove leftover varialbe declaration.
Remove leftover varialbe declaration.
Thanks to Oliver for watching.
https://github.com/haiku/haiku/commit/18d6754608850fe01e1a2060b50c057cd7aa5e05

16:53:18 diGer теперь online [50]

17:17:10 diGer теперь away [40] (Автостатус (неактивен))

17:37:10 diGer теперь xa [30] (Автостатус (неактивен))

17:41:27 totish вышел

17:50:55 Ботиха: RSS: Новости для Recent Commits to haiku:master
• Only add global handlers on debug.
Only add global handlers on debug.
It is only useful for ACPI devs. If the need ever arise it can
easily be reworked to be enabled / disabled at runtime.
For everyone else it was just syslog garbage.
https://github.com/haiku/haiku/commit/1c355970ab5880c3fdd00a0654ff4ba54e1fc0bc

18:51:08 Ботиха: RSS: Новости для Recent Commits to haiku:master
• openssl: security update
openssl: security update
Fix for CVE-2014-3571
Fix for CVE-2015-0206
Fix for CVE-2014-3569
Fix for CVE-2014-3572
Fix for CVE-2015-0204
Fix for CVE-2015-0205
Fix for CVE-2014-8275
Fix for CVE-2014-3570
https://github.com/haiku/haiku/commit/6c1c9aa2b3ef85937e72eb41bc982b1fca26c2fa

19:52:17 Nico-izo теперь away [15] (Закипел.)

19:55:43 Nico-izo теперь online [15]

20:04:08 Nico-izo теперь away [15] (Закипел.)

20:11:08 Nico-izo теперь xa [15] (Испарился.)

20:22:26 Nico-izo теперь online [15]

21:18:46 ɹǝɟılʍǝu теперь online [0]

21:27:50 ɹǝɟılʍǝu теперь away [0] ( (Автостатус 'Отошел' по причине бездействия более 5 мин))

21:37:50 ɹǝɟılʍǝu теперь xa [0] ( (Автостатус 'Недоступен' по причине бездействия более 15 мин))

21:45:08 ɹǝɟılʍǝu теперь online [0]

22:27:45 diGer теперь online [50]

22:51:58 Ботиха: RSS: Новости для Recent Commits to haiku:master
• Updated freetype packages
Updated freetype packages
https://github.com/haiku/haiku/commit/2e386f20b7c463bc29f348acb5768d3cb508d12a
• Updated bash packages.
Updated bash packages.
https://github.com/haiku/haiku/commit/85d8fa4988f78a58df1cd6ad64a59f48336c1eb4

23:18:31 siaržuk зашел как владелец конференции online [5]

23:18:32 siaržuk теперь online [5]

23:20:54 ɹǝɟılʍǝu теперь away [0] ( (Автостатус 'Отошел' по причине бездействия более 5 мин))

23:21:42 ɹǝɟılʍǝu теперь online [0]

23:33:09 ɹǝɟılʍǝu теперь away [0] ( (Автостатус 'Отошел' по причине бездействия более 5 мин))

23:33:14 ɹǝɟılʍǝu теперь online [0]

23:50:00 diGer теперь away [40] (Автостатус (неактивен))