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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libmount: improve conversion from root= to the devname
Karel Zak
2016-03-15
1
-0
/
+9
*
lib/linux_version: avoid major and minor shadowing
Karel Zak
2016-03-09
1
-6
/
+5
*
include: move sys/sysmacros.h to c.h
Karel Zak
2016-03-08
1
-1
/
+0
*
Revert "include sysmacros.h where used"
Karel Zak
2016-03-08
2
-2
/
+0
*
include sysmacros.h where used
Mike Frysinger
2016-03-08
2
-0
/
+2
*
misc: never cast void* from malloc(3) and friends
Ruediger Meier
2016-03-07
2
-2
/
+2
*
build-sys: add and use openat build conditionals
Ruediger Meier
2016-03-07
1
-4
/
+10
*
lib: move fopen_at() to fileutils.h, remove at.h
Ruediger Meier
2016-03-07
3
-27
/
+2
*
lib: remove openat fallback functions (include/at.h)
Ruediger Meier
2016-03-07
5
-138
/
+14
*
misc: safer (and uniform) handling of return value
Yuriy M. Kaminskiy
2016-03-07
3
-14
/
+11
*
lsns.c: fix error return
Yuriy M. Kaminskiy
2016-03-07
1
-1
/
+1
*
lib: include strutils.h for mempcpy()
Ruediger Meier
2016-02-29
1
-0
/
+1
*
lib: provide fallback if mkostemp(3) missing
Ruediger Meier
2016-02-29
1
-1
/
+30
*
misc: fix some includes
Ruediger Meier
2016-02-29
1
-3
/
+0
*
build-sys: always add AM_CFLAGS
Ruediger Meier
2016-02-23
1
-14
/
+14
*
build-sys: always use global LDADD
Ruediger Meier
2016-02-23
1
-4
/
+4
*
lib/strutils: parse_size(), sync errno and return value
Ruediger Meier
2016-02-21
1
-2
/
+4
*
lib/strutils: add more ERANGE messages
Ruediger Meier
2016-02-21
1
-12
/
+16
*
lib/strutils: fix errno usage in strtoint functions
Ruediger Meier
2016-02-21
1
-10
/
+11
*
include: fix sys/sysinfo.h
Ruediger Meier
2016-02-18
2
-1
/
+2
*
lib: fix ismounted includes for FreeBSD
Ruediger Meier
2016-02-18
1
-3
/
+8
*
lib: remove unused variable
Ruediger Meier
2016-02-18
1
-1
/
+0
*
lib: define LOGIN_NAME_MAX fallback
Ruediger Meier
2016-02-18
1
-0
/
+4
*
lib: rename strmode() and setmode()
Ruediger Meier
2016-02-18
1
-1
/
+1
*
lib/color: add more ESC seq.
Karel Zak
2016-02-17
2
-2
/
+9
*
exec_shell: prevent basename from modifying env
Ruediger Meier
2016-02-11
1
-2
/
+5
*
lib/path: ifdef path_set_prefix() like in path.h
Ruediger Meier
2016-02-11
1
-2
/
+2
*
lib: fix unused parameters and variables
Ruediger Meier
2016-02-11
3
-25
/
+43
*
misc: fix some printf format strings
Ruediger Meier
2016-02-11
3
-3
/
+3
*
include: add missing includes
Ruediger Meier
2016-02-11
3
-0
/
+3
*
libcommon: don't include sysinfo.h
Ruediger Meier
2016-02-11
1
-2
/
+0
*
libsmartcols: support multi-line cells
Karel Zak
2016-02-10
1
-1
/
+2
*
docs: fix typos found by codespell
Ruediger Meier
2016-02-03
2
-2
/
+2
*
libsmartcols: support multibyte titles, rename wrap to padding
Karel Zak
2016-01-22
1
-6
/
+14
*
lib/mbsalign: fix warnings when compile without widechars
Karel Zak
2016-01-13
1
-5
/
+6
*
lib/tty: Pass default width to get_terminal_width()
Boris Egorov
2016-01-06
1
-25
/
+25
*
Merge branch 'races' of git://github.com/kerolasa/lelux-utiliteetit
Karel Zak
2015-12-02
1
-0
/
+24
|
\
|
*
lib/blkdev: add open_blkdev_or_file() function
Sami Kerola
2015-11-22
1
-0
/
+24
*
|
namei: move icache to lib/
Karel Zak
2015-11-27
2
-0
/
+114
*
|
lslocks: use stuff from lib/procutils
Karel Zak
2015-11-25
1
-3
/
+15
|
/
*
losetup: support list direct io
Ming Lei
2015-11-19
1
-0
/
+22
*
losetup: support ioctl cmd of LOOP_SET_DIRECT_IO
Ming Lei
2015-11-19
1
-0
/
+18
*
lib/sysfs: make sysfs_get_devname()/blkid_devno_to_wholedisk() more robust
Karel Zak
2015-10-30
1
-23
/
+25
*
lib/strv: add strv_extendv()
Karel Zak
2015-10-01
1
-0
/
+11
*
lib/crc32: don't require to modify GPT header
Karel Zak
2015-09-24
1
-1
/
+25
*
lib/sysfs: make sysfs_next_subsystem() more robust
Karel Zak
2015-08-31
1
-0
/
+2
*
lib/strutil: fix parse_switch resource leak [coverity scan]
Andreas Henriksson
2015-08-31
1
-2
/
+5
*
chsh, chfn, vipw: fix filenames collision
Karel Zak
2015-08-24
1
-14
/
+7
*
misc: fix redundant assignment and reassignments before use [cppcheck]
Sami Kerola
2015-08-08
1
-1
/
+1
*
lib/blkdev: use 64-bit to count size in bytes
Karel Zak
2015-08-05
1
-1
/
+1
[prev]
[next]