summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libmount: cleanup return codes (tab_parse.c)Karel Zak2011-01-031-60/+78
* libmount: cleanup return codes (tab.c)Karel Zak2011-01-031-21/+21
* libmount: cleanup return codes (optstr.c)Karel Zak2011-01-031-45/+42Star
* libmount: cleanup return codes (optmap.c)Karel Zak2011-01-031-4/+4
* libmount: cleanup return codes (lock.c)Karel Zak2011-01-031-16/+24
* libmount: cleanup return codes (iter.c)Karel Zak2011-01-031-2/+2
* libmount: cleanup return codes (fs.c)Karel Zak2011-01-031-60/+50Star
* libmount: cleanup return codes (cache.c)Karel Zak2011-01-035-16/+18
* libmount: clean up mnt_fs_set_optstr()Karel Zak2011-01-036-22/+65
* libmount: improve an rename API for mtab managementKarel Zak2011-01-034-268/+312
* libmount: update testsKarel Zak2011-01-032-2/+2
* libmount: update mount.{h,sym}Karel Zak2011-01-032-1/+31
* libmount: use mnt_fs for mtab APIKarel Zak2011-01-032-85/+71Star
* libmount: fix datatype for mountflagsKarel Zak2011-01-033-12/+14
* libmount: remove unnecessary options containerKarel Zak2011-01-035-1630/+2Star
* libmount: add support for mtab managmentKarel Zak2011-01-034-11/+968
* lib: fix mange() and unmangle() to handle NULLKarel Zak2011-01-031-0/+9
* libmount: correctly use "none" valuesKarel Zak2011-01-033-15/+25
* findmnt: add support for fs-root (subvolumes and bind mounts)Karel Zak2011-01-032-2/+20
* libmount: add mnt_optstr_get_mountflags()Karel Zak2011-01-033-0/+74
* libmount: improve mnt_get_fs_root() and mnt_get_mountpoint()Karel Zak2011-01-032-9/+17
* libmount: add uhelper=, improve mnt_split_optstr()Karel Zak2011-01-034-9/+29
* libmount: add unit test for mnt_copy_fs()Karel Zak2011-01-031-0/+29
* libmount: add utils to get FS root/mountpointKarel Zak2011-01-032-0/+94
* libmount: add mnt_copy_fs() and mnt_fs_set_root()Karel Zak2011-01-033-1/+92
* libmount: add unmangle/mangle() functions to APIKarel Zak2011-01-035-6/+38
* libmount: remove fs and tab printf functionsKarel Zak2011-01-035-219/+2Star
* libmount: add {start,end}swith() functionsKarel Zak2011-01-033-1/+57
* libmount: add mnt_get_writable_mtab_path()Karel Zak2011-01-033-1/+42
* libmount: clean up lock.cKarel Zak2011-01-031-52/+62
* libmount: add mnt_tab_parse_mtab()Karel Zak2011-01-038-2/+115
* libmount: add mnt_split_optstr()Karel Zak2011-01-035-26/+152
* libmount: don't return old data from optls iteratorKarel Zak2011-01-031-0/+3
* libmount: clean up mount.sym fileKarel Zak2011-01-031-10/+6Star
* libmount: add mnt_fs_get_root()Karel Zak2011-01-035-6/+24
* findmnt: add /etc/fstab.d supportKarel Zak2011-01-032-3/+23
* libmount: add /etc/fstab.d supportKarel Zak2011-01-036-2/+115
* lib: add wrappers for "at" functionsKarel Zak2011-01-034-1/+126
* libmount: add mnt_tab_parse_stream()Karel Zak2011-01-033-34/+52
* libmount: don't store filename to mnt_tabKarel Zak2011-01-034-70/+48Star
* libmount: improve parser return codesKarel Zak2011-01-032-10/+26
* libmount: remove mnt_tab_strerr()Karel Zak2011-01-036-155/+12Star
* libmount: add mnt_tab_set_parser_errcb()Karel Zak2011-01-034-11/+35
* libblkid: use PRId64 in PT parserKarel Zak2011-01-011-7/+7
* hwclock: allow setting of RTC when it contains invalid dataPeter Tyser2010-12-311-4/+16
* lscpu: avoid len = 0 as a consequence of maxcpus = 0Gerrit Renker2010-12-311-1/+2
* partx: fix authors section in man pageDavidlohr Bueso2010-12-311-1/+1
* cfdisk: close the program when terminal isn't presentFrancesco Cosoleto2010-12-301-6/+17
* wipefs: fail if more device arguments specifiedMilan Broz2010-12-301-0/+3
* hexdump: remove od functionality in favor to GNU coreutils odSami Kerola2010-12-306-358/+8Star