index
:
openslx/kernel-qcow2-util-linux.git
kernel-qcow2
master
xloop-hack
In-kernel qcow2 (losetup)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libfdisk
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libfdisk: Add support for altering GPT size
Sassan Panahinejad
2016-05-18
3
-0
/
+102
*
libfdisk: fix range checking for fdisk_set_last_lba
Sassan Panahinejad
2016-05-18
1
-1
/
+1
*
libfdisk: add API for work with labelitems
Karel Zak
2016-05-12
8
-14
/
+309
*
libfdisk: move fdisk_field_...() functions to field.c
Karel Zak
2016-05-12
4
-52
/
+97
*
libfdisk: use fdisk_add_partition() for unused partno
Karel Zak
2016-05-10
1
-0
/
+5
*
libfdisk: add fdisk_wipe_partition()
Karel Zak
2016-05-04
10
-50
/
+324
*
libfdisk: don't offer zero length freespace
Karel Zak
2016-04-25
1
-5
/
+16
*
libmount: remove duplicate code
Karel Zak
2016-04-22
1
-1
/
+1
*
libfdisk: fix ref.counting in fdisk_apply_script() [clang analyze]
Karel Zak
2016-03-30
1
-4
/
+10
*
libfdisk: (gpt) reword two error messages with a sense of direction
Benno Schulenberg
2016-03-16
1
-2
/
+2
*
libfdisk: (bsd) fix spelling in warning message
Benno Schulenberg
2016-03-16
1
-1
/
+1
*
build-sys: use AC_PROG_MKDIR_P and remove a few gnuisms
Ruediger Meier
2016-03-13
1
-1
/
+1
*
misc: fix printf i386 compiler warnings
Ruediger Meier
2016-03-12
1
-1
/
+1
*
build-sys: fix if..endif for *_la_LDFLAGS
Karel Zak
2016-03-10
1
-4
/
+4
*
libfdisk: remove ifdef HDIO_GETGEO
Ruediger Meier
2016-03-07
2
-4
/
+1
*
fdisk: sun, undef HAVE_QSORT_R for non-Linux
Ruediger Meier
2016-03-07
1
-0
/
+5
*
misc: again fixing many printf format strings
Ruediger Meier
2016-03-07
7
-44
/
+53
*
misc: safer (and uniform) handling of return value
Yuriy M. Kaminskiy
2016-03-07
1
-6
/
+2
*
libfdisk: Fix order of C/H/S numbers output
Andreas Henriksson
2016-03-07
1
-4
/
+4
*
fdisk: fix warning, incompatible pointer types passing 'uint64_t *'
Ruediger Meier
2016-02-29
1
-1
/
+2
*
build-sys: disable unused parameter warnings for some test progs
Ruediger Meier
2016-02-23
1
-1
/
+1
*
misc: fix compiler warnungs (unsigned/signed)
Ruediger Meier
2016-02-23
6
-7
/
+7
*
misc: fix warnings "unused parameter" [-Wunused-parameter]
Ruediger Meier
2016-02-23
2
-6
/
+6
*
libfdisk: fix warnings, "redundant redeclaration" [-Wredundant-decls]
Ruediger Meier
2016-02-23
1
-6
/
+0
*
tests: fix compiler warnings [-Wmissing-prototypes]
Ruediger Meier
2016-02-23
5
-9
/
+9
*
libfdisk: fix compiler warnings [-Wmissing-prototypes]
Ruediger Meier
2016-02-23
1
-1
/
+1
*
libfdisk: fix missing symbol
Ruediger Meier
2016-02-23
1
-1
/
+1
*
build-sys: always add AM_CFLAGS
Ruediger Meier
2016-02-23
1
-0
/
+1
*
build-sys: always use global LDADD
Ruediger Meier
2016-02-23
1
-1
/
+1
*
Merge branch 'port-osx' of https://github.com/rudimeier/util-linux
Karel Zak
2016-02-19
1
-1
/
+3
|
\
|
*
build-sys: check linker support for version scripts
Ruediger Meier
2016-02-18
1
-1
/
+3
*
|
libfdisk: fix typo
Karel Zak
2016-02-18
1
-1
/
+1
*
|
libfdisk: add API to control signatures wiping
Karel Zak
2016-02-18
6
-15
/
+113
|
/
*
libfdisk: add missing break
Karel Zak
2016-02-09
1
-0
/
+1
*
sfdisk: add ESP shortcut also for Legacy MBR
Karel Zak
2016-02-08
1
-0
/
+2
*
docs: fix typos found by codespell
Ruediger Meier
2016-02-03
1
-1
/
+1
*
sfdisk: add 'U' shortcut for ESP
Karel Zak
2016-02-01
1
-0
/
+3
*
libfdisk: Add GPT type GUID for Itanium Linux root
Andrew Wilcox
2016-01-12
1
-0
/
+1
*
libfdisk: Detect out-of-space when adding new primary partition
Ian Wienand
2015-10-09
1
-1
/
+4
*
lib/crc32: don't require to modify GPT header
Karel Zak
2015-09-24
1
-46
/
+35
*
libfdisk: fix partition move/resize code
Karel Zak
2015-09-17
2
-9
/
+24
*
libfdisk: add more debug message to resize code
Karel Zak
2015-09-17
1
-4
/
+13
*
libfdisk: (gpt) control ranges in set_partition
Karel Zak
2015-09-17
2
-3
/
+13
*
libfdisk: (gpt) reorder only when necessary
Karel Zak
2015-09-02
3
-5
/
+13
*
libfdisk: (bsd) add note about non-written parental MBR
Karel Zak
2015-08-31
1
-1
/
+5
*
Fix trivial typos
Yuri Chornoivan
2015-08-25
2
-2
/
+2
*
libfdisk: (gpt) fix label pointer usage [smatch scan]
Karel Zak
2015-08-05
1
-1
/
+3
*
libfdisk: remove impossible condition [smatch scan]
Karel Zak
2015-08-05
1
-3
/
+0
*
libfdisk: make context->label usage more robust [smatch scan]
Karel Zak
2015-08-05
2
-3
/
+4
*
build-sys: add --disable-assert
Karel Zak
2015-08-04
2
-9
/
+1
[prev]
[next]