Age | Commit message (Expand) | Author | Files | Lines |
2011-09-29 | lib: [strutils] add strtod_or_err() function | Sami Kerola | 1 | -0/+24 |
2011-09-27 | lib,loopdev: fix use of logical '&&' with constant operand | Francesco Cosoleto | 1 | -2/+2 |
2011-09-27 | lib,path: use write_all() | Heiko Carstens | 1 | -1/+2 |
2011-09-27 | chcpu: convert to use lib/path.c | Heiko Carstens | 1 | -0/+26 |
2011-09-27 | lib,path: move path access functions from lscpu into lib/path.c | Heiko Carstens | 1 | -0/+191 |
2011-09-13 | lib: do not attempt to close(0) in sysfs_deinit() | Petr Uzel | 1 | -0/+1 |
2011-09-12 | libmount: potential null derefence [smatch scan] | Karel Zak | 1 | -2/+3 |
2011-09-10 | lib,cpuset: fix compiler warning [-Wuninitialized] | Karel Zak | 1 | -1/+1 |
2011-09-10 | chcpu,cpuset: reduce code duplication for cpu list parsing | Heiko Carstens | 1 | -1/+6 |
2011-09-10 | lib,cpuset: enforce stricter parsing of cpu lists | Heiko Carstens | 1 | -4/+8 |
2011-09-10 | lib,cpuset: fix stride handling in cpulist_parse() | Heiko Carstens | 1 | -0/+2 |
2011-09-10 | lib,cpuset: fix odd placed braces in cpulist_parse() | Heiko Carstens | 1 | -2/+2 |
2011-09-10 | lib,cpuset: fix comments for cpu mask/list functions | Heiko Carstens | 1 | -2/+2 |
2011-08-31 | Merge branch 'chcpu' of git://git.kernel.org/pub/scm/linux/kernel/git/heiko/u... | Karel Zak | 1 | -2/+5 |
2011-08-23 | lib: [loopdev.c] correct qsort compare function | Karel Zak | 1 | -1/+2 |
2011-08-15 | cpuset: add option to allow cpulist_parse() to fail | Heiko Carstens | 1 | -2/+5 |
2011-08-08 | lib: [loopdev.c] correct trivial typo | Davidlohr Bueso | 1 | -1/+1 |
2011-08-01 | lib: [cpuset.c] fix compiler warnings [-Wsign-compare] | Karel Zak | 1 | -9/+12 |
2011-08-01 | lib: [mangle.c] fix compiler warnings [-Wsign-compare] | Karel Zak | 1 | -1/+1 |
2011-08-01 | lib: [tt.c] clean up used types | Karel Zak | 1 | -16/+20 |
2011-08-01 | lib: [strutils.c] fix compiler warnings [-Wsign-compare] | Karel Zak | 1 | -1/+1 |
2011-08-01 | lib: [sysfs.c] fix compiler warnings [-Wsign-compare] | Karel Zak | 1 | -3/+3 |
2011-08-01 | lib: [at.c] fix compiler warnings [-Wunused-parameter] | Karel Zak | 1 | -11/+24 |
2011-07-28 | build-sys: fix 'make checkincludes' warnings | Karel Zak | 2 | -4/+0 |
2011-07-27 | include: [strutils.c] add list parsers | Karel Zak | 2 | -41/+95 |
2011-07-27 | include; [tt.c] check for array size in columns parser | Karel Zak | 1 | -7/+11 |
2011-07-26 | Merge branch 'cramfs' of https://github.com/kerolasa/lelux-utiliteetit | Karel Zak | 1 | -2/+2 |
2011-07-26 | sysfs: free used resources | Davidlohr Bueso | 1 | -0/+1 |
2011-07-21 | md5: use symbolical digest length | Sami Kerola | 1 | -2/+2 |
2011-07-15 | include: [tt.c] always truncate if TT_FL_TRUNC | Karel Zak | 1 | -2/+10 |
2011-06-27 | lib: [blkdev.c] remove kernel version check from blkdev_get_sector_size() | Karel Zak | 1 | -10/+3 |
2011-06-27 | lib: [blkdev.c] more robust blkdev_is_misaligned() | Karel Zak | 1 | -1/+5 |
2011-06-27 | lib: [blkdev.c] add blkdev_get_physector_size() | Davidlohr Bueso | 1 | -4/+33 |
2011-06-20 | lib: [procutils.c] improve robustness | Karel Zak | 1 | -0/+3 |
2011-06-20 | lib: [linux_version.c] simplify version parsing | Karel Zak | 1 | -11/+11 |
2011-06-20 | misc: hurd build fixes | Samuel Thibault | 2 | -0/+5 |
2011-06-14 | lib: [tt.c] Fix mbs_width macro for systems without WIDECHAR | Josiah Worcester | 1 | -1/+1 |
2011-06-10 | lib: [loopdev.c] cleanup flags usage | Karel Zak | 1 | -17/+97 |
2011-06-06 | lib: [linux_version.c] accommodate two-component linux version (e.g. 3.0) | Karel Zak | 1 | -3/+3 |
2011-06-01 | lib: add strtoul_or_err() function | Sami Kerola | 1 | -0/+24 |
2011-05-30 | lib: [loopdev.c] add module for work loop devices | Karel Zak | 3 | -3/+1066 |
2011-05-30 | lib: [sysfs.c] fix double free | Karel Zak | 1 | -1/+3 |
2011-05-26 | This adds a second parameter to size_to_human_string() to return a | Francesco Cosoleto | 1 | -8/+25 |
2011-05-25 | build-sys: cleanup lib/ tests | Karel Zak | 3 | -6/+11 |
2011-05-18 | lib: [sysfs.c] add sysfs_readlink and name/path functions | Karel Zak | 1 | -14/+122 |
2011-05-18 | lib: [at.c] add readlink_at(), fix semantic for absolute paths | Karel Zak | 1 | -12/+41 |
2011-05-18 | lib: [sysfs.c] make sysfs_read_* function more robust | Karel Zak | 1 | -11/+39 |
2011-05-18 | build-sys: disable lib/ at.c tests building | Karel Zak | 1 | -2/+2 |
2011-05-16 | libblkid: use stuff from sysfs.h and at.h | Karel Zak | 1 | -0/+7 |
2011-05-16 | lib: add generic sysfs utils | Karel Zak | 3 | -2/+351 |