summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* sfdisk: use get_linux_version()Karel Zak2007-11-081-17/+2Star
* elvtune: use get_linux_version()Karel Zak2007-11-073-23/+6Star
* mount: cleanup KERNEL_VERSION, remove my_dev_t.hKarel Zak2007-11-073-23/+15Star
* blockdev: use lib/blkdev.c, fix --reportKarel Zak2007-11-072-83/+10Star
* fdisk: cleanup BLK* ioctls usageKarel Zak2007-11-0710-158/+57Star
* mkswap: cleanup kB vs. KiB usage in error messagesKarel Zak2007-11-071-7/+7
* mkswap: BLKGETSIZE cleanupKarel Zak2007-11-072-15/+7Star
* lib: add blkdev.{c,h}Stefan Krah2007-11-074-2/+154
* mkswap: linux_version() code consolidationKarel Zak2007-11-062-20/+5Star
* lib: add linux_version.{c,h}Stefan Krah2007-11-064-2/+43
* po: update fi.po (from translationproject.org)Lauri Nurmi2007-11-061-1243/+914Star
* docs: fix ChangeLog URLPascal Terjan2007-11-061-4/+4
* setarch: tweak the help text, and gettextize a forgotten messageBenno Schulenberg2007-11-061-6/+6
* mkfs.cramfs: remove unused header filelizf2007-11-061-1/+0Star
* mount: remove MS_{REPLACE,AFTER,BEFORE,OVER}Karel Zak2007-11-062-39/+3Star
* sfdisk: cleanup 83 gcc warningsRandy Dunlap2007-11-051-8/+8
* script: cleanup gcc warningsRandy Dunlap2007-11-051-5/+26
* more: cleanup gcc warningsRandy Dunlap2007-11-051-8/+8
* tests: use losetup -sKarel Zak2007-10-262-6/+2Star
* tailf: opened file leaving unclosedlizf2007-10-261-0/+2
* blockdev: fix: opened file leaving unclosedlizf2007-10-262-0/+6
* sfdisk: opened files leaving unclosedKarel Zak2007-10-261-41/+72
* setterm: opened file leaving unclosedKarel Zak2007-10-261-10/+12
* agetty: ungettextize several debugging messages.Benno Schulenberg2007-10-262-15/+15
* docs: tweak a few messages for clarityBenno Schulenberg2007-10-265-10/+9Star
* cfdisk: slightly increase the size of menu buttonsBenno Schulenberg2007-10-261-3/+3
* cfdisk: translate partition-type names when they are printed.Benno Schulenberg2007-10-261-3/+3
* hwclock: do not create a zero adjfileAlain Guibert2007-10-261-0/+1
* mount: prevent loop mounting the same file twiceKarel Zak2007-10-263-3/+159