index
:
util-linux
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fdisks
/
fdisk-menu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-23
fdisk: (gpt) add A,B,R,S expert commands to modify attributes
Karel Zak
1
-1
/
+22
2013-10-23
fdisk: fix printf stuff
Karel Zak
1
-2
/
+2
2013-10-23
fdisk: add 'M' to access GPT nested protective/hybrid MBR
Karel Zak
1
-17
/
+71
2013-10-15
fdisk: fix printf stuff
Karel Zak
1
-2
/
+2
2013-10-08
textual: use consistent wording and punctuation in fdisk stuff
Benno Schulenberg
1
-3
/
+3
2013-10-08
textual: change spelling of "disk label" to the more abundant "disklabel"
Benno Schulenberg
1
-3
/
+3
2013-09-17
fdisk: fix 'r' in BSD menu
Karel Zak
1
-5
/
+3
2013-09-17
fdisk: remove unnecessary test
Karel Zak
1
-25
/
+0
2013-09-16
fdisk: remove unused code, coding style changes
Karel Zak
1
-1
/
+1
2013-09-16
fdisk: rewrite dump first sector add dump disklabel command
Karel Zak
1
-2
/
+6
2013-09-16
fdisk: add -L to colorize output
Karel Zak
1
-2
/
+4
2013-09-16
libfdisk: move sync() and reread PT code from fdisk to libfdisk
Karel Zak
1
-4
/
+6
2013-09-16
fdisk: cleanup write table code
Karel Zak
1
-3
/
+9
2013-09-16
fdisk: move remaining actions to menu callbacks
Karel Zak
1
-20
/
+75
2013-09-16
fdisk: move expect actions to menu callback
Karel Zak
1
-1
/
+41
2013-09-16
libfdisk: cleanup SGI functions names
Karel Zak
1
-2
/
+2
2013-09-16
fdisk: cleanup sgi menu callbackswq
Karel Zak
1
-1
/
+53
2013-09-16
fdisk: move "create label" actions to menu callback
Karel Zak
1
-1
/
+31
2013-09-16
libfdisk: add bsd driver
Karel Zak
1
-2
/
+0
2013-09-16
fdisk: (bsd) rewrite list disklabel function
Karel Zak
1
-2
/
+6
2013-09-16
fdisk: (bsd) *OSF --> *BSD
Karel Zak
1
-9
/
+9
2013-09-16
fdisk: (bsd) implement regular bsd menu callback
Karel Zak
1
-3
/
+36
2013-09-16
fdisk: allow to exchange context pointer in menu callbacks
Karel Zak
1
-17
/
+36
2013-09-16
fdisk: improve menus to make it more usable for BSD label
Karel Zak
1
-15
/
+21
2013-09-16
fdisk: (bsd) cleanup driver initialization
Karel Zak
1
-3
/
+7
2013-09-16
libfdisk: move mbr code to the library
Karel Zak
1
-1
/
+0
2013-09-16
fdisk: (dos) cleanup public function names
Karel Zak
1
-2
/
+2
2013-09-16
fdisk: (dos) add dos menu callback
Karel Zak
1
-1
/
+66
2013-09-16
libfdisk: add generic function to set disklabel ID
Karel Zak
1
-1
/
+6
2013-09-16
fdisk: move sun commands to sun menu callback
Karel Zak
1
-1
/
+54
2013-09-16
fdisk: add functions to geometry menu
Karel Zak
1
-4
/
+39
2013-09-16
fdisk: move geometry commands to separate menu
Karel Zak
1
-9
/
+19
2013-09-16
libfdisk: support GPT partition name (label) change
Karel Zak
1
-2
/
+1
2013-09-16
libfdisk: add FDISK_DEBUG_FRONTEND
Karel Zak
1
-7
/
+7
2013-09-16
fdisk: add GPT specific callback to menu
Karel Zak
1
-1
/
+38
2013-09-16
fdisk: use new menu infrastructure to verify keys
Karel Zak
1
-1
/
+52
2013-09-16
fdisk: use new menus
Karel Zak
1
-3
/
+3
2013-09-16
fdisk: add bsd, dos and sgi menus
Karel Zak
1
-6
/
+56
2013-09-16
fdisk: detect menu entries collisions in debug mode
Karel Zak
1
-0
/
+50
2013-09-16
fdisk: add sun menu
Karel Zak
1
-2
/
+23
2013-09-16
fdisk: add new stuff to display menus
Karel Zak
1
-0
/
+206