Commit Graph

35945 Commits

Author SHA1 Message Date
Alexander von Gluck IV
dd7f08b519 NetServer: Add IPv6 link local address to each nic on boot
* Remove old ioctl code, cleanup AutoLooper.
* Move link local code into NetServer
  AutoLooper should only be used for things that
  count as "auto-configuration" such as DHCP, router
  advertisements, and DHCPv6
* Properly form IPv6 link local address from MAC address
* I think some IPv6 routes are needed still for proper
  local link connectivity.
* Duplicate Address Detection is still a TODO
* Style cleanup
2012-02-07 15:46:37 -06:00
Oliver Tappe
0bbc9d0e04 Remove some more glibc-files that are not required. 2012-02-07 22:32:19 +01:00
Oliver Tappe
be601bbbcc Show correct text in fwide_test. 2012-02-07 22:31:23 +01:00
Oliver Tappe
86beacd179 Drop as much of gconv as possible. 2012-02-07 21:43:02 +01:00
Oliver Tappe
2370b92e15 Drop all unneeded gconv converters.
* implement wchar->multibyte & multibyte->wchar conversions, make those
  the default converters and drop all others (except for ascii)
2012-02-07 21:43:02 +01:00
Oliver Tappe
99916f57cc Adjust yet another version of mbstate_t in glibc:
* yuck, glibc uses yet another version of mbstate_t (__c_mbstate_t),
  adjusting this to match the other glibc-internal version (__mbstate_t)
  fixes another crash triggered by fwide_test.
2012-02-07 21:43:02 +01:00
Oliver Tappe
40135926f9 Adjust glibc's definition of mbstate_t
* instead of unification, we now keep both our and glibc's fields
  separate in order to allow for both our code and glibc's to use
  such a struct at the same time (independently)
2012-02-07 21:43:02 +01:00
Oliver Tappe
0d03f689b2 Fix crash in fwide():
* _IO_USER_BUF was being used to indicate a user-owned buffer without
  taking into account that there are two of those: one for the normal
  and another one for the wide version of a stream. Backport
  _IO_FLAGS2_USER_WBUF from current glibc version to fix that.
2012-02-07 21:43:01 +01:00
Oliver Tappe
b3482508b4 Add tests with active locale to fwide_test. 2012-02-07 21:43:01 +01:00
Oliver Tappe
c824d9d6ed Add test for fwide() and wide/non-wide streams. 2012-02-07 21:43:01 +01:00
Oliver Tappe
e01182d02f Use correct ctype-locale for wcsftime()
* wcsftime invokes strftime and then converts the resulting string
  internally, so it relies on the correct ctype locale being active
* minor style cleanup
2012-02-07 21:43:01 +01:00
Oliver Tappe
2358eacd46 Add test for string formatting with sprintf() and swprintf(). 2012-02-07 21:43:00 +01:00
Alexander von Gluck IV
aaa6172bc7 3DRender prefernces: Wrap text in B_TRANSLATE 2012-02-03 12:05:00 +00:00
Alexander von Gluck IV
608a156784 3DRender prefernces: Remove image, add drop down.
* Add a drop down to force a rendering engine.
* This is cosmetic and doesn't do anything (yet)
* We actually are a preference panel now!
2012-02-03 11:45:13 +00:00
Rene Gollent
ab992e7851 Adjust Jamfile to fix dependencies.
3DRendering wasn't depending on the mesa headers as needed, so its
build would break in a multi-job jam if mesa hadn't already been
downloaded.
2012-02-02 21:48:25 -05:00
Alexander von Gluck IV
64629da639 3DRender preferences: Remove OpenGL text
* Prevent trademark issues with "OpenGL" text.
* Rename OpenGL preference pane "3D Rendering"
* Update catkeys
* Add a better image to 3D Rendering preferences
  (we can change this if there are objections, just
  trying to pretty the pane up a little)
2012-02-02 17:07:46 +00:00
Jérôme Duval
2543ef4c34 added IODATA ETXUS2 device and updated usbdevs
* added IODATA ETXUS2 ethernet device (from NetBSD)
* updated usbdevs from NetBSD revision 1.606
2012-02-02 22:23:57 +01:00
Jérôme Duval
fb2d44b120 style fixes on pegasus network driver 2012-02-02 22:23:57 +01:00
Jérôme Duval
c4d3febeb4 CID 5710: Free cookie in case on error path. 2012-02-02 22:23:56 +01:00
Siarzhuk Zharski
a2f89c5843 [Coverity] Fixed some uninit fields and return values checks
* Fixed CID2398, CID9945, CID9943, CID4215
2012-02-02 22:02:53 +01:00
Siarzhuk Zharski
1acd796b6b [Coverity] Add check for NULL before calling strlcpy.
* Fixes CID11207.
2012-02-02 21:10:42 +01:00
Siarzhuk Zharski
d9744a0dfc [Coverity] Restore std::cout flags and MimeAttr ctor. inits
* Restore std::cout flags (CID11245, CID11246) after using hexadecimal
  and zero-filled flags;
* Fix uninit MimeAttribute::fStatus field in one ctor. CID11292.
2012-02-02 20:46:00 +01:00
czeidler
7408b8cc24 Add workaround for #8001.
* check known mode list first before sanitizing the target mode. However the optimal way is to fix the constraints in sanitize_display_mode.
2012-02-02 11:21:29 +13:00
Alexander von Gluck IV
ef34f28b38 opengl add-on: Fix potential memory leaks. CID 2777
* Free GL FrameBuffer which could of resulted in
  memory leaks
