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