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