43479 Commits

Author SHA1 Message Date
Joseph R. Prostko
fd720fd2da Update the GCC4 optional package...yes, again
* This package is current as of btrev43040
* Primarily did this rebuild to assure the GCC4 package was made with the latest buildtool sources
* This invalidates the need to cherry pick hrev44704 for R1A4
+alpha4
hrev44707
2012-10-19 17:29:24 -04:00
threedeyes
e90f1b178c NTFS: Fix node creation functions. hrev44706 2012-10-19 00:58:05 +00:00
threedeyes
a814d85025 NTFS: update libntfs-3g to latest stable version 2012-10-17 23:09:27 +00:00
Joseph R. Prostko
cb8f90c0c8 Update Perl 5.10.1 GCC4 package for R1A4
* After the SSP fix committed recently for GCC, Perl can now build again correctly
+alpha4
hrev44705
2012-10-17 13:30:12 -04:00
Joseph R. Prostko
02a7951ec0 Update GCC4 package
* This package is smaller in size than the previous due to the fix in btrev43038
* This package addresses issue building code with SSP due to fix in btrev43039
* This commit along with btrev43039 fixes #8931
+alpha4 (and hopefully last update to GCC before R1A4 release)
hrev44704
2012-10-17 08:15:23 -04:00
czeidler
04b1c44b89 Use a tab BReference as argument in Area::Set{Left, Top, Right, Bottom}.
Using a normal pointer is dangerous when creating a new tab directly in the method call because the tab gets deleted to early.
hrev44703
2012-10-17 07:33:54 +00:00
threedeyes
292cd8a934 Style cleanup: removed unnecessary braces. hrev44702 2012-10-16 11:58:27 +00:00
threedeyes
bdc104484c Fix format vlidator (bug:#9061), fix gcc4 warnings. hrev44701 2012-10-16 04:24:49 +00:00
threedeyes
6c874a26fc Style cleanup. 80 character line limit. hrev44700 2012-10-14 11:01:17 +00:00
Philippe Saint-Pierre
56bc38cef0 Coding style fixes, should have no functional changes. hrev44699 2012-10-13 16:04:18 -04:00
Matt Madia
9815f07dce Added jprostko as a maintainer. hrev44698 2012-10-13 12:03:44 +00:00
threedeyes
e565fae659 Equalizer,VSTHost: fix gcc4 build, sorry. hrev44697 2012-10-13 19:53:30 +11:00
threedeyes
36a4449ff7 Added Equalizer and VSTHost add-ons to the HaikuImage. hrev44696 2012-10-13 18:50:36 +11:00
threedeyes
df969bab29 Added VSTHost media add-on. hrev44695 2012-10-13 17:49:08 +11:00
threedeyes
71c77851c9 Added Equalizer media add-on. hrev44694 2012-10-13 17:42:09 +11:00
Joseph R. Prostko
4fa936c1dd Update required legacy GCC version hrev44693 2012-10-12 21:13:52 -04:00
Joseph R. Prostko
e7defb0055 Update GCC2 and GCC4 optional packages for R1A4
* GCC4 was updated to GCC 4.6.3 to fix ICE issue while building natively
+ alpha4
hrev44692
2012-10-12 20:21:12 -04:00
czeidler
d6977957a0 The current solver don't like big values.
- Check the constraint values first.
- Some cleanup.
hrev44691
2012-10-11 11:52:46 +13:00
Humdinger
323abd9b89 Unbroke build under gcc4. Sorry about that... hrev44690 2012-10-10 15:35:16 +02:00
Jürgen Wall
3b98be3cc4 USB OHCI: Fix ownership handover from SMM to OS.
* Disabling all interrupts prior to ownership handover from SMM to OS
  can prevent propper OHCI and PS/2 functionality as described in
  #8987 and #8984. In that case SMM does not respond to the ownership
  change request. On the other hand not disabling the interrupts can
  lead to interrupt storms (discussed in #8085) since no interrupt
  handler is installed at that moment. As suggested by mmlr this patch
  attempts to address both issues by keeping the ownership change
  request interrupt enabled.

* Removed an unnecessary reset upon non-responding SMM for now,
  since we reset a few lines later anyway and added TODOs respectively.
  That should safe a bit boot time.

Signed-off-by: Michael Lotz <mmlr@mlotz.ch>
hrev44689
2012-10-09 23:03:06 +02:00
Jérôme Duval
c530d46cca UDF: support for metadata partition (feature from 2.50)
* added Icb::FindBlock() to find block in extents.
* MetadataPartition uses extents descriptors found in the metadatafile
to lookup blocks on a physical partition
* uses struct timespec instead of time_t
* added init_entities() to call C++ structures constructors. This is
called at module initialization, C++ constructors are currently not called when
a kernel module is loaded.
* tested with a sample bluray ISO.
hrev44688
2012-10-09 22:50:17 +02:00
Humdinger
c58a87027a Made another string of desklink translatable.
(+alpha4)
hrev44687
2012-10-09 19:56:47 +02:00
Alexander von Gluck IV
9c64737586 Tracker: Style fix (+alpha4)
* Depends on ff09527e4f6f67 (which is +alpha4 *not* +alpha3) :)
* As per commit ML
* Do a direct AddItem vs using an item variable which
  breaks program flow.
* A better long term solution may be to enable the debug server
  to recover 'system' applications that fail. #9039
hrev44686
2012-10-08 12:02:37 -05:00
Alexander von Gluck IV
7415c64941 radeon_hd: Add PCIID for HD 4500, resolves #9051 (+alpha4) hrev44685 2012-10-08 10:24:59 -05:00
Axel Dörfler
adf340f0ed Style cleanup. hrev44684 2012-10-08 13:59:16 +02:00
Axel Dörfler
9b9cb227c7 Consolidated and fixed device_geometry computation.
* The only implementation that would accept more than 2 TB was the one in
  scsi_disk. But even that one was limited to 63 TB.
* Now there is a new utility function devfs_compute_geometry_size() which
  does it correctly for sizes up to 2^64 which should be good enough for
  quite some time :-)
