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
/
fdisk
/
misc.c
Age
Commit message (
Expand
)
Author
2009-07-24
properly sanitize the default value in ask_num(...)
Alexander Hall
2009-04-07
Fix the default value to be between low/high range. Thanks for
Tobias Weingartner
2008-12-01
Back out previous; it broke specifying paritions sizes with decimals,
Ray Lai
2008-12-01
Check for invalid integers passed getuint(); instead of getuint()
Ray Lai
2006-11-08
add a -y flag, for non-interactive use
Theo de Raadt
2006-10-24
Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1].
Moritz Jodeit
2005-11-21
Replace default DEV_BSIZE sector conversion factor with disklabel's
Kenneth R Westerback
2004-09-18
some delinting; ok otto
Theo de Raadt
2003-07-29
spaces
Theo de Raadt
2003-06-11
ansification
Theo de Raadt
2003-06-03
Nuke terms 3 & 4.
Tobias Weingartner
2002-04-20
machine/limits.h is not userland. Use limits.h
Marc Espie
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-01-23
use sizeof instead of magic numbers
Michael Shalayeff
2002-01-18
Allow size values to be displayed in the user's choice of units.
Kjell Wooding
2002-01-18
Add disklabel-style editing for size/offset values in
Kjell Wooding
1997-10-19
indent
Theo de Raadt
1997-10-19
indent
Theo de Raadt
1997-10-16
only help if possible
Theo de Raadt
1997-10-16
a bunch of improvements by weingart & I
Theo de Raadt
1997-09-29
ID in the first line w/ tabs
Michael Shalayeff
1997-09-29
New fdisk code with interactive (command line type)
Tobias Weingartner