summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* libblkid: use BLKSSZGET for GPT sectorsKarel Zak2009-10-221-1/+5
* lib: import whole ismounted.c code from e2fsprogsKarel Zak2009-10-141-70/+232
* Merge branch 'for_upstream' of git://git.kernel.org/pub/scm/utils/util-linux-...Karel Zak2009-10-051-3/+0Star
|\
| * lib: fix file descriptor leak in is_mounted()Theodore Ts'o2009-10-031-3/+0Star
* | lib: fix lib/Makefile.am (remove pttype.c)Karel Zak2009-09-301-1/+0Star
* | lib: remove pttype.cKarel Zak2009-09-292-293/+1Star
* | lib: add a generic crc32()Karel Zak2009-09-161-0/+116
* | libblkid: use the new API in whole u-l-ngKarel Zak2009-09-161-3/+6
|/
* mount: use TAG parsing function from libblkidKarel Zak2009-05-291-22/+4Star
* mount: (and fsck) remove libvolume_id supportKarel Zak2009-05-221-130/+3Star
* build-sys: fix blkid.h include for old e2fsprogsKarel Zak2009-05-111-0/+4
* blkid: rename blkid_evaluate_spec to blkid_evaluate_tagKarel Zak2009-04-291-7/+7
* lib: do not include <linux/fd.h> in ismounted.cAurelien Jarno2009-04-201-1/+0Star
* lib: fsprobe - fix gcc warningKarel Zak2009-03-161-1/+1
* lib: wholedisk - extend API, add test programKarel Zak2009-03-123-16/+40