Skip to content
Snippets Groups Projects
  1. Nov 24, 2018
  2. Nov 23, 2018
  3. Nov 22, 2018
  4. Nov 21, 2018
  5. Nov 20, 2018
    • Todd Eisenberger's avatar
      [fshost] Switch to ulib/bootdata · a931e70c
      Todd Eisenberger authored
      This library was based off of the code that was previously being used.
      
      Test: Booted with this change
      Change-Id: I2115e2f6350d59e34e1b5f361c4717f597abf938
      a931e70c
    • Jeremy Manson's avatar
      [fidl] Make ordinals optional. · 181eed39
      Jeremy Manson authored
      This is an implmentation of FTP-020.  The next step will be to deprecate and remove
      ordinals from existing FIDL files.
      
      To make removal easier, this CL introduces a --remove-ordinals flag to fidl-format.
      
      Test: Unittests added for compiler and formatter.
      Change-Id: Id5c10f84bde95656fca3368a4fb21ca00310197b
      181eed39
    • Todd Eisenberger's avatar
      [ulib][bootfs] Create a parser library for bootfs · 9a489a0a
      Todd Eisenberger authored
      This code will soon be shared by the new bootsvc and by fshost.
      
      ZX-3027 #comment Lift bootfs parser into shared code
      
      Test: Added test suite.  ZX-3034 is a bug for making even more thorough
      tests.
      
      Change-Id: I583130ced2675d1471d86e3a51ec93c7f28f5bfe
      9a489a0a
    • Bruce Mitchener's avatar
      [docs] Link to object_wait_async more. · dafcc995
      Bruce Mitchener authored
      This makes more syscall pages link to `object_wait_async`
      when they already link to the other wait calls.
      
      TEST: No behavior change
      Change-Id: I8770a9baf9ab5aea0e00719f9f7f262994ddc795
      dafcc995
    • Robert Hahn's avatar
      [docs][toulouse] Use board and product config · 23989d02
      Robert Hahn authored
      NET-1915 #comment
      
      Test=n/a
      
      Change-Id: Id1c5a9bb56059ce92880df1b9789c1d45b437daf
      23989d02
    • Francois Rousseau's avatar
      [crashanalyzer] remove unused static variables · 377b645f
      Francois Rousseau authored
      there doesn't seem to be a self_dump_func or an actual use of
      crashed_thread
      
      TESTED=`crasher` on x64 and arm64
      
      Change-Id: Ib5c676fea8fc40679a894d4665b29490a0784497
      377b645f
    • Ruchira Ravoori's avatar
      [zircon][usb][xhci] Use private list node pointer to queue requests · 7a75d990
      Ruchira Ravoori authored
      Currently, there is only 1 list_node_t pointer in usb_request_t and
      differnt drivers in the usb stack that track a usb request enqueue it
      using this node. This will lead to bugs where the request is simultaneously
      included in multiple lists changing the next and previous pointers of the node.
      This changeset makes use of the xhci's private list_node_t pointer
      that is only used in xhci driver. In xhci, a particular request is first
      queued in queued_reqs, then moved to pending_reqs. At a particular
      time,it is part of only one list.
      
      Test:
      vim2: -fx serve; plugged in a mass storage device.
            - lsusb; iochk
      pixelbook: -fx serve using usb ethernet adapter
                 -plug in a usb mass storage device.
                 -lsusb; iochk.
                 -audio info using a usb audio headset.
      astro: - fx netboot; lsusb; Made sure the usb ethernet adapter showed up.
      
      Change-Id: I172e36046366b41d8e9cc1bd5a50ba4264618475
      7a75d990
    • Marco Vanotti's avatar
      [third_party][lz4] add fuzzers for lz4 library. · 67c50ecc
      Marco Vanotti authored
      This CL adds basic fuzzers for the lz4 library.
      
      There are two fuzzers being added. Once is a "roundtrip" fuzzer, that
      will try to compress the input data, decompress the result, and check
      that they are equal. The other fuzzer just tries to decompress random
      data and crashes right away (until we fix it).
      
      TEST=`fx fuzz start lz4.{fuzzname}` in a pixelbook running fuchsia.
      
      Change-Id: Ic3b9ab98e3c8cb1d345605ad3b0b667dac8b8c5f
      67c50ecc
Loading