summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: [loopdev.c] correct qsort compare functionKarel Zak2011-08-231-1/+2
* lib: [loopdev.c] correct trivial typoDavidlohr Bueso2011-08-081-1/+1
* lib: [cpuset.c] fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-9/+12
* lib: [mangle.c] fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-1/+1
* lib: [tt.c] clean up used typesKarel Zak2011-08-011-16/+20
* lib: [strutils.c] fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-1/+1
* lib: [sysfs.c] fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-3/+3
* lib: [at.c] fix compiler warnings [-Wunused-parameter]Karel Zak2011-08-011-11/+24
* build-sys: fix 'make checkincludes' warningsKarel Zak2011-07-282-4/+0Star
* include: [strutils.c] add list parsersKarel Zak2011-07-272-41/+95
* include; [tt.c] check for array size in columns parserKarel Zak2011-07-271-7/+11
* Merge branch 'cramfs' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2011-07-261-2/+2
|\
| * md5: use symbolical digest lengthSami Kerola2011-07-211-2/+2
* | sysfs: free used resourcesDavidlohr Bueso2011-07-261-0/+1
|/
* include: [tt.c] always truncate if TT_FL_TRUNCKarel Zak2011-07-151-2/+10
* lib: [blkdev.c] remove kernel version check from blkdev_get_sector_size()Karel Zak2011-06-271-10/+3Star
* lib: [blkdev.c] more robust blkdev_is_misaligned()Karel Zak2011-06-271-1/+5
* lib: [blkdev.c] add blkdev_get_physector_size()Davidlohr Bueso2011-06-271-4/+33
* lib: [procutils.c] improve robustnessKarel Zak2011-06-201-0/+3
* lib: [linux_version.c] simplify version parsingKarel Zak2011-06-201-11/+11
* misc: hurd build fixesSamuel Thibault2011-06-202-0/+5
* lib: [tt.c] Fix mbs_width macro for systems without WIDECHARJosiah Worcester2011-06-141-1/+1
* lib: [loopdev.c] cleanup flags usageKarel Zak2011-06-101-17/+97
* lib: [linux_version.c] accommodate two-component linux version (e.g. 3.0)Karel Zak2011-06-061-3/+3
* lib: add strtoul_or_err() functionSami Kerola2011-06-011-0/+24
* lib: [loopdev.c] add module for work loop devicesKarel Zak2011-05-303-3/+1066
* lib: [sysfs.c] fix double freeKarel Zak2011-05-301-1/+3
* This adds a second parameter to size_to_human_string() to return aFrancesco Cosoleto2011-05-261-8/+25
* build-sys: cleanup lib/ testsKarel Zak2011-05-253-6/+11
* lib: [sysfs.c] add sysfs_readlink and name/path functionsKarel Zak2011-05-181-14/+122
* lib: [at.c] add readlink_at(), fix semantic for absolute pathsKarel Zak2011-05-181-12/+41
* lib: [sysfs.c] make sysfs_read_* function more robustKarel Zak2011-05-181-11/+39
* build-sys: disable lib/ at.c tests buildingKarel Zak2011-05-181-2/+2
* libblkid: use stuff from sysfs.h and at.hKarel Zak2011-05-161-0/+7
* lib: add generic sysfs utilsKarel Zak2011-05-163-2/+351
* lib: [tt.c] support key="value" output formatKarel Zak2011-05-101-3/+16
* lib: [procutils.c]: add missing files. Sorry.Karel Zak2011-05-041-0/+122
* lib: [procutils.c]: general purpose procfs parsing functionsDavidlohr Bueso2011-05-041-1/+2
* lib: [tt.c] support fixed width and multiple tt_print_table() callsKarel Zak2011-04-271-5/+37
* blkdev: add blkdev_is_misaligned()Davidlohr Bueso2011-04-121-0/+12
* lib: [fsprobe.c] fix blkid_evaluate_spec() callKarel Zak2011-03-221-1/+1
* libblkid: add blkid_evaluate_spec()Karel Zak2011-03-171-20/+1Star
* lib: [fsprobe.c] remove obsolete <blkid/blkid.h>Karel Zak2011-03-161-4/+0Star
* lib: [fsprobe.c] use internal libblkid onlyKarel Zak2011-03-161-101/+17Star
* lib: [tt.c] use mbs_truncate() from mbsalign.cKarel Zak2011-03-112-65/+4Star
* lib: [tt.c] dereferencing data before a null check [coverity scan]Karel Zak2011-03-111-1/+2
* umount: segfaults with inconsistent entry in /etc/fstabKarel Zak2011-03-041-0/+2
* move struct option to .rodataKarel Zak2011-03-031-1/+1
* lib: [strutils.c] more robust strtol checksKarel Zak2011-02-211-2/+2
* strutils: new wrapper function strtoll_or_errSami Kerola2011-02-211-0/+24