summaryrefslogtreecommitdiff
path: root/distrib/utils/sysinst/label.c
AgeCommit message (Expand)Author
2012-06-30Use 32KB/4KB for default block/fragment size on >= 128 GB partitionstsutsui
2012-01-05we want the label name not the fstype name.christos
2012-01-05kill unused variablechristos
2012-01-05use getfstypename from libutil.christos
2012-01-05- avoid dereferencing junk if fstype is out of bounds.christos
2011-07-06avoid a "multi-level non-const cast" warning from GCC 4.5.mrg
2011-05-30Use proper format strings.joerg
2010-05-03Prevent a -ve int -> uint32 underflow, noticed by joerg.martin
2010-01-02Change most of the variables that hold disk sector number to be (at least)dsl
2009-02-22Remove softdep menu item.ad
2008-08-08Allow the "log" option to be chosen for filesystems. Move "log"simonb
2006-10-23Correctly order "static" relative to "const" and "volatile", i.e.he
2006-10-05We now need <sys/param.h> to bring roundup() into scope.he
2006-06-10When we read 'last mounted' from an FFSv2 superblock set the flag todsl
2006-05-16pointer signedness comparison fixesdogcow
2005-03-14Allow the user to change the partition type from FFSv1 to FFSv2dsl
2005-01-20Default to using 2k fragments (16k blocks) on filesystems that are >1GB.dsl
2004-10-16Make compile with WARNS=3dsl
2004-08-14Default to input in MB for all architectures (MB are cylinder aligned).dsl
2004-03-26Kill emptylabel() is doesn't DTRT since it doesn't know the size of the array.dsl
2003-11-30- Change enum for partition numbers from [A..Z] to PART_[A..P] (16 is enough)dsl
2003-10-19Checkpoint a load of changes - seems to work ok still.dsl
2003-08-10Let noexec, nodev and nosuid be written to /ets fstab entriesdsl
2003-08-09Allow user to shoot themselves in the foot by specifing a non-standarddsl
2003-08-05When writing /etc/fstab:dsl
2003-07-27Remove 'menu_ent' parameter from action routines.dsl
2003-07-25Sprinkle a load of consts, and change a few variable names.dsl
2003-07-08Sort out (and remember) the disk partition we will install into.dsl
2003-07-07Another pass of the rototiller. Mainly:dsl
2003-06-27Pull texts from MI menus into language dependant text files.dsl
2003-06-16Fix some typosdsl
2003-06-16A load of KNF changes, plus a couple of strnxxx => strlxxx my fingers diddsl
2003-06-11rototil of the set selection menudsl
2003-06-10Use dynamic menu for final editing of partition stabledsl
2003-06-09Use dynamic menu to select partition to editdsl
2003-06-03Add NULL to all process_menu() calls - value is passed through to thedsl
2003-05-21Reduce the number of global variables slightly, use the ones that aredsl
2003-01-11Make everything compile again. All platforms compile on i386 now.christos
2003-01-10pass lint[pass1]christos
2002-12-23make the description text for special label offset a bit more explicitjdolecek
2002-12-05FILE *log -> FILE *logfp, to avoid warnings about gcc-current'sfvdl
2002-07-29whitespace and comment cleanup.grant
2002-07-26enouth -> enough.wiz
2001-01-14extend sysinst disk handling, some general clean ups, better /etc supportmrg
2000-12-22de-__P()-ifymrg
2000-10-17Improve labelling a bit, by allowing some shortcuts to start partitionsfvdl
2000-10-11* Change the interface of run_prog: use a flags argument instead offvdl
2000-10-11Create the disktab file directly, no need to waste precious inodes/spacefvdl
1999-08-21Support ports which don't have 8 partitions/disk.jdc
1999-07-04message const poisoning, and conversion from integers to an opaquecgd