summaryrefslogtreecommitdiff
path: root/usr/src/cmd/format/label.c
AgeCommit message (Collapse)AuthorFilesLines
2015-11-056301 format(1M) should be able to use device inquiry propertiesHans Rosenfeld1-57/+127
Reviewed by: Dan McDonald <danmcd@omniti.com>
2010-08-12PSARC 2010/299 GNU/Linux/BSD compatibility functionsRoger A. Faulkner1-9/+9
6960818 add get_nprocs(), getline(), strdupa(), strndup() to libc 6901783 strndup would be nice 6824404 libc should provide ffsl() & ffsll() 6793969 RFE: Add|stpcpy|to libc 6735446 Want a __progname symbol for BSD-style source compatibility 6421095 Solaris should provide strcasestr 6275498 Provide string compare functions wcscasecmp,wcsncasecmp in solaris like linux --HG-- rename : usr/src/lib/libc/port/gen/strcasecmp.c => usr/src/lib/libc/port/gen/ascii_strcasecmp.c rename : usr/src/lib/libc/port/gen/strncasecmp.c => usr/src/lib/libc/port/gen/ascii_strncasecmp.c rename : usr/src/lib/libc/sparc/gen/strcasecmp.s => usr/src/lib/libc/sparc/gen/ascii_strcasecmp.s rename : usr/src/lib/libc/sparcv9/gen/strcasecmp.s => usr/src/lib/libc/sparcv9/gen/ascii_strcasecmp.s
2009-06-17PSARC 2008/769 Multiple disk sector size support.yu, larry liu - Sun Microsystems - Beijing China1-14/+19
6710930 Solaris needs to support large sector size hard drive disk
2008-09-11PSARC/2008/336 Extended VTOCPrasad Singamsetty1-55/+61
6708609 Support booting on disks > 1TB (phase 1) 6672960 cmlb: default minor nodes for disks > 1TB is not EFI/GPT style 6727240 When a fat32 partition created in the part of the disk after 1TB, block I/O and umount fail
2008-05-08PSARC 2006/373 Dynamic Lun Expansionyl1940341-1/+2
6241086 Format should allow label adjustment when disk/lun size changes 6430818 Solaris needs mechanism of dynamically increasing lun size
2007-11-066607176 Format allows disk belonging to a ZFS pool to be resized and labeled.mishra1-0/+13
2007-09-18PSARC 2006/260 Solaris on Xenjohnlev1-49/+59
PSARC 2007/155 IPv4 Network Configuration Enhancements for Xen Guest Domains 6424124 panic in intr_thread->av_dispatch_autovect->atomic_add_ptr 6496858 mdb could use a memory-based IO backend 6515319 workaround for 6491065 needs to be removed from elfextract.c 6518807 snv_nightly: SUNWcakr pkgck error 6551858 PSARC 2006/260 Solaris on Xen 6584697 Can't boot Xen / Solaris dom0 if root is using ZFS 6593429 usr/src/cmd/devfsadm isn't linting properly 6600359 mdb_kvm_intrframe() is unused 6600750 can remove 'u' workaround from zlib 6601465 /dev/lofictl needs to accept kernel ioctl 6604043 Erronous ASSERT in sdev_vnops.c ASSERT(VTOSDEV(vp)->sdev_attrvp); --HG-- rename : usr/src/common/util/memset.h => deleted_files/usr/src/common/util/memset.h rename : usr/src/uts/common/krtld/mapfile => deleted_files/usr/src/uts/common/krtld/mapfile rename : usr/src/uts/i86pc/boot/boot_keyboard.h => deleted_files/usr/src/uts/i86pc/boot/boot_keyboard.h rename : usr/src/uts/intel/io/i8254.c => usr/src/uts/i86pc/io/microfind.c rename : usr/src/uts/i86pc/cpunex/Makefile => usr/src/uts/intel/cpunex/Makefile rename : usr/src/uts/i86pc/io/cpunex.c => usr/src/uts/intel/io/cpunex.c
2007-05-236466433 Default EFI slice table leaves one sector unused.yl1940341-3/+3
6474622 auto configure to a EFI labeled lun should generate a whole hog partition table 6537609 validate64 function reads past the end of efi->parts
2006-05-305038343 mtio.h MTMINOR macro has chancy implementationzl1490531-16/+22
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-096337932 format: Conversion of EFI to and from SMI vtoc needs a revisitgz1614901-1/+1
6337932 format: Conversion of EFI to and from SMI vtoc needs a revisit (fix lint)
2005-12-086337932 format: Conversion of EFI to and from SMI vtoc needs a revisitgz1614901-131/+25
2005-10-284855218 sparc: Need EFI label support on IDElclee1-0/+62
6275431 x86: Need EFI label support on IDE 6340778 cmlb: common disk label code 6326547 format: converting EFI to VTOC, fdisk info is taken from a random disk 6335611 format: Need to warn users that data will be lost when converting to and from EFI labels
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+1124