1. 2015年 6月 28日 1 次提交
    • Frans Kaashoek's avatar
      Pick up where i left off in april: · 8320d61b
      Frans Kaashoek 提交于
      - 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. 2015年 4月 11日 1 次提交
  3. 2015年 4月 10日 1 次提交
  4. 2015年 4月 03日 1 次提交
  5. 2015年 3月 25日 1 次提交
    • Austin Clements's avatar
      Fix missing NUL-terminator in grep · 7443b964
      Austin Clements 提交于
      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
  6. 2015年 2月 20日 1 次提交
  7. 2014年 10月 03日 3 次提交
  8. 2014年 9月 23日 1 次提交
  9. 2014年 9月 13日 2 次提交
  10. 2014年 9月 09日 1 次提交
  11. 2014年 8月 30日 2 次提交
  12. 2014年 8月 29日 5 次提交
  13. 2014年 8月 28日 4 次提交
  14. 2014年 8月 05日 1 次提交
  15. 2014年 8月 04日 1 次提交
  16. 2014年 7月 31日 1 次提交
  17. 2013年 3月 05日 1 次提交
  18. 2012年 10月 25日 1 次提交
  19. 2012年 9月 11日 1 次提交
  20. 2012年 9月 08日 1 次提交
  21. 2012年 8月 29日 4 次提交
  22. 2012年 8月 25日 1 次提交
    • Austin Clements's avatar
      Various fixes and improvements to printpcs · 951b77f7
      Austin Clements 提交于
      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
  23. 2012年 8月 23日 4 次提交