aboutsummaryrefslogtreecommitdiff
path: root/util-linux/volume_id (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-7/+2
* volumeid: fix bug 249 "findfs finds the wrong partition"Denis Vlasenko2009-03-311-3/+1
* volume_id: abort early on read failures.Denis Vlasenko2009-02-1520-70/+99
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-081-1/+1
* volume_id/fat: careful with sector#, it may not fit in 32 bits. +91 bytesDenis Vlasenko2008-11-303-66/+68
* add comment explaining previous changeDenis Vlasenko2008-10-191-0/+11
* volume identification: abolish /proc/partitions and /proc/cdromsDenis Vlasenko2008-10-193-225/+33
* blkid: new applet. We almost had everything needed for it alreadyDenis Vlasenko2008-10-122-8/+10
* findfs: fix LUKS and FAT detection routines; do not exit if corruptedDenis Vlasenko2008-10-123-82/+111
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-2/+2
* style fixes, no code changesDenis Vlasenko2008-06-261-2/+2
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-152-2/+2
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-132-3/+3
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-091-0/+7
* whitespace fixesDenis Vlasenko2008-03-281-1/+1
* *: whitespace fixes, no code changesDenis Vlasenko2008-03-242-6/+6
* lpr: add more accurate commentsDenis Vlasenko2008-03-241-1/+1
* volume_id: disable detection routines which are not setting label and uuid an...Denis Vlasenko2008-03-1718-104/+121
* volude_id: remove unused fields and functions which were setting themDenis Vlasenko2008-03-1732-279/+321
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-0/+8
* support for mount by label (not yet tested)Denis Vlasenko2008-02-1834-0/+4302