Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-03 | libmount: cleanup return codes (tab.c) | Karel Zak | 1 | -21/+21 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup return codes (optstr.c) | Karel Zak | 1 | -45/+42 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup return codes (optmap.c) | Karel Zak | 1 | -4/+4 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup return codes (lock.c) | Karel Zak | 1 | -16/+24 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup return codes (iter.c) | Karel Zak | 1 | -2/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup return codes (fs.c) | Karel Zak | 1 | -60/+50 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup return codes (cache.c) | Karel Zak | 5 | -16/+18 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: clean up mnt_fs_set_optstr() | Karel Zak | 6 | -22/+65 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: improve an rename API for mtab management | Karel Zak | 4 | -268/+312 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: update tests | Karel Zak | 2 | -2/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: update mount.{h,sym} | Karel Zak | 2 | -1/+31 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: use mnt_fs for mtab API | Karel Zak | 2 | -85/+71 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: fix datatype for mountflags | Karel Zak | 3 | -12/+14 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: remove unnecessary options container | Karel Zak | 5 | -1630/+2 | |
It seems that we are able to be happy with option strings only. The mnt_optls stuff was over-engineering. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add support for mtab managment | Karel Zak | 4 | -11/+968 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: correctly use "none" values | Karel Zak | 3 | -15/+25 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mnt_optstr_get_mountflags() | Karel Zak | 3 | -0/+74 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: improve mnt_get_fs_root() and mnt_get_mountpoint() | Karel Zak | 2 | -9/+17 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add uhelper=, improve mnt_split_optstr() | Karel Zak | 4 | -9/+29 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add unit test for mnt_copy_fs() | Karel Zak | 1 | -0/+29 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add utils to get FS root/mountpoint | Karel Zak | 2 | -0/+94 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mnt_copy_fs() and mnt_fs_set_root() | Karel Zak | 3 | -1/+92 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add unmangle/mangle() functions to API | Karel Zak | 3 | -0/+31 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: remove fs and tab printf functions | Karel Zak | 5 | -219/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add {start,end}swith() functions | Karel Zak | 3 | -1/+57 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mnt_get_writable_mtab_path() | Karel Zak | 3 | -1/+42 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: clean up lock.c | Karel Zak | 1 | -52/+62 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mnt_tab_parse_mtab() | Karel Zak | 7 | -2/+113 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mnt_split_optstr() | Karel Zak | 5 | -26/+152 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: don't return old data from optls iterator | Karel Zak | 1 | -0/+3 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: clean up mount.sym file | Karel Zak | 1 | -10/+6 | |
The API is not stable yet, so it's possible to increment the current API version rather than create a new version. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mnt_fs_get_root() | Karel Zak | 5 | -6/+24 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add /etc/fstab.d support | Karel Zak | 5 | -2/+113 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mnt_tab_parse_stream() | Karel Zak | 3 | -34/+52 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: don't store filename to mnt_tab | Karel Zak | 4 | -70/+48 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: improve parser return codes | Karel Zak | 2 | -10/+26 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: remove mnt_tab_strerr() | Karel Zak | 5 | -149/+12 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mnt_tab_set_parser_errcb() | Karel Zak | 4 | -11/+35 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-11-30 | rename util-linux-ng back to util-linux | Karel Zak | 1 | -2/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-11-23 | lib: [strutils] general purpose string handling functions | Davidlohr Bueso | 2 | -48/+0 | |
This patch replaces a few functions used throughout the source: * Renames getnum (from schedutils) to strtol_or_err * Moves strtosize (from lib/strtosize.c) * Moves xstrncpy (from include/xstrncpy.h) * Adds strnlen, strnchr and strndup if not available (remove it from libmount utils) A few Makefile.am files were modified to compile accordingly along with trivial renaming in schedutils source code. Signed-off-by: Davidlohr Bueso <dave@gnu.org> | |||||
2010-08-20 | libmount: remove unused mnt_strconcat3() | Karel Zak | 2 | -29/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-07-12 | docs: add COPYING.lib* files | Karel Zak | 2 | -1/+509 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-07-07 | libmount: fix merge_optstr (do not truncate 3 trailing characters) | Petr Uzel | 1 | -1/+2 | |
I believe this is the correct fix. Signed-off-by: Petr Uzel <petr.uzel@centrum.cz> | |||||
2010-06-14 | build-sys: minor changes for GNU/Hurd | Samuel Thibault | 1 | -0/+1 | |
Here is a patch to fix the build on GNU/Hurd. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> | |||||
2010-06-08 | libmount: don't build tests by default | Karel Zak | 1 | -30/+7 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-08 | build-sys: cleanup lib{mount,blkid} building | Karel Zak | 2 | -2/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-07 | libmount: another Makefile.am fix | Karel Zak | 1 | -1/+1 | |
2010-06-07 | libmount: use mangle function from lib/ | Karel Zak | 1 | -24/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-07 | libmount: fix Makefile.am | Karel Zak | 1 | -4/+6 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-07 | build-sys: use include/list.h | Karel Zak | 1 | -1/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> |