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: [cpuset.c] fix compiler warnings [-Wsign-compare]
Karel Zak
2011-08-01
1
-9
/
+12
*
lib: [mangle.c] fix compiler warnings [-Wsign-compare]
Karel Zak
2011-08-01
1
-1
/
+1
*
lib: [tt.c] clean up used types
Karel Zak
2011-08-01
1
-16
/
+20
*
lib: [strutils.c] fix compiler warnings [-Wsign-compare]
Karel Zak
2011-08-01
1
-1
/
+1
*
lib: [sysfs.c] fix compiler warnings [-Wsign-compare]
Karel Zak
2011-08-01
1
-3
/
+3
*
lib: [at.c] fix compiler warnings [-Wunused-parameter]
Karel Zak
2011-08-01
1
-11
/
+24
*
build-sys: fix 'make checkincludes' warnings
Karel Zak
2011-07-28
2
-4
/
+0
*
include: [strutils.c] add list parsers
Karel Zak
2011-07-27
2
-41
/
+95
*
include; [tt.c] check for array size in columns parser
Karel Zak
2011-07-27
1
-7
/
+11
*
Merge branch 'cramfs' of https://github.com/kerolasa/lelux-utiliteetit
Karel Zak
2011-07-26
1
-2
/
+2
|
\
|
*
md5: use symbolical digest length
Sami Kerola
2011-07-21
1
-2
/
+2
*
|
sysfs: free used resources
Davidlohr Bueso
2011-07-26
1
-0
/
+1
|
/
*
include: [tt.c] always truncate if TT_FL_TRUNC
Karel Zak
2011-07-15
1
-2
/
+10
*
lib: [blkdev.c] remove kernel version check from blkdev_get_sector_size()
Karel Zak
2011-06-27
1
-10
/
+3
*
lib: [blkdev.c] more robust blkdev_is_misaligned()
Karel Zak
2011-06-27
1
-1
/
+5
*
lib: [blkdev.c] add blkdev_get_physector_size()
Davidlohr Bueso
2011-06-27
1
-4
/
+33
*
lib: [procutils.c] improve robustness
Karel Zak
2011-06-20
1
-0
/
+3
*
lib: [linux_version.c] simplify version parsing
Karel Zak
2011-06-20
1
-11
/
+11
*
misc: hurd build fixes
Samuel Thibault
2011-06-20
2
-0
/
+5
*
lib: [tt.c] Fix mbs_width macro for systems without WIDECHAR
Josiah Worcester
2011-06-14
1
-1
/
+1
*
lib: [loopdev.c] cleanup flags usage
Karel Zak
2011-06-10
1
-17
/
+97
*
lib: [linux_version.c] accommodate two-component linux version (e.g. 3.0)
Karel Zak
2011-06-06
1
-3
/
+3
*
lib: add strtoul_or_err() function
Sami Kerola
2011-06-01
1
-0
/
+24
*
lib: [loopdev.c] add module for work loop devices
Karel Zak
2011-05-30
3
-3
/
+1066
*
lib: [sysfs.c] fix double free
Karel Zak
2011-05-30
1
-1
/
+3
*
This adds a second parameter to size_to_human_string() to return a
Francesco Cosoleto
2011-05-26
1
-8
/
+25
*
build-sys: cleanup lib/ tests
Karel Zak
2011-05-25
3
-6
/
+11
*
lib: [sysfs.c] add sysfs_readlink and name/path functions
Karel Zak
2011-05-18
1
-14
/
+122
*
lib: [at.c] add readlink_at(), fix semantic for absolute paths
Karel Zak
2011-05-18
1
-12
/
+41
*
lib: [sysfs.c] make sysfs_read_* function more robust
Karel Zak
2011-05-18
1
-11
/
+39
*
build-sys: disable lib/ at.c tests building
Karel Zak
2011-05-18
1
-2
/
+2
*
libblkid: use stuff from sysfs.h and at.h
Karel Zak
2011-05-16
1
-0
/
+7
*
lib: add generic sysfs utils
Karel Zak
2011-05-16
3
-2
/
+351
*
lib: [tt.c] support key="value" output format
Karel Zak
2011-05-10
1
-3
/
+16
*
lib: [procutils.c]: add missing files. Sorry.
Karel Zak
2011-05-04
1
-0
/
+122
*
lib: [procutils.c]: general purpose procfs parsing functions
Davidlohr Bueso
2011-05-04
1
-1
/
+2
*
lib: [tt.c] support fixed width and multiple tt_print_table() calls
Karel Zak
2011-04-27
1
-5
/
+37
*
blkdev: add blkdev_is_misaligned()
Davidlohr Bueso
2011-04-12
1
-0
/
+12
*
lib: [fsprobe.c] fix blkid_evaluate_spec() call
Karel Zak
2011-03-22
1
-1
/
+1
*
libblkid: add blkid_evaluate_spec()
Karel Zak
2011-03-17
1
-20
/
+1
*
lib: [fsprobe.c] remove obsolete <blkid/blkid.h>
Karel Zak
2011-03-16
1
-4
/
+0
*
lib: [fsprobe.c] use internal libblkid only
Karel Zak
2011-03-16
1
-101
/
+17
*
lib: [tt.c] use mbs_truncate() from mbsalign.c
Karel Zak
2011-03-11
2
-65
/
+4
*
lib: [tt.c] dereferencing data before a null check [coverity scan]
Karel Zak
2011-03-11
1
-1
/
+2
*
umount: segfaults with inconsistent entry in /etc/fstab
Karel Zak
2011-03-04
1
-0
/
+2
*
move struct option to .rodata
Karel Zak
2011-03-03
1
-1
/
+1
*
lib: [strutils.c] more robust strtol checks
Karel Zak
2011-02-21
1
-2
/
+2
*
strutils: new wrapper function strtoll_or_err
Sami Kerola
2011-02-21
1
-0
/
+24
*
tests: [cpuset] call free() for range
Karel Zak
2011-02-17
1
-0
/
+1
*
fdisk: more robust whole-disk detection
Karel Zak
2011-02-17
1
-7
/
+6
[next]