summaryrefslogtreecommitdiffstats
path: root/shlibs
Commit message (Expand)AuthorAgeFilesLines
* 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
* libblkid: add PART_ENTRY_* to docsKarel Zak2011-03-112-1/+5
* move struct option to .rodataKarel Zak2011-03-031-1/+1
* libblkid: fix gcc warningsKarel Zak2011-03-012-3/+3
* libblkid: fix EFI GPT uuid byte orderKarel Zak2011-03-011-11/+23
* libblkid: try to detect if PT is newer than LVMKarel Zak2011-02-246-1/+100
* libmount: better "user" evaluationKarel Zak2011-02-233-11/+71
* libmount: don't export functions for vfs/fs/userspace mount optionsKarel Zak2011-02-229-261/+76Star
* lsblk: fix readlink() usageKarel Zak2011-02-181-1/+0Star
* Revert "libmount: do not check for EAGAIN after flock()"Karel Zak2011-02-181-1/+1
* Revert "libuuid: do not check for EAGAIN after flock()"Karel Zak2011-02-181-1/+1
* build-sys: add uuid_generate_time_safe.3 .gitignoreKarel Zak2011-02-171-0/+1
* libuuid: move __uuid function to UUIDD_PRIVATE in uuid.symKarel Zak2011-02-161-8/+13
* libuuid: update manpage, mention uuid_generate_time_safePetr Uzel2011-02-164-4/+29
* libuuid: introduce uuid_generate_time_safe()Petr Uzel2011-02-163-7/+39
* libuuid: __uuid_generate_time(): report if clock_seq is safePetr Uzel2011-02-162-3/+5
* libuuid: rename uuid__generate_* to __uuid_generate_*Petr Uzel2011-02-163-9/+9