Age | Commit message (Expand) | Author | Files | Lines |
2011-01-04 | remove duplicate includes | Karel Zak | 4 | -6/+0 |
2011-01-04 | libmount: cleanup API and docs | Karel Zak | 16 | -291/+247 |
2011-01-03 | libmount: fix tab_update test program | Karel Zak | 1 | -1/+3 |
2011-01-03 | libblkid: support LIBBLKID_DEBUG= env. | Karel Zak | 1 | -1/+3 |
2011-01-03 | lib: [env] consolidate safe_getenv() usage | Karel Zak | 6 | -69/+13 |
2011-01-03 | libmount: cleanup mount.sym | Karel Zak | 1 | -13/+55 |
2011-01-03 | libmount: cleanup lock API | Karel Zak | 1 | -1/+1 |
2011-01-03 | libmount: cleanup context API | Karel Zak | 3 | -17/+8 |
2011-01-03 | libmount: don't export some cache.c files | Karel Zak | 3 | -21/+7 |
2011-01-03 | libmount: better work with mtab options | Karel Zak | 9 | -18/+159 |
2011-01-03 | libmount: don't use NULL pointer in mntenv | Karel Zak | 1 | -0/+5 |
2011-01-03 | mount: use libmount for mtab/utab updates | Karel Zak | 1 | -1/+0 |
2011-01-03 | libmount: fix mount.h includes | Karel Zak | 1 | -0/+1 |
2011-01-03 | libmount: clean mnt_update_* target usage | Karel Zak | 2 | -17/+26 |
2011-01-03 | libmount: cleanup MS_RDONLY usageand mnt_update_* symbols | Karel Zak | 6 | -27/+115 |
2011-01-03 | libmount: minor fixes | Karel Zak | 5 | -5/+10 |
2011-01-03 | libmount: use separate buffer for userspace options, add mount attributes | Karel Zak | 11 | -375/+702 |
2011-01-03 | libmount: add mntent.h compatible stuff | Karel Zak | 3 | -15/+100 |
2011-01-03 | libmount: cleanup mangle() usage | Karel Zak | 1 | -5/+9 |
2011-01-03 | libmount: minor fixes in cache.c | Karel Zak | 1 | -2/+3 |
2011-01-03 | libmount: remove utab from API, update tests | Karel Zak | 8 | -118/+125 |
2011-01-03 | libmount: fix to work with btrfs subvolume user mounts | Karel Zak | 5 | -21/+31 |
2011-01-03 | libmount: use better format for utab, improve bind mounts | Karel Zak | 8 | -106/+270 |
2011-01-03 | libmount: fix utab file and dir modes, add new debug messages | Karel Zak | 5 | -9/+32 |
2011-01-03 | tests: improve libmount context mount and umount test | Karel Zak | 1 | -0/+4 |
2011-01-03 | libmount: add new debug messages, fix umount return code | Karel Zak | 2 | -4/+18 |
2011-01-03 | libmount: fix context mount test | Karel Zak | 3 | -39/+20 |
2011-01-03 | libmount: fix mnt_optstr_remove_option_at() | Karel Zak | 1 | -1/+3 |
2011-01-03 | libmount: support /{proc,etc}/filesystems | Karel Zak | 7 | -39/+241 |
2011-01-03 | libmount: add debug messages and fix typos in tab_update | Karel Zak | 3 | -13/+32 |
2011-01-03 | libmount: rewrite update | Karel Zak | 8 | -1010/+693 |
2011-01-03 | libmount: fix Makefile and tests | Karel Zak | 1 | -1/+1 |
2011-01-03 | libmount: improve function for work with mtab paths | Karel Zak | 2 | -112/+122 |
2011-01-03 | libmount: fix comment for mnt_unlock_file() | Karel Zak | 1 | -1/+1 |
2011-01-03 | libmount: add functions get mtab/utab paths | Karel Zak | 1 | -37/+46 |
2011-01-03 | libmount: allow to overwrite mtab/fstab paths | Karel Zak | 7 | -62/+140 |
2011-01-03 | libmount: add LIBMOUNT_{MTAB,FSTAB} | Karel Zak | 2 | -11/+17 |
2011-01-03 | tests: add libmount lock test | Karel Zak | 1 | -9/+44 |
2011-01-03 | tests: add libmount tab_parse.c tests | Karel Zak | 1 | -10/+1 |
2011-01-03 | libmount: cleanup fstab parser, improve mnt_tab errcb usage | Karel Zak | 4 | -20/+51 |
2011-01-03 | libmount: fix mnt_optstr_apply_flags() to work with optional variables | Karel Zak | 1 | -5/+6 |
2011-01-03 | tests: use {src,build}dir variables for tests | Karel Zak | 1 | -1/+1 |
2011-01-03 | libmount: improve assert() and DBG() usage | Karel Zak | 5 | -31/+99 |
2011-01-03 | libmount: add umount(2) support | Karel Zak | 6 | -91/+709 |
2011-01-03 | libmount: add mnt_context_get_{fstab,mtab}() | Karel Zak | 3 | -40/+91 |
2011-01-03 | libmount: add mnt_tab_find_pair() | Karel Zak | 3 | -16/+85 |
2011-01-03 | libmount: allows to swap source and target | Karel Zak | 3 | -164/+149 |
2011-01-03 | libmount: cleanup mount.h | Karel Zak | 1 | -38/+33 |
2011-01-03 | libmount: split context.c | Karel Zak | 5 | -834/+909 |
2011-01-03 | libmount: cleanup helpers support | Karel Zak | 1 | -114/+117 |