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
/
user.h
Age
Commit message (
Expand
)
Author
2015-12-11
Add '-v' flag that forces the display of both GPT's and the MBR.
Kenneth R Westerback
2015-03-18
Stop passing around little used 'struct mbr tt' parameter. Just
Kenneth R Westerback
2015-03-16
Stop passing around a pointer to the stack variable 'disk' in main().
Kenneth R Westerback
2015-03-16
Document that -i/-u are mutually exclusive and clean up the related
Kenneth R Westerback
2015-03-14
Whitespace & KNF tweaks. Change functions whose return values are
Kenneth R Westerback
2015-03-14
Switch all the license blocks to the standard OpenBSD/ISC license.
Kenneth R Westerback
2015-02-09
Rename 'm_flag' to 'e_flag' since it's '-e' that sets it. Rename
Kenneth R Westerback
2014-03-31
Whitespace rectification.
Kenneth R Westerback
2014-03-17
Nuke pointless blank lines, defines, comments and casts. Eliminate
Kenneth R Westerback
2014-03-07
Relieve the code of an overburden of unnecessary typedef
Kenneth R Westerback
2003-06-03
Nuke terms 3 & 4.
Tobias Weingartner
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-12-15
Get this damn diff out of my tree. ok from weingart@, deraadt@ and others.
Kjell Wooding
2001-08-12
#(endif|else) foo is incorrect, make it #endif /* foo */
Heikki Korpela
1997-10-21
make fdisk grok extended partitions again. we have to keep track of the
Niels Provos
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