summaryrefslogtreecommitdiffstats
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
* libmount: fixed a small typos.p@orbitalfox.com2012-01-041-1/+1
* libmount: fix typo in function nameDave Reisner2012-01-021-1/+1
* libmount: consolidate MNT_FS_* codeKarel Zak2012-01-029-29/+57
* libmount: avoid resolving pseudofs source on updateDave Reisner2012-01-021-1/+1
* libmount; fix possible mem-leakKarel Zak2012-01-022-9/+20
* libmount: always trust the source of a pseudofsDave Reisner2012-01-021-0/+2
* libmount: don't use "new" in header fileKarel Zak2011-12-191-2/+2
* libmount: add support for mount -a --forkKarel Zak2011-12-026-28/+217
* libmount: add "+" prefix for options pattern (e.g findmnt -O)Karel Zak2011-12-011-1/+14
* libmount: add -a to umount(8) sampleKarel Zak2011-12-012-3/+37
* libmount: add mnt_context_umount_next()Karel Zak2011-12-014-21/+126
* libmount: improve verbose messageKarel Zak2011-12-011-5/+5
* libmount: add new exprimental umount(8)Karel Zak2011-11-292-1/+255
* include,optutils: add option_to_longopt()Karel Zak2011-11-291-12/+3Star
* libmount: use USAGE_* from mount(8) sampleKarel Zak2011-11-291-3/+8
* libmount: add sanitize_env() to mount(8) sampleKarel Zak2011-11-292-0/+4
* libmount: remove magic constatnt from mount(8)Karel Zak2011-11-291-16/+27
* libmount: fix compiler warning [-Wimplicit-function-declaration]Karel Zak2011-11-281-0/+1
* lib,match: split match_fstype() from libmountKarel Zak2011-11-152-29/+2Star
* libmount: fix trivial typos in debugging outputPetr Uzel2011-11-096-7/+7
* libmount: fix chdir to parent for restricted (user) umountsKarel Zak2011-11-081-16/+25
* libmount: ignore tailing slash in netfs source pathsPetr Uzel2011-11-083-9/+24
* libmount: unable to umount nfs shares using the force optionKarel Zak2011-10-171-1/+1
* build-sys: check scanf %ms modifierKarel Zak2011-10-101-11/+12
* libmount: support -o loop=<devname>Karel Zak2011-09-301-3/+8
* libmount: use loopdev debug facilityKarel Zak2011-09-292-4/+14
* libmount: support {offset,sizelimit}= foor loopdevsKarel Zak2011-09-291-18/+51
* libmount: add function to parse offsets/sizesKarel Zak2011-09-293-11/+25
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-271-1/+1
* libmount: fix use of logical '&&' with constant operandFrancesco Cosoleto2011-09-272-2/+2
* libmount: previously assumed null pointer [smatch scan]Karel Zak2011-09-121-4/+4
* libmount: variable dereferenced before check [smatch scan]Karel Zak2011-09-121-1/+1
* libmount: redundant null check on calling free() [smatch scan]Karel Zak2011-09-121-2/+1Star
* libmount: use unsigned int for bitfields [smatch scan]Karel Zak2011-09-121-3/+3
* docs: use .LGPL extension for file with GNU Lesser LicenseKarel Zak2011-08-311-1/+1
* Merge branch 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2011-08-313-509/+9Star
|\
| * docs: remove duplicated textSami Kerola2011-08-301-0/+8
| * docs: Documentation directory addedSami Kerola2011-08-122-509/+1Star
* | libmount: fix debug messageKarel Zak2011-08-261-2/+3
* | libmount: cut up mount's help text into manageable chunksBenno Schulenberg2011-08-161-17/+24
* | grammar fixesDavidlohr Bueso2011-08-151-2/+2
|/
* lib: [loopdev.c] correct trivial typoDavidlohr Bueso2011-08-081-1/+1
* libmount: fix undefined sourcesDavidlohr Bueso2011-08-081-2/+0Star
* libmount: update list of pseudo-filesystemsKarel Zak2011-08-081-0/+4
* libmount: fix compiler warnings [-Wunused-parameter -Wsign-compare]Karel Zak2011-08-025-14/+20
* build-sys: remove and ignore generated filesKarel Zak2011-07-282-0/+1
* build-sys: fix gtk-doc distcleanKarel Zak2011-07-271-1/+1
* libmount: remove 'seclabel' on remount, improve for 2.6.39Karel Zak2011-07-252-9/+31
* libmount: improve apply_fstab debuggingKarel Zak2011-07-251-4/+17
* libmount: add MOUNT_2.20 version to the APIKarel Zak2011-07-251-13/+16