0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[Makefile] autodetect the os type More... about 15 years ago
[endian.h] Byte swap macros for cross platformness. More... about 15 years ago
Add dup_table() helper function (though I don't have a use for it yet). More... over 15 years ago
Add backup_table() which stores a backup of your partition table in your home directory. More... over 15 years ago
Add "export" command. More... over 15 years ago
Add export_table() function which writes a partition table to a set of files. More... over 15 years ago
Convert gpt partition to host byte order after reading. More... over 15 years ago
Add partition_sectors() convenience function. More... over 15 years ago
Make a blank table if a valid signature can't be found on the disk. More... over 15 years ago
Better errno value when dying. More... over 15 years ago
Add csprintf to Makefile. More... over 15 years ago
Add in good old hacky csprintf. More... over 15 years ago
Add some routines that translate the gpt header from disk byte order to host byte order and back. More... over 15 years ago
Add mbr_from_sector() and sector_from_mbr(). This is so we can read and write to somewhere other than sector 0 (like import and export). More... over 15 years ago
Use calloc for allocating sectors so we can start with a blank partition table easier. More... over 15 years ago
Add completion for command partiton argument types. More... over 15 years ago
Do filename completion when the command type is a file. More... over 15 years ago
Add File and Partition command parameter types. More... over 15 years ago
Add a help parameter to the command arguments. This makes for a nicer UI. More... over 15 years ago
[gdisk.c] Handle flag parameters nicely. More... over 15 years ago
[gdisk.c] Add command completion to readline. Yay! More... over 15 years ago
[gdisk.c] Put command name in arg[0] to be more conventional. (plus it makes arg[1] read a little better) More... over 15 years ago
[gdisk.c] Use xcalloc instead of calloc to eliminate stupid error checking. More... over 15 years ago
[gdisk.c] Add some useful little library routines. More... over 15 years ago
[gdisk.c] Make debug dump functions static. More... over 15 years ago
[mbr.c] Fix data corruption errors in mbr read/write routines. More... over 15 years ago
[Makefile] Use $(TARGETS) instead of direct name for better generality. More... over 15 years ago
Split out quiet rules into their own Makefile as they are generic. More... over 15 years ago
[gdisk.c] Add "print" command to print the partition. More... over 15 years ago
Add the name of the device we opened so we can print it later, just for fun. More... over 15 years ago