FreeBSD_HEAD_amd64_gcc4.9 - Build #525 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/525/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/525/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/525/console Change summaries: 288090 by jasone: Update jemalloc to 4.0.2. 288089 by adrian: Begin fleshing out basic power-on / power-off and A-MPDU TX support. * Add a new method to control NIC poweron / network-sleep / power off; * Add in A-MPDU TX negotiation support, but comment it out because it does break TX traffic; * blank out the tx buffer before sending a firmware message, just in case; * go into network-sleep once associated; TODO: * figure out why ampdu negotiation isn't working and breaking TX traffic, then enable it. 288088 by adrian: net80211 & wireless drivers: remove duplicate defines (noop) - IEEE80211_DIR_DSTODS(wh) -> IEEE80211_IS_DSTODS(wh). - N(a) -> nitems(a). - Remove LE_READ_2(p)/LE_READ_4(p) definitions (and include ieee80211_input.h instead). - <drvname>_TXOP_TO_US(txop) -> IEEE80211_TXOP_TO_US(txop). - Put IEEE80211_RV(v) into ieee80211_proto.h and remove local RV(v) definitions. Submitted by: Andriy Voskoboinyk <s3erios_at_gmail.com> Differential Revision: https://reviews.freebsd.org/D3705 288087 by adrian: net80211 & wireless drivers: remove duplicate defines (noop) * IEEE80211_DIR_DSTODS(wh) -> IEEE80211_IS_DSTODS(wh). * N(a) -> nitems(a). * Remove LE_READ_2(p)/LE_READ_4(p) definitions (and include ieee80211_input.h instead). * <drvname>_TXOP_TO_US(txop) -> IEEE80211_TXOP_TO_US(txop). * Put IEEE80211_RV(v) into ieee80211_proto.h and remove local RV(v) definitions. Submitted by: Andriy Voskoboinyk <s3erios_at_gmail.com> Differential Revision: https://reviews.freebsd.org/D3705 288086 by adrian: Remove duplicate use of RV(), LE_* and other macros. Submitted by: Andriy Voskoboinyk <s3erios_at_gmail.com> Differential Revision: https://reviews.freebsd.org/D3705 288085 by adrian: Add external facing methods to control TX A-MPDU negotiaton. Some fullmac devices may rely on the stack starting it but not doing it. Whilst here, remove a duplicate LE_* macro definition, thanks to Andriy Voskoboinyk <s3erios_at_gmail.com>. 288084 by adrian: Define a rateval macro that drivers tend to hard-code. Submitted by: Andriy Voskoboinyk <s3erios_at_gmail.com> Differential Revision: https://reviews.freebsd.org/D3705 288083 by emaste: elfdump: report MIPS-specific section type SHT_MIPS_ABIFLAGS Sponsored by: The FreeBSD Foundation 288082 by cem: ngctl dot: Drop invalid trailing semi-colon PR: 203257 Submitted by: Daniel O'Connor Sponsored by: EMC / Isilon Storage Division 288081 by emaste: Add MIPS ELF section type SHT_MIPS_ABIFLAGS definition Sponsored by: The FreeBSD Foundation 288076 by bdrewery: Fix installation of 32bit libraries after r288074. FILES is not used when LIBRARIES_ONLY is set, which is used to build and install the lib32 sysroot. All of the csu files do quality as "libraries" for this case so just undefine LIBRARIES_ONLY. This is still better than the previous realinstall handling as it does not hook into META_MODE properly. Sponsored by: EMC / Isilon Storage DivisionReceived on Tue Sep 22 2015 - 02:13:12 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:59 UTC