1. May 01, 2018
  2. Apr 29, 2018
  3. Apr 05, 2018
  4. Mar 31, 2018
  5. Mar 27, 2018
  6. Mar 22, 2018
  7. Mar 20, 2018
  8. Mar 17, 2018
  9. Mar 15, 2018
  10. Mar 14, 2018
  11. Mar 10, 2018
  12. Mar 08, 2018
  13. Mar 07, 2018
  14. Mar 04, 2018
  15. Mar 02, 2018
  16. Feb 28, 2018
    • Tim Newsome's avatar
      Add debug module authentication. · aa8cbb1c
      Tim Newsome authored
      Off by default, enabled with --debug-auth.
      The protocol is very simple (definitely not secure) to allow debuggers
      to test their authentication feature. To authenticate a debugger must:
      1. Read authdata
      2. Write to authdata the value that it just read, plus 1
      aa8cbb1c
  17. Feb 22, 2018
  18. Feb 20, 2018
  19. Feb 14, 2018
  20. Feb 02, 2018
  21. Jan 30, 2018
  22. Jan 19, 2018
  23. Jan 10, 2018
  24. Jan 09, 2018
    • Jonathan Neuschäfer's avatar
      mem_t: Throw an error if zero-sized memory is requested (#168) · fd0dbf46
      Jonathan Neuschäfer authored
      * mem_t: Throw an error if zero-sized memory is requested
      
      If for some reason the user requests a memory size of 0 megabytes, print
      a useful error message.
      
      * Check for overflow in memory size
      
      If the user passes in a large enough memory size (-m) that the size in
      bytes doesn't fit into size_t, catch this error in the make_mems function.
      fd0dbf46
  25. Jan 04, 2018
  26. Dec 19, 2017
  27. Dec 12, 2017