François Revol
7daaf25d9c
Merge branch 'master' into sam460ex
2013-01-15 07:09:10 +01:00
Przemysław Buczkowski
dc871e324d
TextView:Cmd/Ctrl-Home/End Shift-selection support
...
Fixes #6859
Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
2013-01-14 21:10:21 +01:00
Fredrik Modéen
34dad10384
Adding debug file to bluetooth.
...
* more changes will come.
2013-01-12 20:01:28 +01:00
Landon Fuller
524bb6d3ec
Restore FTS_WHITEOUT, guard it with __HAIKU__.
...
As per Jérôme Duval's code review in issue #9337 .
2013-01-11 00:26:48 +01:00
Landon Fuller
4b5a13ab81
Add Haiku support.
...
This replaces the use of a few BSD-specific functions, as well
as the direct references to _open/_close et-al.
BFS doesn't support the FTS_NOSTAT directory link count optimization,
and no statfs() function is available, so we simply turn that off.
2013-01-11 00:26:48 +01:00
Landon Fuller
7de6d45ca2
Drop in unmodified fts/ftw implementations from FreeBSD HEAD (r245067).
2013-01-11 00:26:47 +01:00
François Revol
28d1701896
Merge branch 'master' into sam460ex
2012-12-29 11:55:24 +01:00
Alexander von Gluck IV
a2b448a0c1
intel_extreme: Mark IvyBridge as having a PCH
...
* Modesetting now works on IvyBridge
* Preferred mode needs work though as my chipset
defaults to 1024x768 vs 1366x768
2012-12-29 00:09:00 +00:00
Jérôme Duval
ef769e5e87
add declaration of sa_family_t in sys/socket.h
...
* added missing declaration of sa_family_t in sys/socket.h, this fixes #8731
thanks to Anarchos for the patch.
* fixed the build of the command ftp
2012-12-28 22:28:13 +01:00
Hamish Morrison
d1f280c805
Add support for pthread_attr_get/setguardsize()
...
* Added the aforementioned functions.
* create_area_etc() now takes a guard size parameter.
* The thread_info::stack_base/end range now refers to the usable range
only.
2012-12-28 18:02:58 +00:00
Jérôme Duval
00e7904406
include string.h for FD_ZERO in sys/select.h
...
* sys/select.h was not self contained before, this fixes #9327
* index is defined as a function in string.h, fixed resulting name
collision in glut_shapes.c
2012-12-28 18:30:03 +01:00
François Revol
0ccce7886f
Merge branch 'master' into sam460ex
2012-12-27 15:50:06 +01:00
Alexander von Gluck IV
660ca29ee0
intel_extreme: Add IvyBridge PCIID's
...
* This needs testing and likely some IvyBridge
fixups
2012-12-26 11:01:43 -06:00
John Scipione
4b831faef7
Revert "Rename header params to match BeBook. No implementation."
...
This reverts commit 67f773ec1d
.
The convention is to use leading underscores to indicate out
parameters.
2012-12-24 17:03:46 -05:00
John Scipione
67f773ec1d
Rename header params to match BeBook. No implementation.
2012-12-24 16:31:30 -05:00
François Revol
be95f65a23
Merge branch 'master' into sam460ex
2012-12-24 01:52:39 +01:00
John Scipione
e9191cc2d1
Add BFile documentation to the Haiku Book.
...
Remove the documentation from the cpp file also. Keep the brief
description as a regular comment though.
2012-12-22 15:01:17 -05:00
John Scipione
78c12508e3
Rename the bounds parameter of the BDragger class to frame matching the BeBook
2012-12-21 21:24:46 -05:00
John Scipione
aabb148183
Rename the resizingMask parameter of the BDragger constructor to resizingMode matching the BeBook.
2012-12-21 21:22:54 -05:00
John Scipione
bc22b037c4
Style fixes to DirectWindow.h, no functional change
2012-12-21 19:18:45 -05:00
Alex Smith
6c6fcaf95b
Some build fixes for DEBUG=1.
2012-12-20 19:22:16 +00:00
François Revol
98191ec624
Merge branch 'master' into sam460ex
2012-12-19 15:44:14 +01:00
Rene Gollent
55751d083a
Move Tokenizer/Token into ExpressionParser's namespace.
2012-12-18 21:31:43 -05:00
François Revol
7510aed89b
Merge branch 'master' into sam460ex
2012-12-17 15:47:39 +01:00
Fredrik Holmqvist
92d766df7c
Pass a handle to evaluate_object as start point.
2012-12-15 14:10:11 +01:00
François Revol
97b9539c65
Merge branch 'master' into sam460ex
2012-12-06 00:12:40 +01:00
Michael Lotz
fd6e3a11e2
Use the existing ARM MMU definitions and remove duplicates.
2012-12-04 23:38:06 +01:00
Michael Lotz
50c463f4f1
Header cleanup, rename macros for more consistency.
2012-12-04 23:38:03 +01:00
Axel Dörfler
332cc6bc3b
64 bit fixes for libmedia.so, ActivityMonitor, and Sudoku.
...
* Alex, I feel your pain :-)
2012-11-30 13:16:38 +01:00
François Revol
c435277d49
Merge branch 'master' into sam460ex
2012-11-29 16:06:28 +01:00
Axel Dörfler
ed80f189ce
Applied an updated patch by looncraz to enable hardware cursor.
...
I made the following changes to the original patch:
* Add const to the cursor setting functions.
* Removed the legacy cursor copying code.
* Minor coding style cleanup.
2012-11-28 22:33:08 +01:00
Michael Lotz
57e6aff3f7
Add debug helpers that communicate information via the LED.
...
Blink patterns and delay mechanisms allow for "easier" debugging using
just the onboard LED on the raspberry pi.
2012-11-27 20:58:31 +01:00
Michael Lotz
4818400fcf
Add BCM2708 mailbox definitions and implementation.
...
The mailbox is used to communicate with the VideoCore on the rPi for
various tasks. First it will be used to configure the framebuffer.
2012-11-27 20:58:30 +01:00
André Hentschel
a8fe6dad7e
Fix header protection for the beagle board
2012-11-26 17:59:53 +01:00
Alex Smith
afd0470932
Disable DEBUG in x86emu Jamfile rather than in x86emui.h.
2012-11-26 15:17:47 +00:00
Oliver Tappe
52cdfde04b
Fix relying on order of static object destruction in Locale Kit.
...
* use only a single static object (MutableLocaleRoster) instead of
two, which avoids any problems if the order of static object
destruction would destroy RosterData before MutableLocaleRoster
* rename BPrivate::RosterData to BPrivate::LocaleRosterData and move
it into a header and implementation file of its own
This should hopefully fix problems encountered with a clang-compiled
Locale Kit.
2012-11-26 01:19:27 +01:00
Rene Gollent
e03ee8ba35
Add missing include.
2012-11-23 10:55:50 -05:00
François Revol
c447257769
Merge branch 'master' into sam460ex
2012-11-23 14:18:16 +01:00
Ithamar R. Adema
53a59cd99a
Fix minor typo
2012-11-22 22:58:24 +01:00
Ithamar R. Adema
39b546702c
ARM: fixup header comment
2012-11-22 00:00:16 +01:00
Alex Smith
b0f9ebaca5
Don't compile in x86emu debug code for builds with DEBUG set.
2012-11-18 22:51:54 +00:00
François Revol
77d95e1d47
Merge branch 'master' into sam460ex
...
Conflicts:
src/system/boot/platform/u-boot/arch/ppc/Jamfile
2012-11-18 23:10:49 +01:00
Alex Smith
5196d5dad0
Merge branch 'master' into x86_64
...
Conflicts:
build/jam/HaikuImage
src/add-ons/kernel/generic/Jamfile
2012-11-18 19:18:00 +00:00
Yongcong Du
0a0af8957e
acpi: export read_bit_register and write_bit_register
...
acpi cpuidle needs such acpi functions
Signed-off-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
2012-11-18 17:39:20 +01:00
Yongcong Du
71d9d375b8
cpuidle: move generic cpuidle to generic
...
After this change, low level cpuidle drivers load the generic cpuidle
module if they can support the underlying platform.
change the intel cpuidle driver accordingly, now it's loaded by acpi
bus manager during boot, although it doesn't depend on acpi
Signed-off-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
2012-11-18 17:39:19 +01:00
Yongcong Du
57311e7bb7
acpi: add ACPI_ALLOCATE_LOCAL_BUFFER to ACPI.h
...
Signed-off-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
2012-11-18 17:39:19 +01:00
Yongcong Du
e467ba95b0
cpuidle: add stats reporting support
...
Signed-off-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
2012-11-18 17:39:19 +01:00
Yongcong Du
66b0c86ae4
cpuidle: rename CpuidleStats to CpuidleStat
...
Signed-off-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
2012-11-18 17:39:18 +01:00
Yongcong Du
2195811a84
idle: introduce cpuidle generic module
...
This module will load the various lowlevel cpuidle modules' implementations
during initialiation. If it finds one available module, it will change
the global gCpuIdleFunc as its own better one.
When idle, cpuidle module will select the best cstate and enter it by
calling the lowlevel module's implementation.
Signed-off-by: Yongcong Du <ycdu.vmcore@gmail.com>
Signed-off-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
2012-11-18 17:39:17 +01:00
Alex Smith
11c9f9a1d6
Merge branch 'master' into x86_64
...
Conflicts:
build/jam/FloppyBootImage
build/jam/OptionalBuildFeatures
build/jam/OptionalPackages
headers/private/shared/cpu_type.h
src/bin/ps.c
src/bin/sysinfo.cpp
src/kits/tracker/PoseView.cpp
src/preferences/appearance/DecorSettingsView.cpp
src/preferences/virtualmemory/Settings.cpp
src/servers/input/AddOnManager.cpp
src/servers/input/InputServer.cpp
src/servers/input/InputServerMethod.cpp
src/system/boot/Jamfile
src/system/boot/platform/raspberrypi_arm/mmu.cpp
src/system/boot/platform/u-boot/arch/arm/Jamfile
src/system/kernel/arch/x86/arch_cpu.cpp
src/system/kernel/arch/x86/arch_thread.cpp
src/system/kernel/cache/block_cache.cpp
src/system/kernel/vm/VMAnonymousCache.cpp
2012-11-18 14:02:07 +00:00