summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-05-04lib: [procutils.c]: general purpose procfs parsing functionsDavidlohr Bueso1-1/+2
2011-04-27lib: [tt.c] support fixed width and multiple tt_print_table() callsKarel Zak1-5/+37
2011-04-12blkdev: add blkdev_is_misaligned()Davidlohr Bueso1-0/+12
2011-03-22lib: [fsprobe.c] fix blkid_evaluate_spec() callKarel Zak1-1/+1
2011-03-17libblkid: add blkid_evaluate_spec()Karel Zak1-20/+1
2011-03-16lib: [fsprobe.c] remove obsolete <blkid/blkid.h>Karel Zak1-4/+0
2011-03-16lib: [fsprobe.c] use internal libblkid onlyKarel Zak1-101/+17
2011-03-11lib: [tt.c] use mbs_truncate() from mbsalign.cKarel Zak2-65/+4
2011-03-11lib: [tt.c] dereferencing data before a null check [coverity scan]Karel Zak1-1/+2
2011-03-04umount: segfaults with inconsistent entry in /etc/fstabKarel Zak1-0/+2
2011-03-03move struct option to .rodataKarel Zak1-1/+1
2011-02-21lib: [strutils.c] more robust strtol checksKarel Zak1-2/+2
2011-02-21strutils: new wrapper function strtoll_or_errSami Kerola1-0/+24
2011-02-17tests: [cpuset] call free() for rangeKarel Zak1-0/+1
2011-02-17fdisk: more robust whole-disk detectionKarel Zak1-7/+6
2011-02-15lib: [strutils] avoid integer overflow on large valuesDave Reisner1-4/+14
2011-02-14build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen6-6/+5
2011-01-25cfdisk: data type mismatch, and other, compiler warning fixesSami Kerola1-3/+3
2011-01-25include: [tt] enlarge output bufferKarel Zak1-4/+21
2011-01-17build-sys: use WORDS_BIGENDIAN to determine platform byte-orderFabian Groffen1-6/+1
2011-01-04remove duplicate includesKarel Zak2-5/+0
2011-01-04findmnt: add --submounts optionKarel Zak1-0/+8
2011-01-03tests: fix strtosize() testKarel Zak2-1/+26
2011-01-03lib: [env] consolidate safe_getenv() usageKarel Zak1-1/+35
2011-01-03libmount: cleanup mangle() usageKarel Zak1-4/+4
2011-01-03libmount: use better format for utab, improve bind mountsKarel Zak1-5/+8
2011-01-03libmount: rewrite mountinfo/fstab parsers to use sscanf()Karel Zak1-3/+12
2011-01-03lib: fix mange() and unmangle() to handle NULLKarel Zak1-0/+9
2011-01-03libmount: add unmangle/mangle() functions to APIKarel Zak1-4/+5
2011-01-03lib: add wrappers for "at" functionsKarel Zak2-1/+102
2010-12-16lib: [tt] fix alignment of the last tree childKarel Zak1-1/+1
2010-12-09partx: complete rewriteDavidlohr Bueso1-0/+49
2010-11-30rename util-linux-ng back to util-linuxKarel Zak1-1/+1
2010-11-24lib: [strutils] move strmode() from namei.c to strutils.cKarel Zak1-0/+40
2010-11-24lib: [tt] add TT_FL_RIGHT, add columns list parserKarel Zak1-9/+59
2010-11-24lib: [ismounted] don't wast time with mtab is /proc/mounts usedKarel Zak1-0/+4
2010-11-23lib: [strutils] general purpose string handling functionsDavidlohr Bueso2-37/+74
2010-11-15findmnt: follow HAVE_LANGINFOKarel Zak1-4/+1
2010-11-15lib: add fallback for nl_langinfo()Karel Zak1-0/+121
2010-11-15lib/tt: fix langinfo build breakDavidlohr Bueso1-1/+1
2010-10-25lib: add test program to canonicalize.cKarel Zak2-1/+16
2010-08-23lib: fix syntax error in blkdev.cKarel Zak1-1/+1
2010-07-26portability: fix mntent.h and pty.h usageFrançois Revol1-0/+6
2010-06-14build-sys: minor changes for GNU/HurdSamuel Thibault2-0/+5
2010-06-03lib: remove unwanted debug messagesKarel Zak1-8/+2
2010-06-03lib: tt.c - fix minimal width of columnKarel Zak1-6/+15
2010-06-03lib: tt.c: don't print header for empty tableKarel Zak1-1/+1
2010-06-03lib: add tt.c (Tree and Table output)Karel Zak2-1/+724
2010-06-01taskset: move NR_CPUS determination to lib/cpuset.cKarel Zak1-1/+40
2010-06-01lib: add fallback for libc (uClibc) without CPU_ALLOCKarel Zak2-1/+37