summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: pttype - extend the API to work with file descriptorsKarel Zak2009-03-121-7/+15
* lib: pttype: fix DOS detectionKarel Zak2009-03-121-7/+7
* lib: pttype: add BSD subpartitions supportKarel Zak2009-03-121-2/+26
* lib: add pttype.c for PT types detectionKarel Zak2009-03-123-2/+264
* lib: add is_whole_disk() from fdisk codeKarel Zak2009-03-111-0/+31
* lib: fix fsprobe wrapper (const char * is nonsense)Karel Zak2009-03-031-21/+21
* lib: gcc warning in fix fsprobeKarel Zak2009-03-031-1/+1
* build-sys: add fsck binary to .gitignoreKarel Zak2009-02-181-0/+1
* tests: add fsck:ismounted reg.testKarel Zak2009-02-181-4/+7
* lib: add test_ismounted for regression testKarel Zak2009-02-183-6/+8
* fsck: cosmetic changes (NLS, paths, ...)Karel Zak2009-02-181-3/+4