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
...
*
lib/timeutils: fix indention [smatch scan]
Karel Zak
2015-08-05
1
-6
/
+6
*
build-sys: fix test_colors build
Karel Zak
2015-07-24
1
-1
/
+1
*
libsmartcols: don't link with tinfo
Karel Zak
2015-07-24
3
-36
/
+54
*
lib/procutils: add proc_get_cmdline()
Karel Zak
2015-07-20
1
-0
/
+31
*
lslogins: merge read_utmp() code
Karel Zak
2015-07-16
2
-80
/
+1
*
lib/strutils: make strmode() more generic
Karel Zak
2015-06-30
1
-17
/
+19
*
rtcwake: improve read_clock_mode()
Sami Kerola
2015-06-29
1
-0
/
+12
*
sys-utils/disk-utils/lib: fix printf format types [cppcheck]
Boris Egorov
2015-06-25
1
-3
/
+3
*
procutils: reset errno before readdir
Ruediger Meier
2015-06-16
1
-0
/
+1
*
losetup: be careful with errno
Karel Zak
2015-06-15
1
-0
/
+6
*
lib/sysfs: Use dup_fd_cloexec instead of direct call to fcntl
Guillem Jover
2015-06-08
1
-1
/
+1
*
lib/fileutils: Add new dup_fd_cloexec function
Guillem Jover
2015-06-08
1
-0
/
+30
*
lsblk: use internally sysfs devnames
Karel Zak
2015-05-29
1
-2
/
+4
*
lib/sysfs: rename devname functions, cleanup
Karel Zak
2015-05-28
1
-9
/
+25
*
lib/sysfs: Fix /dev to /sys node name translation
Stanislav Brabec
2015-05-28
1
-2
/
+6
*
Fix /sys to /dev node name translation
Stanislav Brabec
2015-05-26
1
-0
/
+2
*
lib/strv: add new functions (from systemd)
Karel Zak
2015-05-15
4
-1
/
+495
*
lib/strutils: fix string_add_to_idarray() int vs. size_t
Karel Zak
2015-04-22
1
-3
/
+2
*
lib/sysfs.c: use fcntl(..F_DUPFD_CLOEXEC) instead of dup(2)
Cristian RodrÃguez
2015-04-14
1
-1
/
+1
*
lib/timer: use separate file for timers
Karel Zak
2015-03-06
2
-38
/
+49
*
flock: fix timeout handler pointer usage
Karel Zak
2015-03-05
1
-2
/
+4
*
flock: improve timeout handling
Sami Kerola
2015-03-05
1
-0
/
+34
*
lib/colors: use libtinfo to check terminal capability
Karel Zak
2015-02-27
2
-5
/
+44
*
build-sys: add --disable-colors-default
Karel Zak
2015-02-25
1
-2
/
+11
*
lib/strutils: extend parse_switch() to accept more options
Karel Zak
2015-02-24
1
-6
/
+24
*
lib/strutils: move parse_switch() from setterm(1) to library
Sami Kerola
2015-02-24
1
-0
/
+8
*
lib/strutils: accept not just 'B' but also lowercase 'b' in a size suffix
Benno Schulenberg
2015-02-02
1
-2
/
+2
*
lib/sysfs: use ssize_t for sysfs_readlink() [coverity scan]
Karel Zak
2015-01-28
1
-4
/
+3
*
docs: fix two "maybe be" duplications in program comments
Benno Schulenberg
2015-01-26
1
-5
/
+2
*
build-sys: fix make checkincludes warnings
Sami Kerola
2015-01-07
1
-8
/
+4
*
lib: fix crc32 and crc64 interger overflows [AddressSanitizer]
Sami Kerola
2014-12-19
2
-2
/
+5
*
lib/mbalign: fix unsigned integer overflow [AddressSanitizer]
Sami Kerola
2014-12-19
1
-1
/
+1
*
docs: fix the grammar of the recent comment about comments
Benno Schulenberg
2014-12-19
1
-2
/
+3
*
terminal-colors.d: add note about comments to man page
Karel Zak
2014-12-12
1
-0
/
+4
*
lib/sysfs: add subsystem and hotplug detection
Karel Zak
2014-12-02
1
-1
/
+152
*
lib/colors: use static buffers when parse scheme
Karel Zak
2014-11-21
1
-19
/
+29
*
lib/colors: fix double free on error path
Andreas Henriksson
2014-11-19
1
-3
/
+5
*
build-sys: move all around clock_gettime() to monotonic.c
Karel Zak
2014-11-19
2
-25
/
+27
*
misc: use monotonic time rater than gettimeofday
Karel Zak
2014-11-18
1
-0
/
+23
*
tests: fix memory leak [AddressSanitizer]
Sami Kerola
2014-11-18
1
-0
/
+1
*
lib/loopdev: remove test program
Karel Zak
2014-11-04
2
-154
/
+0
*
lib/loopdev: replace custom DBG() with include/debug.h
Karel Zak
2014-11-04
1
-102
/
+88
*
docs: update info about env debug variables
Karel Zak
2014-11-03
1
-1
/
+2
*
include/debug: fix typo
Karel Zak
2014-10-24
1
-1
/
+1
*
terminal-colors.d: add debug stuff
Karel Zak
2014-10-22
2
-12
/
+63
*
terminal-colors.d: fix filter by name
Karel Zak
2014-10-22
1
-3
/
+2
*
textual: "ambivalent" applies to intentions, "ambiguous" to results
Benno Schulenberg
2014-10-01
1
-1
/
+1
*
lslogins: free after error [coverity scan]
Karel Zak
2014-09-26
1
-1
/
+3
*
Merge branch 'misc' of git://github.com/kerolasa/lelux-utiliteetit
Karel Zak
2014-09-22
2
-47
/
+0
|
\
|
*
lib: remove xgetpass()
Sami Kerola
2014-09-19
2
-47
/
+0
[prev]
[next]