summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* build-sys: build arch(1) during distcheckStepan Kasal2007-12-171-1/+1
* build-sys: simplify code around RDEV_LINKS and SETARCH_LINKSStepan Kasal2007-12-174-18/+9Star
* build-sys: use portable $(VAR:=) instead of gmake-specific $(addsuffix)Stepan Kasal2007-12-171-1/+1
* build-sys: use dist_man_MANS instead of man_MANSStepan Kasal2007-12-1712-38/+38
* shutdown: use _PATH_MOUNTED instead of _PATH_MTABStepan Kasal2007-12-171-2/+2
* tailf: inotify based reimplementationKarel Zak2007-12-173-84/+161
* mount: hint about helper program if device doesn't existKarel Zak2007-12-171-1/+7
* tests: redirect libblkid cache to BLKID_FILEKarel Zak2007-12-062-29/+3Star
* docs: add note about incorrect tag 2.13.1Karel Zak2007-12-051-0/+4
* hwclock: check for ENODEVDavid Woodhouse2007-12-041-1/+1
* sfdisk: allow partitioning drives of over 2^31 sectors.Kunihiko IMAI2007-12-041-1/+2
* losetup: use standard uintxy_t types (struct loop_info64)Samuel Thibault2007-12-032-21/+19Star
* fdisk: non-linux support (use standard uintxy_t instead __uxy)Samuel Thibault2007-12-038-91/+90Star
* setarch: add missing alpha subarchsOliver Falk2007-12-031-0/+4
* swapon: readjust the usage summariesBenno Schulenberg2007-12-032-31/+25Star
* rtcwake: misc cleanupsDavid Brownell2007-12-032-23/+36
* blockdev: add --getsz to blockdev.8Karel Zak2007-11-281-2/+7
* swapon: fix typo in usage()Karel Zak2007-11-281-6/+6
* getopt: fix path to examples in getopt.1Karel Zak2007-11-281-3/+2Star
* mount: use MNTTYPE_SWAP (from mntent.h)Karel Zak2007-11-281-2/+2
* mount: cleanup usage of _PATH_*Karel Zak2007-11-289-102/+76Star
* include: add mount paths to pathnames.hKarel Zak2007-11-283-4/+51
* agetty: non-linux support (use pathnames.h)Karel Zak2007-11-281-1/+1
* include: cleanup pathnames.hKarel Zak2007-11-285-100/+19Star
* tests: add test for include/pathnames.hKarel Zak2007-11-285-1/+164
* tests: move test_bkdev to lib/Karel Zak2007-11-284-5/+12
* tests: rename test_sysinfo, remove tailing white-spacesKarel Zak2007-11-283-7/+6Star
* script: cleanup includesSamuel Thibault2007-11-281-4/+4
* sfdisk: remove unnecessary linux/unistd.hSamuel Thibault2007-11-281-1/+0Star
* build-sys: cleanup usage of linux/major.hSamuel Thibault2007-11-284-2/+14
* fdisk: non-linux support (MAXPATHLEN)Karel Zak2007-11-261-1/+1
* namei: non-linux support (get_current_dir_name() and PATH_MAX)Karel Zak2007-11-262-4/+16
* wall: cleanup MAXHOSTNAMELENKarel Zak2007-11-261-0/+8
* agetty: cleanup MAXHOSTNAMELENKarel Zak2007-11-261-19/+9Star
* cfdisk: display cylinders beyond 1024Peter Breitenlohner2007-11-261-6/+6
* getopt: install example scripts as SCRIPTS, not DATAPeter Breitenlohner2007-11-261-1/+1
* mount: fix fd leakMatthias Koenig2007-11-261-0/+1
* swapon: cleanup usage outputKarel Zak2007-11-261-9/+25
* build-sys: cleanup disk-utils/Makefile.am (use $utils_common)Karel Zak2007-11-211-2/+2
* mkfs.minix: device size cleanupMatthias Koenig2007-11-211-36/+14Star
* mkfs.minix: add sectorsize checkMatthias Koenig2007-11-212-3/+13
* mount: don't call canonicalize(SPEC) for cifs, smbfs and nfsKarel Zak2007-11-211-9/+12
* tests: add ts-mount-noncanonicalKarel Zak2007-11-213-4/+44
* mount: drop the part always true from a while conditionPascal Terjan2007-11-161-1/+1
* po: update POTFILES.inKarel Zak2007-11-131-1/+2
* build-sys: fix missing deps for swaponMatthias Koenig2007-11-131-0/+1
* po: update hu.po (from translationproject.org)Gabor Kelemen2007-11-121-0/+9849
* build-sys: non-linux supportSamuel Thibault2007-11-085-8/+38
* more: non-linux supportSamuel Thibault2007-11-081-4/+0Star
* mount: use blkdev_get_size()Karel Zak2007-11-085-42/+16Star