summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build-sys: convert text-utils/ to moduleKarel Zak2012-06-261-0/+86
* build-sys: convert libmount/ to moduleKarel Zak2012-06-267-130/+158
* build-sys: convert libblkid/ to moduleKarel Zak2012-06-2613-304/+275Star
* build-sys: convert libuuid/ to moduleKarel Zak2012-06-2611-190/+102Star
* build-sys: convert schedutils/ to moduleKarel Zak2012-06-264-27/+36
* build-sys: define per-test -DTEST_PROGRAM in lib/Karel Zak2012-06-261-4/+21
* build-sys: convert lib/ to moduleKarel Zak2012-06-264-64/+66
* build-sys: convert include/ to moduleKarel Zak2012-06-264-47/+51
* build-system: enable automake subdir-objectsKarel Zak2012-06-261-1/+1
* build-sys: ignore .dirstamp fileKarel Zak2012-06-261-0/+1
* whereis: cleanup man page, add note about $PATHKarel Zak2012-06-261-38/+28Star
* tunelp: check fstat return code [coverity scan]Karel Zak2012-06-211-1/+2
* lsblk: check sysfs_read_u64 return code [coverity scan]Karel Zak2012-06-211-2/+3
* swaplabel: check blkid_probe_lookup_value() result [coverity scan]Karel Zak2012-06-211-2/+3
* script: remove unused codeKarel Zak2012-06-211-10/+0Star
* agetty: more robust debug() macro, check ioctl result [coverity scan]Karel Zak2012-06-211-5/+7
* lsblk: check ioctl result [coverity scan]Karel Zak2012-06-211-1/+2
* tests: add lscpu test for box with 64 CPUsKarel Zak2012-06-212-0/+88
* lib/loopdev: use warn_unused_result forimportant functionsKarel Zak2012-06-216-36/+74
* lib/sysfs: use warn_unused_result for sysfs_init()Karel Zak2012-06-212-3/+4
* lib/mangle: fix a memory leak in the test caseCong Wang2012-06-211-2/+6
* lib/sysfs: check if cxt->dir_path is NULL in sysfs_readlink()Cong Wang2012-06-211-0/+3
* fdisk: add some debug messagesKarel Zak2012-06-211-1/+9
* fdisk: use memset() rather than bzero()Karel Zak2012-06-211-1/+1
* fdisk: API: add geometryDavidlohr Bueso2012-06-219-200/+220
* fdisk: mark dos compatibility/CHS options deprecated in manpageDavidlohr Bueso2012-06-211-5/+6
* fdisk: sun: remove unused functionDavidlohr Bueso2012-06-212-7/+0Star
* fdisk: sgi: remove unused functionDavidlohr Bueso2012-06-212-7/+0Star
* fdisk: sgi: remove unused codeDavidlohr Bueso2012-06-211-17/+0Star
* fdisk: tests: update oddinput testDavidlohr Bueso2012-06-212-2/+4
* fdisk: API: add mbrDavidlohr Bueso2012-06-2113-210/+262
* fdisk: API: add topology debugDavidlohr Bueso2012-06-212-0/+6
* fdisk: extend comments for fdisk_new_context()Davidlohr Bueso2012-06-211-4/+6
* lsblk: fix usage, improve exclude/include lists parsingKarel Zak2012-06-191-8/+17
* libmount: improve ifdef HAVE_LIBSELINUX stuffKarel Zak2012-06-191-2/+11
* lsblk: add --include optionKarel Zak2012-06-192-13/+66
* lscpu: fix compiler warning [-Wsign-compare]Karel Zak2012-06-191-1/+1
* Merge branch '2012wk24' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-1921-148/+303
|\
| * more: fix pointer wrap around compiler warningsSami Kerola2012-06-171-5/+3Star
| * more: fix search repetition regressionSami Kerola2012-06-171-1/+13
| * lscpu: values in /proc/bus/pci/devices are always unsignedSami Kerola2012-06-171-1/+1
| * scriptreplay: fix compiler format warningSami Kerola2012-06-171-2/+1Star
| * lib/mbsalign: abort() when non-expected case is encounteredSami Kerola2012-06-171-0/+2
| * mkfs.cramfs: disallow unknown command line optionsSami Kerola2012-06-171-0/+2
| * fsck.cramfs: disallow unknown command line optionsSami Kerola2012-06-171-0/+2
| * setarch: disallow unknown command line optionsSami Kerola2012-06-171-1/+6
| * hexdump: print sensible message when all input file arguments failSami Kerola2012-06-171-0/+5
| * mount: (new) use exclusive_option()Sami Kerola2012-06-171-7/+28
| * dmesg: use exclusive_option()Sami Kerola2012-06-171-6/+18
| * wipefs: use exclusive_option()Sami Kerola2012-06-171-3/+10