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
/
disk.c
Age
Commit message (
Expand
)
Author
2004-08-03
spacing
Theo de Raadt
2004-07-11
Just use err(1, NULL) following malloc() failures, per err(3).
Tom Cosgrove
2003-07-29
spaces
Theo de Raadt
2003-07-02
missing protos
Theo de Raadt
2003-06-11
ansification
Theo de Raadt
2003-06-03
Nuke terms 3 & 4.
Tobias Weingartner
2002-07-11
malloc() failure tests; rimshot@pandora.be
Theo de Raadt
2002-04-25
sysctl wants size_t.
Marc Espie
2002-01-18
Allow size values to be displayed in the user's choice of units.
Kjell Wooding
2001-06-23
Changes from Toby. Make error tests explicit (against -1), remove one big
Kjell Wooding
2001-05-21
More verbose error message (what's the actual sysctl that failed)
Angelos D. Keromytis
2000-04-18
Favor BIOS geometry over physical. This should fix MANY problems with
Kjell Wooding
2000-01-08
support LBA-mapped extended partitions too; sigh@kuzirabekon.econ.nagasaki-u....
Theo de Raadt
1997-10-28
use RAW_PART, not 0
Theo de Raadt
1997-10-26
do device sysctl operations like installboot does; I hope this is right
Theo de Raadt
1997-10-22
newer bios stuff; needs work
Michael Shalayeff
1997-10-19
indent
Theo de Raadt
1997-10-19
indent
Theo de Raadt
1997-10-16
a bunch of improvements by weingart & I
Theo de Raadt
1997-10-04
support CPU_BIOSDEV on i386
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