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
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