summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-06-29agetty: check gethostname() return valueKarel Zak1-12/+8
2007-06-29agetty: add 'O' escape code to display domain nameKarel Zak2-1/+41
2007-06-28mount: needs to handle special mountprog even on guessed file systems.Karel Zak3-19/+40
2007-06-27fdisk: add MAC label detectionKarel Zak5-8/+148
2007-06-27fdisk: move duplicate stuff from fdisk*label.h to fdisk.hKarel Zak5-35/+34
2007-06-27losetup: add long options and fix man pageKarel Zak2-33/+52
2007-06-27mount: loop device race conditionMatthias Koenig1-5/+18
2007-06-27mount: loop device race conditionMatthias Koenig2-13/+46
2007-06-26sfdisk: setting default geometry valuesLuciano Chavez1-2/+2
2007-06-26mount: use encoded labels for volume_idKay Sievers2-11/+20
2007-06-19ddate: fix compiler warningsKarel Zak1-0/+1
2007-06-19taskset: independent of hardcoded NR_CPUS max.Cliff Wickman1-33/+168
2007-06-18losetup: add a new option -sKarel Zak2-4/+18
2007-06-15tests: add mount /dev/symlink testKarel Zak4-0/+74
2007-06-15tests: add support for suid programsKarel Zak1-0/+23
2007-06-15mount: rewrite getfs_by_specdir() without mem leaksKarel Zak1-26/+32
2007-06-15mount: fix typo in error messageKarel Zak1-1/+1
2007-06-15tests: fix ts_fstab_add functionKarel Zak1-3/+3
2007-06-15tools: add codecheck-config that checks for {HAVE,ENABLE}_ orphansKarel Zak2-1/+40
2007-06-14getopt: remove old unused filesKarel Zak4-1376/+0
2007-06-14mcookie: remove non-linux codeKarel Zak1-16/+1
2007-06-14mkfs.cramfs: cleanup HAVE_ macros usageKarel Zak1-6/+9
2007-06-14build-sys: fix HAVE_NCURSESKarel Zak1-3/+7
2007-06-14swapon: cleanup PATH_ macros and tailing white-spacesKarel Zak2-12/+12
2007-06-13misc-utils: remove old cal testKarel Zak1-9/+0
2007-06-13swapon: fix swapon headers and syscallsMike Frysinger1-29/+13
2007-06-12cal: widechar code cleanupKarel Zak1-21/+17
2007-06-12docs: update AUTHORS fileKarel Zak1-4/+5
2007-06-12cal: ifdef cleanup, non-curses/tempcap code fixesKarel Zak1-20/+16
2007-06-12cal: fix a segfault and -3m highlightingKarel Zak1-9/+38
2007-06-12tests: add cal -y testKarel Zak3-0/+238
2007-06-12tests: add cal -3 testKarel Zak3-0/+98
2007-06-12tests: add cal -1 testKarel Zak3-0/+98
2007-06-11tests: pass all arguments to ts_init, add ts_has_option functionKarel Zak31-70/+81
2007-06-05docs: clean up TODO file and add a new resuest for 2.14Karel Zak1-16/+43
2007-06-05text-utils: fix the more command compilation against termcapKarel Zak1-3/+44
2007-06-05sys-utils: add note about obsolete ramsize option to rdev.8Karel Zak1-3/+5
2007-06-05fdisk: add GPT detection codeKarel Zak8-2/+369
2007-05-31fdisk: Makefile.am refactoringKarel Zak1-10/+11
2007-05-31fdisk: cleanup full disk detection codeKarel Zak4-34/+39
2007-05-31fdisk: fix "type qualifiers ignored on function return type"Karel Zak2-2/+2
2007-05-31fdisk: use unsigned long long instead int for sectorsKarel Zak7-49/+52
2007-05-30mount: clean up info about NFS in mount.8Karel Zak1-80/+19
2007-05-30mount: add note about fcntl/ioctl unreliability on NFS to mount.8Karel Zak1-0/+7
2007-05-30mount: add note about /etc/mtab unreliability to mount.8Karel Zak1-0/+10
2007-05-30tests: add mount by uuid with label in fstabKarel Zak3-0/+77
2007-05-30tests: add mount by uuid with devname in fstabKarel Zak3-0/+72
2007-05-30tests: add mount by label with uuid in fstabKarel Zak3-0/+77
2007-05-30tests: add mount by label with devname in fstabKarel Zak3-0/+72
2007-05-30tests: add mount by devname with uuid in fstabKarel Zak3-0/+61