1. ca5a891 Merge pull request #9 from marineam/resize by Michael Marineau · 10 years ago
  2. 72b0684 fix(travis): Fix build with old linux headers. by Michael Marineau · 10 years ago
  3. 5557f44 fix(travis): Install blkid dev headers. by Michael Marineau · 10 years ago
  4. fd22ce4 feat(cgpt): Add resize command. by Michael Marineau · 10 years ago
  5. 519d8e2 fix(cgpt): Add support for repairing resized disks. by Michael Marineau · 10 years ago
  6. 201526a fix(cgpt): Drop O_NOFOLLOW flag from open() by Michael Marineau · 10 years ago
  7. deaf6bb fix(cgpt): Fix GUID for 'data' type and add generic Linux GUIDs by Michael Marineau · 10 years ago
  8. 615679a fix(cgpt): Add GUID for resizeable STATE and alias for /usr by Michael Marineau · 10 years ago
  9. 48df575 Merge pull request #8 from marineam/unload by Michael Marineau · 10 years ago
  10. a182d94 fix(tests): Fix cgpt next test to expect lower case by Michael Marineau · 10 years ago
  11. dc9a1ac fix(cgpt): Print UUID in lower case from 'next' command. by Michael Marineau · 10 years ago
  12. 99f16ac feat(cgpt): Add utility function to generate lowercase UUIDs by Michael Marineau · 10 years ago
  13. 515197d fix flag handling by Mike Frysinger · 10 years ago
  14. cc7424d rootdev: link against librootdev by Mike Frysinger · 10 years ago
  15. 7642f77 support out-of-tree builds by Mike Frysinger · 10 years ago
  16. a485e9d Merge pull request #7 from marineam/images by Michael Marineau · 11 years ago
  17. 15141a9 Avoid some identifier confusion by Chris Masone · 11 years ago
  18. 2e5fcc7 feat(cgpt create): Add create and size command line options. by Michael Marineau · 11 years ago
  19. b7f143d feat(cgpt): Add min_size argument to OpenDrive() by Michael Marineau · 11 years ago
  20. 84a9049 Merge pull request #6 from marineam/tests by Michael Marineau · 11 years ago
  21. edd6e2b fix(tests): Add some basic tests for cgpt next. by Michael Marineau · 11 years ago
  22. 26d0efa fix(cgpt next): Fix fallback when the first root partition is bad. by Michael Marineau · 11 years ago
  23. e9a9d4b fix(cgpt next): Add drive name command line argument. by Michael Marineau · 11 years ago
  24. 1a4c5e7 Merge pull request #5 from marineam/tests by Michael Marineau · 11 years ago
  25. 3351d00 add(travis): Add config for running tests in Travis by Michael Marineau · 11 years ago
  26. 3430e3b fix(tests): Switch to coreos-rootfs type for cgpt prioritize tests. by Michael Marineau · 11 years ago
  27. 0b60b60 Revert "fix(firmware/include/gpt.h): Set signature to CoreOS" by Michael Marineau · 11 years ago
  28. 40235b9 fix(firmware): Revert change to GptNextKernelEntry made in e3ecb4d9. by Michael Marineau · 11 years ago
  29. c0d9003 Merge pull request #4 from philips/prune-firmware-stuff by Brandon Philips · 11 years ago
  30. db08bec chore(image_signing): we don't use this, delete by Brandon Philips · 11 years ago
  31. 5bec8a1 Merge pull request #3 from philips/use-lsb-coreos by Brandon Philips · 11 years ago
  32. eae8659 chore(*): use COREOS lsb-release variables by Brandon Philips · 11 years ago
  33. be2dd21 Merge pull request #2 from philips/add-next-cmd by Brandon Philips · 11 years ago
  34. e11f800 feat(cgpt/cmd_next): add a long form explanation by Brandon Philips · 11 years ago
  35. b878c55 chore(cgpt/*next.c): add copyright headers by Brandon Philips · 11 years ago
  36. 76fea56 chore(cgpt): remove TODO message by Brandon Philips · 11 years ago
  37. bbab959 fix(cgpt/cmd_next): don't' require a type arg by Brandon Philips · 11 years ago
  38. b227109 feat(cgpt/cpgt_next): add a new cgpt command by Brandon Philips · 11 years ago
  39. 943c849 chore(cgpt): refactor IsWholeDisk by Brandon Philips · 11 years ago
  40. e3ecb4d hack(cgpt): use Root instead of the Kernel partitions by Brandon Philips · 11 years ago
  41. d4c5b8b Fixed reference to overlapping (the same) string. by Paul Taysom · 11 years ago
  42. 28f202d Merge pull request #1 from philips/coreos-fixes by Brandon Philips · 11 years ago
  43. d90166a fix(cgpt): add coreos- prefixes to type aliases by Brandon Philips · 11 years ago
  44. fb1c061 fix(firmware/include/gpt.h): Set signature to CoreOS by Brandon Philips · 11 years ago
  45. 35346ed chore(insert_au_publickey): teach it to use partition finder by Brandon Philips · 11 years ago
  46. 90880d3 fix(firmware): fixup warnings/errors about struct initializer by Brandon Philips · 11 years ago
  47. 68b8d00 cgpt: add coreos uuids by Brandon Philips · 11 years ago
  48. 416bdc6 tpmc: Fix compilation with MOCK_TPM=1 by Duncan Laurie · 11 years ago
  49. ad3ff7c crossystem: Add LynxPoint to list of valid x86 chipset types by Duncan Laurie · 11 years ago
  50. fa6b35c Refactor CgptAdd and CgptPrioitize to remove gpt-specific code by Albert Chaulk · 11 years ago
  51. 5c9e453 Implement cgptlib for MTD devices. by Albert Chaulk · 11 years ago
  52. 464ccba vboot_reference: change position of 'const' by Yunlian Jiang · 11 years ago
  53. e0e4ed4 vbutil_kernel: copy zeropage fully by Kees Cook · 11 years ago
  54. 339b0ac Clarify comment in VbInit() by Randall Spangler · 11 years ago
  55. 20807b6 Build dump_fmap into futility. by Bill Richardson · 11 years ago
  56. 6db8c75 Build both static and dynamic versions of futility. by Bill Richardson · 11 years ago
  57. 339f7e0 Add framework for testing builtin futility functions. by Bill Richardson · 11 years ago
  58. 1912bba Include generated dependency files for all object files. by Bill Richardson · 11 years ago
  59. a130e0b Fix Makefile to only build fwlib when asked to, not hostlib too. by Bill Richardson · 11 years ago
  60. 0c3ba24 Massive refactoring of external header files. by Bill Richardson · 11 years ago
  61. 28b65ca Simplify the exported FindKernelConfig() function. by Bill Richardson · 11 years ago
  62. 661ae9e Add a QUIET Makefile option to reduce non-error output by Simon Glass · 11 years ago
  63. 64ee153 crossystem: Fix cros_debug detection on non-chrome systems. by Hung-Te Lin · 11 years ago
  64. 3f806a2 Apply consistent naming scheme for hostlib functions. by Bill Richardson · 11 years ago
  65. 95bae09 Remove unused 'autotest' directory (real one's in autotest repo). by Bill Richardson · 11 years ago
  66. ac8805e Get rid of some crufty macros. by Gabe Black · 11 years ago
  67. 77f55ca Get rid of the now unused biosincludes.h headers. by Gabe Black · 11 years ago
  68. e064ab4 Don't include biosincludes.h any more. by Gabe Black · 11 years ago
  69. feb2518 Wrap all vboot utilities with futility. by Bill Richardson · 11 years ago
  70. 5fed2a6 Rename Strncat to StrnAppend, use it instead of strncat. by Bill Richardson · 11 years ago
  71. 522da3e Use Memcpy to avoid unaligned accesses when using RollbackKernelSpace. by Gabe Black · 11 years ago
  72. 51d22d5 Use Memcpy to access the fw_versions member of RollbackSpaceFirmware. by Gabe Black · 11 years ago
  73. 81a0b3d Move CgptManager from vboot_reference to installer by Bill Richardson · 11 years ago
  74. c7c6e5d Remove the mount-encrypted utility from vboot_reference by Bill Richardson · 11 years ago
  75. 2f8ac15 Point to new libchrome-180609 for CgptManager stuff by Bill Richardson · 11 years ago
  76. 9394326 Split off modules required for VbInit() and VbSelectFirmware() by Randall Spangler · 11 years ago
  77. ab63d3c rollback_index: fix -Wshadow warnings by Aaron Durbin · 11 years ago
  78. 9d7d0cb vboot_display: fix -Wwrite-strings compiler errors by Aaron Durbin · 11 years ago
  79. 612797e fwlib: fix errors with -Wmissing-prototypes by Aaron Durbin · 11 years ago
  80. e6cf2c2 mount-encrypted: issue sync()s between umount stages by Kees Cook · 11 years ago
  81. c9bf348 Let the Makefile install the utilities, not the ebuild. by Bill Richardson · 11 years ago
  82. 134d9ee Remove hardcoded path in unused chromeos-tpm-recovery-test by Bill Richardson · 11 years ago
  83. 886a904 Software sync checks for shutdown-requested in all code paths by Randall Spangler · 11 years ago
  84. fe510c0 Add more display tests by Randall Spangler · 11 years ago
  85. 7f43669 Add more vboot_api_kernel tests by Randall Spangler · 11 years ago
  86. 0714d9d Fix and enable vboot_api_kernel_tests by Randall Spangler · 11 years ago
  87. 7c55708 Reformat to kernel style by Randall Spangler · 11 years ago
  88. 5ca4ea0 EC software sync uses precomputed hash if available by Randall Spangler · 11 years ago
  89. 9a8e79c Remove +x permissions from source files. by Bill Richardson · 11 years ago
  90. 5ede8c9 set_lsb_release: enable batch modification by Mike Frysinger · 11 years ago
  91. 5cfcab5 Add VbExEcGetExpectedRWHash() by Randall Spangler · 11 years ago
  92. 29accd9 Reformat to kernel style by Randall Spangler · 11 years ago
  93. 3e9cf90 Add even more load kernel tests by Randall Spangler · 11 years ago
  94. 5d0a2e7 Add more vboot_kernel tests by Randall Spangler · 11 years ago
  95. cefe12c Reformat cgptlib to kernel style by Randall Spangler · 11 years ago
  96. 7993f25 Reformat to kernel style by Randall Spangler · 11 years ago
  97. 49cb0d3 Add kernel tests by Randall Spangler · 11 years ago
  98. c3d488d Add tlcl tests by Randall Spangler · 11 years ago
  99. 0bf6405 Reformat files to kernel style by Randall Spangler · 11 years ago
  100. 5a4e9fa Add display tests by Randall Spangler · 11 years ago