Commit Graph

41910 Commits

Author SHA1 Message Date
Alexander von Gluck IV
962eb31b1c radeon_hd: Add better tracing 2012-02-22 05:10:37 -06:00
Alexander von Gluck IV
c1cd48b72f kernel: Fix fpu on non-apic systems
* If apic is not present, the smp code never gets called
  to set up the fpu.
* Detect lack of apic, and set up fpu in arch_cpu.
* Should fix #8346 and #8348
2012-02-21 11:58:15 -06:00
Alexander von Gluck IV
4bd6c200c1 radeon_hd: Implement preferred mode
* Add preferredMode display mode to each display.
* If LVDS is detected, set preferredMode based on AtomBIOS
* Fixes blocker #8329 ?
2012-02-21 09:48:11 -06:00
Matt Madia
9498da9c14 Seems even my fix was off by one. 2012-02-20 15:20:00 +00:00
Alexander von Gluck IV
47cede7b8c swrast: Fix gcc4 Pentium compatibility
* Move to new mesa optional package whih build options:
  -march=i586 -mtune=i686 -mmmx (removing all -msse*)
* SSE asm still executes based on CPU flags
* Fixes blocker #8318
2012-02-20 12:56:53 -06:00
Humdinger
5721015d44 Added demo packages for audio, video, data and images. 2012-02-20 19:49:36 +01:00
Matt Madia
5227cdd195 Fixed an off by one error. 2012-02-20 09:58:21 +00:00
Matt Madia
743d0826f7 Updated the cert package, to one with a date stamp.
The haiku-files.org cron script will create a new package only when the cert
has been updated. An email will inform me of such an update.
2012-02-19 14:00:48 +00:00
Jérôme Duval
9d46237ba1 TabView.cpp: Use B_IF_GCC_2 to simplify things 2012-02-19 15:47:49 +01:00
Matt Madia
9fda190ce1 Updated scripts to load html pages from cgit, not svn. 2012-02-19 09:43:26 +00:00
Matt Madia
07a95d0fec Removed the R1a3 release notes from the alpha build profile. 2012-02-19 09:41:18 +00:00
Matt Madia
bff40a31c1 Updated WebPositive. Supports common/data/ssl/cert.pem
This package contains only the app + libs. The certificate file
is satisfied through OptionalPackageDependencies. The bookmarks
have been moved (and updated) to a separate archive.

Thanks Rene Gollent and Chris Roberts for the help!

This group of changesets should close #7707, though it is possible
that other optional-packages, pre-built software will still fail to
locate the certificates file in the new location.
2012-02-19 09:29:31 +00:00
Matt Madia
ea70913a5c Rebuilt Curl 7.21.7 (haikuports r1815) to support cert.pem
Thanks Chris Roberts for the help with Curl!
2012-02-19 09:29:30 +00:00
Matt Madia
94c3d306db Created CARootCertificates, extracts to common/data/ssl/cert.pem
Via a cron script, www.haiku-files.org will automatically create a new package
from http://curl.haxx.se/ca/cacert.pem. This new package satisfies our
OpenSSL's expectations of where the certificate file lives. It also ensures
that new builds of Haiku will have the newest certificate file. As an example,
the cacert.pem included in Web+ was from Sept-2009.

Updated builds of Curl and Web+ to follow.
2012-02-19 09:29:29 +00:00
Ingo Weinhold
7e2730f048 View.cpp: Use B_IF_GCC_2 to simplify things 2012-02-19 15:16:07 +01:00
Ingo Weinhold
547ad24cea Add macro B_IF_GCC_2
It resolves to an "if" or "else" parameter depending on the gcc version.
2012-02-19 15:11:57 +01:00
Jérôme Duval
48d21c1299 added BView::_ReservedView12() symbol for GCC4
* added _ZN5BView15_ReservedView12Ev
* helps with #8336
2012-02-19 14:36:53 +01:00
Alexander von Gluck IV
4a84bae838 swrast: Legacy renderer fixes / cleanup
* Fix red teapot on mouseover. This was due to extra
  buffer swap.
* Fix crash on double buffer usage.
* We still use single buffer at the moment as Haiku
  has a software cursor that gets overwritten by GL apps
2012-02-18 15:31:06 -06:00
Jérôme Duval
0348cf8177 usb.ids is mirrored on haiku-files.org 2012-02-18 19:54:24 +01:00
Jérôme Duval
2450238230 Improve awk escape sequences a bit. 2012-02-18 18:11:38 +01:00
Joachim Seemer
2112fd9ab8 MediaPlayer: localize InfoWin.cpp (see #7270).
* based on a patch from Joachim Seemer, which I reworked a bit.
2012-02-18 17:07:54 +01:00
Jeroen Oortwijn
4ab51d63e2 Wacom input device: Update Wacom Bamboo proximity check
* changes the proximity check to be much more forgiving when you go over
  the edge of the active area.
2012-02-18 15:42:54 +01:00
Jérôme Duval
484b565ad0 CannaIM: style cleanup 2012-02-18 15:17:28 +01:00
Murai Takashi
d8116125d1 CannaIM: can't display conversion candidate in KouhoWindow (#8300).
* To display conversion candidate in KouhoWindow, we need to change skipping
  index bytes. In CannaInterface::GenerateKouhoString(), we have skipped
  2 bytes as index before conversion candidate, but index is UTF8 FULL
  WIDTH NUMBERS, so we need to skip 3 bytes.
* To show highlightRect correctly, change Invalidate(highlightRect) to
  Invalidate() in KouhoView::HighlightLine().
* Change BeOS's Haru font to VL PGothic (CannaLooper::ReadSettings()
  and KouhoWindow::KouhoWindow()).
