Skip to content
Snippets Groups Projects
  1. Apr 10, 2018
  2. Apr 09, 2018
    • Toshi Kikuchi's avatar
      [fidl][examples] Add echo2_client_go and echo2_server_go · 93b2645d
      Toshi Kikuchi authored
      Also added ServiceName="echo2.Echo" to echo2.fidl.
      
      Change-Id: I036ddcf6dfccdad19ea850bff88ff04f5acdc437
      93b2645d
    • zircon-roller's avatar
      [roll] Roll zircon a3950e6d..b18f4565 (3 commits) · 431a4e08
      zircon-roller authored
      b18f4565 [device][cpu-trace] Make cpu-perf.h usable by host tools
      400a396c [syslog_tests] Fix read.
      2ee4a959 [fidl][docs] Remove references to FIDL_MSG_VMO
      
      Change-Id: Ia04a1fe45eac431e557364a957aad35538d21b1a
      431a4e08
    • Jiwoong Lee's avatar
      [wlan][common] WLAN energy units · 5f7353bd
      Jiwoong Lee authored
      This CL consolidates scattered, different use of energy-related units.
      WLANstack, MLME, and each chipset vendor drivers have employed their own
      way of dealing with energy.
      
      Defines all energy units defined in IEEE 802.11-2016, and
      and a few essential arithmetics: add() and subtract() of dBm units.
      In particular, the add() and subtract() are to replace the incorect
      use of MovingAverage class in finding average RSSI.
      
      Followings are considered in design:
      1. Valid range as in defined in the standards.
      2. Imperative precision of values (integral, 0.5 step, 0.25 step, etc.).
      3. Practical precision of values (up to the hardware).
      4. Storage size
      5. Cross-language compatibility
      6. Encoding schemes defined in the standards.
      
      This CL also introduces four extra Fuchsia-defining units: dBh, dBq, dBmh, dBmq.
      These are to support 0.5 dB step and 0.25 dB step dB and dBm values, and
      actively avoid following alternatives:
      - Use of "int16_t" everywhere without defining eneregy units.
      - Always treat all energy values as if they are 0.25 dB step, and
        apply mindful translation whenever they are used.
      - Lose the 0.5 or 0.25 dB step precision and always pretend integer precision
        is sufficient.
      
      NET-557
      NET-667
      
      Change-Id: I5f89f3939ec8ac61916ed8b4034e1aa4e9e2b132
      5f7353bd
    • zircon-roller's avatar
      [roll] Roll zircon 15535575..a3950e6d (1 commits) · e43f928b
      zircon-roller authored
      a3950e6d [kernel][uart] Change default pc UART to none rather than legacy
      
      Change-Id: Ie4d40bfe986405503dca866c2f246a4bcb69796b
      e43f928b
    • James Tucker's avatar
      [thinfs] fix leaks in fs dispatch · 912ab049
      James Tucker authored
      PKG-32 #done
      
      Change-Id: Ida810c8985b2624701e01ed502cab8649b379826
      912ab049
    • Dale Sather's avatar
      [media] in-proc renderer fixes · 7fbb3332
      Dale Sather authored
      This CL fixes a few things about the in-proc audio and video
      renderers. In the audio renderer:
      1) pts accounting wasn't properly reset on flush
      2) program range comparisons were using conflicting units
      3) prime should complete on end-of-stream (applies to very
         short files only).
      In the video renderer:
      1) demand should be negative when the renderer is flushed.
      
      Change-Id: Ib42f3569a492bb89936117a699757c9a517cd71c
      7fbb3332
    • zircon-roller's avatar
      [roll] Roll zircon ba238146..15535575 (2 commits) · 5fc38c8d
      zircon-roller authored
      15535575 [kernel][arm64] Move CPU and memory configuration to bootdata
      709fc944 [syscalls][vmo] Make zx_vmo_create_contiguous() accept BTI handles
      
      Change-Id: Ic726bef435dbfc47833400c2a8332ef1a3c193b3
      5fc38c8d
    • Alexandre Zani's avatar
      [cobalt] Populate product_name in system profile. · adee9490
      Alexandre Zani authored
      For now, the product name is the "layer" being built.
      This is determined by looking at the presence/absence of well-known
      packages. This is a horrible hack and is correspondingly labeled as
      such so we can do the right thing in the future.
      
      Change-Id: I546314d3e7f5218c0fd55f52ce7372c56f261c6a
      adee9490
    • Joshua Seaton's avatar
      [async][network] Remove TaskRunner from FakeNetworkWrapper. · 2f4feae2
      Joshua Seaton authored
      BUG: ZX-1819
      Change-Id: I2a57b675331b17daf8d8c7cb5d641b2774be4df0
      2f4feae2
    • zircon-roller's avatar
      [roll] Roll zircon dea7cb99..ba238146 (2 commits) · 4bd626ce
      zircon-roller authored
      ba238146 [kernel] Check alloc result in kernel benchmarks
      e62ca7e5 [dev][intel-hda] Migrate to new BTI interface
      
      Change-Id: Ie99385ebb8b42b26ff4902ea2e43a734c32f7dbb
      4bd626ce
    • zircon-roller's avatar
      [roll] Roll zircon cb1b1b0b..dea7cb99 (1 commits) · 61a54945
      zircon-roller authored
      dea7cb99 [zx][fzl] Implement ticks class, fzl helper library.
      
      Change-Id: I3a49e522122e3a6d7cac29e36bd7920a11ab605c
      61a54945
Loading