summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests: add dump from huge ia64 to lscpu testsKarel Zak2011-03-312-0/+654
* lscpu: fix op-mode for /{sys,proc} dumpsKarel Zak2011-03-312-1/+5
* lscpu: fix threads-per-core calculationKarel Zak2011-03-311-6/+14
* login: fix checktty test to compile with old glibcKarel Zak2011-03-311-0/+1
* libmount: plug memory leak in sample programPetr Uzel2011-03-311-0/+1
* libmount: fix some typos and copy&paste mistakes in commentsPetr Uzel2011-03-313-20/+19Star
* libmount: fix memory leak in cacheKarel Zak2011-03-301-2/+2
* libmount: add phelper= supportKarel Zak2011-03-303-17/+45
* mount: add phelper=Karel Zak2011-03-303-21/+42
* libmount: small lock code cleanupKarel Zak2011-03-303-25/+29
* libmount: use chdir() and NOFOLLOW umount flag for umount operationKarel Zak2011-03-304-3/+114
* libmount: fix testKarel Zak2011-03-302-2/+1Star
* libmount: cleanup umount codeKarel Zak2011-03-301-38/+29Star
* libmount: block signals when writing to mtabKarel Zak2011-03-305-26/+73
* docs: update TODOKarel Zak2011-03-301-5/+19
* docs: update TODOKarel Zak2011-03-301-0/+10
* blkid: small fix for safe_print()Sergey Gusarov2011-03-291-1/+1
* umount: use UMOUNT_NOFOLLOW for non-root usersKarel Zak2011-03-291-11/+87
* blkid: add -d option to print non-printable charsKarel Zak2011-03-292-9/+22
* partx: add fallback for openat() to be usable on old systemsKarel Zak2011-03-292-3/+8
* include: [c.h] add definition wrappers for old libc versionsDavidlohr Bueso2011-03-291-1/+11
* libmount: fix leak in sample programKarel Zak2011-03-281-1/+1
* libmount: create a default lock for mtab updateKarel Zak2011-03-281-1/+10
* build-sys: do not ignore datarootdirSami Kerola2011-03-221-0/+5
* docs: update TODOKarel Zak2011-03-221-17/+0Star
* lib: [fsprobe.c] fix blkid_evaluate_spec() callKarel Zak2011-03-221-1/+1
* ddate: use ARRAY_SIZEKarel Zak2011-03-181-2/+4
* ddate: remove non-ascii chars from ddateKarel Zak2011-03-181-4/+4
* tailf: support --lines 0Karel Zak2011-03-181-1/+1
* libmount: rename mount option "quiet" to "silent"Karel Zak2011-03-182-3/+3
* fdisk: check index before access to array [coverity scan]Karel Zak2011-03-171-2/+4
* libblkid: add blkid_evaluate_spec()Karel Zak2011-03-174-28/+51
* lib: [fsprobe.c] remove obsolete <blkid/blkid.h>Karel Zak2011-03-161-4/+0Star
* build-sys: don't use HAVE_LIBBLKID_INTERNAL macroKarel Zak2011-03-163-7/+7
* build-sys: clean up partx MakefileKarel Zak2011-03-163-17/+22
* build-sys: don't support external (e2fsprogs) libblkidKarel Zak2011-03-166-49/+3Star
* build-sys: include <uuid.h> rather than <uuid/uuid.h>Karel Zak2011-03-163-15/+3Star
* build-sys: don't support external (e2fsprogs) libuuidKarel Zak2011-03-163-33/+2Star
* lib: [fsprobe.c] use internal libblkid onlyKarel Zak2011-03-161-101/+17Star
* libblkid: use blkid_probe_get_buffer() more carefullyKarel Zak2011-03-163-8/+14
* Revert "umount: call /sbin/umount.<uhelper> for root user too"Karel Zak2011-03-152-16/+21
* umount: call /sbin/umount.<uhelper> for root user tooKarel Zak2011-03-152-21/+16Star
* libmount: cleanup *_do_[u]mount() return codes and docsKarel Zak2011-03-143-11/+38
* mount: rename "quiet" to "silent" (MS_SILENT)Karel Zak2011-03-113-3/+9
* tests: update GPT testKarel Zak2011-03-111-5/+5
* blkid: fix double free [coverity scan]Karel Zak2011-03-111-3/+2Star
* lib: [tt.c] use mbs_truncate() from mbsalign.cKarel Zak2011-03-114-66/+7Star
* lib: [tt.c] dereferencing data before a null check [coverity scan]Karel Zak2011-03-111-1/+2
* tailf: fix open() return value check [coverity scan]Karel Zak2011-03-111-1/+2
* fsck.minix: use lib/ismounted.cKarel Zak2011-03-112-23/+5Star