Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-16 | libfdisk: improve nested context initialization | Karel Zak | 2 | -9/+27 | |
- all label prober() function in fdisk_new_nested_context() - don't reset device properties for nested contexts Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | libfdisk: (dos) cosmetic changes | Karel Zak | 1 | -12/+29 | |
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 | libblkid: move bsd definitions to pt-bsd.h | Karel Zak | 3 | -78/+161 | |
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 | 12 | -29/+18 | |
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 | 3 | -32/+29 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: remove nowarn global variable | Karel Zak | 5 | -15/+37 | |
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 | 8 | -10/+83 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | libfdisk: add generic function to get disklabel ID | Karel Zak | 6 | -18/+66 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (gpt) enlarge columns in list output | Karel Zak | 1 | -3/+3 | |
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 | 6 | -18/+18 | |
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 | 7 | -132/+93 | |
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> | |||||
2013-09-16 | libblkid: rename sys_type to sys_ind | Karel Zak | 4 | -11/+11 | |
This makes struct dos_partition more compatible with the current fdisk code. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | include/pt-mbr: add functio to store le | Karel Zak | 1 | -0/+8 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | libblkid: move MBR definitions to include/pt-mbr.h | Karel Zak | 6 | -53/+45 | |
2013-09-16 | fdisk: (dos) rename struct partition to dos_partition | Karel Zak | 4 | -58/+60 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (dos) rename members in struct pte | Karel Zak | 4 | -80/+82 | |
... to make it more readable. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: move dos specific code | Karel Zak | 2 | -35/+38 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: remove dead code | Karel Zak | 1 | -6/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: cleanup warnings | Karel Zak | 4 | -60/+50 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | libfdisk: add FDISK_LABEL_FL_REQUIRE_GEOMETRY | Karel Zak | 6 | -6/+11 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: move remaining ptes[] code to fdiskdoslabel.c | Karel Zak | 2 | -5/+4 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: cleanup usage() | Karel Zak | 1 | -26/+30 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: move get_nr_sects() fdisk.h | Karel Zak | 2 | -6/+5 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: remove old code to ask user | Karel Zak | 2 | -223/+0 | |
Old code has been broken by design: * use global variables * fixed buffer size * useless within libfdisk Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: use libfdisk to ask for partition type | Karel Zak | 6 | -30/+49 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) use libfdisk for partition number dialog | Karel Zak | 1 | -16/+31 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) cleanup bootstrap install code | Karel Zak | 1 | -75/+85 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2013-09-16 | fdisk: (bsd) use libfdisk to ask for label setting | Karel Zak | 1 | -36/+57 | |
Signed-off-by: Karel Zak <kzak@redhat.com> |