History log of /netbsd-current/sbin/gpt/set.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.15 25-Mar-2019 martin

Allow -b startsec to specify the partition to change for the set subcommand
as well.
Add another option, -N, as a quick way to remove all attributes.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322
# 1.14 19-Mar-2018 mlelstv

Check device parameter to avoid segfaults. Agument synopsis for -l option.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.13 29-Dec-2015 christos

branches: 1.13.8; 1.13.14;
- add more informational messages
- handle case where last argument is an option not a device (set -l)


# 1.12 06-Dec-2015 christos

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.


# 1.11 03-Dec-2015 christos

WARNS=6


# 1.10 03-Dec-2015 christos

eliminate static globals so that commands can be re-used.


# 1.9 01-Dec-2015 christos

refactor more duplicated code.


# 1.8 01-Dec-2015 christos

Refactor the command dispatching and help printing logic.


# 1.7 01-Dec-2015 christos

Firs step of refactoring, remove all globals, factor out some common code,
handle alternate usage but not advertise it.


# 1.6 29-Nov-2015 christos

merge the create errors in one place and fix them.


# 1.5 30-Sep-2014 christos

Add internal uuid support, since the linux+macos versions of the library
are different than than *bsd ones, and others might not have it at all.


# 1.4 30-Sep-2014 christos

remove compat defines.


# 1.3 29-Sep-2014 christos

minor toolification: need libprop...


Revision tags: tls-maxphys-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.2 10-Dec-2013 jnemeth

branches: 1.2.4; 1.2.6; 1.2.8;
Explicitly state which partition was added/modified.


# 1.1 09-Dec-2013 jnemeth

Add two new subcommands, "set" and "unset". These were inspired by
FreeBSD's gpart(8), but the code is all mine. The purpose of these
is to set and unset partition attributes.


Revision tags: pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.13 29-Dec-2015 christos

- add more informational messages
- handle case where last argument is an option not a device (set -l)


# 1.12 06-Dec-2015 christos

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.


# 1.11 03-Dec-2015 christos

WARNS=6


# 1.10 03-Dec-2015 christos

eliminate static globals so that commands can be re-used.


# 1.9 01-Dec-2015 christos

refactor more duplicated code.


# 1.8 01-Dec-2015 christos

Refactor the command dispatching and help printing logic.


# 1.7 01-Dec-2015 christos

Firs step of refactoring, remove all globals, factor out some common code,
handle alternate usage but not advertise it.


# 1.6 29-Nov-2015 christos

merge the create errors in one place and fix them.


# 1.5 30-Sep-2014 christos

Add internal uuid support, since the linux+macos versions of the library
are different than than *bsd ones, and others might not have it at all.


# 1.4 30-Sep-2014 christos

remove compat defines.


# 1.3 29-Sep-2014 christos

minor toolification: need libprop...


Revision tags: tls-maxphys-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.2 10-Dec-2013 jnemeth

branches: 1.2.4; 1.2.6; 1.2.8;
Explicitly state which partition was added/modified.


# 1.1 09-Dec-2013 jnemeth

Add two new subcommands, "set" and "unset". These were inspired by
FreeBSD's gpart(8), but the code is all mine. The purpose of these
is to set and unset partition attributes.