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