index
:
util-linux
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fdisks
/
fdiskdoslabel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-16
libfdisk: move mbr code to the library
Karel Zak
1
-1919
/
+0
2013-09-16
fdisk: (dos) use libfdisk to ask for partition type
Karel Zak
1
-3
/
+6
2013-09-16
fdisk: cleanup warning messages
Karel Zak
1
-21
/
+21
2013-09-16
fdisk: remove nowarn global variable
Karel Zak
1
-9
/
+9
2013-09-16
fdisk: (dos) cleanup public function names
Karel Zak
1
-11
/
+18
2013-09-16
fdisk: (dos) remove unnecessary header file stuff
Karel Zak
1
-6
/
+19
2013-09-16
fdisk: cleanup header file
Karel Zak
1
-0
/
+18
2013-09-16
libfdisk: add generic function to set disklabel ID
Karel Zak
1
-2
/
+8
2013-09-16
libfdisk: add generic function to get disklabel ID
Karel Zak
1
-3
/
+14
2013-09-16
fdisk: (dos) remove remaining printf() usage
Karel Zak
1
-3
/
+3
2013-09-16
fdisk: (dos) clean up list PT functions
Karel Zak
1
-72
/
+174
2013-09-16
fdisk: (dos) fix possible mem-leaks
Karel Zak
1
-6
/
+35
2013-09-16
fdisk: (dos) move macro is_dos_compatible()
Karel Zak
1
-0
/
+3
2013-09-16
fdisk: (dos) remove remaining global variables
Karel Zak
1
-8
/
+12
2013-09-16
fdisk: (dos) remove global variables for extended partitions
Karel Zak
1
-147
/
+180
2013-09-16
fdisk: (dos) don't check for CHS in move-begin command
Karel Zak
1
-2
/
+0
2013-09-16
fdisk: (dos) remove global ptes[]
Karel Zak
1
-115
/
+209
2013-09-16
fdisk: add mbr_get_partition()
Karel Zak
1
-5
/
+5
2013-09-16
fdisk: (dos) remove inline function from header file
Karel Zak
1
-0
/
+7
2013-09-16
fdisk: (dos) remove unnecessary function
Karel Zak
1
-2
/
+4
2013-09-16
fdisk: (dos) move pte specific function to dos.c
Karel Zak
1
-12
/
+17
2013-09-16
fdisk: use functions from pt-mbr.h
Karel Zak
1
-58
/
+38
2013-09-16
fdisk: rename CHS dos_partition struct members
Karel Zak
1
-22
/
+22
2013-09-16
fdisk: (dos) rename struct partition to dos_partition
Karel Zak
1
-27
/
+27
2013-09-16
fdisk: (dos) rename members in struct pte
Karel Zak
1
-71
/
+71
2013-09-16
fdisk: cleanup warnings
Karel Zak
1
-2
/
+18
2013-09-16
libfdisk: add FDISK_LABEL_FL_REQUIRE_GEOMETRY
Karel Zak
1
-2
/
+2
2013-09-16
fdisk: move remaining ptes[] code to fdiskdoslabel.c
Karel Zak
1
-0
/
+4
2013-09-16
fdisk: (dos) fix offset dialog unit
Karel Zak
1
-1
/
+0
2013-09-16
fdisk: (dos) remove remaining read_{int,char}() functions
Karel Zak
1
-7
/
+15
2013-09-16
fdisk: (dos) use ask API for new partition dialog
Karel Zak
1
-22
/
+58
2013-09-16
fdisk: (dos) use ask API to change disk ID
Karel Zak
1
-13
/
+19
2013-09-16
libfdisk: (sun) move driver from fdisk to library
Karel Zak
1
-3
/
+4
2013-06-12
fdisk: don't use ptes[] in generic code
Karel Zak
1
-0
/
+2
2013-04-26
textual: fixing typos in a warning and an error message
Benno Schulenberg
1
-1
/
+1
2013-04-26
Fix various typos
Yuri Chornoivan
1
-2
/
+2
2013-04-09
various: fix shadow declarations [smatch scan]
Sami Kerola
1
-19
/
+19
2013-03-12
fdisk: improve MBR detection
Karel Zak
1
-0
/
+8
2013-03-12
fdisk: no more AIX "support"
Karel Zak
1
-1
/
+1
2013-03-11
fdisk: (bds) use nested partition table
Karel Zak
1
-2
/
+2
2013-03-11
fdisk: (dos) use new dialog to ask for prim. partitions
Karel Zak
1
-27
/
+24
2013-03-11
libfdisk: add fdisk_partition_toggle_flag()
Karel Zak
1
-15
/
+35
2013-03-11
fdisk: remove global unit variables
Karel Zak
1
-42
/
+21
2013-03-11
libfdisk: add FDISK_LABEL_FL_ADDPART_NOPARTNO
Karel Zak
1
-0
/
+3
2013-03-11
fdisk: remove fdisk_label from API functions, add asserts, use size_t
Karel Zak
1
-30
/
+48
2013-03-11
fdisk: (dos) kill 'partitions' global variable
Karel Zak
1
-108
/
+131
2013-03-11
libfdisk: add part_get_status operation
Karel Zak
1
-0
/
+29
2013-03-11
fdisk: (dos) move 'toggle active' code to fdiskdoslabe.c
Karel Zak
1
-0
/
+14
2013-03-11
fdisk: (dos) move dos specific code
Karel Zak
1
-0
/
+18
2013-03-11
fdisk: (dos) move dos_list_table_expert() to fdiskdoslabe.c
Karel Zak
1
-0
/
+131
[next]