* This fixes bug #8992.
2012-10-08 13:59:16 +02:00
Prasad Joshi
cff0983994 bash: Fix mapping between signal number and signal string
The signames_haiku.h header got out of sync when merging the real-time
signals branch. It is used when cross-compiling Haiku, since the build
tool mksignames only generates a signal name list suitable for the host
platform.
Fixes ticket #9046.

Signed-off-by: Ingo Weinhold <ingo_weinhold@gmx.de>
hrev44683
2012-10-08 13:50:21 +02:00
Jérôme Duval
714ff0c581 libtiff: add libjpeg to tif_ojpeg.c dependencies
fixed ticket #9048
hrev44682
2012-10-07 13:34:00 +02:00
czeidler
5b9400a2b6 Fix coding style violations. hrev44681 2012-10-07 10:48:17 +13:00
Prasad Joshi
642eeda1c1 Turn on the coloring with <ef>grep (ticket #9044)
All grep versions have the ability to display a colored
output. The patch turns on coloring in auto mode.

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
hrev44680
2012-10-05 20:00:04 +02:00
czeidler
b9b8b20f3f Add more == and != convenient methods. hrev44679 2012-10-05 13:10:32 +13:00
Ryan Leavengood
df840270bd Add Prasad Joshi to the contributors list. hrev44678 2012-10-03 15:51:07 -04:00
Prasad Joshi
45132e2b22 ps: fix uid and gid in the ps output
The function fill_team_info() completely ignored the user id and the
group id of the process (fields info->uid and info->gid respectively).
Since the info structure was zeroed earlier, the ps output showed uid
and gid of each process equal to zero.

The patch fixes the problem by properly initializing the members with
effective uid and gid. Now the output is correct.

Fixes #8995.

Signed-off-by: Ryan Leavengood <leavengood@gmail.com>
hrev44677
2012-10-03 15:45:56 -04:00
Prasad Joshi
4fd62caa9a bash_profile: set ls color alias to auto
ls --color emits the color code irrespective of whether it is being
attached to terminal or not. Which might result in color codes being
added to file upon redirection.

auto option with ls --color emits the color codes only the output is
attached to terminal, otherwise the colors are turned off.

Fixes #8993.

Signed-off-by: Ryan Leavengood <leavengood@gmail.com>
hrev44676
2012-10-03 15:23:57 -04:00
Jürgen Wall
2f5c0cbab1 Don't create filename entries without actual matches.
Added an early return in GrepWindow::_OnReportResult(BMessage* message)
in case the report message does not contain matches.

Signed-off-by: Stephan Aßmus <superstippi@gmx.de>
hrev44675
2012-10-03 14:25:30 +02:00
Scott McCreary
e8a905efef Fixed typo hrev44674 2012-10-02 19:23:13 -07:00
Alexander von Gluck IV
ff09527e4f Tracker: Introduce "Restart Deskbar" option (+alpha3)
* Matches "Restart Tracker" option in Deskbar
* Only shows up when 0 Deskbar processes exist
* Don't dereference fFileMenu if RepopulateMenus called
  on desktop (no menu bar)
* Regenerate desktop menu on each click
* Resolves #9039
hrev44673
2012-10-02 18:25:17 +00:00
Humdinger
9af3b83575 Added Hungarian translators Róbert Dancsó and Zsolt Bicsk.
Thanks guys!
+alpha4
hrev44672
2012-10-02 18:46:12 +02:00
Scott McCreary
ae978eb9ca Updated caya to r279 hrev44671 2012-10-02 08:08:03 -07:00
Scott McCreary
2cf4bb44cf Fix typo. hrev44670 2012-10-01 23:27:42 -07:00
Scott McCreary
6687d08375 Updated r1a4 builds for a few OptionalPackages hrev44669 2012-10-01 23:23:01 -07:00
Axel Dörfler
a8b45a3471 Added a test to compare various header parsers.
* HaikuMailFormatFilter is using the new extract_from_header() method
  to retrieve its fields, but that one is often rather slow in comparison.
* Added a test parse_fields() method that outperforms it considerably.
hrev44668
2012-10-01 10:20:44 +02:00
Axel Dörfler
225c8cc59a Minor cleanup, no functional change. 2012-10-01 09:12:32 +02:00
Fredrik Holmqvist
7ba2bcac6f Removing old ACPI loader, which isn't used in Haiku.
ACPI hasn't been tested on BeOS in ages. So time to remove
old BeOS code.
hrev44667
2012-09-29 12:31:24 +02:00
Humdinger
e8c6eee0ca Added Brazilian translators. Thanks guys!
(+alpha4)
hrev44666
2012-09-29 08:14:30 +02:00
Jérôme Duval
5485c7646e udf: print an error for unsupported revisions hrev44665 2012-09-28 00:45:06 +02:00
François Revol
a71c00d314 Work in progress supybot plugin for developer-related commands
* most useful one for now is !error which acts much like /bin/error
* other useful commands like !haiku, !trout or !jlg
TODO: make the fortunes file path a config option.
hrev44664
2012-09-27 23:17:05 +02:00
François Revol
f916b68079 B_POSIX_ENOMEM is obviously an error...
* was wrongly reported as "No error"
hrev44663
2012-09-27 16:42:40 +02:00
Humdinger
83953c9405 Using B_TRANSLATE_SYSTEM_NAME for 'FontDemo', plus tiny style fix.
+alpha4
hrev44662
2012-09-24 18:31:47 +02:00
Humdinger
57c8cbd820 Made 'BSnow' translatable, plus tiny style correction.
Fixes #9025.
hrev44661
2012-09-24 18:06:24 +02:00