index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
disklabel
Age
Commit message (
Expand
)
Author
1997-11-25
Add -t flag to output in disktab format. From Christos Zoulas
Todd C. Miller
1997-11-05
Document ^D to get out of overlap prompt and remove duplicate exit condition
Todd C. Miller
1997-11-04
Deal correctly with partitions that have multiple overlaps.
Todd C. Miller
1997-10-28
Replace a set of "'s with `` '' so that manual.c will build.
Todd C. Miller
1997-10-28
Document -E bugs
Todd C. Miller
1997-10-28
Fix a few typos.
Todd C. Miller
1997-10-28
First cut at -E docs. Perhaps this should go at the end?
Todd C. Miller
1997-10-24
Typo
Todd C. Miller
1997-10-24
Warn that geom may be wrong for ports with old scsi.
Todd C. Miller
1997-10-24
%f not %lf [%f is already a double]
Todd C. Miller
1997-10-24
Make and use _PATH_LESS.
Todd C. Miller
1997-10-20
format the "print" units better, in all cases
Theo de Raadt
1997-10-20
Suport the idea of an OpenBSD portion of the disk.
Todd C. Miller
1997-10-18
do not allow add of existing partition
Theo de Raadt
1997-10-17
Allow user to adjust sec/cyl instead of hard coding to sec/track * tracks/cyl.
Todd C. Miller
1997-10-17
Fix pasto.
Todd C. Miller
1997-10-17
oops; spotted by millert
Theo de Raadt
1997-10-17
remove some blank lines
Theo de Raadt
1997-10-17
shrink an output line
Theo de Raadt
1997-10-16
ensure man pages exist first
Theo de Raadt
1997-10-16
CLEANFILES+=manual.c
Theo de Raadt
1997-10-16
make M more visible
Theo de Raadt
1997-10-16
new command: M (shows linked-in manpage)
Theo de Raadt
1997-10-16
p takes a suffix, not a unit
Theo de Raadt
1997-10-15
Require a disk type other than "unknon", print disk type when displaying
Todd C. Miller
1997-10-15
Move sorting stuff into new function: sort_partitions()
Todd C. Miller
1997-10-15
provide a few hints to indicate that -r is evil
Theo de Raadt
1997-10-13
Well, ppc has to work....
Per Fogelstrom
1997-10-07
Support 'g' (gigabyte) suffix. Requested by todd@
Todd C. Miller
1997-10-06
Ignore 'c' when computing overlap; some ports use "unknown" instead of
Todd C. Miller
1997-10-03
Update the "real" copy of the label when you do a "write". Noted by Theo.
Todd C. Miller
1997-10-02
Treat FS_BOOT similar to FS_UNUSED.
Todd C. Miller
1997-10-02
o When adding 'b' make default fstype be swap.
Todd C. Miller
1997-10-02
Fix a typo and treat newlines as whitespace (so args work correctly).
Todd C. Miller
1997-10-02
Deal with ^D sanely and kill unused get_yn().
Todd C. Miller
1997-10-02
Add 'w' (write label) command.
Todd C. Miller
1997-10-02
Kill newlabel() stuff. The kernel should never fail to write a
Todd C. Miller
1997-10-02
document disklabel -n
Todd C. Miller
1997-10-02
respect -n
Todd C. Miller
1997-09-30
Implement "disklabel -E" -- a simple interactive label editor for
Todd C. Miller
1997-09-26
10 X's
Todd C. Miller
1997-09-26
Some -Wall. Add display_partition() for use with upcoming editor mode.
Todd C. Miller
1997-09-21
$OpenBSD$
Theo de Raadt
1997-09-14
some -Wall
Theo de Raadt
1997-09-03
add xr installboot for i386
Michael Shalayeff
1997-08-29
move _PATH_BOOTDIR w/ trailing slash into paths.h for other progs...
Michael Shalayeff
1997-07-28
boot1[] only needed if NUMBOOT > 1; frueauf@ira.uka.de
Theo de Raadt
1997-07-19
some KNF I had lying around
Niklas Hallqvist
1997-06-25
(foo *)0 -> NULL
kstailey
1997-05-30
for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \
Theo de Raadt
[next]