summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-12-29Merge remote branch 'origin/master'LaMont Jones7-165/+463
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-25Merge remote branch 'origin/master'LaMont Jones2-1/+16
2010-10-25lib: add test program to canonicalize.cKarel Zak2-1/+16
2010-09-06Merge remote branch 'origin/master'LaMont Jones1-1/+1
2010-08-23lib: fix syntax error in blkdev.cKarel Zak1-1/+1
2010-08-02Merge remote branch 'origin/master'LaMont Jones4-1/+1122
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-14Merge remote branch 'origin/master' into HEADLaMont Jones7-52/+686
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
2010-01-18Merge branch 'stable/v2.16'LaMont Jones1-1/+1
2009-12-21Merge remote branch 'origin/master'LaMont Jones1-1/+1
2009-12-10lib: bug (typo) in function MD5Final()Karel Zak1-1/+1
2009-12-06Merge remote branch 'origin/stable/v2.16' into stable/v2.16LaMont Jones1-3/+0
2009-11-30lib: fix file descriptor leak in is_mounted()Theodore Ts'o1-3/+0
2009-11-04Merge remote branch 'origin/master'LaMont Jones3-9/+53
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-19Merge remote branch 'origin/master'LaMont Jones1-70/+232
2009-10-14lib: import whole ismounted.c code from e2fsprogsKarel Zak1-70/+232