summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-01taskset: use libc based cpu_set_tKarel Zak1-109/+106
2010-06-01tests: add cpuset regression testKarel Zak2-1/+72
2010-06-01taskset: move bitmap routines to lib/cpuset.cKarel Zak1-0/+241
2010-05-07cfdisk: support non-ascii characters in inputKarel Zak1-0/+34
2010-04-27mount: revert ugly ENOMEDIUM supportKarel Zak1-24/+1
2010-03-30lib: add strtosize() functionKarel Zak2-1/+151
2010-03-16lib: fix blkdev_find_size()Karel Zak1-4/+16
2010-03-16cal: factor out and update multibyte alignment codePádraig Brady1-0/+254
2010-03-16lib: avoid compilation failure on rawhideJim Meyering1-0/+1
2010-03-15mount: report ambivalent FS detection, improve brute force detectionKarel Zak1-9/+24
2010-03-11lib: use fstat() as fallback in blkdev_get_size()Karel Zak1-0/+9
2010-03-10lib: add mangle.c for mtab (fstab or swaps) encodingKarel Zak2-1/+118
2010-03-10liblkid: move getsize.c code to lib/Karel Zak1-8/+79
2010-02-12build-sys: remove duplicate #includesKarel Zak1-1/+0
2009-12-10lib: bug (typo) in function MD5Final()Karel Zak1-1/+1
2009-10-27build-sys: add HAVE_LIBBLKID_INTERNALKarel Zak1-4/+4
2009-10-26mount: and libblkid: covert /dev/dm-N to /dev/mapper/<name>Karel Zak1-4/+44
2009-10-22libblkid: use BLKSSZGET for GPT sectorsKarel Zak1-1/+5
2009-10-14lib: import whole ismounted.c code from e2fsprogsKarel Zak1-70/+232
2009-10-05Merge branch 'for_upstream' of git://git.kernel.org/pub/scm/utils/util-linux-...Karel Zak1-3/+0
2009-10-03lib: fix file descriptor leak in is_mounted()Theodore Ts'o1-3/+0
2009-09-30lib: fix lib/Makefile.am (remove pttype.c)Karel Zak1-1/+0
2009-09-29lib: remove pttype.cKarel Zak2-293/+1
2009-09-16lib: add a generic crc32()Karel Zak1-0/+116
2009-09-16libblkid: use the new API in whole u-l-ngKarel Zak1-3/+6
2009-05-29mount: use TAG parsing function from libblkidKarel Zak1-22/+4