CIA.vc
jackburton
Real-time open source activity stats
Stats » Authors » jackburton
informationsyndicateUTC clock
11:44 on May 26, 2012
event counters
The last message was received 1.82 months ago at 00:04 on Apr 02, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 1 messages last month
1603 messages since the first one, 7.97 years ago, for an average of 1.81 days between messages
recent messages
dateReversed sort columnprojectcontentlink
20:08 on Apr 01haiku
Commit by jackburton on master :: rhrev43937 haiku/: (link)
Move the view when hitting the space key. This shows that GLView in direct [2 commits]
mode can't correctly handle the view being moved.
#
11:30 on Mar 31haiku
Commit by jackburton on master :: rhrev43912 haiku/: (link)
Avoid calling BMenu::HitTestItems() if the cursor is over a submenu.
#
19:57 on Mar 23haiku
Commit by jackburton on master :: rhrev43883 haiku/: (link)
Merge branch 'master' of ssh://git.haiku-os.org/haiku [8 commits]
#
15:01 on Oct 19, 2011OpenBeOS
Commit by jackburton :: r42883 /haiku/trunk/src/add-ons/kernel/drivers/timer/hpet.cpp:
Fix build (forgot the ";")
#
15:00 on Oct 19, 2011OpenBeOS
Commit by jackburton :: r42882 /haiku/trunk/src/add-ons/kernel/drivers/timer/ (hpet.cpp hpet.h):
Reorganized defines in the header.
Deallocate resources correcly in error case. Support for level and edge
interrupts.
Removed volatile keyword where it's not needed.
#
13:32 on Oct 19, 2011OpenBeOS
Commit by jackburton :: r42881 /haiku/trunk/src/add-ons/kernel/drivers/timer/hpet.cpp:
Use B_DO_NOT_RESCHEDULE in the interrupt handler because we are running
with the interrupts disabled (was causing KDL under qemu).
Add a define to switch the HPET timers to 32 or 64 bit (32 bit now by default)
Reordered some things
Add some debug output.
#
18:24 on Oct 13, 2011OpenBeOS
Commit by jackburton :: r42842 /haiku/trunk/src/add-ons/kernel/drivers/timer/hpet.cpp:
Some refactoring, some other changes.
#
18:22 on Oct 13, 2011OpenBeOS
Commit by jackburton :: r42841 /haiku/trunk/src/add-ons/kernel/drivers/Jamfile:
Ordered SubIncludes (thank you Jerome)
#
10:36 on Oct 13, 2011OpenBeOS
Commit by jackburton :: r42837 /haiku/trunk/src/add-ons/kernel/drivers/ (9 files in 2 dirs):

HPET driver for testing HPET code more easily.
Seems to work correctly on real hardware, not on qemu where it
can only use the irq 2, and this causes wreakage (could be a programming error).
Changed from the kernel code:

  • Adapted to use as a driver
  • Configure for level interrupts instead of edge, which seems not to work correctly
  • Add traceing dprintfs
  • Various other changes Does not use yet the new interrupt api introduced by Michael Lotz.
#
10:33 on Oct 13, 2011OpenBeOS
Commit by jackburton :: r42836 /haiku/trunk/src/tests/add-ons/kernel/drivers/ (Jamfile hpet/ hpet/Jamfile hpet/main.cpp):
Add a test app for the hpet driver (which I'll commit later)
#
08:10 on Jun 14, 2011OpenBeOS
Commit by jackburton :: r42172 /haiku/trunk/src/system/kernel/slab/Slab.cpp:
Changed wrong help text
#
20:11 on Jun 11, 2011OpenBeOS
Commit by jackburton :: r42105 /haiku/trunk/src/system/boot/platform/bios_ia32/acpi.cpp:
We already know the rsdt length in advance,
so map the whole table without freeing and remapping later
#
13:15 on Jun 10, 2011OpenBeOS
Commit by jackburton :: r42084 /haiku/trunk/src/system/boot/platform/bios_ia32/acpi.cpp:
Map the whole table also in acpi_check_rsdt().
Also print the table revision, after the vendor.
#
10:50 on Jun 10, 2011OpenBeOS
Commit by jackburton :: r42083 /haiku/trunk/src/system/boot/platform/bios_ia32/acpi.cpp:
Map the whole table, and not just the header. Fix #7497 again (hopefully
correctly now)
#
21:17 on Jun 09, 2011OpenBeOS
Commit by jackburton :: r42078 /haiku/trunk/src/system/boot/platform/bios_ia32/acpi.cpp:
Revert r42068 and r42069, since they didnt' make sense (but something's
obviously fishy)
#
15:17 on Jun 09, 2011OpenBeOS
Commit by jackburton :: r42069 /haiku/trunk/src/system/boot/platform/bios_ia32/acpi.cpp:
Add a comment so this doesn't happen anymore
#
15:08 on Jun 09, 2011OpenBeOS
Commit by jackburton :: r42068 /haiku/trunk/src/system/boot/platform/bios_ia32/acpi.cpp:
Map B_PAGE_SIZE, and not just acpi_description_header (was actually a
regression), since the tables are bigger than that.
Accessing unmapped memory was doing bad things on
XenServer.
Fixes ticket #7497.
#
15:00 on Jun 09, 2011OpenBeOS
Commit by jackburton :: r42067 /haiku/trunk/src/system/boot/platform/bios_ia32/smp.cpp:
Missing default case
#
20:16 on May 05, 2011OpenBeOS
Commit by jackburton :: r41330 /haiku/trunk/headers/os/mail/E-mail.h:
Fix build.
#
10:59 on Mar 10, 2011OpenBeOS
Commit by jackburton :: r40902 /haiku/trunk/src/kits/device/Joystick.cpp:
Partly revert the previous commit: don't reset ffd in the destructor since
it's useless.
#