summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build-sys: convert disk-utils/ to moduleKarel Zak2012-06-264-116/+134
* build-sys: move getopt to misc-utils/Karel Zak2012-06-2610-26/+19Star
* build-sys: convert misc-utils/ to moduleKarel Zak2012-06-264-183/+194
* build-sys: move hwclock to sys-utils/Karel Zak2012-06-2611-35/+28Star
* build-sys: convert sys-utils/ to moduleKarel Zak2012-06-264-288/+317
* tools: cleanup config-gen.dKarel Zak2012-06-265-11/+3Star
* build-sys: cleanup mount stuff in configure.amKarel Zak2012-06-261-12/+10Star
* build-sys: add UL_CONFLICTS_BUILD m4 macroKarel Zak2012-06-261-0/+30
* mount: (old) remove hybrid libmount codeKarel Zak2012-06-266-242/+2Star
* build-sys: default to new sys-utils/mount.c, add --enable-deprecated-mountKarel Zak2012-06-263-22/+22
* mount: (old) remove mtab lock testKarel Zak2012-06-261-135/+0Star
* build-sys: convert mount/ to module, rename to mount-deprecated/Karel Zak2012-06-2624-128/+108Star
* build-sys: convert login-utils/ to moduleKarel Zak2012-06-263-39/+52
* build-sys: convert term-utils/ to moduleKarel Zak2012-06-265-148/+105Star
* 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