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-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
1997-05-21
better disklabel -e messaging
Theo de Raadt
1997-04-20
sparc/sun3 labels want cyl-alignment; grr
Theo de Raadt
1997-04-10
Error if bsize < fsize. Problem noted by Dieter Dworkin Muller
Todd C. Miller
1997-02-17
Trivial change. Restored from backup
imp
1997-02-16
when spawning editor child, use signal() instead of sigprocmask(SIG_BLOCK...
Theo de Raadt
1997-02-11
document that -B may blow away important bits (on i386 it blows away MBR)
Theo de Raadt
1996-12-13
If max number of partitions in the label is < highest partition defined,
Todd C. Miller
1996-12-07
correct a sigsegv during parsing of garbled input; netbsd pr#2659, dgilbert@j...
Theo de Raadt
1996-11-12
Match fs type case-insensetively.
Jason Downs
1996-10-04
-n fix, one more DOSPTYP_OPENBSD change
Theo de Raadt
1996-10-01
Make it compilable even if NUMBOOT=1 (vax). -moj
Mats O Jansson
1996-09-30
# using message; more donothing stuff
Theo de Raadt
1996-09-24
use DOSPTYP_386BSD only if no DOSPTYP_OPENBSD part on disk
Theo de Raadt
1996-09-24
flags: add -n: do nothing, -v: verbose; delete -d flag. on DOSLABEL systems,
Theo de Raadt
1996-09-22
warnx does not take a \\n
Theo de Raadt
1996-09-21
When reading label -r first try the correct label location.
Per Fogelstrom
1996-09-20
arc, not pica
Theo de Raadt
1996-09-16
_PATH_TMP -> _PATH_TMPFILE
Todd C. Miller
1996-08-10
avoid division by zero (avoid printing the incalculateable); netbsd pr#2683; ...
Theo de Raadt
1996-06-25
mkstemp & fdopen; fix FILE * leak
Theo de Raadt
1996-06-23
update rcsid
Theo de Raadt
1996-06-19
pstat == stat
Theo de Raadt
1996-06-19
do not use system() to start $EDITOR, but fake system() ourselves
Theo de Raadt
1996-06-17
opendev.h -> util.h
Jason Downs
1996-06-17
Switch over to generic opendev(3).
Jason Downs
1996-06-12
kill RAWPARTITION, use RAW_PART
Jason Downs
1996-06-08
missing brace
dm
1996-06-06
system() $EDITOR safely
Theo de Raadt
[next]