43532 Commits

Author SHA1 Message Date
czeidler
b9b8b20f3f Add more == and != convenient methods. hrev44679 2012-10-05 13:10:32 +13:00
François Revol
3d0f413d21 Merge branch 'master' into sam460ex 2012-10-03 22:52:25 +02: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
François Revol
8b5f1a15e7 Merge branch 'master' into sam460ex 2012-09-24 22:24:49 +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
Humdinger
79650056f0 Fixed control label in Poorman settings.
The BTextControls were using the wrong constructor.
Fixes #9024.
+alpha4
hrev44660
2012-09-24 17:53:51 +02:00
Axel Dörfler
41828f1567 Cleanup, no functional change intended. hrev44659 2012-09-23 20:39:21 +02:00
Axel Dörfler
25b89454c4 MSI interrupts were not disabled on error. 2012-09-23 20:33:25 +02:00
Axel Dörfler
0e662af473 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).
hrev44658
2012-09-23 15:50:42 +02:00
Axel Dörfler
1c0cacfbc5 Cleanup.
* Sort methods like they are declared in the header.
* Fixed a number of coding style violations and other oddities.
2012-09-23 15:44:21 +02:00
Axel Dörfler
baeb048bd1 Don't start showing the hint for each solved number.
* Instead, only keep it visible when the user made it visible.
* Minor cleanup.
hrev44657
2012-09-23 11:23:29 +02:00
Axel Dörfler
19559d24fc 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.
hrev44656
2012-09-23 11:16:28 +02:00
Axel Dörfler
751c6aba1c Fixed saving the column state to a message.
* This fixes copy/pasting the column state when the "display-as"
  feature is used.
hrev44655
2012-09-23 08:31:37 +02:00
François Revol
ca6bf83ff9 Fix warnings 2012-09-23 02:59:40 +02:00
François Revol
fba6afd7cd Merge branch 'master' into sam460ex 2012-09-23 02:49:01 +02:00
François Revol
3b8d5dc824 PPC: Add stub u-boot version of the PCI controller.
* Add a switch on the platform type
2012-09-22 22:23:00 +02:00
François Revol
0e5f979720 PPC: Add a stub PPCUBoot platform class
* use the platform field in arch_kernel_args to determine which platform to instanciate
2012-09-22 22:12:56 +02:00
François Revol
f812331857 PPC: Add a platform field to the arch_kernel_args
* We need to know which platform we are booted from
2012-09-22 22:10:02 +02:00
François Revol
9a713d9417 U-Boot: PPC: stub out OF calls
* For now this allows linking the kernel and the pci bus manager.
* Could later on be turned into a wrapper to FDT methods since the
concepts are similar.
2012-09-22 20:45:25 +02:00
François Revol
daf2a95ef7 PPC: Add a PPC_PLATFORM_U_BOOT platform type
* the PPC kernel will have to support both OF and U-Boot soon.
2012-09-22 19:55:02 +02:00
François Revol
79290de845 U-Boot: HACK: Fix linking the kernel
* For now let's include the same fields in platform_kernel_args
than in the OF version.
* This allows linking the kernel.
Later on we should allow supporting more than a single boot platform,
to have a single kernel per arch.
2012-09-22 19:23:31 +02:00
Humdinger
dfefaf1514 Extract demo packages to /boot. Added image package. hrev44654 2012-09-22 12:32:22 +02:00
François Revol
2a01ed9660 Merge branch 'master' into sam460ex 2012-09-22 04:20:39 +02:00
François Revol
9c50f5eded U-Boot: arch_mmu.cpp does not come from kernel sources
* so don't try to find it there
hrev44653
2012-09-22 04:18:37 +02:00
François Revol
27f5335cb3 Merge branch 'master' into sam460ex
* U-Boot Copy arch_mmu.cpp to arch/ppc/ as stubs to fix the build.
2012-09-22 04:12:18 +02:00
François Revol
db5bd5535e U-Boot: move mmu.cpp to arch/arm/arch_mmu.cpp
* only contains ARM stuff anyway.
* PPC implementation will be very different anyway.
hrev44652
2012-09-22 04:00:13 +02:00
François Revol
3e9f4c6630 Merge branch 'master' into sam460ex 2012-09-22 03:40:41 +02:00
François Revol
5600cae48c Add arch_framebuffer.h for ppc
* should fix the build
2012-09-22 03:39:19 +02:00
Matt Madia
244fb0a393 Rebuilt BeZillaBrowser (for libjpeg update).
Note: This is not for the r1alpha4 branch. That will come later.
hrev44651
2012-09-21 19:38:12 +00:00
François Revol
8c1740d305 Merge branch 'master' into sam460ex 2012-09-21 04:14:59 +02:00
Axel Dörfler
45732903d0 Implemented MSI support.
* Does not seem to change anything, though (I'm also a victim of bug
  #8949)
* Minor cleanup.
hrev44650
2012-09-21 00:22:54 +02:00
Axel Dörfler
8c3a938fc3 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.
hrev44649
2012-09-19 20:06:19 +02:00
Matt Madia
d4cc0de33e Re-enable stripping of debug symbols for @alpha-*, @nightly-*
For a GCC 2 hybrid image, this brings the size down from 781MiB to 743MiB.
hrev44648
2012-09-16 19:47:29 -04:00