summaryrefslogtreecommitdiff
path: root/usr/src/cmd/format/checkdev.c
AgeCommit message (Collapse)AuthorFilesLines
2019-07-1111338 format: NULL pointer errorsToomas Soome1-8/+8
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@joyent.com>
2009-06-246776708 Unable to write EFI label with mounted partitionsSharath M Srinivasan1-52/+83
2008-06-036632563 format reports error with device in use checking, when writing a labelny1557461-4/+10
2006-05-305038343 mtio.h MTMINOR macro has chancy implementationzl1490531-4/+42
6363316 format oddities and core dump when using zvol 6410488 "Error occurred with device in use checking: No such device" when "format /dev/rdsk/cxtyd0s2"
2005-12-136349487 libdiskmgt should bypass all calls in dm_inuse when NOINUSE_CHECK is setsjelinek1-0/+10
6359855 gcc still doesn't like cmd/fs.d/switchout.c 6354408 libdiskmgt needs to handle sysevent failures in miniroot or failsafe environments better 4896568 *mount* message for remounting read-only is bogus Contributed by Shawn Walker. 4995011 mountfs error timeout is 60ms instead of 60s Contributed by Jeremy Teo.
2005-10-27PSARC 2004/776 device checking for fs utilitiessjelinek1-0/+759
PSARC 2005/461 Device in use checking environment variables 5084421 libdiskmgt needs to detect in use ZFS data 5085739 remove workaround for bug 4725434 6194015 Device in use checking for Solaris utilities-PSARC/2004/776 6261853 libdiskmgt does not work correctly in all cases on amd64 6268374 libdiskmgt allocates incorrect size for readdir_r() dirent argument 6291309 PSARC/2005/461 - libdiskmgt should enable bypassing of inuse checking 6301815 PSARC/2005/461-Need Sun private libdiskmgt flag for use during install to disable sysevent starting --HG-- rename : usr/src/cmd/format/checkmount.c => usr/src/cmd/format/checkdev.c rename : usr/src/cmd/format/checkmount.h => usr/src/cmd/format/checkdev.h