Commit Graph

43483 Commits

Author SHA1 Message Date
Jérôme Duval
dd414d0027 UDF: use mirror metadata file when needed
* style fixes
* try the mirror metadata file in case read fails on the main file
2012-10-24 19:21:52 -05:00
John Scipione
04211a0400 Disable IMAP for R1A4. See #9080 2012-10-23 17:19:28 -05:00
John Scipione
fa9e389582 Disable option tab folder localization option for R1A4.
See ticket #9026 for details.
2012-10-23 17:05:41 -05:00
Niels Sascha Reedijk
270e532cb5 Update translations from Pootle 2012-10-23 06:26:54 +02:00
Jürgen Wall
d6a79b4620 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>
2012-10-22 15:38:23 -05:00
Joseph R. Prostko
91282696d8 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
2012-10-21 10:09:17 -05:00
Joseph R. Prostko
2ecc6fe097 Update Perl 5.10.1 GCC4 package for R1A4
* After the SSP fix committed recently for GCC, Perl can now build again correctly
+alpha4
2012-10-21 10:08:56 -05:00
Joseph R. Prostko
5ca0bcec29 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)
2012-10-21 10:08:20 -05:00
Joseph R. Prostko
16f87257d1 Update GCC2 and GCC4 optional packages for R1A4
* GCC4 was updated to GCC 4.6.3 to fix ICE issue while building natively
+ alpha4
2012-10-21 10:07:54 -05:00
threedeyes
245e5fccc8 Style cleanup: removed unnecessary braces. 2012-10-21 09:52:38 -05:00
threedeyes
27546c46cd Fix format vlidator (bug:#9061), fix gcc4 warnings. 2012-10-21 09:52:22 -05:00
threedeyes
b41e4d36b5 Style cleanup. 80 character line limit. 2012-10-21 09:51:34 -05:00
Philippe Saint-Pierre
762025fa02 Coding style fixes, should have no functional changes. 2012-10-21 09:51:18 -05:00
threedeyes
909edb9aad Equalizer,VSTHost: fix gcc4 build, sorry. 2012-10-21 09:51:01 -05:00
threedeyes
a19759243d Added Equalizer and VSTHost add-ons to the HaikuImage. 2012-10-21 09:50:43 -05:00
threedeyes
e5606e71cf Added VSTHost media add-on. 2012-10-21 09:50:20 -05:00
threedeyes
056e8f141b Added Equalizer media add-on. 2012-10-21 09:49:59 -05:00
Alexander von Gluck IV
10a2b5eea6 radeon_hd: Re-enable Palm cards for R1A4
* This is a release branch *only* change!
* Sumo are the only APU's with DP-only bridges
* While Palm *may* have DP bridges, it's not
  a requirement.
* Palm chipsets with DP bridges will need to
  boot vesa and remove radeon_hd for now.
* Fixes #9043
2012-10-21 09:11:34 -05:00
Matt Madia
763a28de44 Added jprostko as a maintainer. 2012-10-21 08:38:11 -05:00
Prasad Joshi
0d2a1d9305 ls: Change color scheme for other writable directory (#4494)
The ls command, uses blue color for directories. For a directory that
has write permission for others, it uses green highlighting while
displaying the directory name. However, blue text and green highlight
is difficult to read.

The patch keeps the text color as blue and changes the highlight to
yellow.

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
2012-10-21 08:28:02 -05:00
Prasad Joshi
ac2fa057ff 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>
2012-10-21 08:14:17 -05:00
Prasad Joshi
9bb37af36c 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>
2012-10-21 08:12:24 -05:00
Ryan Leavengood
3cf42251cd Add Prasad Joshi to the contributors list. 2012-10-21 08:11:12 -05:00
Prasad Joshi
9c15c42047 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>
2012-10-21 08:10:55 -05:00
Prasad Joshi
0d9f044413 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>
2012-10-21 08:10:28 -05:00
Jérôme Duval
3adb6707bd udf: moved partitions deletion before block cache deletion (#9004) 2012-10-21 08:03:04 -05:00
Jérôme Duval
0812d56db7 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.
2012-10-21 08:02:39 -05:00
Alexander von Gluck IV
4e944374c7 radeon_hd: Add PCIID for HD 4500, resolves #9051 (+alpha4) 2012-10-21 07:59:07 -05:00
Joseph R. Prostko
c46c96df04 Update required legacy GCC version 2012-10-21 07:40:54 -05:00
Niels Sascha Reedijk
8c4f0db992 Update translations from Pootle 2012-10-20 06:27:26 +02:00
Niels Sascha Reedijk
3976c40ad1 Update translations from Pootle 2012-10-14 06:26:58 +02:00
Niels Sascha Reedijk
2da4f0711e Update translations from Pootle 2012-10-12 06:25:56 +02:00
Niels Sascha Reedijk
51eaad8d57 Update translations from Pootle 2012-10-11 06:27:54 +02:00
Niels Sascha Reedijk
da653089d8 Update translations from Pootle 2012-10-10 06:24:25 +02:00
Niels Sascha Reedijk
3c3673a92c Update translations from Pootle 2012-10-09 06:44:52 +02:00
Niels Sascha Reedijk
8079abe29d Update user guide from i18n.haiku-os.org 2012-10-08 15:10:58 +02:00
Niels Sascha Reedijk
182902c496 Update translations from Pootle 2012-10-08 06:29:29 +02:00
Niels Sascha Reedijk
171daa5b09 Update translations from Pootle 2012-10-07 06:27:04 +02:00
Niels Sascha Reedijk
104e30f453 Remove old pt_br translations. 2012-10-06 13:17:49 +02:00
Niels Sascha Reedijk
a5b2b1e734 Update translations from Pootle 2012-10-06 06:27:26 +02:00
Niels Sascha Reedijk
2bce2654b5 Update translations from Pootle 2012-10-05 06:27:35 +02:00
Niels Sascha Reedijk
6c8e67d55d Update translations from Pootle 2012-10-04 06:27:12 +02:00
Jürgen Wall
3393a63d31 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>
2012-10-03 16:01:30 -04:00
Scott McCreary
fbb6afe445 Fixed typo 2012-10-03 16:00:53 -04:00
Humdinger
6fce79be2f Added Hungarian translators Róbert Dancsó and Zsolt Bicsk.
Thanks guys!
+alpha4
2012-10-03 16:00:39 -04:00
Scott McCreary
f1d5aaff08 Updated caya to r279 2012-10-03 16:00:34 -04:00
Scott McCreary
4240c530b2 Fix typo. 2012-10-03 16:00:26 -04:00
Scott McCreary
2094d99c57 Updated r1a4 builds for a few OptionalPackages 2012-10-03 16:00:06 -04:00
Niels Sascha Reedijk
2a47229d0b Update translations from Pootle 2012-10-03 06:26:35 +02:00
Niels Sascha Reedijk
540215cc76 Update translations from Pootle 2012-10-02 06:27:08 +02:00