Oliver Tappe
e0eb1d38c4
Let MB_CUR_LEN lookup the actual value.
...
* instead of yielding 1, MB_CUR_LEN now looks up the correct
value in the ctype data provided by the locale backend
2011-11-22 17:32:39 +01:00
Oliver Tappe
fa02fc6907
Adjust mbstate_t to what we need.
...
* we maintain the character count and the ID of the corresponding
ICU converter in mbstate_t
2011-11-22 17:23:04 +01:00
Oliver Tappe
bf5ff48092
Use TLS and converter manager in locale backend.
2011-11-22 17:17:18 +01:00
Oliver Tappe
bcadc4ca66
Start work on multibyte-support in locale backend.
...
* add ICUThreadLocaleStorageValue, which will be used to maintain
per-thread ICU converters
* add ICUConverterManager
2011-11-22 16:55:39 +01:00
Oliver Tappe
02606f712c
Provide BReferenceable in libreferenceable.a, too.
...
* the upcoming multibyte-implementation in libroot's ICU locale
backend is going to use this, so it's not good enough to provide
BReferenceable only in libbe.so
2011-11-22 16:43:53 +01:00
Oliver Tappe
3a57f54e4d
Glibc-features: protect against existing __STDC_ISO_10646__.
...
* we define it in our compilers now, but glibc expects to define
this itself - we let our own version overrule
2011-11-22 16:34:18 +01:00
Oliver Tappe
489c0689ec
Fix typo in build_cross_tools.
2011-11-22 16:21:06 +01:00
Oliver Tappe
fc4fa46848
Fix charset and drop debug output in gnulib-test-btwoc.
2011-11-22 16:21:03 +01:00
François Revol
a8eaac6934
U-Boot: board-specific setup is already in build/jam/board/
2011-11-22 02:27:11 +01:00
Axel Dörfler
e2c30bd6c2
Forgot to include the Jamfile in the commit.
...
* The socket API is now actually available.
2011-11-22 00:00:33 +01:00
Axel Dörfler
362ae0a27e
Added unimplemented copy constructor.
2011-11-21 23:57:19 +01:00
Axel Dörfler
29e07dd0eb
Added a buffered DataIO subclass.
...
* Only the read path is tested so far.
2011-11-21 23:55:13 +01:00
Alexander von Gluck IV
0cd972316d
Add first hints of thermal monitoring on radeon cards
...
* add a few missing/needed header defines
* show GPU temp in millidegrees C on r600/r700
* evergreen+ support soon
* function may be moved to driver long term once testing done
2011-11-21 17:54:27 -06:00
Alexander von Gluck IV
97b846e874
Style fix gpu_state naming, cleanup
...
* correct naming on gpu registers that effect MC idle state
* cleanup MC idle failure situation, we are stuck and
need to try the changes anyway.
2011-11-21 17:00:07 -06:00
Alexander von Gluck IV
28e71fb070
Fix rookie tab typo, no functional change
2011-11-21 17:00:06 -06:00
Axel Dörfler
0e478f5aec
Added experimental version of a Socket API with SSL support.
...
* Each class has a Socket() method to retrieve the underlaying file descriptor
to be able to do the more advanced stuff, if necessary.
* A server socket is yet missing, but the rest is pretty much covered.
2011-11-21 22:07:52 +01:00
Alexander von Gluck IV
db528c0065
Clean up engine and hooks
...
* clean up radeon_hd engine tracing
* clean up radeon_hd engine
* clean up radeon_hd hooks
* add engine accelerant count function
2011-11-21 14:52:45 -06:00
Rene Gollent
fd651d785a
Fix issues with child creation in BMessage nodes.
...
BMessageValueNode and BMessageFieldNode weren't correctly setting
the children created flag. This would result in duplicates of
some of the nodes showing up, especially in the case of nested messages.
2011-11-20 23:25:31 -05:00
François Revol
75e4ff02d0
Style cleanup
2011-11-21 03:19:31 +01:00
François Revol
1cdb5905fc
U-Boot: Print the panic message also to the serial port
...
It seems puts() currently hangs when used in panic(), will need some more work.
2011-11-21 03:00:07 +01:00
François Revol
70ac17baab
U-Boot: Cleanup; s/arm/$(TARGET_ARCH)/g
...
U-Boot is not only about arm...
2011-11-21 01:36:43 +01:00
François Revol
d1460ff57b
ARM: Rename flash and mmc base generic targets
...
They are not so much arm-specific, really.
We now have haiku-flash-*image variations,
and haiku-mmc-image.
2011-11-21 01:30:02 +01:00
François Revol
1d6f7e86ee
ARM: Use proper Jamfiles for u-boot/arch/ subdirs
2011-11-21 01:22:32 +01:00
François Revol
e3591817b3
ARM: move kernel calling code to arch specific file
...
* needs some more cleanup.
* had to change gUBootOS to 32bit to avoid a linker bug.
2011-11-21 01:22:32 +01:00
Alexander von Gluck IV
3383e56426
Improve GPU memory controller idle check
...
* style fix
* add better tracing for non-idle memory controller conditions
2011-11-20 16:58:47 -06:00
Alexander von Gluck IV
021332df5d
Improve GPU memory controller setup on later chips
...
* Fix bug where we setup MC twice on Evergreen+
* Northern Island chipsets use the Evergreen MC setup (just cosmetic)
2011-11-20 16:32:59 -06:00
Rene Gollent
b07517d9ed
Style fix.
2011-11-20 08:50:18 -05:00
Humdinger
f107fc091a
Added new French catkeys.
2011-11-20 12:02:33 +01:00
Humdinger
078c9f1df8
Updated French catkeys.
2011-11-20 12:00:51 +01:00
Humdinger
244e14532b
Correct spelling. Thanks Loïc.
2011-11-20 11:45:11 +01:00
Humdinger
7a660c8d67
Added new Lithuanian catkeys.
2011-11-20 08:05:52 +01:00
Humdinger
891be8c483
Updated Lithuanian catkeys.
2011-11-20 08:05:51 +01:00
Rene Gollent
11102e3848
Reworked GUI settings storage.
...
- Simplified things so each window simply records all its settings into
a BMessage, which is what ultimately goes into the actual UI settings.
- Added settings storage/retrieval to the various sub views of the
team window. This means that the column widths/positioning on all
views hosting a column list view are now also preserved and restored.
2011-11-19 18:17:40 -05:00
Rene Gollent
79dbafbc66
Add GUI archiving utility functions to build.
2011-11-19 18:17:39 -05:00
Rene Gollent
1483288fe1
Simplify archiving functions.
2011-11-19 18:17:37 -05:00
Rene Gollent
258d8821ea
Simplify GUITeamUISettings to be simply message-based.
2011-11-19 18:17:36 -05:00
Rene Gollent
29ca41d541
Add utility functions for saving/restoring the state of a Table.
...
For the time being, these are simple wrappers around BColumnListView's
{Save,Load}State() functions.
2011-11-19 18:17:34 -05:00
Rene Gollent
0c07f01eb6
Modify TeamWindow to use factored out archiving functions.
2011-11-19 18:17:33 -05:00
Rene Gollent
8314c36b58
Add GUISettingsUtils class to house settings utility functions.
2011-11-19 18:17:31 -05:00
Jérôme Duval
b1f9573f59
btrfs: added support for zlib decompression of inline extents.
...
Reuse code from tarfs to decompress zlib compressed inline extents.
No idea yet on how to decompress regular extents which are currently
served by the file cache.
2011-11-19 23:34:45 +01:00
Niels Sascha Reedijk
940c916013
Sync Belarusian, Russian and Slovak from Pootle. Note that this first commit will reshuffle the entries, there should not be any functional changes.
2011-11-19 17:39:43 +01:00
Humdinger
a655ad0e6b
Updated German catkeys.
2011-11-19 17:19:04 +01:00
Oliver Tappe
a1721a7c30
Remove superfluous link to changelog.txt of bonnie++ testsuite.
...
* Eclipse's Git-plugin chokes on symlinks, and since this is the
only one in our repo and it isn't needed at all, it has to go
2011-11-19 13:27:30 +01:00
John Scipione
2231cbd5fe
Replace the US_PC_keyboard_keycodes.png image in the Keyboard special topic of the Haiku book with an optomized version saving over 100k.
2011-11-18 15:59:41 -05:00
Jerome Leveque
8519dc0f22
Internal routing management for ice1712 audio driver
...
* internal chip routing management.
* style cleanup.
2011-11-18 19:20:25 +01:00
Michael Lotz
8a5fb91c07
Stricter tests for PCI bridges at interrupt routing.
...
Validate the candidate child device a bit more by checking the device ID
and the base and subclass of the device. We don't even know if the child
is still on the PCI bus and some firmware may mark disabled devices by
simply invalidating one of these values. Possibly fixes #8111 .
Added TODO concerning that we might not want to fail at all since we
ensure that we matched all devices after routing preparation at which
state we would notice any missing child devices anyway.
2011-11-18 13:03:46 +01:00
Niels Sascha Reedijk
81f3e1eeb2
Update Dutch catalog from Pootle (testing incomplete translations).
2011-11-17 20:22:51 +01:00
Jérôme Duval
5eac5217a6
Update iprowifi4965 firmware.
...
Update iprowifi4965 firmware to 17.168.5.3 for iwlwifi-6000g2a.
2011-11-17 19:34:14 +01:00
Rene Gollent
23829e4e74
Adjust SaveSettings() to take into account split view method naming changes.
...
Remove unnecessary saving of collapsible property.
2011-11-17 09:12:49 -05:00
Rene Gollent
7b27c8fc41
Adjust method naming.
2011-11-17 09:12:47 -05:00