[00:56:48] <CIA-123> siarzhuk * r42393 /haiku/trunk/ (49 files in 20 dirs): [00:56:48] <CIA-123> * Network driver for DEC/21143 and K?\194?\176 ("dc") ported from FreeBSD 8.2; [00:56:48] <CIA-123> * Network drivers for 3com, ipro100, rtl8139 are updated from FreeBSD 8.2 Release branch; [00:56:48] <CIA-123> * Some functions, defines and typedef required by updated and fresh ported FreeBSD [00:56:48] <CIA-123> drivers were added into freebsd_compat layer. [06:25:30] <CIA-123> leavengood * r42394 /haiku/trunk/ (build/jam/HaikuImage data/etc/profile src/bin/locale/Jamfile): (log message trimmed) [06:25:30] <CIA-123> Implement #7495 as per Matt and Ingo's suggestions. [06:25:30] <CIA-123> The various LC_ environment variables (as well as LANG) are set in [06:25:30] <CIA-123> /etc/profile, based on the output of this new simple bin command locale. [06:25:30] <CIA-123> LANG and LC_CTYPE are set based on the first preferred language, whereas the [06:25:30] <CIA-123> formatting variables are all set based on the formatting conventions language. [06:25:31] <CIA-123> The list of LC_ variables are from the locale command on Linux. [06:27:30] <CIA-123> leavengood * r42395 /haiku/trunk/src/bin/locale/locale.cpp: Forgot to svn add the new locale command. [07:04:31] <CIA-123> humdinger * r42396 /haiku/trunk/data/catalogs/ (128 files in 121 dirs): Updated catkeys from HTA. Thanks translators. [07:20:01] <CIA-123> kallisti5 * r42397 /haiku/trunk/src/add-ons/accelerants/radeon_hd/ (dac.cpp dac.h mode.cpp mode.h pll.cpp pll.h): (log message trimmed) [07:20:01] <CIA-123> * Final (hopefully?) calculation for blank start/end [07:20:01] <CIA-123> * Lets actually call PLLPower after PLLSet [07:20:01] <CIA-123> * Improve screen blanking function [07:20:01] <CIA-123> * Detect DAC/PLL to use separately from CRT id [07:20:01] <CIA-123> * Add DACSense that senses displays on DACA/DACB [07:20:02] <CIA-123> * Grab CRT in PLL code via gRegister crtid [11:36:05] <CIA-123> siarzhuk * r42398 /haiku/trunk/src/add-ons/kernel/drivers/network/3com/dev/xl/if_xl.c: Local Haiku change, missed during update to FreeBSD 8.2 restored. [15:25:01] <CIA-123> axeld * r42399 /haiku/trunk/src/add-ons/kernel/network/protocols/ipv6/ipv6.cpp: (log message trimmed) [15:25:01] <CIA-123> * Converted the hash used to the BOpenHashTable instead of khash - basically [15:25:01] <CIA-123> just applied r38391 to the IPv6 code (no time to resolve the TODO, and put [15:25:01] <CIA-123> that into a shared class). [15:25:01] <CIA-123> * Fixed failure on init handling. [15:25:01] <CIA-123> * Not tested, but should work at least better than before, as the hashtable has [15:25:03] <CIA-123> never been initialized before... [19:21:29] <CIA-123> leavengood * r42400 /haiku/trunk/data/etc/profile: [19:21:29] <CIA-123> Remove unneeded LC_ environment variables which are glibc extensions not [19:21:29] <CIA-123> supported by Haiku's locale system. Thanks Oliver.