freebsd-nq/sbin
Marcel Moolenaar 5201042924 Add support for setting GPT partition labels. The partitions to be
labeled are selected in the same way as with the remove command.
Update the manpage to have the selection options described for the
label command and referenced to it from the remove command.
The label can be specified on the command line with the -l option
or read from a file with the -f option. In both cases, the label
is assumed to be encoded in UTF-8.

PR: ia64/83124
MFC after: 1 week
2005-09-01 02:49:20 +00:00
..
adjkerntz
atacontrol Clarify how the 'channel' argument should look like and add an 2005-08-16 21:14:25 +00:00
atm Use the C99 syntax for designated initialisers. 2005-08-05 07:33:50 +00:00
badsect
bsdlabel Attempt to improve the logic for automatically sizing partitions 2005-08-14 22:46:50 +00:00
camcontrol Markup fixes. 2005-06-14 11:24:56 +00:00
ccdconfig Remove reference to raid(4), the RAIDframe manual page, which was 2005-08-20 09:10:31 +00:00
clri Give variable an initial value. Use errx() instead of fprintf(). 2005-05-29 16:07:10 +00:00
comcontrol
conscontrol
devd * Open permissions on /var/run/devd.pipe so that any user can read devd events 2005-07-13 17:28:11 +00:00
devfs Markup fixes. 2005-06-14 11:24:56 +00:00
dhclient Introduce a new helper function check_search() derived for res_hnok to 2005-08-30 18:20:46 +00:00
dmesg
dump Correct the description of the TAPE environment variable. 2005-07-31 13:56:19 +00:00
dumpfs
dumpon
fdisk Attempt gctl verb "write MBR" when updating. 2005-07-15 08:02:51 +00:00
fdisk_pc98 Merged from src/sbin/fdisk. 2005-07-15 15:31:19 +00:00
ffsinfo
fsck
fsck_ffs
fsck_msdosfs
fsdb The libedit update made a const cast necessary. 2005-08-07 20:53:33 +00:00
fsirand
gbde
geom As with NO_CRYPT, don't try to compile geli(8) when NO_OPENSSL is defined 2005-08-27 20:51:12 +00:00
ggate Update manual page after ggate rewrite. 2005-07-29 11:22:13 +00:00
gpt Add support for setting GPT partition labels. The partitions to be 2005-09-01 02:49:20 +00:00
growfs
gvinum
idmapd
ifconfig Document two missed if_bridge commands 'addr' and 'static'. 2005-08-14 03:28:08 +00:00
init
ip6fw
ipf Fix the contents of the underneath .depend files and "make checkdpadd". 2005-05-17 14:29:06 +00:00
ipfw * Add dynamic sysctl for net.inet6.ip6.fw. 2005-08-13 11:02:34 +00:00
kldconfig
kldload Make it clear that the .ko extention of a module to be loaded 2005-08-27 22:25:51 +00:00
kldstat Synchronize program's usage() with manpage's SYNOPSIS. 2005-05-21 07:08:32 +00:00
kldunload
ldconfig
mca
md5
mdconfig When using files as backing stores for devices, and the user has requested the 2005-08-30 16:45:32 +00:00
mdmfs
mknod
mksnap_ffs
mount Remove Xref to mount_hpfs(8), it's not hooked up to the build. 2005-06-16 21:35:33 +00:00
mount_autofs
mount_cd9660 Use MOPT_END in favor of MOPT_NULL, which better describes the purporse 2005-06-10 09:51:43 +00:00
mount_ext2fs Garbage collect useless variables. 2005-08-05 07:39:39 +00:00
mount_hpfs Use MOPT_END in favor of MOPT_NULL, which better describes the purporse 2005-06-10 09:51:43 +00:00
mount_msdosfs Use MOPT_END in favor of MOPT_NULL, which better describes the purporse 2005-06-10 09:51:43 +00:00
mount_nfs Use MOPT_END in favor of MOPT_NULL, which better describes the purporse 2005-06-10 09:51:43 +00:00
mount_nfs4 Use MOPT_END in favor of MOPT_NULL, which better describes the purporse 2005-06-10 09:51:43 +00:00
mount_ntfs Use MOPT_END in favor of MOPT_NULL, which better describes the purporse 2005-06-10 09:51:43 +00:00
mount_nullfs Use MOPT_END in favor of MOPT_NULL, which better describes the purporse 2005-06-10 09:51:43 +00:00
mount_reiserfs Tidy up the markup. 2005-06-24 10:57:53 +00:00
mount_std Use MOPT_END in favor of MOPT_NULL, which better describes the purporse 2005-06-10 09:51:43 +00:00
mount_udf Use MOPT_END in favor of MOPT_NULL, which better describes the purporse 2005-06-10 09:51:43 +00:00
mount_ufs Use MOPT_END in favor of MOPT_NULL, which better describes the purporse 2005-06-10 09:51:43 +00:00
mount_umapfs Use MOPT_END in favor of MOPT_NULL, which better describes the purporse 2005-06-10 09:51:43 +00:00
mount_unionfs Use MOPT_END in favor of MOPT_NULL, which better describes the purporse 2005-06-10 09:51:43 +00:00
natd WARNS=6 and gcc4 cleanup: 2005-05-02 10:13:38 +00:00
newfs Don't treat failure to find the operator GID as a fatal error; this 2005-08-14 17:07:04 +00:00
newfs_msdos
nfsiod
nos-tun
pfctl Adapt Makefiles for pfctl(8) and authpf(8) to 3.7 sources. 2005-05-03 16:57:38 +00:00
pflogd
ping Implement a new feature for ping(8) - sweeping pings. In a sweeping 2005-08-15 14:15:37 +00:00
ping6
quotacheck
rcorder
reboot Add the ability to specify the boot2 serial console speed in 2005-08-18 00:42:45 +00:00
recoverdisk Extend utility to allow recovering single file from the deffective 2005-08-29 23:08:01 +00:00
restore Interpret correctly the glob(3) return value. 2005-07-21 16:12:35 +00:00
route - do DNS lookup for symbolic names specified for a destination 2005-05-23 14:12:32 +00:00
routed Use socklen_t where appropriate. 2005-08-05 09:58:49 +00:00
rtsol
savecore Don't bump bounds every time savecore(8) is run. 2005-06-20 20:01:29 +00:00
sconfig
setkey
shutdown
slattach
spppcontrol
startslip - Remove MLINKS to nonexistant manpages 2005-07-14 20:29:08 +00:00
sunlabel
swapon
sysctl - Remove MLINKS to nonexistant manpages 2005-07-14 20:29:08 +00:00
tunefs
umount
Makefile Build mount_reiserfs on every platforms, not only i386 and pc98. 2005-06-21 13:02:45 +00:00
Makefile.inc