* Add better malloc/calloc failure tracing.
2012-02-01 08:13:20 -06:00
Alexander von Gluck IV
f7167131ad opengl add-on: Fix logical/bitwise mismatch. CID 11201
* The !DOUBLE actually wipes *all* GL settings causing the
  teapot depth issues.
* Teapot now renders properly, however still flickers red
  on mouse over.
* Disable tracing, it really spams the console when GL is
  working.
2012-02-01 07:03:19 -06:00
Humdinger
bfb639d98a Added GCI students that worked on Japanese translations. 2012-02-01 18:10:26 +01:00
Philippe Saint-Pierre
4020aec13e Installer: minor memory leak fix. CID 1713. 2012-01-31 21:39:23 -05:00
Matt Madia
9d214eb184 Fixed a typo in the copyright. Spotted by Rene. Thanks! 2012-01-30 16:53:58 -05:00
Matt Madia
db65804d14 Updated VLGothic fonts to version 20120130. Fixes #7598. 2012-01-30 16:48:57 -05:00
Alexander von Gluck IV
38759479e7 radeon_hd: Fix missing break; CID 11230 2012-01-30 09:01:50 -06:00
Alexander von Gluck IV
9fabc0f6da opengl add-ons: Style cleanup 2012-01-29 09:59:39 -06:00
Alexander von Gluck IV
40ea55295d radeon_hd: Pointer style cleanup, no functional change 2012-01-29 09:53:03 -06:00
Alexander von Gluck IV
d2a69507d0 radeon_hd: A few style fixes, no functional change 2012-01-29 09:53:03 -06:00
Fredrik Modéen
e817f41e8b Fixing debug in Media Kit.
* Only fixing debug i the media kit.
* Help with ASSERT(flavorID == testFlavorID) would be nice, don't know what ASSERT do.
2012-01-29 00:06:13 +01:00
Fredrik Modéen
d456de037d Fixing an "error" in how BMediaDecoder was built.
* If reading BeBook the class should be B_NO_INIT until we have called SetTo
* When I at it, any suggestion on how a test tool for BMediaEncoder should look like?
2012-01-27 22:47:12 +01:00
Alexander von Gluck IV
47452375a7 opengl: Clear up a few header issues, no functional change
* Philippe voiced that he was the original author in the ML,
  adding Philippe to the headers to ensure credit is given.
* Adding Precision Insight copyright back *just incase*
  It's unclear if Precision Insight code was used given
  Philippe's comments in the ML, lets be safe and add it back.
  As we have Brian's permission for these changes I feel
  comfortable with it.
2012-01-26 13:19:34 -06:00
Alexander von Gluck IV
a80293e0cf opengl: Pointer, newline cleanup, no functional change
* Clean up pointer positions
* Clean up function line returns
2012-01-26 09:47:08 -06:00
Alexander von Gluck IV
a42877a6e4 opengl: Header / whitespace cleanup
* I received the ok via email from Brain Paul at mesa to
  relicense the GLDispatcher sources to MIT + him as the
  author.
* Update include ordering
* Remove HAIKU_TARGET_PLATFORM_HAIKU ifdefs for boot options
2012-01-26 09:27:31 -06:00
Alexander von Gluck IV
24b921a0ca mesa: Whitespace cleanup 2012-01-24 17:41:52 -06:00
Alexander von Gluck IV
e887ca27b1 mesa: Improve and cleanup render code. 2012-01-24 17:39:12 -06:00
Jérôme Duval
1a4cf8161e Moved ctags to an optional package
* removed ctags from Haiku sources and from haiku image
* added ctags to mandatory packages for the time being.
2012-01-23 23:50:20 +01:00
Alexander von Gluck IV
bec3facc5e mesa: Use latest Mesa optional package
* Use non-debug version which is a *lot* smaller
* Represents bug fixes to Mesa under Haiku, x86
  assembly + sse is now used with swrast.
* Remove state.h requirement as I can't find anything
  that actually uses it.
2012-01-23 13:45:06 -06:00
Sergei Reznikov
6da19b0993 Fix Notification Group header text drawing
* This fixes the drawing issues in the "font aliasing" area that are
  appeared as small white points on the gray background.

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
2012-01-22 18:36:44 +01:00
Alexander von Gluck IV
19affa2725 mail kit: Use errno vs return codes, gives better results. 2012-01-22 09:31:36 -06:00
Alexander von Gluck IV
fd391ef3c2 mail kit: Improve debugging of internal mail kit network code
* Return the correct error code if there is a connection error
* Be more verbose if there is a problem
  network connection problem instead of showing "Login error: "
* IMAP inbound: Show a valid error message if there is a
* Show server name resolution, fishes out IPv6 bug #8293
2012-01-22 00:12:53 -06:00
czeidler
d3ff06683a Use new node monitor fields in the index_server.
* remove unnecessary modified query hack
2012-01-22 17:51:46 +13:00
czeidler
610ef6c007 Finally applying the patch that adds support to add path information to stat and attr monitor messages.
* for all open FD the path information is stored in a map
* this info is used to fill the missing fields in the node monitor
2012-01-22 17:34:17 +13:00
czeidler
958ac01d5f Reconnect window and recreate all views. 2012-01-22 15:30:16 +13:00
czeidler
6c40fc5dfc Reconnect BApplication and trigger reconnect of all BWindows in an application.
* handle bitmap reconnect request in the app server
2012-01-22 15:30:16 +13:00
czeidler
00670f08ef Reconnect imput server. 2012-01-22 15:30:15 +13:00