CIA.vc
Haiku (SVN)
Real-time open source activity stats
Stats » Projects » Haiku (SVN)
information
Photo
Haiku is an open-source operating system currently in development designed from the ground up for desktop computing. Inspired by the BeOS, Haiku aims to provide users of all levels with a personal computing experience that is simple yet powerful, and free of any unnecessary complexities.
syndicateUTC clock
16:15 on May 23, 2012
event counters
The last message was received 6.45 months ago at 04:30 on Nov 12, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
34847 messages since the first one, 7.99 years ago, for an average of 2.01 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
04:30 on Nov 12, 2011OpenBeOS
Commit by kallisti5 :: r43238 /haiku/trunk/src/add-ons/kernel/drivers/graphics/radeon_hd/driver.cpp:

  • improve comments on card families
  • add a few missing PCI ID's
  • add a first r520 PCI ID's (commented out for now)
  • name a few rare CAYMAN FirePro cards based on info from AMD website
#
02:12 on Nov 12, 2011OpenBeOS
Commit by anevilyak :: r43237 /haiku/trunk/src/kits/interface/Window.cpp:
Revert part of r43166 that was included accidentally. This resulted in
incorrect behavior while processing certain kinds of messages, and
consequently deadlocks in some apps. Fixes #8101.
#
23:29 on Nov 11, 2011OpenBeOS
Commit by scottmc :: r43236 /haiku/trunk/build/jam/OptionalPackages:
Update git to version 1.7.7.2
#
17:31 on Nov 11, 2011OpenBeOS
Commit by pulkomandy :: r43235 /haiku/trunk/src/add-ons/accelerants/intel_extreme/mode.cpp:
Use timing constraints from the G35 programming manual (which are much more relaxed)
Should help with #8001.
#
16:35 on Nov 11, 2011OpenBeOS
Commit by humdinger :: r43234 /haiku/trunk/data/catalogs/ (65 files in 28 dirs):
Updated German, Finnish and Swedish catkeys. Took me quite a few days to convince HTA to export the files...
#
11:52 on Nov 11, 2011OpenBeOS
Commit by pulkomandy :: r43233 /haiku/trunk/docs/user/locale/Collator.dox:
Fix documentation of Collator: Greater and GreaterOrEqual are not commutative (that would mean Greater(s1, s2) is the same as
Greater(s2, s1), and adding a negation in front of them is not enough either.
#
06:28 on Nov 11, 2011OpenBeOS
Commit by jscipione :: r43232 /haiku/trunk/docs/user/locale/Collator.dox:
Update the BCollator class documentation to fix a number of spelling errors and make the text clearer and easier to read. Also add a bunch of details, a few warnings and notes and other small typographical changes.
#
05:11 on Nov 11, 2011OpenBeOS
Commit by jscipione :: r43231 /haiku/trunk/docs/user/keyboard/keyboard.dox:
A few updates and corrections to the new Keyboard page in the Haiku Book. I hope I got this in time before the next scheduled build of the Haiku Book.
#
11:08 on Nov 10, 2011OpenBeOS
Commit by jscipione :: r43230 /haiku/trunk/docs/user/ (8 files in 3 dirs):
Add a section to the Haiku Book with a very special topic, the keyboard.
This started off as just being a page to detail the key codes since I find
myself constantly referencing the BeBook page on the subject and it is
horribly broken. However, the page has grown to detail many of the keyboard
related methods and constants defined in InterfaceDefs.h as well. A very
long and detailed explanation of the key_map structure is included.
#
00:41 on Nov 10, 2011OpenBeOS
Commit by mmlr :: r43229 /haiku/trunk/src/add-ons/kernel/file_systems/bfs/Volume.cpp:
Revert the part of r43033 that tries to write the "be:volume_id" on mount. The
use of an attribute may cause an attribute directory access, causing a get_vnode
call that leads to KDL due to the mount not yet having completed as seen in
#8090. Moving the volume_ops initialization in bfs_mount earlier might make this
work, but it is a hack at most, as we can't really know what state the VFS is in
during a mount.
#
06:03 on Nov 09, 2011OpenBeOS
Commit by kallisti5 :: r43228 /haiku/trunk/src/add-ons/kernel/drivers/graphics/radeon_hd/radeon_hd.cpp:

  • don't read shared_info for deviceID before it's populated
#
00:20 on Nov 09, 2011OpenBeOS
Commit by kallisti5 :: r43227 /haiku/trunk/src/add-ons/accelerants/radeon_hd/bios.cpp:

  • correct gcc2 warning about always true situation
  • style fix
#
22:21 on Nov 08, 2011OpenBeOS
Commit by kallisti5 :: r43226 /haiku/trunk/ (9 files in 3 dirs):

  • style cleanup of shared storage names
  • return better data on card
  • display chipset flags in screen preflet
#
19:49 on Nov 08, 2011OpenBeOS
Commit by kallisti5 :: r43225 /haiku/trunk/ (10 files in 3 dirs):

  • add lots of missing evergreen defines
  • evergreen headers are split due to different header copyrights
  • detect and set up evergreen memory controler
  • change the way we manage radeon chipsets to more closely match drm driver as the chipset model numbers aren't in order and change from numbers to names.
  • check for evergreen when populating frame buffer information.
  • style cleanup
#
12:25 on Nov 08, 2011OpenBeOS
Commit by siarzhuk :: r43224 /haiku/trunk/build/jam/OptionalPackages:

  • KeymapSwitcher package updated to work with recent (after ~r43100) revisions of Haiku.
#
11:43 on Nov 08, 2011OpenBeOS
Commit by siarzhuk :: r43223 /haiku/trunk/src/preferences/keymap/ModifierKeysWindow.cpp:

  • fix GCC4 build.
#
09:35 on Nov 08, 2011OpenBeOS
Commit by jscipione :: r43222 /haiku/trunk/src/preferences/keymap/ModifierKeysWindow.cpp:
Another small change to the Keymap Modifier Keys window. Only mark the control, option, and command menu items if both the left and right keys are set.
#
09:19 on Nov 08, 2011OpenBeOS
Commit by jscipione :: r43221 /haiku/trunk/src/preferences/keymap/ (5 files):
Implemented the style changes and other improvements suggested by Axel to the Keymap preference app Modifier Keys window. The number of lines of code in the class was significantly reduced by these changes. I also made one small change to change the window title from 'Modifers Keys' to 'Modifier Keys'.
#
00:02 on Nov 08, 2011OpenBeOS
Commit by pulkomandy :: r43220 /haiku/trunk/headers/os/locale/Catalog.h:
Avoid warning for unused parameters.
#
22:52 on Nov 07, 2011OpenBeOS
Commit by bonefish :: r43219 /haiku/trunk/src/bin/debug/scheduling_recorder/scheduling_recorder.cpp:

scheduling_recorder: Fix signal handling

  • The sa_flags field of the structure passed to sigaction() wasn't cleared, which resulted in the wrong type of handler function being called and the second parameter not being the expected user data.
  • Always check fCaughtDeadlySignal in the main loop, so the signal doesn't have to hit the _kern_system_profiler_next_buffer() call (though that's the most likely one anyway). Now scheduling_recorder can be stopped with a single Ctrl-C again.
#