summaryrefslogtreecommitdiff
path: root/sbin/disklabel/interact.c
AgeCommit message (Expand)Author
2016-01-31PR/50729: Izumi Tsutsui: Add "SMALLPROG"-like options to disklabel(8)christos
2013-05-03Make disklabel a MI tool. It will use MACHINE/MACHINE_ARCH to determinematt
2013-01-17move dk_ioctl to a header file for the benefit of x-building.christos
2013-01-15- simplify getinput.christos
2011-01-06Change printf formats to match the data type of the values beingapb
2010-05-28Change getnum() to use intmax_t instead of int, so it doesn't overflowdholland
2009-11-28- Display "Enter '?' for help" when starting interactive modeabs
2009-10-21Remove 3rd and 4th clauses in christos' license. OK christos.snj
2009-03-16fix sign-compare issueslukem
2006-11-26Add a '-l' flag and a 'L' command to interactive mode to list all knownjmmv
2006-03-18Avoid indexing beyond the end of a malloced array.dsl
2006-03-17Gracefully handle out of memory condition.rumble
2005-10-19Rototil the way disklabel -r reads and writes labels.dsl
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-06-12Make disklabel(8) into a host-tool, "nbdisklabel." Move disklabel.cdyoung
2005-04-07Recognize more units and be more helpful when we enter bad units.christos
2003-12-29Add missing ' in prompt text.jdc
2003-12-29Add the ability to define a partition as starting after another partition.jdc
2003-10-20Handle partition offset and size as unsigned entities.pooka
2002-06-29disallow creation of partitions which start beyond (or extend beyond)grant
2001-10-19minor WARNS=2 stufflukem
2001-05-26- KNF printlabel.cchristos
2000-12-24move showinfo() and showpartition() into separate file, for use bylukem
2000-12-24- convert to KNF ANSI style guidelukem
2000-09-04in cmd_name(), put the default prompt into a temporary buffer ratherlukem
2000-08-14* use strcasecmp() instead of strcmp() so that filesystem type and disk typelukem
1999-12-17Use '$' instead of '-' to select remainder of disk interactivelyabs
1999-12-17When setting size of partitions interactively allow '-' for remainder of diskabs
1999-11-26allow changing partition info from inside the interactive handler.mrg
1999-09-05Accept 'Y' for label disk as well as 'y'abs
1999-05-03Add a 'chain' command in interactive mode that allows you to vary thechristos
1998-11-12Adjust for DKTYPENAME changes.christos
1997-10-13The number of fs types is FSMAXTYPES not DKMAXTYPES.bouyer
1997-09-18Don't pass return value of writelabel() to strerror(), sinceenami
1997-06-30Fix warnings.christos
1997-03-18Off by one.christos
1997-03-09fix reversed test for maxpartitions.christos
1997-03-09Jason says: Use getmaxpartitions(3) to determine the number of partitionschristos
1997-03-08Add -i (interactive mode to create/edit labels) inspired by the SunOS/Solarischristos