summaryrefslogtreecommitdiffstats
path: root/shlibs
Commit message (Expand)AuthorAgeFilesLines
* libmount: rename mount.h to libmount.hKarel Zak2011-01-227-9/+10
* libmount: split mnt_context_do_mount()Karel Zak2011-01-226-22/+108
* use uint32_t instead of u_int32_tFabian Groffen2011-01-201-4/+4
* libblkid: add blkdev.h to blkidP.hKarel Zak2011-01-208-9/+1Star
* make major and minor available on SolarisKarel Zak2011-01-205-15/+0Star
* build-sys: link with socketlibs when necessaryFabian Groffen2011-01-201-1/+3
* libmount: add mnt_context_is_* functionsKarel Zak2011-01-193-1/+111
* libmount: cleanup internal APIKarel Zak2011-01-181-1/+0Star
* libmount: improve fstab/mtab options usageKarel Zak2011-01-133-53/+71
* libmount: add mount(8) sampleKarel Zak2011-01-105-1/+432
* libmount: properly canonicalize source and targetKarel Zak2011-01-106-21/+68
* remove duplicate includesKarel Zak2011-01-044-6/+0Star
* libmount: cleanup API and docsKarel Zak2011-01-0416-291/+247Star
* libmount: fix tab_update test programKarel Zak2011-01-031-1/+3
* libblkid: support LIBBLKID_DEBUG= env.Karel Zak2011-01-031-1/+3
* lib: [env] consolidate safe_getenv() usageKarel Zak2011-01-036-69/+13Star
* libmount: cleanup mount.symKarel Zak2011-01-031-13/+55
* libmount: cleanup lock APIKarel Zak2011-01-031-1/+1
* libmount: cleanup context APIKarel Zak2011-01-033-17/+8Star
* libmount: don't export some cache.c filesKarel Zak2011-01-033-21/+7Star
* libmount: better work with mtab optionsKarel Zak2011-01-039-18/+159
* libmount: don't use NULL pointer in mntenvKarel Zak2011-01-031-0/+5
* mount: use libmount for mtab/utab updatesKarel Zak2011-01-031-1/+0Star
* libmount: fix mount.h includesKarel Zak2011-01-031-0/+1
* libmount: clean mnt_update_* target usageKarel Zak2011-01-032-17/+26
* libmount: cleanup MS_RDONLY usageand mnt_update_* symbolsKarel Zak2011-01-036-27/+115
* libmount: minor fixesKarel Zak2011-01-035-5/+10
* libmount: use separate buffer for userspace options, add mount attributesKarel Zak2011-01-0311-375/+702
* libmount: add mntent.h compatible stuffKarel Zak2011-01-033-15/+100
* libmount: cleanup mangle() usageKarel Zak2011-01-031-5/+9
* libmount: minor fixes in cache.cKarel Zak2011-01-031-2/+3
* libmount: remove utab from API, update testsKarel Zak2011-01-038-118/+125
* libmount: fix to work with btrfs subvolume user mountsKarel Zak2011-01-035-21/+31
* libmount: use better format for utab, improve bind mountsKarel Zak2011-01-038-106/+270
* libmount: fix utab file and dir modes, add new debug messagesKarel Zak2011-01-035-9/+32
* tests: improve libmount context mount and umount testKarel Zak2011-01-031-0/+4
* libmount: add new debug messages, fix umount return codeKarel Zak2011-01-032-4/+18
* libmount: fix context mount testKarel Zak2011-01-033-39/+20Star
* libmount: fix mnt_optstr_remove_option_at()Karel Zak2011-01-031-1/+3
* libmount: support /{proc,etc}/filesystemsKarel Zak2011-01-037-39/+241
* libmount: add debug messages and fix typos in tab_updateKarel Zak2011-01-033-13/+32
* libmount: rewrite updateKarel Zak2011-01-038-1010/+693Star
* libmount: fix Makefile and testsKarel Zak2011-01-031-1/+1
* libmount: improve function for work with mtab pathsKarel Zak2011-01-032-112/+122
* libmount: fix comment for mnt_unlock_file()Karel Zak2011-01-031-1/+1
* libmount: add functions get mtab/utab pathsKarel Zak2011-01-031-37/+46
* libmount: allow to overwrite mtab/fstab pathsKarel Zak2011-01-037-62/+140
* libmount: add LIBMOUNT_{MTAB,FSTAB}Karel Zak2011-01-032-11/+17
* tests: add libmount lock testKarel Zak2011-01-031-9/+44
* tests: add libmount tab_parse.c testsKarel Zak2011-01-031-10/+1Star