#
20c166bd |
| 30-Mar-2020 |
martin <martin@NetBSD.org> |
Now that we use the same UUID for ZFS as FreeBSD, drop the FreeBSD marker from the description.
|
#
aebd558d |
| 25-Jun-2019 |
jnemeth <jnemeth@NetBSD.org> |
adjust gpt_uuid_generate() to accept gpt==NULL
|
#
01e07408 |
| 20-Dec-2018 |
martin <martin@NetBSD.org> |
Add a query function (for external code) to enumerate the know guids. Add recently added VMware GUIDs to the internal enum type. Fix some short names (bogus + duplicate).
|
#
1f97845d |
| 06-Nov-2018 |
mrg <mrg@NetBSD.org> |
add support to detect the 3 vmware GPT partition types:
- VMKcore (dump partition) - VMFS - VMware reserved
this enables vmkcore partitions for netbsd swap or dump, as well as naming all of them.
|
#
cf452da2 |
| 16-Feb-2017 |
christos <christos@NetBSD.org> |
allow 0 timestamp
|
#
6394e43d |
| 16-Feb-2017 |
christos <christos@NetBSD.org> |
Add -T timestamp for reproducible builds.
|
#
f64d1155 |
| 06-Dec-2015 |
christos <christos@NetBSD.org> |
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.
|
#
22a50e1a |
| 03-Dec-2015 |
christos <christos@NetBSD.org> |
WARNS=6
|
#
5e89d4b2 |
| 01-Dec-2015 |
christos <christos@NetBSD.org> |
merge command line parsers and check all memory allocations.
|
#
b237a28a |
| 06-Dec-2014 |
mlelstv <mlelstv@NetBSD.org> |
Add some more common partition types.
|
#
68b79d3d |
| 04-Oct-2014 |
riastradh <riastradh@NetBSD.org> |
Paranoia: choke noisily on EOF from /dev/urandom.
|
#
85a62e6a |
| 04-Oct-2014 |
riastradh <riastradh@NetBSD.org> |
Make gpt(8) generate v4 (random) uuids.
Don't needlessly leak your date/time and MAC address when you edit the disk.
Read from /dev/urandom rather than calling arc4random or anything, since this is
Make gpt(8) generate v4 (random) uuids.
Don't needlessly leak your date/time and MAC address when you edit the disk.
Read from /dev/urandom rather than calling arc4random or anything, since this is a tool. (Cygwin seems to have /dev/urandom, but yell if this breaks the build on your exotic platform because it lacks /dev/urandom.)
ok apb
show more ...
|
#
7a4c282f |
| 03-Oct-2014 |
christos <christos@NetBSD.org> |
provide a copy of the kernel uuid generator (with portable API calls) for tools.
|
#
2b16c3b0 |
| 03-Oct-2014 |
jnemeth <jnemeth@NetBSD.org> |
"0" is not guaranteed to be unique
|
#
f7702525 |
| 02-Oct-2014 |
apb <apb@NetBSD.org> |
include <sys/endian.h> for both the non-tools build, and the tools build on a host where the file exists.
Fixes a build problem on FreeBSD, reported by Herbert J. Skuhra, where tools/compat's config
include <sys/endian.h> for both the non-tools build, and the tools build on a host where the file exists.
Fixes a build problem on FreeBSD, reported by Herbert J. Skuhra, where tools/compat's configure detected that be32dec() and friends were available in the host's <sys/endian.h>, so tools/compat did not provide its own versions.
show more ...
|
#
76d1e274 |
| 01-Oct-2014 |
apb <apb@NetBSD.org> |
It's HAVE_NBTOOL_CONFIG_H, not HAVE_NBTOOLS_CONFIG_H
|
#
ea17f412 |
| 01-Oct-2014 |
jnemeth <jnemeth@NetBSD.org> |
actually return the uuid when parsing one that is in numeric format
|
#
77a45265 |
| 30-Sep-2014 |
jnemeth <jnemeth@NetBSD.org> |
correctly show partition type in the new world order
|
#
4bc60a99 |
| 30-Sep-2014 |
christos <christos@NetBSD.org> |
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.
|