1. 70e996c Reallocate MBRbuffer every time since sector size may change between disks by WHR · 6 months ago master
  2. f607ffc Fix many disk names failed detecting as whole disk by WHR · 6 months ago
  3. f79ba55 Initialize the external variable fd to an invalid value to avoid misusing FD 0 as disk by WHR · 7 months ago
  4. b8bc1f4 Fix hard-coded 512 B of block size in Solaris-specific code by WHR · 7 months ago
  5. 25a4ab6 Fix read(2) size from function alloc_read_gpt_header may be smaller than disk block size by WHR · 7 months ago
  6. c1fb131 Use standardized uint64_t type name by WHR · 7 months ago
  7. 34dd7a3 Don't override user-specified sector size by WHR · 7 months ago
  8. 4e0942c Fix reusing values from previous disk when listing multiple disks by WHR · 7 months ago
  9. d818675 Fix null pointer dereferencing in function get_boot by WHR · 7 months ago
  10. 9b9cc1b Fix phy_sector_size never fallback to use sector_size value without libblkid by WHR · 7 months ago
  11. 2bbd555 Fix hard-coding 512 B read(2) breaks on disks with bigger block sizes by WHR · 7 months ago
  12. 3526309 Fix file descriptor leak in function get_boot; change argument type of function blkdev_get_sector_size by WHR · 7 months ago
  13. 4fa5d20 Clean unused path macros by WHR · 7 months ago
  14. 23b8bd9 Support querying disk sector size on kFreeBSD by WHR · 7 months ago
  15. 8c539c4 blkdev.o requires linux_version.o for Linux by WHR · 10 months ago
  16. 961e87c Reset label guessing results after successfully open(2)ing a device by WHR · 1 year, 3 months ago
  17. 25d2286 Fix blkdev_get_size didn't fallback to lseek(2) if ioctl(2) BLKGETSIZE failed by WHR · 1 year, 8 months ago
  18. 805a47a Print '^D' on receiving EOF from a terminal by WHR · 1 year, 8 months ago
  19. 0b40ca1 Correct term by WHR · 3 years, 2 months ago
  20. 38e6d22 Call geom_deletetree(3) by WHR · 4 years, 11 months ago
  21. 87325a5 Add list disks support for FreeBSD via libgeom by WHR · 4 years, 11 months ago
  22. 55890a0 Merge branch 'master' of ssh://git.code.sf.net/p/rivoreo/fdisk by WHR · 5 years ago
  23. 2c61ea1 Use binary unit prefix by WHR · 5 years ago
  24. 9e78f7f Fix a logic error; fix a compile warning in wholedisk.c by WHR · 7 years ago
  25. 70ede1a Cygwin fixes by WHR · 7 years ago
  26. 8a5910f Fix same cases a structure will be left uninitialized in function create_sgilabel; use zero length array for struct string_link by WHR · 7 years ago
  27. 00c3a5f It is weird to try two fixed paths (DEFAULT_DEVICE and ALTERNATE_DEVICE) of disk by default in cfdisk, this behavior may get removed in future; some other bug fixes by WHR · 7 years ago
  28. 64cc156 Fix build on FreeBSD; add sfdisk to Makefile by WHR · 7 years ago
  29. ba2409d Fix missing license by WHR · 7 years ago
  30. 9f49442 Really fixed duplicated disks on Solaris by WHR · 7 years ago
  31. 858718b Add .gitignore by WHR · 7 years ago
  32. 52edc0c Fork util-linux 2.17.2 fdisk programs by WHR · 7 years ago