summaryrefslogtreecommitdiffstats
path: root/sbin/fdisk/user.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add '-v' flag that forces the display of both GPT's and the MBR.krw2015-12-111-2/+2
* Stop passing around little used 'struct mbr tt' parameter. Justkrw2015-03-181-2/+2
* Stop passing around a pointer to the stack variable 'disk' in main().krw2015-03-161-3/+3
* Document that -i/-u are mutually exclusive and clean up the relatedkrw2015-03-161-2/+1
* Whitespace & KNF tweaks. Change functions whose return values arekrw2015-03-141-4/+4
* Switch all the license blocks to the standard OpenBSD/ISC license.krw2015-03-141-20/+11
* Rename 'm_flag' to 'e_flag' since it's '-e' that sets it. Renamekrw2015-02-091-2/+2
* Whitespace rectification.krw2014-03-311-2/+1
* Nuke pointless blank lines, defines, comments and casts. Eliminatekrw2014-03-171-4/+1
* Relieve the code of an overburden of unnecessary typedefkrw2014-03-071-4/+4
* Nuke terms 3 & 4.weingart2003-06-031-6/+1
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* Get this damn diff out of my tree. ok from weingart@, deraadt@ and others.kjell2001-12-151-2/+2
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-121-2/+2
* make fdisk grok extended partitions again. we have to keep track of theprovos1997-10-211-2/+2
* ID in the first line w/ tabsmickey1997-09-291-2/+1
* New fdisk code with interactive (command line type)weingart1997-09-291-0/+46