Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-12 | fdisk: improve MBR detection | Karel Zak | 1 | -0/+8 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-12 | fdisk: no more AIX "support" | Karel Zak | 5 | -150/+1 | |
The whole AIX support in fdisk has been limited to pretty poor AIX magic string detection and warning that the AIX is unsupported. It's too expensive to maintain such fdisk driver. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-12 | fdisk: use comma in the ask-partition-number dialog (again) | Karel Zak | 1 | -2/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (bsd) support non-nested version too | Karel Zak | 2 | -19/+6 | |
note that btrydev() should be unnecessary, regular list_table() should be enough for all types. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: remove comma from ask number dialog | Karel Zak | 1 | -2/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: use fdisk_ask_partnum() everywhere | Karel Zak | 2 | -86/+29 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (bds) use nested partition table | Karel Zak | 3 | -34/+35 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (dos) use new dialog to ask for prim. partitions | Karel Zak | 1 | -27/+24 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | libfdisk: add disk_partition_is_used() | Karel Zak | 1 | -15/+6 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (sun) cleanup header file | Karel Zak | 1 | -3/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | libfdisk: add fdisk_partition_toggle_flag() | Karel Zak | 6 | -40/+105 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (sun) use fdisk_ prefix for label specific public functions | Karel Zak | 3 | -18/+22 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: remove global unit variables | Karel Zak | 7 | -121/+120 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (sun) use yes/no from libfdisk | Karel Zak | 1 | -4/+6 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | libfdisk: add Yes/No to Ask API | Karel Zak | 1 | -1/+10 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (sun) use Ask API for new-partiton dialog | Karel Zak | 1 | -17/+64 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: sort menu | Karel Zak | 1 | -11/+11 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: allow zero as default offset/size | Karel Zak | 1 | -6/+6 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (sun) use fdisk_{info,warnx} | Karel Zak | 1 | -39/+49 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: add 'G' to create SGI label to the main menu | Karel Zak | 1 | -1/+5 | |
For unknown reason you have to go to the expert menu to create SGI label. It's inconsistent behavior as we have all "create label" operations in the main menu. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (sun) remove dead code | Karel Zak | 1 | -1/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (sun): use ask API, remove global variable | Karel Zak | 1 | -21/+50 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (sun) share disk label struct with libblkid | Karel Zak | 2 | -156/+87 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | inlude/pt-sun: add flags and tags | Karel Zak | 1 | -1/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (sun) use cpu_to_be* macros, remove other_endian global variable | Karel Zak | 2 | -92/+68 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: add callacks for info, warn and warnx Ask API | Karel Zak | 1 | -0/+20 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | libfdisk: extend "ask" API, add support for offsets | Karel Zak | 1 | -16/+90 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: add callback for ask-numbers API | Karel Zak | 4 | -7/+119 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: correctly initialize pointer to sun label | Karel Zak | 1 | -1/+5 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: fix typo | Karel Zak | 1 | -1/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | libfdisk: add FDISK_LABEL_FL_ADDPART_NOPARTNO | Karel Zak | 3 | -4/+7 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: remove fdisk_label from API functions, add asserts, use size_t | Karel Zak | 7 | -205/+263 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | libfdisk: (gpt) move code from fdisk to libfdisk | Karel Zak | 4 | -1820/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (dos) kill 'partitions' global variable | Karel Zak | 8 | -166/+218 | |
... and use size_t for partition numbers Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | libfdisk: add part_get_status operation | Karel Zak | 4 | -2/+105 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (dos) move dos specific code | Karel Zak | 2 | -6/+7 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (dos) move 'toggle active' code to fdiskdoslabe.c | Karel Zak | 3 | -15/+16 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (dos) move dos specific code | Karel Zak | 3 | -20/+18 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: remove dead code | Karel Zak | 1 | -6/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (dos) move dos_list_table_expert() to fdiskdoslabe.c | Karel Zak | 4 | -132/+134 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (dos) move 'move begin' code to fdiskdoslabe.c | Karel Zak | 3 | -50/+53 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (dos) move fix order code to fdiskdoslabe.c | Karel Zak | 4 | -138/+136 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (dos) move list table code to fdiskdoslabe.c | Karel Zak | 4 | -74/+92 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: use libfdisk label->changed | Karel Zak | 7 | -106/+100 | |
The patch is huge because it's necessary to add a pointer context to all read_<foo> functions. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (sun) remove nasty sunlabel macro | Karel Zak | 3 | -59/+124 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (sun) remove global variable 'partitions' | Karel Zak | 1 | -32/+89 | |
* use label counters * add assert() * use struct fdisk_label if possible Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (bsd) add partitions counters | Karel Zak | 1 | -4/+16 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (aix) remove unuused variable 'partitions' | Karel Zak | 1 | -2/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | libfdisk: (gpt) introduce driver independent partitions counters | Karel Zak | 2 | -20/+30 | |
label->nparts_{max,cur} to later replace global variable partitions Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-03-11 | fdisk: (gpt) remove global variables, cleanup header verification | Karel Zak | 1 | -157/+228 | |
Signed-off-by: Karel Zak <kzak@redhat.com> |