summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cfdisk: data type mismatch, and other, compiler warning fixesSami Kerola2011-01-251-3/+3
* include: [tt] enlarge output bufferKarel Zak2011-01-251-4/+21
* build-sys: use WORDS_BIGENDIAN to determine platform byte-orderFabian Groffen2011-01-171-6/+1Star
* remove duplicate includesKarel Zak2011-01-042-5/+0Star
* findmnt: add --submounts optionKarel Zak2011-01-041-0/+8
* tests: fix strtosize() testKarel Zak2011-01-032-1/+26
* lib: [env] consolidate safe_getenv() usageKarel Zak2011-01-031-1/+35
* libmount: cleanup mangle() usageKarel Zak2011-01-031-4/+4
* libmount: use better format for utab, improve bind mountsKarel Zak2011-01-031-5/+8
* libmount: rewrite mountinfo/fstab parsers to use sscanf()Karel Zak2011-01-031-3/+12
* lib: fix mange() and unmangle() to handle NULLKarel Zak2011-01-031-0/+9
* libmount: add unmangle/mangle() functions to APIKarel Zak2011-01-031-4/+5
* lib: add wrappers for "at" functionsKarel Zak2011-01-032-1/+102
* lib: [tt] fix alignment of the last tree childKarel Zak2010-12-161-1/+1
* partx: complete rewriteDavidlohr Bueso2010-12-091-0/+49
* rename util-linux-ng back to util-linuxKarel Zak2010-11-301-1/+1
* lib: [strutils] move strmode() from namei.c to strutils.cKarel Zak2010-11-241-0/+40
* lib: [tt] add TT_FL_RIGHT, add columns list parserKarel Zak2010-11-241-9/+59
* lib: [ismounted] don't wast time with mtab is /proc/mounts usedKarel Zak2010-11-241-0/+4
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-232-37/+74
* findmnt: follow HAVE_LANGINFOKarel Zak2010-11-151-4/+1Star
* lib: add fallback for nl_langinfo()Karel Zak2010-11-151-0/+121
* lib/tt: fix langinfo build breakDavidlohr Bueso2010-11-151-1/+1
* lib: add test program to canonicalize.cKarel Zak2010-10-252-1/+16
* lib: fix syntax error in blkdev.cKarel Zak2010-08-231-1/+1
* portability: fix mntent.h and pty.h usageFrançois Revol2010-07-261-0/+6
* build-sys: minor changes for GNU/HurdSamuel Thibault2010-06-142-0/+5
* lib: remove unwanted debug messagesKarel Zak2010-06-031-8/+2Star
* lib: tt.c - fix minimal width of columnKarel Zak2010-06-031-6/+15
* lib: tt.c: don't print header for empty tableKarel Zak2010-06-031-1/+1
* lib: add tt.c (Tree and Table output)Karel Zak2010-06-032-1/+724
* taskset: move NR_CPUS determination to lib/cpuset.cKarel Zak2010-06-011-1/+40
* lib: add fallback for libc (uClibc) without CPU_ALLOCKarel Zak2010-06-012-1/+37
* taskset: use libc based cpu_set_tKarel Zak2010-06-011-109/+106Star
* tests: add cpuset regression testKarel Zak2010-06-012-1/+72
* taskset: move bitmap routines to lib/cpuset.cKarel Zak2010-06-011-0/+241
* cfdisk: support non-ascii characters in inputKarel Zak2010-05-071-0/+34
* mount: revert ugly ENOMEDIUM supportKarel Zak2010-04-271-24/+1Star
* lib: add strtosize() functionKarel Zak2010-03-302-1/+151
* lib: fix blkdev_find_size()Karel Zak2010-03-161-4/+16
* cal: factor out and update multibyte alignment codePádraig Brady2010-03-161-0/+254
* lib: avoid compilation failure on rawhideJim Meyering2010-03-161-0/+1
* mount: report ambivalent FS detection, improve brute force detectionKarel Zak2010-03-151-9/+24
* lib: use fstat() as fallback in blkdev_get_size()Karel Zak2010-03-111-0/+9
* lib: add mangle.c for mtab (fstab or swaps) encodingKarel Zak2010-03-102-1/+118
* liblkid: move getsize.c code to lib/Karel Zak2010-03-101-8/+79
* build-sys: remove duplicate #includesKarel Zak2010-02-121-1/+0Star
* lib: bug (typo) in function MD5Final()Karel Zak2009-12-101-1/+1
* build-sys: add HAVE_LIBBLKID_INTERNALKarel Zak2009-10-271-4/+4
* mount: and libblkid: covert /dev/dm-N to /dev/mapper/<name>Karel Zak2009-10-261-4/+44