Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-16 | fdisk: remove common.h | Karel Zak | 6 | -9/+5 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | libfdisk: add bsd driver | Karel Zak | 5 | -1034/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) final code clean up | Karel Zak | 1 | -6/+5 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) remove xbsd_ prefix | Karel Zak | 1 | -37/+37 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) minor code clean up | Karel Zak | 2 | -38/+14 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) rewrite list disklabel function | Karel Zak | 4 | -105/+147 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) coding style, remove unnecessary #ifdef | Karel Zak | 1 | -18/+14 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) fix add/link partition | Karel Zak | 1 | -64/+22 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) remove dead code | Karel Zak | 1 | -19/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) *OSF --> *BSD | Karel Zak | 3 | -14/+14 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) implement regular bsd menu callback | Karel Zak | 4 | -71/+60 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) remove generic actions from bsd_command_prompt() | Karel Zak | 2 | -31/+3 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: allow to exchange context pointer in menu callbacks | Karel Zak | 3 | -20/+47 | |
... to make it possible to switch to nested contexts (nested partition tables). Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) remove printf() from the driver code | Karel Zak | 1 | -14/+15 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) move bsdbuffer to fdisk_bsd_label struct | Karel Zak | 1 | -19/+16 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) move global label variables to fdisk_bsd_label struct | Karel Zak | 1 | -173/+143 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) write/read PT code cleanup | Karel Zak | 1 | -79/+72 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) add bsd_get_partition_status() | Karel Zak | 1 | -16/+40 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: ask for partition in chars | Karel Zak | 1 | -13/+38 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: improve menus to make it more usable for BSD label | Karel Zak | 1 | -15/+21 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) cleanup driver initialization | Karel Zak | 2 | -87/+93 | |
- assume DOS partition only for nested BSD (cxt->parent is set) - don't create BSD label in label probe function, require fdisk_create_disklabel() call Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) clean up header file | Karel Zak | 2 | -49/+42 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) use macros from pt-mbr.h | Karel Zak | 1 | -17/+14 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) use pt-bsd.h | Karel Zak | 2 | -175/+25 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) clean up BSD_LABEL* macros | Karel Zak | 1 | -15/+10 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | libfdisk: move mbr code to the library | Karel Zak | 9 | -2047/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (dos) use libfdisk to ask for partition type | Karel Zak | 1 | -3/+6 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: cleanup warning messages | Karel Zak | 2 | -31/+21 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: remove nowarn global variable | Karel Zak | 3 | -14/+10 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (dos) cleanup public function names | Karel Zak | 3 | -17/+22 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (dos) remove unnecessary header file stuff | Karel Zak | 4 | -37/+29 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: cleanup header file | Karel Zak | 2 | -27/+18 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (dos) add dos menu callback | Karel Zak | 3 | -37/+71 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | libfdisk: add generic function to set disklabel ID | Karel Zak | 4 | -8/+15 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | libfdisk: add generic function to get disklabel ID | Karel Zak | 2 | -7/+20 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (dos) remove remaining printf() usage | Karel Zak | 1 | -3/+3 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (dos) clean up list PT functions | Karel Zak | 3 | -78/+177 | |
- use tt.c to list partitions - list extended partitions in expert mode Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (dos) fix possible mem-leaks | Karel Zak | 2 | -7/+35 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (dos) move macro is_dos_compatible() | Karel Zak | 2 | -4/+3 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (dos) remove remaining global variables | Karel Zak | 1 | -8/+12 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (dos) remove global variables for extended partitions | Karel Zak | 2 | -150/+180 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (dos) don't check for CHS in move-begin command | Karel Zak | 2 | -3/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (dos) remove global ptes[] | Karel Zak | 4 | -145/+219 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: add mbr_get_partition() | Karel Zak | 2 | -8/+5 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (dos) remove inline function from header file | Karel Zak | 2 | -7/+7 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (dos) remove unnecessary function | Karel Zak | 2 | -8/+4 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (dos) move pte specific function to dos.c | Karel Zak | 2 | -17/+17 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: use functions from pt-mbr.h | Karel Zak | 3 | -110/+50 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (dos) use pt-mbr.h | Karel Zak | 1 | -13/+5 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: rename CHS dos_partition struct members | Karel Zak | 2 | -30/+26 | |
... to make the code more compatible with include/pt-mbr.h Signed-off-by: Karel Zak <kzak@redhat.com> |