Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-31 | lscpu: detect sun4{u,v} in /proc/cpuinfo for sparc64 | Karel Zak | 1 | -0/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-03-31 | tests: add dump from UltraSparc T1 to lscpu tests | Karel Zak | 2 | -0/+37 | |
Thanks to Jan Engelhardt. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-03-31 | tests: add dump from huge ia64 to lscpu tests | Karel Zak | 2 | -0/+654 | |
Thanks to Jan Engelhardt. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-03-31 | lscpu: fix op-mode for /{sys,proc} dumps | Karel Zak | 1 | -1/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-03-11 | tests: update GPT test | Karel Zak | 1 | -5/+5 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-02-23 | tests: update libmount tests (add optstr output) | Karel Zak | 16 | -2/+76 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-02-21 | tests: add tests for [u]mount regular file | Karel Zak | 2 | -0/+31 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-02-15 | lib: [strutils] avoid integer overflow on large values | Dave Reisner | 1 | -26/+26 | |
This is visible on a 2TB disk via lsblk, where a large partition incorrectly displays as 1.171798692T instead of 1.8T. This is corrected by using a uint64_t type instead of a simple int -- consistant with the type used in lsblk.c to represent the raw size in bytes. [kzak@redhat.com: - add EiB support - add size_to_human_string() to regression tests] Signed-off-by: Dave Reisner <d@falconindy.com> Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-02-09 | tests: fix libmount test | Karel Zak | 1 | -0/+5 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
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-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-07 | tests: update namei regression test | Karel Zak | 1 | -1/+5 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
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-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> |