summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* column: fix problems with uninitialized variablesKarel Zak2011-05-261-8/+9
* Merge branch 'column' of git://github.com/kerolasa/lelux-utiliteetit into columnKarel Zak2011-05-2610-96/+203
|\
| * tests: add column testsSami Kerola2011-05-198-0/+83
| * column.c: global variables removedSami Kerola2011-05-191-50/+63
| * column.c: validate numeric user inputsSami Kerola2011-05-192-3/+11
| * column.c: free memory before exitSami Kerola2011-05-191-0/+13
| * column.c: make table function clarificationSami Kerola2011-05-191-14/+17
| * column.c: coding style fixesSami Kerola2011-05-011-23/+17Star
| * column.c: add version printingSami Kerola2011-05-011-2/+7
| * column.c: replace emalloc with xcallocSami Kerola2011-05-011-20/+8Star
* | build-sys: cleanup lib/ testsKarel Zak2011-05-253-6/+11
* | libblkid: improve blkid__scan_dirKarel Zak2011-05-241-2/+6
* | docs: TODO updateKarel Zak2011-05-241-0/+12
* | libblkid: add ID_PART_ENTRY_{OFFSET,SIZE,DISK}Karel Zak2011-05-232-1/+10
* | libblkid: use partno for partitions mapped by DMKarel Zak2011-05-231-4/+44
* | libblkid: found whole-disk for partitions mapped by kpartxKarel Zak2011-05-231-97/+119
* | lib: [sysfs.c] add sysfs_readlink and name/path functionsKarel Zak2011-05-182-16/+130
* | lib: [at.c] add readlink_at(), fix semantic for absolute pathsKarel Zak2011-05-182-12/+45
* | agetty: try next speed after CBREAKKarel Zak2011-05-181-1/+1
* | lsblk: use sysfs_read_u64() rather than sysfs_strdup() + atol()Karel Zak2011-05-181-7/+19
* | lib: [sysfs.c] make sysfs_read_* function more robustKarel Zak2011-05-186-25/+70
* | build-sys: disable lib/ at.c tests buildingKarel Zak2011-05-181-2/+2
* | lsblk: improve discard supportMartin K. Petersen2011-05-181-4/+9
* | cramfs: remove cramfs_common.hDavidlohr Bueso2011-05-176-41/+32Star
* | chrt: clarify use of -a optionDavidlohr Bueso2011-05-171-1/+1
* | ul.c: warn user when command chooses term typeSami Kerola2011-05-171-2/+5
* | ul.c: escape handling refactoredSami Kerola2011-05-171-34/+42
* | ul.c: close files and free memory after usageSami Kerola2011-05-171-0/+2
* | ul.c: code style and comment fixesSami Kerola2011-05-171-72/+94
* | ul.c: fix compier warningsSami Kerola2011-05-171-2/+2
* | ul.c: magic constant removalSami Kerola2011-05-171-8/+7Star
* | ul.c: use long optionsSami Kerola2011-05-171-5/+35
* | ul.c: convert definition to functionSami Kerola2011-05-171-16/+22
* | agetty: don't use xalloc.h stuffKarel Zak2011-05-171-8/+17
* | agetty: remove unnecessary options synonymsKarel Zak2011-05-172-16/+11Star
* | agetty: use a generic function for strings concatenationKarel Zak2011-05-171-50/+60
* | agetty: remove unnecessary space and "(void)" junkKarel Zak2011-05-171-68/+71
* | aggety: further mingetty featuresDr. Werner Fink2011-05-172-38/+146
* | agetty: add an autologin featureWerner Fink2011-05-172-26/+222
* | agetty: better support of virtual consoleDr. Werner Fink2011-05-171-61/+126
* | agetty: check virtual console for UTF-8 supportWerner Fink2011-05-171-9/+115
* | agetty: proper session on the terminal lineWerner Fink2011-05-172-35/+126
* | agetty: cleanup argv parsing, utmp update, use writeall(), etc.Werner Fink2011-05-172-205/+245
* | agetty: more code cleanupWerner Fink2011-05-171-84/+80Star
* | libblkid: use stuff from sysfs.h and at.hKarel Zak2011-05-168-167/+75Star
* | lsblk: use generic sysfs functionsKarel Zak2011-05-162-202/+50Star
* | lib: add generic sysfs utilsKarel Zak2011-05-165-2/+412
* | libblkid: use cached buffers for nested PT probingKarel Zak2011-05-162-23/+41
* | libblkid: make whole disk probing more robustKarel Zak2011-05-163-63/+103
* | tests: update for recent fdisk changesKarel Zak2011-05-169-91/+115