Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-31 | Merge remote branch 'origin/master' | LaMont Jones | 107 | -137/+1551 | |
Conflicts: mount/mount.8 mount/mount.c | |||||
2011-01-25 | tests: skip non-compiled libmount tests | Karel Zak | 8 | -0/+16 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-25 | tests: update lscpu tests on x86_64 | Karel Zak | 2 | -2/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-24 | tests: ignore device name used in some fdisk and blkid tests | Francesco Cosoleto | 10 | -35/+40 | |
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com> | |||||
2011-01-23 | remaining util-linux-ng to util-linux | Sami Kerola | 1 | -1/+1 | |
Signed-off-by: Sami Kerola <kerolasa@iki.fi> | |||||
2011-01-17 | build-sys: use WORDS_BIGENDIAN to determine platform byte-order | Fabian Groffen | 1 | -6/+1 | |
Autoconf contains the right magic to determine the endianness on many platforms next to Linux. This reverses previous commits to move away from WORDS_BIGENDIAN: "use __BYTE_ORDER rather than AC specific WORDS_BIGENDIAN" This is necessary to compile on non Linux platforms like Darwin and Solaris. Signed-off-by: Fabian Groffen <grobian@gentoo.org> | |||||
2011-01-03 | tests: use findmnt(8) for remount test | Karel Zak | 1 | -2/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: use findmnt(8) for mount --move test | Karel Zak | 1 | -8/+5 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: refresh libmount fstab parser tests | Karel Zak | 6 | -6/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: fix strtosize() test | Karel Zak | 3 | -39/+39 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: check for mtab | Karel Zak | 2 | -1/+7 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: add libmount utab tests | Karel Zak | 8 | -0/+130 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: minor fixes | Karel Zak | 1 | -1/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: use separate buffer for userspace options, add mount attributes | Karel Zak | 10 | -72/+98 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | build-sys: add --enable-libmount-mount | Karel Zak | 1 | -0/+4 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: remove utab from API, update tests | Karel Zak | 6 | -7/+41 | |
The utab file is private libmount stuff. Anything about utab should not be exported by library API. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: improve libmount context mount and umount test | Karel Zak | 11 | -86/+126 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: add basic libmount tests for mounting | Karel Zak | 4 | -3/+90 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: add utab update tests | Karel Zak | 5 | -2/+41 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: fix Makefile and tests | Karel Zak | 1 | -7/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: add libmount mtab update test | Karel Zak | 8 | -0/+83 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: add quoted optstr | Karel Zak | 2 | -2/+6 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: improve subtests initialization | Karel Zak | 1 | -9/+23 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: add libmount lock test | Karel Zak | 3 | -0/+39 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: add libmount utils.c tests | Karel Zak | 21 | -5/+100 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: add libmount tags tests | Karel Zak | 7 | -0/+122 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: add libmount mtab tests | Karel Zak | 4 | -0/+81 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: add libmount tab_parse.c tests | Karel Zak | 11 | -2/+500 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: add libmount optstr.c tests | Karel Zak | 20 | -0/+111 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: use {src,build}dir variables for tests | Karel Zak | 1 | -34/+36 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-12-29 | Merge remote branch 'origin/master' | LaMont Jones | 73 | -71/+132 | |
Conflicts: login-utils/Makefile.am mount/lomount.c text-utils/od.1 | |||||
2010-12-09 | tests: add regression tests | Davidlohr Bueso | 7 | -0/+61 | |
Signed-off-by: Davidlohr Bueso <dave@gnu.org> Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-12-01 | remove -ng from some files | Karel Zak | 1 | -1/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-11-30 | rename util-linux-ng back to util-linux | Karel Zak | 66 | -70/+70 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-10-18 | Merge remote branch 'origin/master' | LaMont Jones | 1 | -1/+5 | |
2010-10-07 | tests: update namei regression test | Karel Zak | 1 | -1/+5 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-09-06 | Merge remote branch 'origin/master' | LaMont Jones | 12 | -0/+189 | |
Conflicts: mount/lomount.c | |||||
2010-08-20 | tests: update lscpu tests | Karel Zak | 8 | -0/+10 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-08-20 | tests: fix blkid MD test (missing tailing whitespaces) | Karel Zak | 1 | -2/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-08-18 | tests: add blkid test for partitioned RAID0 | Karel Zak | 2 | -0/+137 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-08-09 | fdisk: update MBR after ID change | Karel Zak | 2 | -0/+42 | |
Reported-by: Bernard Pidoux <bpidoux@free.fr> Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-08-02 | Merge remote branch 'origin/master' | LaMont Jones | 35 | -160/+225 | |
Conflicts: mount/Makefile.am sys-utils/ipcs.c tests/ts/blkid/images-fs/befs.img.bz2 tests/ts/blkid/images-fs/ddf-raid.img.bz2 | |||||
2010-07-26 | libblkid: fix typo filesystem name nilfs to nilfs2 | Jiro SEKIBA | 1 | -1/+1 | |
The correct filesystem name is nilfs2, not nilfs. Signed-off-by: Jiro SEKIBA <jir@unicus.jp> | |||||
2010-07-13 | tests: add nilfs2 test for libblkid | Jiro SEKIBA | 2 | -0/+7 | |
Signed-off-by: Jiro SEKIBA <jir@unicus.jp> Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-07-01 | tests: truncate BeFS and tuxonice images | Karel Zak | 2 | -0/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-16 | tests: update fdisk tests | Karel Zak | 16 | -94/+14 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-04 | tests: update blkid test for raid1 | Karel Zak | 1 | -2/+0 | |
ID_PART_ENTRY_TYPE_ENC does not exists anymore. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-04 | tests: mount cramfs read-only | Karel Zak | 1 | -1/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-04 | tests: update lscpu test | Karel Zak | 1 | -1/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-01 | libblkid: add exFAT file system detection support | Andrew Nayenko | 2 | -0/+7 | |
Add exFAT file system <http://en.wikipedia.org/wiki/ExFAT> detection support. Signed-off-by: Andrew Nayenko <resver@gmail.com> |