summaryrefslogtreecommitdiffstats
path: root/shlibs
Commit message (Expand)AuthorAgeFilesLines
* libmount: add mnt_table_is_mounted()Karel Zak2011-05-314-1/+215
* libblkid: use sysfs_init() more carefullyKarel Zak2011-05-303-17/+16Star
* libblkid: add some debug messagesKarel Zak2011-05-301-2/+13
* libblkid: improve blkid__scan_dirKarel Zak2011-05-241-2/+6
* libblkid: add ID_PART_ENTRY_{OFFSET,SIZE,DISK}Karel Zak2011-05-232-1/+10
* libblkid: use partno for partitions mapped by DMKarel Zak2011-05-231-4/+44
* libblkid: found whole-disk for partitions mapped by kpartxKarel Zak2011-05-231-97/+119
* lib: [sysfs.c] make sysfs_read_* function more robustKarel Zak2011-05-183-7/+17
* libblkid: use stuff from sysfs.h and at.hKarel Zak2011-05-166-167/+67Star
* libblkid: use cached buffers for nested PT probingKarel Zak2011-05-162-23/+41
* libblkid: make whole disk probing more robustKarel Zak2011-05-163-63/+103
* libblkid: cleanup prober initializationKarel Zak2011-05-162-2/+12
* libblkid: cleanup flagsKarel Zak2011-05-164-20/+21
* blkid: don't read past end of FAT32 cluster chainJohn Lindgren2011-05-121-1/+3
* libblkid: ignore hfsplus superblocks with blocksize < 512Karel Zak2011-05-061-2/+4
* libblkid: validate hfs blocksize != 0Timo Warns2011-05-061-0/+3
* libmount: minor fix to mnt_tabdiff_*Karel Zak2011-04-274-7/+11
* libmount: add mnt_tabdiff_* functionsKarel Zak2011-04-265-2/+398
* libmount: add mnt_reset_table()Karel Zak2011-04-263-5/+26
* libmount: support NULL source path for mnt_table_find_* functionsKarel Zak2011-04-263-16/+33
* libmount: add support for x-* mount commentsKarel Zak2011-04-212-3/+14
* libmount: use libmnt_lock for utab flockKarel Zak2011-04-133-102/+32Star
* libmount: merge mtab and utab locking codeKarel Zak2011-04-132-94/+178
* libmount: block signals when update utabKarel Zak2011-04-131-48/+81
* libmount: more robust mtab and utab update (CVE-2011-1676, CVE-2011-1677)Karel Zak2011-04-131-39/+73
* libblkid: remove test for non-zero head count in FAT superblock probe.Nick Holloway2011-04-121-2/+0Star
* libmount: avoid redundant declaration of mnt_context_do_umountJan Engelhardt2011-04-121-2/+0Star
* libmount: fix parsing of mountinfo from 2.6.39Karel Zak2011-04-051-8/+21
* libmount: add mountpoint(1) implementation to samples/Karel Zak2011-04-013-1/+176
* umount: use helper= for all UIDsKarel Zak2011-04-013-5/+5
* libmount: support /run/mount rather than /dev/.mountKarel Zak2011-03-317-16/+28
* 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
* 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
* libmount: fix leak in sample programKarel Zak2011-03-281-1/+1
* libmount: create a default lock for mtab updateKarel Zak2011-03-281-1/+10
* libmount: rename mount option "quiet" to "silent"Karel Zak2011-03-182-3/+3
* libblkid: add blkid_evaluate_spec()Karel Zak2011-03-173-8/+50
* build-sys: include <uuid.h> rather than <uuid/uuid.h>Karel Zak2011-03-161-5/+1Star
* build-sys: don't support external (e2fsprogs) libuuidKarel Zak2011-03-161-6/+1Star
* libblkid: use blkid_probe_get_buffer() more carefullyKarel Zak2011-03-163-8/+14
* libmount: cleanup *_do_[u]mount() return codes and docsKarel Zak2011-03-143-11/+38
* libmount: keep code more readable for analyzers [coverity scan]Karel Zak2011-03-111-3/+3
* libblkid: fix typo in *_to_cpu() usage in raid detection [coverity scan]Karel Zak2011-03-111-2/+2