summaryrefslogtreecommitdiff
path: root/fdisks/fdisk-menu.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-23fdisk: (gpt) add A,B,R,S expert commands to modify attributesKarel Zak1-1/+22
2013-10-23fdisk: fix printf stuffKarel Zak1-2/+2
2013-10-23fdisk: add 'M' to access GPT nested protective/hybrid MBRKarel Zak1-17/+71
2013-10-15fdisk: fix printf stuffKarel Zak1-2/+2
2013-10-08textual: use consistent wording and punctuation in fdisk stuffBenno Schulenberg1-3/+3
2013-10-08textual: change spelling of "disk label" to the more abundant "disklabel"Benno Schulenberg1-3/+3
2013-09-17fdisk: fix 'r' in BSD menuKarel Zak1-5/+3
2013-09-17fdisk: remove unnecessary testKarel Zak1-25/+0
2013-09-16fdisk: remove unused code, coding style changesKarel Zak1-1/+1
2013-09-16fdisk: rewrite dump first sector add dump disklabel commandKarel Zak1-2/+6
2013-09-16fdisk: add -L to colorize outputKarel Zak1-2/+4
2013-09-16libfdisk: move sync() and reread PT code from fdisk to libfdiskKarel Zak1-4/+6
2013-09-16fdisk: cleanup write table codeKarel Zak1-3/+9
2013-09-16fdisk: move remaining actions to menu callbacksKarel Zak1-20/+75
2013-09-16fdisk: move expect actions to menu callbackKarel Zak1-1/+41
2013-09-16libfdisk: cleanup SGI functions namesKarel Zak1-2/+2
2013-09-16fdisk: cleanup sgi menu callbackswqKarel Zak1-1/+53
2013-09-16fdisk: move "create label" actions to menu callbackKarel Zak1-1/+31
2013-09-16libfdisk: add bsd driverKarel Zak1-2/+0
2013-09-16fdisk: (bsd) rewrite list disklabel functionKarel Zak1-2/+6
2013-09-16fdisk: (bsd) *OSF --> *BSDKarel Zak1-9/+9
2013-09-16fdisk: (bsd) implement regular bsd menu callbackKarel Zak1-3/+36
2013-09-16fdisk: allow to exchange context pointer in menu callbacksKarel Zak1-17/+36
2013-09-16fdisk: improve menus to make it more usable for BSD labelKarel Zak1-15/+21
2013-09-16fdisk: (bsd) cleanup driver initializationKarel Zak1-3/+7
2013-09-16libfdisk: move mbr code to the libraryKarel Zak1-1/+0
2013-09-16fdisk: (dos) cleanup public function namesKarel Zak1-2/+2
2013-09-16fdisk: (dos) add dos menu callbackKarel Zak1-1/+66
2013-09-16libfdisk: add generic function to set disklabel IDKarel Zak1-1/+6
2013-09-16fdisk: move sun commands to sun menu callbackKarel Zak1-1/+54
2013-09-16fdisk: add functions to geometry menuKarel Zak1-4/+39
2013-09-16fdisk: move geometry commands to separate menuKarel Zak1-9/+19
2013-09-16libfdisk: support GPT partition name (label) changeKarel Zak1-2/+1
2013-09-16libfdisk: add FDISK_DEBUG_FRONTENDKarel Zak1-7/+7
2013-09-16fdisk: add GPT specific callback to menuKarel Zak1-1/+38
2013-09-16fdisk: use new menu infrastructure to verify keysKarel Zak1-1/+52
2013-09-16fdisk: use new menusKarel Zak1-3/+3
2013-09-16fdisk: add bsd, dos and sgi menusKarel Zak1-6/+56
2013-09-16fdisk: detect menu entries collisions in debug modeKarel Zak1-0/+50
2013-09-16fdisk: add sun menuKarel Zak1-2/+23
2013-09-16fdisk: add new stuff to display menusKarel Zak1-0/+206