1. edbe236 Merge pull request #46 from dm0-/fix by David Michael · 5 years ago master
  2. 426a3bb cgpt: Avoid buffer overrun by David Michael · 5 years ago
  3. a127993 Merge pull request #45 from ericchiang/coc by David Michael · 6 years ago
  4. d87e435 update CoC and legalese by Eric Chiang · 6 years ago
  5. d4dbaa5 Merge pull request #44 from ajeddeloh/fix-invalid-free by Andrew Jeddeloh · 6 years ago
  6. 7b0111f rootdev: do not malloc/free entry from readdir by Andrew Jeddeloh · 6 years ago
  7. 2e74e26 Merge pull request #43 from krobertson/fix-glibc-2.25 by Andrew Jeddeloh · 6 years ago
  8. faade02 Updated to support changes in glibc by Ken Robertson · 6 years ago
  9. b7ca8cb Merge pull request #42 from ajeddeloh/fix-nul by Andrew Jeddeloh · 7 years ago
  10. a5af0d0 cgpt: ensure null termination by Andrew Jeddeloh · 7 years ago
  11. ee55b2b Merge pull request #41 from ajeddeloh/add-root-root-guid by Andrew Jeddeloh · 7 years ago
  12. d70eebc cgpt: use strncpy to avoid buffer overruns by Andrew Jeddeloh · 7 years ago
  13. e0bd798 cgpt: add type guid for root on raid by Andrew Jeddeloh · 7 years ago
  14. b9c0e7c Merge pull request #39 from marineam/fix-repair by Michael Marineau · 8 years ago
  15. 28376f6 cgpt: fix handling of missing drive argument by Michael Marineau · 8 years ago
  16. abf96f5 Merge pull request #38 from marineam/fix by Michael Marineau · 8 years ago
  17. c8301c4 build: disable static by default, fix librootdev symbol export by Michael Marineau · 8 years ago
  18. b578463 Merge pull request #37 from marineam/add-rootdev by Michael Marineau · 8 years ago
  19. 28975bc build: fix compatibility with older libtool versions by Michael Marineau · 8 years ago
  20. b840b88 build: work around aclocal complaining about m4 missing by Michael Marineau · 8 years ago
  21. bcdd846 build: disable loopy by default by Michael Marineau · 8 years ago
  22. 10fc115 build: integrate rootdev into autotools build system by Michael Marineau · 8 years ago
  23. 719ff02 Merge branch 'master' of https://chromium.googlesource.com/chromiumos/third_party/rootdev by Michael Marineau · 8 years ago
  24. db243fb Merge pull request #36 from vcaputo/fixup_resize_entry_size_off_by_one by Vito Caputo · 8 years ago
  25. fd6ede5 cgpt: include ending_lba sector in the entry size by Vito Caputo · 8 years ago
  26. 12bef2f Merge pull request #35 from marineam/misc by Michael Marineau · 8 years ago
  27. 7b86aed tests: wait so udev can create device loop device node by Michael Marineau · 8 years ago
  28. 485235f cgpt: properly report repair errors by Michael Marineau · 8 years ago
  29. 04c2671 cgpt: fix string validation by Michael Marineau · 8 years ago
  30. d9d3fe7 cgpt: fix signed/unsigned mixed usage of dev_t by Michael Marineau · 8 years ago
  31. a962468 Merge pull request #34 from ionave/master by pez · 9 years ago
  32. 4388214 Added auto-clear for single device case. by ezgi · 9 years ago
  33. d67bd80 Merge pull request #33 from ionave/master by pez · 9 years ago
  34. 9d9220d loopy: new cli utility for managing loop devices by sara · 9 years ago
  35. e408b6c Merge pull request #32 from crawford/guid by Alex Crawford · 9 years ago
  36. feecba3 cgpt: add guid flag by Alex Crawford · 9 years ago
  37. f122101 Merge pull request #31 from pleblond/master by Michael Marineau · 9 years ago
  38. f9fa3b1 Merge pull request #27 from gtank/verity by George Tankersley · 9 years ago
  39. d95a085 e2size: update travis dependencies by George Tankersley · 9 years ago
  40. ba4a441 e2size: add tool to measure size of ext* filesystems by George Tankersley · 9 years ago
  41. 1152a98 Fix typo by Philippe Leblond · 9 years ago
  42. e59cb6f Merge pull request #30 from marineam/gitignore by Michael Marineau · 9 years ago
  43. b4dc420 gitignore: update to include all build artifacts by Michael Marineau · 9 years ago
  44. c4fd191 Merge pull request #29 from marineam/mbr-code by Michael Marineau · 9 years ago
  45. 492cbaa Merge pull request #28 from marineam/subdir by Michael Marineau · 9 years ago
  46. 1f91b48 tests: assert that cgpt does not clobber MBR boot code by Michael Marineau · 9 years ago
  47. 426effa build: enable 'subdir-objects' for cleaner builds by Michael Marineau · 9 years ago
  48. 9e7d4c3 Merge pull request #26 from marineam/rename by Michael Marineau · 9 years ago
  49. 9ad4ec4 move main source code under src/ directory by Michael Marineau · 9 years ago
  50. 166fcb3 rename project to seismograph by Michael Marineau · 9 years ago
  51. 8881575 Merge pull request #25 from marineam/cgpt-only by Michael Marineau · 9 years ago
  52. d32f4fd clean: rip out everything not required by cgpt by Michael Marineau · 9 years ago
  53. 6c0971c build: replace custom make file with autotools by Michael Marineau · 9 years ago
  54. f654707 tests: remove stray includes, assume cgpt is in current dir by Michael Marineau · 9 years ago
  55. 2c98fcf tests: remove tests for mtd devices by Michael Marineau · 9 years ago
  56. 5d7d7ff rootdev: Use large file support (LFS) by Dan Ehrenberg · 9 years ago rootdev
  57. a450785 tests: make it more flexible for the ebuild by Mike Frysinger · 9 years ago
  58. 32979f6 fix --block handling with invalid paths by Mike Frysinger · 9 years ago
  59. 7359eb0 Merge pull request #24 from crawford/repair by Alex Crawford · 9 years ago
  60. cabd78a cgpt: allow repair command to accept a whole disk or partition by Alex Crawford · 9 years ago
  61. dcd4509 Merge pull request #23 from marineam/fix by Michael Marineau · 9 years ago
  62. 51b29c4 cgpt: fix simplified hybrid MBR by Michael Marineau · 9 years ago
  63. 379af93 Merge pull request #22 from marineam/chs by Michael Marineau · 9 years ago
  64. e866b43 Merge pull request #21 from marineam/fmt by Michael Marineau · 10 years ago
  65. dbf566e cgpt: simplify protective and hybrid MBRs by Michael Marineau · 10 years ago
  66. 4295be9 cgpt show: do not cast unsigned 64bit longs to signed 32bit ints by Michael Marineau · 10 years ago
  67. 0afa532 Merge pull request #20 from shtouff/feat-cciss by Michael Marineau · 10 years ago
  68. 5ab00cd cgpt: rewrite /sys/block path for device names containing '/' (like cciss) by Remi Paulmier · 10 years ago
  69. 76ce291 cgpt: avoid buffer overrun by Remi Paulmier · 10 years ago
  70. 5ebce0e Merge pull request #19 from marineam/bios by Michael Marineau · 10 years ago
  71. a2d03b2 cgpt: add GRUB's BIOS Boot Partition type by Michael Marineau · 10 years ago
  72. 0d0752d Merge pull request #18 from marineam/build by Michael Marineau · 10 years ago
  73. b1203fe build: remove -fuse-ld=bfd from LDFLAGS, unrecognized option by Michael Marineau · 10 years ago
  74. 1b63aaa Merge pull request #17 from marineam/cleanup by Michael Marineau · 10 years ago
  75. cd12bb4 cleanup(cgpt): Remove ext4 and partition searching support from resize by Michael Marineau · 10 years ago
  76. 7d9288a fix building w/ABIs that have broken stat structures by Mike Frysinger · 10 years ago
  77. 0c9f600 Merge pull request #16 from marineam/mbr by Michael Marineau · 10 years ago
  78. f1d396e fix(cgpt): Change the hybrid MBR partition type to FAT32 by Michael Marineau · 10 years ago
  79. 154f914 Merge pull request #15 from marineam/mbr by Michael Marineau · 10 years ago
  80. d8d749d fix(cgpt): Re-order hybrid MBRs, the boot partition must be first. by Michael Marineau · 10 years ago
  81. b5bb29a Merge pull request #14 from marineam/more by Michael Marineau · 10 years ago
  82. ec6c4a3 feat(cgpt): Add partition device support to prioritize command. by Michael Marineau · 10 years ago
  83. 887858e Merge pull request #13 from marineam/blkid by Michael Marineau · 10 years ago
  84. 9a321b1 feat(cgpt): Support passing partition device nodes to add and show. by Michael Marineau · 10 years ago
  85. 2c438b8 refactor(cgpt): Move blkid helper code to a common file. by Michael Marineau · 10 years ago
  86. d90d29d Merge pull request #12 from marineam/bootfun by Michael Marineau · 10 years ago
  87. 6ffc854 docs(cgpt): Add comment noting references for CHS math and MBR format by Michael Marineau · 10 years ago
  88. 0bace0f feat(cgpt): Generate hybrid MBR partition table. by Michael Marineau · 10 years ago
  89. 3b88bd4 feat(cgpt): Add support for "Legacy BIOS Bootable" attribute by Michael Marineau · 10 years ago
  90. e5b3d91 fix(cgpt): Fix broken support for full 64-bit attribute field by Michael Marineau · 10 years ago
  91. b289741 fix(cgpt): Show gptprio flags for coreos root and usr partitions by Michael Marineau · 10 years ago
  92. b8aa21a feat(cgpt): Update protective MBR during resize by Michael Marineau · 10 years ago
  93. 273ac3f feat(cgpt): Create generic protective MBR in create command by Michael Marineau · 10 years ago
  94. c627551 cleanup(cgpt): Make usage of SYSLINUX 3's custom MBR format clear. by Michael Marineau · 10 years ago
  95. 9061235 cleanup(cgpt): Move gpt initialization to its own function. by Michael Marineau · 10 years ago
  96. 383ca04 fix(cgpt): Resize partition even if the filesystem is not. by Michael Marineau · 10 years ago
  97. c252dcb Merge pull request #11 from marineam/static by Michael Marineau · 10 years ago
  98. 040cabe fix(cgpt): Stop compiling cgpt statically by Michael Marineau · 10 years ago
  99. f634c54 Merge pull request #10 from marineam/notss by Michael Marineau · 10 years ago
  100. 3c02656 hack(*): Rip out code that depends on trousers. by Michael Marineau · 10 years ago