History log of /src/sbin/gpt/map.h |
Revision | | Date | Author | Comments |
1.7 |
| 30-Jun-2019 |
sevan | Add rcsid
|
1.6 |
| 03-Dec-2015 |
christos | branches: 1.6.16; CID 1341556: Don't leak map info
|
1.5 |
| 02-Dec-2015 |
christos | - check errors from map allocation - make map_resize return -1 instead of 0, and handle errors locally explaining what's going wrong
|
1.4 |
| 01-Dec-2015 |
christos | Firs step of refactoring, remove all globals, factor out some common code, handle alternate usage but not advertise it.
|
1.3 |
| 20-Nov-2013 |
jnemeth | branches: 1.3.4; Add a resize command. This command was inspired by FreeBSD's gpart(8), but the code was written by myself.
|
1.2 |
| 19-Nov-2013 |
jnemeth | Add two new options to the "add" subcommand:
-a alignment -- attempt to align the start and size of the partition -l label -- supply a label for the partition
These options were inspired by FreeBSD's gpart(8) command, but the code was written by me.
|
1.1 |
| 15-Oct-2006 |
christos | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 15-Oct-2006 |
christos | branches: 1.1.1.1.42; 1.1.1.1.48; Import the gpt tool from FreeBSD
|
1.1.1.1.48.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.1.1.42.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.3.4.1 |
| 13-Aug-2018 |
martin | Catch up to current for the following, requested by sborrill in ticket #1629:
sbin/gpt/gpt_private.h up to 1.2 sbin/gpt/header.c up to 1.9 sbin/gpt/main.c up to 1.11 sbin/gpt/drvctl.c delete sbin/gpt/Makefile up to 1.18 sbin/gpt/add.c up to 1.44 sbin/gpt/backup.c up to 1.18 sbin/gpt/biosboot.c up to 1.30 sbin/gpt/create.c up to 1.23 sbin/gpt/destroy.c up to 1.10 sbin/gpt/gpt.8 up to 1.63 sbin/gpt/gpt.c up to 1.75 sbin/gpt/gpt.h up to 1.38 sbin/gpt/gpt_uuid.c up to 1.15 sbin/gpt/gpt_uuid.h up to 1.7 sbin/gpt/label.c up to 1.29 sbin/gpt/map.c up to 1.14 sbin/gpt/map.h up to 1.6 sbin/gpt/migrate.c up to 1.33 sbin/gpt/recover.c up to 1.18 sbin/gpt/remove.c up to 1.22 sbin/gpt/resize.c up to 1.23 sbin/gpt/resizedisk.c up to 1.17 sbin/gpt/restore.c up to 1.18 sbin/gpt/set.c up to 1.14 sbin/gpt/show.c up to 1.41 sbin/gpt/type.c up to 1.15 sbin/gpt/unset.c up to 1.14
Many changes including: - Significant refactoring - PR/51230: Add the ability to set the active flag in the PMBR - Let individual commands decide if ioctl(DIOCMWEDGES) should be done - Add a "header" subcommand that displays information about the size of the disk along with information from the GPT header if it exists - Add listing commands for type, set and unset - Add help and formatting for set and unset - Change show to print all the attribute info in one line. - Improve documentation, including booting and exit status - Check device parameter to avoid segfaults
|
1.6.16.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|