summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* 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
* 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
* Revert "libmount: do not check for EAGAIN after flock()"Karel Zak2011-02-181-1/+1
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+1
* libmount: add fallbacks for old systems without umount2() syscallKarel Zak2011-02-111-0/+28
* libmount: replace mkostmps() with more portable mkstemp()Karel Zak2011-02-113-4/+4
* tests: fix libmount testKarel Zak2011-02-091-5/+4Star
* libmount: do not check for EAGAIN after flock()Petr Uzel2011-02-091-1/+1
* libmount: more robust flock() usageKarel Zak2011-02-081-2/+6
* libmount: add and copy FS internal flagsKarel Zak2011-02-078-54/+123
* libmount: don't prepare update if syscall failedKarel Zak2011-02-071-0/+10
* libmount: cleanup helper initialization APIKarel Zak2011-02-026-15/+87
* libmount: add low-level API for umountKarel Zak2011-02-023-15/+111
* libmount: cleanup high-level mount APIKarel Zak2011-02-024-33/+33
* libmount: copy mount attrs from utab to contextKarel Zak2011-02-021-1/+6
* libmount: don't compile tests by defaultKarel Zak2011-01-251-4/+2Star
* libmount: fix debug messageKarel Zak2011-01-251-1/+1
* libmount: compile testsKarel Zak2011-01-251-3/+5
* libmount: fix user= usageKarel Zak2011-01-253-5/+8
* libmount: improve status check, minor cleanupsKarel Zak2011-01-256-20/+44
* libmount: rename mount.sym -> libmount.symKarel Zak2011-01-242-3/+3
* libmount: add mnt_context_get_{source,target,fstype}Karel Zak2011-01-243-2/+53
* libmount: _SC_GETPW_R_SIZE_MAX portability issueKarel Zak2011-01-231-0/+4
* libmount: cleanup API, remove typedefKarel Zak2011-01-2218-883/+919
* libmount: add functions for mount.<type> helpersKarel Zak2011-01-225-5/+79
* libmount: rename mount.h to libmount.hKarel Zak2011-01-223-5/+5
* libmount: split mnt_context_do_mount()Karel Zak2011-01-225-21/+107
* 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-101-0/+1
* libmount: properly canonicalize source and targetKarel Zak2011-01-106-21/+68
* remove duplicate includesKarel Zak2011-01-043-5/+0Star
* libmount: cleanup API and docsKarel Zak2011-01-0414-184/+95Star
* libmount: fix tab_update test programKarel Zak2011-01-031-1/+3
* lib: [env] consolidate safe_getenv() usageKarel Zak2011-01-033-36/+7Star
* 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