CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2023/11/10 08:41:11
Modified files: sbin/fdisk : cmd.c fdisk.8 Log message: Enhance 'flag' to accept hex values in addition to the current 0 .. INT64_MAX decimal values.. Easier to specify the 64 bits of GPT partition attributes and 0x8000000000000000 (a.k.a. MS_NOAUTOMOUNT, a.k.a. 1 << 63) becomes accessable. Prompted by bug report and testing by Philippe Meunier. Thanks! ok dlg@