2012-02-18 15:06:57 +01:00
Jérôme Duval
4ea3e0d3b8 listusb: display USB vendor and devices names based on usb.ids
* download usb.ids, processed like pci.ids to generate a header.
* best would be to load and parse the file at runtime with shared code.
2012-02-18 14:25:10 +01:00
Jérôme Duval
c3f7a9bca5 usb_midi: Jamfile cleanup
* source doesn't use usbdevs generated headers
* package rules cleanup
2012-02-18 11:49:19 +01:00
Alexander von Gluck IV
e8790580ad radeon_hd: LVDS AtomBIOS mode reading
* This isn't done, but all we need to do now is create
  a simulated edid struct for LVDS screens.
2012-02-17 08:13:29 -06:00
Alexander von Gluck IV
437937ab64 radeon_hd: Add rebranded HD 73xx, add process, add rumored cards 2012-02-17 08:13:28 -06:00
Alexander von Gluck IV
3944c320dd radeon_hd: Clean up PCIID hex case 2012-02-17 08:13:28 -06:00
Niels Sascha Reedijk
b39e687949 Update welcome pages from i18n.haiku-os.org 2012-02-17 20:39:23 +01:00
Alexander von Gluck IV
0a2f1274ff radeon_hd: Update southern islands info
* Add 7770 and 7750 pciid's
* Remove Thames and reorganize code names for SI
  (seems the codenames changed before release)
* Untested as always
2012-02-16 12:05:06 -06:00
Jérôme Duval
a57a200337 marvell_yukon: implement HAIKU_CHECK_DISABLE_INTERRUPTS()
* hrev43729 switched the interrupt handler to a threaded handler, thus requiring
  to implement HAIKU_CHECK_DISABLE_INTERRUPTS()
* should help fixing #8327
2012-02-16 21:03:42 +01:00
Alexander von Gluck IV
6e434fd80e wifi-firmware: Move from svn to cgit for byteswap.h 2012-02-15 17:25:13 -06:00
Alexander von Gluck IV
3f1eed704a kernel: x86 SSE improvements
* Prepend x86_ to non-static x86 code
* Add x86_init_fpu function to kernel header
* Don't init fpu multiple times on smp systems
* Verified fpu is still started on smp and non-smp
* SSE code still generates general protection faults
  on smp systems though
2012-02-15 12:33:45 -06:00
Jérôme Duval
eed234ca08 iprowifi4965: removed obsolete firmwares. 2012-02-15 23:18:08 +01:00
Jérôme Duval
1d95605a03 FreeBSD compat layer: net80211 workaround for Haiku.
* directly call the output hook as before the net80211 code merge
2012-02-15 23:06:06 +01:00
Jérôme Duval
5f1c0791b3 merged changes from FreeBSD 9.0 for most wlan drivers and net80211.
* merged changes from FreeBSD 9.0 for most wlan drivers except atheroswifi and net80211.
* added iwlwifi-6000g2b-ucode-18.168.6.1
2012-02-15 00:56:04 +01:00
czeidler
b22f58132d Fix crash in S&T. 2012-02-15 08:54:02 +13:00
czeidler
7ef47de908 Revert "Finally applying the patch that adds support to add path information to stat and attr monitor messages."
Will recommit it when I have more time to work on the todos.

This reverts commit 610ef6c007.
2012-02-14 15:36:46 +13:00
Alexander von Gluck IV
63203bef62 mesa-o-matic: Update script for Mesa mainline 2012-02-13 16:14:35 +00:00
Ingo Weinhold
88520e79d8 create_thread_user_stack(): Fix incorrect handling of TLS size
In case a custom stack was given, the TLS size was subtracted from the
stack base, not the stack size.
2012-02-12 15:04:30 +01:00
Fredrik Holmqvist
3e2017d24e Some cleanup in interface kit. From unused code warnings (before I updated buildtools). 2012-02-11 18:43:19 +01:00
Fredrik Holmqvist
37ea4f77f7 Removing unused code. 2012-02-11 18:39:57 +01:00
Ingo Weinhold
65f03741af Add GPT module to the boot modules
This is necessary so a disk with a protective MBR is not incorrectly
recognized when the kernel first scans it.
2012-02-10 22:55:45 +01:00
Alexander von Gluck IV
d2b09eeb7f net server: Remove un-needed braces. Look for network stack vs ipv4 2012-02-10 09:58:40 -06:00
Jerome Leveque
fc480b13f4 Ice1712 drivers: Add Midi drivers 2012-02-09 23:15:56 +01:00
Jérôme Duval
f40e4a90b7 Coding style cleanup 2012-02-09 23:15:56 +01:00
Jerome Leveque
6ffb178a00 Generic MPU401 driver: Add Ice1712 card, Fix line size > 80 2012-02-09 23:15:55 +01:00
Alexander von Gluck IV
1684be5e39 ipv6: Fix ability to disable ipv6 tracing. Disable ipv6 tracing 2012-02-09 15:36:06 -06:00
Alexander von Gluck IV
842cfbca2d ipv6: bit of style cleanup. No functional change 2012-02-09 15:18:59 -06:00