freebsd-dev/sbin/gpt
Dag-Erling Smørgrav 8a399540fa - distinguish between the device name (what the user called it on the
command line) and the device path (what we passed to open()).  Use
  the former in diagnostics.
- when adding or removing partitions, print a single line to stdout for
  each partition that was added or removed, indicating its name.
- add an -a option to 'gpt remove' which must be explicitly specified
  to remove all partitions.

Approved by:	marcel (in prinicple)
MFC after:	2 weeks
2005-04-24 20:08:29 +00:00
..
add.c - distinguish between the device name (what the user called it on the 2005-04-24 20:08:29 +00:00
create.c Add an -f option (for force) to the create command. The -f option 2004-11-13 05:13:33 +00:00
destroy.c Declare variables as static, like I intended. 2004-10-25 03:39:31 +00:00
gpt.8 - distinguish between the device name (what the user called it on the 2005-04-24 20:08:29 +00:00
gpt.c - distinguish between the device name (what the user called it on the 2005-04-24 20:08:29 +00:00
gpt.h - distinguish between the device name (what the user called it on the 2005-04-24 20:08:29 +00:00
Makefile Implement a remove command. The remove command iterates the GPT 2004-08-07 07:41:37 +00:00
map.c Use __FBSDID. 2004-08-07 06:24:25 +00:00
map.h Implement a remove command. The remove command iterates the GPT 2004-08-07 07:41:37 +00:00
migrate.c Add an -f option (for force) to the migrate command. Normally an MBR 2004-11-13 05:44:02 +00:00
mkdisk.sh Fix bogon. Create the BSD label in the FreeBSD slice. 2004-10-25 03:29:21 +00:00
recover.c Declare variables as static, like I intended. 2004-10-25 03:39:31 +00:00
remove.c - distinguish between the device name (what the user called it on the 2005-04-24 20:08:29 +00:00
show.c Add byte swapping and UUID encoding/decoding to allow gpt to be compiled 2004-10-25 02:23:39 +00:00