summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* losetup: mount endless loop hangKarel Zak2009-04-231-1/+5
| | | | | | | | | | | | Based on fix-hang-on-stale-nfs.diff from SUSE src.rpm package. It seems better to more precisely check for ENXIO rather than assume that all LOOP_GET_STATUS errors mean that the device is not used. Addresses-Novell-Bugzilla: #449646 Signed-off-by: Karel Zak <kzak@redhat.com>
* ionice: change Jens Axboe's emailKarel Zak2009-04-232-2/+2
| | | | | | | | Based on util-linux-2.14.2-schedutils_fix_email.patch from SUSE src.rpm package. Signed-off-by: Karel Zak <kzak@redhat.com>
* chrt: add a comment about non POSIX 1003.1b attributes in chrt.1Aurelien Jarno2009-04-231-0/+8
| | | | | | | Mention that only SCHED_FIFO, SCHED_OTHER and SCHED_RR are part of POSIX 1003.1b Process Scheduling in chrt.1. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
* docs: add a note about /proc/sys/kernel/random/uuidKarel Zak2009-04-221-0/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* lib: do not include <linux/fd.h> in ismounted.cAurelien Jarno2009-04-201-1/+0Star
| | | | | | | <linux/fd.h> is included for no reason in lib/ismounted.c. This obviously breaks on non-Linux systems. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
* blkid: rename blkid_debug_init to blkid_init_debugKarel Zak2009-04-2012-16/+16
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: release++ (v2.15-rc2)Karel Zak2009-04-172-1/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.15 ReleaseNotesKarel Zak2009-04-171-0/+17
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* po: merge changesKarel Zak2009-04-1724-3120/+3360
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: add tst_types.c to Makefile.amKarel Zak2009-04-171-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update AUTHORS fileKarel Zak2009-04-171-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* login: use open(2) rather then access(2) for $HOME/.hushloginKarel Zak2009-04-101-1/+16
| | | | | | | | | | As an NFS client with home directories on mounted NFS share - If the NFS server exports the share with default root squashed, login cannot access the filesystem to check for the existence of .hushlogin file. It seems better to use open(2) rather than access(2). Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: add new requirements to TODO listKarel Zak2009-04-091-0/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: add TODO note about blkid_evaluate_spec_to_buffer()Karel Zak2009-04-081-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: update TODOKarel Zak2009-04-061-11/+5Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: add ZSF testKarel Zak2009-04-032-0/+3
| | | | | | Thanks to Andreas Dilger. Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: add ZSF supportAndreas Dilger2009-04-034-2/+70
| | | | | Signed-off-by: Andreas Dilger <adilger@sun.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: check idinfo[] indexKarel Zak2009-04-031-1/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: Add strictatime supportMatthew Garrett2009-03-273-0/+14
| | | | | | | | 2.6.30 adds (patch d0adde574b8487ef30f69e2d08bba769e4be513f) support for a strictatime mount parameter, used to request strict atime update semantics. The following patch adds support for it to mount. Signed-off-by: Matthew Garrett <mjg@redhat.com>
* blkid: fix exit codes in blkid(8)Scott James Remnant2009-03-241-2/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: fix typo, cal(8) --> cal(1)Karel Zak2009-03-191-1/+1
| | | | | Reported-by: Pádraig Brady <P@draigBrady.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* po: rewrite update-potfiles scriptKarel Zak2009-03-182-6/+62
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: release++ (v2.15-rc1)Karel Zak2009-03-182-3/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: fix bugs detected by "make distcheck"Karel Zak2009-03-184-7/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* po: update POTFILES.inKarel Zak2009-03-181-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.15 ReleaseNotesKarel Zak2009-03-181-0/+638
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update AUTHORS fileKarel Zak2009-03-181-1/+30
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* po: merge changesKarel Zak2009-03-1824-37791/+66867
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: fix typo in lscpu testKarel Zak2009-03-171-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: fix file name is too long (max 99) - gtarKarel Zak2009-03-171231-3/+3
| | | | | | | gtar: util-linux-ng-2.15-rc1/tests/ts/lscpu/proc-dumps/i386-dellpe700/sys/devices/system/cpu/cpu1/topology/: file name is too long (max 99); not dumped Signed-off-by: Karel Zak <kzak@redhat.com>
* login: use "remote" as a PAM service name for "login -h"Karel Zak2009-03-172-1/+11
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: fix ocfs2 detectionKarel Zak2009-03-171-1/+2
| | | | | | | The regression tests has failed on PPC64, because OCFS3 suberblock is in little-endian. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add $usrlibexecdir and fix paths for [/usr]/lib64Karel Zak2009-03-172-1/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* include: bitops - explicitly include endian.hKarel Zak2009-03-171-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: refresh generated libtool-2 stuffKarel Zak2009-03-171-1/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: add missing blkidP.h to Makefile.amKarel Zak2009-03-171-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* po: add zh_CN.po (from translationproject.org)Ray Wang2009-03-161-0/+9556
|
* po: update vi.po (from translationproject.org)Clytie Siddall2009-03-161-1014/+848Star
|
* po: update nl.po (from translationproject.org)Benno Schulenberg2009-03-161-1013/+863Star
|
* po: update ja.po (from translationproject.org)Makoto Kato2009-03-161-3146/+3098Star
|
* po: update id.po (from translationproject.org)Arif E. Nugroho2009-03-161-1490/+1328Star
|
* po: update fr.po (from translationproject.org)Nicolas Provost2009-03-161-2390/+1834Star
|
* po: update fi.po (from translationproject.org)Lauri Nurmi2009-03-161-821/+546Star
|
* po: update cs.po (from translationproject.org)Petr Pisar2009-03-161-983/+882Star
|
* tests: disable blkid tests when blkid(8) is not compiledKarel Zak2009-03-161-0/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* lib: fsprobe - fix gcc warningKarel Zak2009-03-161-1/+1
| | | | | | | lib/fsprobe.c: In function ‘fsprobe_get_fstype_by_devname’: lib/fsprobe.c:243: warning: return discards qualifiers from pointer target type Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: fix non-udev low-probe mode outputKarel Zak2009-03-141-8/+12
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mkswap: clean up man pageKarel Zak2009-03-131-73/+58Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mkswap: zap bootbitsKarel Zak2009-03-122-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /dev/sdb1 originally initialized by cryptsetup: and OLD mkswap: # vol_id /dev/sdb1 | grep TYPE ID_FS_TYPE=swap # blkid -s TYPE /dev/sdb1 /dev/sdb1: TYPE="crypt_LUKS" So, we have two different *valid* signatures on the device now! NEW mkswap: # blkid -s TYPE /dev/sdb1 /dev/sdb1: TYPE="swap" # /lib/udev/vol_id /dev/sdb1 | grep TYPE ID_FS_TYPE=swap the bootbits (first 1024 bytes) was erased. We shouldn't zap disk labels (BSD, SUN, ...) and boot loaders (on whole disk): # mkswap /dev/sdb2 mkswap: /dev/sdb2: warning: don't erase bootbits sectors (BSD partition table detected). Use -f to force. Setting up swapspace version 1, size = 4348 KiB no label, UUID=69d87cef-71ac-4fb0-a689-ce3e930dea17 # mkswap /dev/sdb mkswap: /dev/sdb: warning: don't erase bootbits sectors on whole disk. Use -f to force. Setting up swapspace version 1, size = 8188 KiB no label, UUID=97757ad7-8a84-43d9-bcb4-16fefd93a2ac Signed-off-by: Karel Zak <kzak@redhat.com>
* libs: pttype - fix typoKarel Zak2009-03-121-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>