Skip to content
Snippets Groups Projects
  1. Jun 27, 2015
    • Frans Kaashoek's avatar
      Pick up where i left off in april: · 8320d61b
      Frans Kaashoek authored
      - move log into metadata part of disk, so that marking
      that the log's blocks are in use falls out for free
      - superblock describes the whole disk (sizes and offets)
      - sizes and offsets are computed in one place (mkfs) and
      the rest of the code refers to the superblock for these values,
      instead of recomputing them.
      8320d61b
  2. Apr 10, 2015
  3. Apr 03, 2015
  4. Mar 24, 2015
    • Austin Clements's avatar
      Fix missing NUL-terminator in grep · 7443b964
      Austin Clements authored
      Currently, grep read()s into a buffer and then uses the buffer as a
      string. Since there's no NUL-terminator, this can cause it to falsely
      identify line breaks and matches from leftover data on earlier lines
      and, if a line fills up the entire buffer, to read past the end of the
      buffer.
      
      Fix this by NUL-terminating any data returned by read().
      
      Thanks to Keiichi Watanabe for the report.
      7443b964
  5. Feb 19, 2015
  6. Oct 03, 2014
  7. Sep 23, 2014
  8. Sep 12, 2014
  9. Sep 08, 2014
  10. Aug 29, 2014
  11. Aug 28, 2014
  12. Aug 27, 2014
  13. Aug 04, 2014
  14. Jul 31, 2014
  15. Mar 04, 2013
  16. Oct 24, 2012
  17. Sep 10, 2012
  18. Sep 07, 2012
  19. Aug 28, 2012
  20. Aug 24, 2012
    • Austin Clements's avatar
      Various fixes and improvements to printpcs · 951b77f7
      Austin Clements authored
      Search for an addr2line that supports elf32-i386.  Don't print the
      path of addr2line as a side-effect of which.  Don't uselessly pipe
      "grep '^ '" to addr2line's stdin.  Enable as many pretty-printing and
      otherwise helpful options as possible (this makes the output *much*
      more pleasant on modern addr2lines).
      951b77f7
  21. Aug 23, 2012
  22. Aug 22, 2012
Loading