Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nicer debug "bag magic" error message (thanks to Brian J. Murrell) | Pascal Rigaux | 2002-04-09 | 1 | -1/+1 |
| | |||||
* | (generate_guid): cleanup | Pascal Rigaux | 2001-11-27 | 1 | -8/+8 |
| | |||||
* | no adjust start and end on GPT | Pascal Rigaux | 2001-10-26 | 1 | -0/+3 |
| | |||||
* | add methods first_usable_sector and last_usable_sector | Pascal Rigaux | 2001-10-24 | 1 | -0/+9 |
| | |||||
* | - Use /dev/random through devices::make() instead of /dev/urandom | Gwenolé Beauchesne | 2001-10-19 | 1 | -4/+24 |
| | | | | | | - Localize file descriptor - Capitalize error message if no /dev/random found | ||||
* | fix ending is last sector, not next one | Pascal Rigaux | 2001-10-19 | 1 | -2/+2 |
| | |||||
* | add TODO for partition entry guid | Pascal Rigaux | 2001-10-19 | 1 | -0/+1 |
| | |||||
* | - writing partition table now works | Pascal Rigaux | 2001-10-19 | 1 | -42/+97 |
| | | | | | - creating a new partition table now works (except GUIDs generation) | ||||
* | - add checksum verif on partition entries | Pascal Rigaux | 2001-10-18 | 1 | -8/+12 |
| | | | | | - detect the type of partition since the partition table types seem quite poor | ||||
* | read part of GPT partition table working | Pascal Rigaux | 2001-10-18 | 1 | -0/+174 |