Skip to content
Snippets Groups Projects
  1. Feb 05, 2018
  2. Feb 04, 2018
  3. Feb 03, 2018
  4. Feb 02, 2018
  5. Feb 01, 2018
  6. Jan 31, 2018
    • Mark Seaborn's avatar
      [kernel][tests] printf_tests.cpp: Clean up the test of snprintf() · 8cd1894d
      Mark Seaborn authored
      Add checks to make this more of a test.
      
      ZX-1617
      
      Change-Id: Ieb67b5fbd47f8ccef722ca24dc0fd9ee8fe90565
      8cd1894d
    • Josh Conner's avatar
      [ethernet] Read from rx fifo in groups · 52a5a4b9
      Josh Conner authored
      Rather than read a single rx entry every time we need one, read a
      group at a time. This reduces the number of syscalls we make and
      will make it easier to recognize when we are running short on
      rx entries, which will be useful if we ever want the ability to
      apply backpressure onto the device driver.
      
      NET-402
      
      Change-Id: I4ac18f3667b46db6163784bd9477eb63fc1f0efb
      52a5a4b9
    • Mark Seaborn's avatar
      [kernel][tests] printf_tests.cpp: Remove some redundant tests · a2578855
      Mark Seaborn authored
      The return value of (vsn)printf() is now checked by the various
      test_printf() calls above.
      
      ZX-1617
      
      Change-Id: I4c83ea3979a2f42459fe9d2de6bd1b7143298963
      a2578855
    • Aaron Green's avatar
      [zxcrypt] Add encrypted block device filter driver · 128b37f1
      Aaron Green authored
      This CL adds the actual driver and associated tests. The driver consists
      of the Device itself, extra fields used to associate I/O requests with
      pooled resources used to perform cryptographic transformations, and
      threaded workers used to perform that work asynchonously.
      
      Change-Id: Ib1ac05c6abda076359264b861946d23aba98d983
      128b37f1
    • Josh Conner's avatar
      [bootserver] Remove NET-186 workaround · 3c89a8f2
      Josh Conner authored
      Disallow tftp connections using netboot protocol earlier than v1.3.
      
      Change-Id: I3d142e8e8212d2cb2cfd76be0a72832e2bbc11a7
      3c89a8f2
Loading