summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: add strtoul_or_err() functionSami Kerola2011-06-012-0/+25
* col: coding style changesSami Kerola2011-06-011-13/+11Star
* docs: col manual updateSami Kerola2011-06-011-6/+12
* col: use long optionsSami Kerola2011-06-011-7/+44
* pg: return value warning fixSami Kerola2011-06-011-2/+4
* rev: mark signo unused in sig_handlerSami Kerola2011-06-011-1/+1
* pg: use size_t for wcstombs() return codeSami Kerola2011-06-011-2/+2
* mount: use libmount to detect already mounted bind mountsKarel Zak2011-05-311-4/+38
* libmount: add mnt_table_is_mounted()Karel Zak2011-05-314-1/+215
* libblkid: use sysfs_init() more carefullyKarel Zak2011-05-303-17/+16Star
* docs: update TODO fileKarel Zak2011-05-301-0/+10
* libblkid: add some debug messagesKarel Zak2011-05-301-2/+13
* lib: [loopdev.c] add module for work loop devicesKarel Zak2011-05-306-3/+1224
* lib: [sysfs.c] fix double freeKarel Zak2011-05-301-1/+3
* This adds a second parameter to size_to_human_string() to return aFrancesco Cosoleto2011-05-265-39/+65
* build-sys: use AUTOMAKE_OPTIONS = gnuSami Kerola2011-05-264-236/+7Star
* build-sys: stop building line(1) by defaultSami Kerola2011-05-262-2/+12
* build-sys: add required files to distSami Kerola2011-05-262-2/+4
* tests: test column(1) with multiple input filesKarel Zak2011-05-262-0/+42
* 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