CIA.vc
Haiku
Real-time open source activity stats
Stats » Projects » Haiku
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
18:49 on May 27, 2012
event counters
The last message was received 6.81 hours ago at 12:00 on May 27, 2012
1 messages so far today, 0 messages yesterday
12 messages so far this week, 43 messages last week
123 messages so far this month, 176 messages last month
999 messages since the first one, 6.57 months ago, for an average of 4.73 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
06:42 todayhaiku
Commit by pulkomandy on master :: rhrev44205 haiku/: (link)
Fix collecting of ifdef dependant strings

Following some recent changes, the collection of strings does not use
B_COLLECTING_CATKEYS define anymore. Adjust the code to use
B_TRANSLATE_MARK_VOID instead, leading to the same result (string is
added to catalog, but not used)
#
01:38 Fridayhaiku
Commit by jscipione on master :: rhrev44204 haiku/: (link)
Fix formatting bug in Deskcalc.

Calculations that take up the full width of the Deskcalc window
sometimes scroll the result over showing you only the tail end. This
is because the horizontal inset makes the area too small to fit the
result. Removing this horizontal inset means that the result will
always fit in the space provided, and Deskcalc will recalculate to
fit, but it also means that the result always starts at the leftmost
side of the textarea, a fair tradeoff.
#
23:40 Thursdayhaiku
Commit by axeld on master :: rhrev44203 haiku/: (link)
Fixed a possible FD leak, CID 702009.
#
19:55 Thursdayhaiku
Commit by mmu_man on master :: rhrev44201 haiku/: (link)

PPC: Move asm helpers to U-Boot arch Jamfile

  • the OpenFirmware arch/ppc/Jamfile already has it, so move it to avoid duplicated symbols.
#
19:27 Thursdayhaiku
Commit by mmu_man on master :: rhrev44199 haiku/: (link)

U-Boot: split cpu.cpp into arch-specific and common parts

  • the common part should try to use the U-Boot API when found.
  • the arch part can make use of cpu features (like timer register)
  • the ppc code enables the FPU in the MSR, since it's used by vsnprintf(), which at least saves one FP register in its prologue.
#
19:20 Thursdayhaiku
Commit by mmu_man on master :: rhrev44198 haiku/: (link)

PPC: Add eioio as barrier for the UART class [3 commits]

  • probably unneeded but it shouldn't harm.
#
15:25 Thursdayhaiku
Commit by kallisti5 on master :: rhrev44202 haiku/: (link)

ARM platform: Undo change to MMU page table assignment

  • While the baremetal arm book I have says mrc, it breaks verdex and doesn't work on the Pi.
  • Moving the page table address to the p15 coprocessor makes more logical sense anyway... i think mrc was a typo.
#
13:53 Thursdayhaiku
Commit by kallisti5 on master :: rhrev44200 haiku/: (link)
rPi console: Implement console_wait_for_key
#
11:39 Thursdayhaiku
Commit by kallisti5 on master :: rhrev44197 haiku/: (link)

rPi Console: Fix console vt100 calls [3 commits]

  • Use correct clear screen escape codes
  • Use correct set cursor location escape codes
  • Use correct set color escape codes
#
18:30 Wednesdayhaiku
Commit by tqh on master :: rhrev44196 haiku/: (link)
Only set FT_LOAD_TARGET_LCD when we have specified it. Use FT_LOAD_TARGET_NORMAL when we havn't.

(FT_LOAD_TARGET_LIGHT might also be an option.)
#
16:56 Wednesdayhaiku
Commit by anevilyak on master :: rhrev44195 haiku/: (link)
Fix #8596: common_getgroups copies too little data

common_getgroups, when called from within the kernel, copies actualCount
bytes instead of actualCount * sizeof(gid_t) bytes.
#
14:07 Tuesdayhaiku
Commit by kallisti5 on master :: rhrev44194 haiku/: (link)

MMU: Add in section L1 MMU size [3 commits]

  • Not used atm, but exists.
#
14:31 on May 20haiku
Commit by mmadia on master :: rhrev44193 haiku/: (link)
Added Caya as an optional package.

Provided by Barrett. Fixes #7439.
#
10:46 on May 20haiku
Commit by siarzhuk on master :: rhrev44191 haiku/: (link)
Put hostname option into DHCPDISCOVER/DHCPREQUEST if provided by system

If Haiku has the hostname set, inform DHCP server with corresponding
option in DHCPDISCOVER and DHCPREQUEST messages. That should simplify
accessing Haiku hosts by using it's hostname instead of raw addresses.
#
10:23 on May 20haiku
Commit by mmadia on master :: rhrev44192 haiku/: (link)
Updated Keymap Switcher. Provided by Siarzhuk Zharski.
#
16:25 on May 19haiku
Commit by humdinger on master :: rhrev44190 haiku/: (link)
Added wpa_supplicant to alpha and nightly profiles. Fixes #8585.
#
20:23 on May 18haiku
Commit by siarzhuk on master :: rhrev44188 haiku/: (link)
Preventive fixes for possible Coverity complaints in the future. [2 commits]
#
17:40 on May 18haiku
Commit by humdinger on master :: rhrev44186 haiku/: (link)
Merge branch 'master' of ssh://git.haiku-os.org/haiku [2 commits]
#
15:16 on May 18haiku
Commit by kallisti5 on master :: rhrev44189 haiku/: (link)

rPi MMU: Working towards mapped memory

  • BCM2708 defines no longer assume 0x20 address We will be throwing away the blob memory mapping and using our own.
  • Use existing blob mapping to turn GPIO led on pre mmu_init
  • Remap MMU hardware addresses from 0x7E. We could map each device, however the kernel will throw away the mappings again anyway. For now we just map the whole range and use offsets.
  • Serial uart no longer works, however at least we know why now :). Serial driver now needs to use mapped address.
#
13:57 on May 18haiku
Commit by kallisti5 on master :: rhrev44187 haiku/: (link)

rPi MMU: Enhance debugging [2 commits]

  • TRACE calls no longer need double '('
  • Added CALLED trace function
  • Add better debugging output
#