37423 Commits

Author SHA1 Message Date
Marcus Overhagen
ef8225c4f0 set GHC.AE before performing reset (should be done by BIOS already) 2012-10-29 12:43:17 -05:00
Marcus Overhagen
252ba057d3 make sure there are no pending interrupts during setup 2012-10-29 12:42:40 -05:00
Humdinger
e4ee8aa29c Unbroke build under gcc4. Sorry about that... 2012-10-29 12:31:02 -05:00
Humdinger
ce60ba4c1c Made another string of desklink translatable.
(+alpha4)
2012-10-29 12:30:49 -05:00
threedeyes
ca68136a8c NTFS:Critical fixes for renaming and creating nodes. The adaptation of some functions to the new version of the libntfs3g. 2012-10-25 07:46:03 -05:00
threedeyes
615335f2d1 NTFS: Fix directory size calculation in rstat function (bug:#8599). 2012-10-25 07:45:53 -05:00
threedeyes
c6e83cc3ae NTFS: Fix node creation functions. 2012-10-25 07:45:45 -05:00
threedeyes
918a82a0d2 NTFS: update libntfs-3g to latest stable version 2012-10-25 07:45:36 -05:00
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
fa9e389582 Disable option tab folder localization option for R1A4.
See ticket #9026 for details.
2012-10-23 17:05:41 -05: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
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
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
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
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
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
Humdinger
6fce79be2f Added Hungarian translators Róbert Dancsó and Zsolt Bicsk.
Thanks guys!
+alpha4
2012-10-03 16:00:39 -04:00
Humdinger
4302859e0e Added Brazilian translators. Thanks guys!
(+alpha4)
2012-10-01 17:04:37 -04:00
Jérôme Duval
3b498d72be udf: print an error for unsupported revisions 2012-10-01 17:04:31 -04:00
François Revol
f0986652bb B_POSIX_ENOMEM is obviously an error...
* was wrongly reported as "No error"
2012-10-01 17:04:03 -04:00
Humdinger
0729045df2 Using B_TRANSLATE_SYSTEM_NAME for 'FontDemo', plus tiny style fix.
+alpha4
2012-10-01 17:03:56 -04:00
Humdinger
34ffdf8ce7 Made 'BSnow' translatable, plus tiny style correction.
Fixes #9025.
2012-10-01 17:03:49 -04:00
Humdinger
5291633949 Fixed control label in Poorman settings.
The BTextControls were using the wrong constructor.
Fixes #9024.
+alpha4
2012-10-01 17:03:43 -04:00
Axel Dörfler
64911a689a Always set a minimum size for the list view.
* Otherwise it doesn't look good when the media server is just
  being launched (so there are no nodes yet).
2012-09-23 23:00:10 -04:00
Axel Dörfler
5a00495b7d Cleanup.
* Sort methods like they are declared in the header.
* Fixed a number of coding style violations and other oddities.
2012-09-23 23:00:08 -04:00
Axel Dörfler
59592d6539 Don't start showing the hint for each solved number.
* Instead, only keep it visible when the user made it visible.
* Minor cleanup.
2012-09-23 22:56:37 -04:00
Axel Dörfler
7adf5162e7 Reset controller::active_codec on uninit.
* The controller structure is static, so if you closed the device,
  and the driver failed to initialize correctly (ie. finds no codec)
  on the second try, it would have crashed accessing an already freed
  codec.
* Not sure why it fails to detect any codecs on second open, yet,
  though.
2012-09-23 22:55:55 -04:00
Axel Dörfler
7f96ce1485 Fixed saving the column state to a message.
* This fixes copy/pasting the column state when the "display-as"
  feature is used.
2012-09-23 22:55:33 -04:00
Axel Dörfler
072771e7cd cache_abort_sub_transaction() did not maintain num_blocks.
* When a block was only used in a sub-transaction, it was thrown away,
  but the transaction::num_blocks field was not decremented.
* This caused transactions never considered finished which eventually
  led to bug #8942. This does not explain the disk corruption occurring
  in #8969, though.
2012-09-23 22:47:34 -04:00
Stephan Aßmus
65ff80987a Small cleanups to dragging partition entries code. 2012-09-23 22:45:39 -04:00
Jacob Waterman
b4962fe9f8 Added drag & drop of disk/partition paths; drag a list item to terminal, pe, etc. and release to copy the path. (ticket #8872)
Signed-off-by: Stephan Aßmus <superstippi@gmx.de>
2012-09-23 22:45:37 -04:00
Philippe Saint-Pierre
cd9795d5b4 Tracker: Moving columns could make an horizontal scrollbar appear 2012-09-23 22:44:47 -04:00
Ryan Leavengood
b3bfaea495 Don't call unload_driver_settings twice. Thanks Hamish. 2012-09-15 00:34:47 -04:00
Alexander von Gluck IV
8777466f56 VM Preflet: Use AutoDeleter on the settings
* Prevents a minor memory leak
* Thanks for catching this Axel!
2012-09-15 00:34:47 -04:00
Axel Dörfler
8ce8ccf96f Run the transaction flusher in another thread.
* This fixes bug #8977.
2012-09-15 00:34:46 -04:00
Ingo Weinhold
f93700929e Fix crash in MemoryManager::PerformMaintenance()
sFreeAreaCount wasn't decremented after removing an area from
sFreeAreas, thus causing the loop to continue until enountering and
crashing on a NULL pointer after removing the last area. Introduce
helper methods _PushFreeArea() and _PopFreeArea() to ensure this cannot
easily happen again.

Fixes ticket #8972.
2012-09-15 00:34:46 -04:00
Marcus Overhagen
636bf60b15 Use implemented ports mask to check if maximum port count needs to be extended.
* This should fix #8953
 * Also fix some harmless off-by-one errors
2012-09-15 00:34:45 -04:00
Alexander von Gluck IV
9f36741b8a VM Preflet: Fix user prompt string typo. Thanks ttcoder! 2012-09-09 19:13:42 -04:00