* Check to ensure the address doesn't already exist on card
* In the future we will want to check interface address flags
for any local scoped addresses on a card.
* 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
* 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.
* 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)
* _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.
* wcsftime invokes strftime and then converts the resulting string
internally, so it relies on the correct ctype locale being active
* minor style cleanup
* 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)
* Restore std::cout flags (CID11245, CID11246) after using hexadecimal
and zero-filled flags;
* Fix uninit MimeAttribute::fStatus field in one ctor. CID11292.
* 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.
* 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?
* 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.