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
05:23 on May 19, 2012
event counters
The last message was received 3.86 hours ago at 01:31 on May 19, 2012
3 messages so far today, 7 messages yesterday
39 messages so far this week, 30 messages last week
107 messages so far this month, 176 messages last month
983 messages since the first one, 6.28 months ago, for an average of 4.6 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
20:23 yesterdayhaiku
Commit by siarzhuk on master :: rhrev44188 haiku/: (link)
Preventive fixes for possible Coverity complaints in the future. [2 commits]
#
17:40 yesterdayhaiku
Commit by humdinger on master :: rhrev44186 haiku/: (link)
Merge branch 'master' of ssh://git.haiku-os.org/haiku [2 commits]
#
16:20 yesterdayhaiku
Commit by humdinger on master :: rhrev44184 haiku/: (link)
Corrected typo. Fixes #8557. [2 commits]
#
15:16 yesterdayhaiku
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 yesterdayhaiku
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
#
11:36 yesterdayhaiku
Commit by kallisti5 on master :: rhrev44185 haiku/: (link)

rPi: MMU Work [2 commits]

  • Use U-Boot mmu code as base
  • This will be factored out someday into common arch mmu code when we can read Flattened Device Trees
  • Move mmu_init after serial_init. Temporary change as we will want serial_init to use memory mapped addresses... for debugging.
#
09:05 yesterdayhaiku
Commit by kallisti5 on master :: rhrev44183 haiku/: (link)

rPi: Fix Raspberry Pi binaries

  • Since mmu_man fixed these vars to actually be used, we now know these floating point flags cause issues on the Raspberry Pi currently.
#
23:22 Thursdayhaiku
Commit by mmu_man on master :: rhrev44182 haiku/: (link)

Fix passing flags from BoardSetup

  • since we include BoardSetup earlier now, the TARGET_* flags were discarded. Use HAIKU_* instead.
  • Add variables to hold the default entry point and the desired uimage OS emulation.
#
22:01 Thursdayhaiku
Commit by tqh on master :: rhrev44181 haiku/: (link)
rand() is used, but srand() was never called.
#
21:52 Thursdayhaiku
Commit by mmu_man on master :: rhrev44180 haiku/: (link)

U-Boot ppc: Add missing sections to ldscript

  • it seems we missed some sections that exist on ppc, add them.
  • resulting binary runs a little further in QEMU but still screws up.
#
18:46 Thursdayhaiku
Commit by mmu_man on master :: rhrev44179 haiku/: (link)

U-Boot: save passed FDT and call common code

  • should work better this way :D
#
17:55 Thursdayhaiku
Commit by mmu_man on master :: rhrev44178 haiku/: (link)

U-Boot: include board name in uimage header

  • for clarity, include the board in the uimage name field, it's long enough.
#
17:41 Thursdayhaiku
Commit by mmu_man on master :: rhrev44177 haiku/: (link)

U-Boot: Fix ppc build [3 commits]

  • we have an uimage for the Sam460 \o/
#
17:15 Thursdayhaiku
Commit by mmu_man on master :: rhrev44176 haiku/: (link)

U-Boot: Add a ppc ldscript

  • mostly copied from the ARM one
#
17:10 Thursdayhaiku
Commit by mmu_man on master :: rhrev44175 haiku/: (link)

U-Boot: Guard ARM-specific stuff

  • those must be cleaned up and moved away
  • allows building U-Boot loader for ppc
#
16:44 Thursdayhaiku
Commit by mmu_man on master :: rhrev44172 haiku/: (link)

U-Boot: Add a Linux-type loader target [2 commits]

  • those should be cleaned up. BoardSetup should tell which OS type to emulate.
#
15:36 Thursdayhaiku
Commit by mmu_man on master :: rhrev44170 haiku/: (link)

Sam460ex: Add a Linux-type kernel entry point [2 commits]

  • the onboard U-Booot and 2nd-stage loader only know a few OS types, we'll try faking Linux there.
#
11:05 Thursdayhaiku
Commit by kallisti5 on master :: rhrev44174 haiku/: (link)
U-Boot: Re-disable MMU tracing
#
10:58 Thursdayhaiku
Commit by kallisti5 on master :: rhrev44173 haiku/: (link)
u-boot mmu: Style cleanup, no functional change
#
10:32 Thursdayhaiku
Commit by kallisti5 on master :: rhrev44171 haiku/: (link)

uart: Fix arm kernel build

  • Make kernel use mmu_man's new UART code
  • Remove no longer used uart.cpp / uart.h
#