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
/
fdisk.c
Age
Commit message (
Expand
)
Author
2013-03-21
more substantial include cleanup
Theo de Raadt
2011-12-25
printf("msg")/return 1 -> err(1, "msg"), which will also show relevant
Kenneth R Westerback
2011-02-21
Honour MBR_read() results and don't pretend we can parse blocks we
Kenneth R Westerback
2010-05-25
match usage to the manual page, and borrow the description of 'disk'
Theo de Raadt
2010-03-22
introduce HAS_MBR and let make define it for the right machines;
Otto Moerbeek
2010-02-17
loongson has mbr as well; ok miod@ (but he made me promise to make
Otto Moerbeek
2007-12-30
sort flags in both synopsis and usage
Igor Sobrado
2007-04-26
lint says: fdisk.c:160: warning: operator '==' found where '=' was expected
Theo de Raadt
2006-11-09
oops
Theo de Raadt
2006-11-08
sh machines also have a /usr/mdec/mbr
Theo de Raadt
2006-11-08
add a -y flag, for non-interactive use
Theo de Raadt
2006-07-27
Change some obvious atoi() to strtonum().
Ray Lai
2006-07-27
Add checks to each write(2) attempt and try to keep fdisk in a
Ray Lai
2006-07-09
Do not try and read /usr/mdec/mbr in ``fdisk -e'' unless the architecture
Miod Vallat
2005-05-01
- better synopsis
Jason McIntyre
2004-08-03
Handle geometry parameters as unsigned quantities, getting rid of negative
Otto Moerbeek
2004-01-07
Better diagnostic message if we can't open the external MBR file
Tom Cosgrove
2003-07-02
missing protos
Theo de Raadt
2003-06-11
ansification
Theo de Raadt
2003-06-03
Nuke terms 3 & 4.
Tobias Weingartner
2001-12-15
Get this damn diff out of my tree. ok from weingart@, deraadt@ and others.
Kjell Wooding
2001-07-02
#include <string.h> to get mem* prototypes.
Todd C. Miller
2001-06-23
Changes from Toby. Make error tests explicit (against -1), remove one big
Kjell Wooding
2000-01-08
support LBA-mapped extended partitions too; sigh@kuzirabekon.econ.nagasaki-u....
Theo de Raadt
1998-09-14
Since on the powerpc, the system does not supply the user with
Dale S. Rahn
1997-10-28
if printing, we do not need to read the mbr first
Theo de Raadt
1997-10-21
make fdisk grok extended partitions again. we have to keep track of the
Niels Provos
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-14
Be a little more informative.
Per Fogelstrom
1997-09-29
ID in the first line w/ tabs
Michael Shalayeff
1997-09-29
better usage()
Michael Shalayeff
1997-09-29
New fdisk code with interactive (command line type)
Tobias Weingartner
1997-09-29
Clean up junk before commit of new fdisk
Tobias Weingartner
1997-07-06
Explicit typing
Niklas Hallqvist
1997-04-17
fix start address for first extended filesystem
Niels Provos
1997-04-15
indent
Theo de Raadt
1997-04-14
works a bit better with extended partitions. hack.
Niels Provos
1997-04-11
add more partition types. add (non-functional) Extended partition support
Theo de Raadt
1997-04-06
Add partition type 0x12.
Jason Downs
1997-04-02
fix bios geometry calculation
Michael Shalayeff
1997-01-31
avoid some division by zero in hackish ways
Theo de Raadt
1997-01-27
Support fdisk on bigendian systems. Does the necessary byte swabbing to
Dale S. Rahn
1997-01-10
one-line fix so fdisk knows that partitions marked 0x0B are Win95/FAT32
jkatz
1996-09-30
signature is 16 bits
Theo de Raadt
1996-09-27
even better
Theo de Raadt
1996-09-27
installing people do not have man pages; better usage
Theo de Raadt
1996-09-27
make -m also act like -i/-u
Theo de Raadt
1996-09-27
nicer errors
Theo de Raadt
[next]