util-linux/sys-utils
Karel Zak f4bf95926a lib/loopdev: improve debug messages
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-10-17 11:42:21 +02:00
..
.gitignore build-sys: cleanup .gitignore files 2012-06-26 20:50:54 +02:00
Makemodule.am blkdiscard: add new command 2012-09-28 01:12:09 +02:00
arch.1 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
arch.c sys-utils: verify writing to streams was successful 2012-04-04 19:49:40 +02:00
blkdiscard.8 docs: align blkdiscard.8 with how-to-man-page.txt 2012-10-15 15:46:47 +02:00
blkdiscard.c blkdiscard: add new command 2012-09-28 01:12:09 +02:00
chcpu.8 docs: clean up chcpu.8 manual 2012-06-02 21:18:04 +02:00
chcpu.c chcpu: use err_exclusive_options() 2012-07-26 09:25:19 +02:00
ctrlaltdel.8 docs: mention long options in ctrlaltdel.8 2011-09-17 14:25:20 +02:00
ctrlaltdel.c sys-utils: verify writing to streams was successful 2012-04-04 19:49:40 +02:00
cyclades.h
cytune.8 cytune.8: fix formatting 2012-02-22 11:52:04 +01:00
cytune.c cytune: fix compiler warning [-Wmissing-prototypes] 2012-07-16 18:50:39 +02:00
dmesg.1 dmesg: Add a --color option to colorize error and panic messages 2012-10-16 16:42:32 +02:00
dmesg.c dmesg: Add a --color option to colorize error and panic messages 2012-10-16 16:42:32 +02:00
eject.1 fix bold style of man page references 2012-10-09 12:12:48 +02:00
eject.c eject: robust strings usage [coverity scan] 2012-09-07 13:43:56 +02:00
fallocate.1 docs: clarify KiB vs. KB in man pages 2012-03-30 15:23:32 +02:00
fallocate.c translation: unify file open error messages 2012-07-16 18:18:22 +02:00
flock.1 flock: user-configurable exit code 2012-06-15 11:12:06 +02:00
flock.c textual: fix typos in messages 2012-09-04 17:26:31 +02:00
fsfreeze.8 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
fsfreeze.c translation: unify file open error messages 2012-07-16 18:18:22 +02:00
fstab.5 mount: (new) add note about unsupported 'ignore' fstype to fstab.5 2012-06-19 12:04:03 +02:00
fstrim.8 docs: clarify KiB vs. KB in man pages 2012-03-30 15:23:32 +02:00
fstrim.c Revert "blkdiscard: new command" 2012-09-28 01:10:08 +02:00
hwclock-cmos.c hwclock: fix compiler warning [-Wmissing-prototypes] 2012-07-16 18:43:53 +02:00
hwclock-kd.c hwclock: fix compiler warning [-Wmissing-prototypes] 2012-07-16 18:43:53 +02:00
hwclock-rtc.c hwclock: wait time in hwclock is not long enough for some ARM devices 2012-09-21 12:05:12 +02:00
hwclock.8 hwclock: add the --compare option to the man page 2012-10-16 15:29:50 +02:00
hwclock.c hwclock: fix in usage() 2012-10-03 11:41:52 +02:00
hwclock.h build-sys: move hwclock to sys-utils/ 2012-06-26 20:48:23 +02:00
ipcmk.1 docs: fix all man page groff warnings 2012-06-02 20:29:12 +02:00
ipcmk.c ipcmk: fix compiler warning [-Wmissing-prototypes] 2012-07-16 18:49:36 +02:00
ipcrm.1 ipcrm: add --all option 2011-09-17 15:07:35 +02:00
ipcrm.c ipcrm: avoid 'uninitialized' warning 2012-10-02 10:01:51 +02:00
ipcs.1 docs: add long options to ipcs.1 man page 2011-09-17 14:25:20 +02:00
ipcs.c Fix typos found by misspellings 2012-04-23 13:16:35 +02:00
ldattach.8 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
ldattach.c ldattach: fix compiler warning [-Wmissing-prototypes] 2012-07-16 18:53:11 +02:00
losetup.8 fix bold style of man page references 2012-10-09 12:12:48 +02:00
losetup.c lib/loopdev: improve debug messages 2012-10-17 11:42:21 +02:00
lp.h
lscpu.1 lscpu: limit options --all, --online, --offline to parsable and extended output 2012-08-13 14:42:21 +02:00
lscpu.c lscpu: limit options --all, --online, --offline to parsable and extended output 2012-08-13 14:42:21 +02:00
mount.8 mount: add long options for -L and -U to man page 2012-10-16 15:29:57 +02:00
mount.c mount: add verbose messages 2012-10-09 11:56:35 +02:00
mountpoint.1 libmount: document LIBMOUNT_DEBUG users 2012-09-04 17:21:57 +02:00
mountpoint.c sys-utils: verify writing to streams was successful 2012-04-04 19:49:40 +02:00
pivot_root.8 docs: mention long options in pivot_root.8 2011-09-17 14:25:20 +02:00
pivot_root.c sys-utils: verify writing to streams was successful 2012-04-04 19:49:40 +02:00
prlimit.1 prlimit: s/amount/number/ 2011-11-23 12:52:36 +01:00
prlimit.c prlimit: improve error messages for bad --pid invocation 2012-07-26 17:24:07 +02:00
readprofile.8 docs: add long options to readprofile.8 2011-11-02 18:41:57 +01:00
readprofile.c sys-utils: verify writing to streams was successful 2012-04-04 19:49:40 +02:00
renice.1 docs: align renice.1 with howto-man-page.txt 2011-10-03 20:32:36 +02:00
renice.c sys-utils: verify writing to streams was successful 2012-04-04 19:49:40 +02:00
rtcwake.8 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
rtcwake.c rtcwake: doesn't reset wakealarm 2012-09-13 13:23:11 +02:00
setarch.8 docs: fix all man page groff warnings 2012-06-02 20:29:12 +02:00
setarch.c setarch: fix compiler warning [-Wmissing-prototypes] 2012-07-16 18:51:27 +02:00
setsid.1 setsid: add option "-c" to set the controlling terminal 2012-03-20 09:22:54 +01:00
setsid.c setsid: fix off-by-one error in execvp call 2012-06-15 11:42:43 +02:00
swapoff.8 build-sys: move swapon from mount/ to sys-utils/ 2012-01-11 12:14:29 +01:00
swapoff.c swapoff: cleanup usage() and includes 2012-04-18 12:38:03 +02:00
swapon-common.c swapoff: use libmount to parse fstab 2012-04-18 12:22:11 +02:00
swapon-common.h swapon: move generic code to swapon-common.c 2012-04-18 11:21:12 +02:00
swapon.8 swapon: clarify swapon.8 priority option 2012-10-15 15:51:31 +02:00
swapon.c swapon: remove loop declaration [smatch scan] 2012-10-15 16:53:59 +02:00
switch_root.8 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
switch_root.c switch_root: check open() return value [coverity scan] 2012-09-07 13:02:42 +02:00
tunelp.8 docs: align tunelp.8 with howto-man-page.txt 2011-11-02 18:41:56 +01:00
tunelp.c tunelp: add missing break [coverity scan] 2012-09-07 12:00:53 +02:00
umount.8 fix bold style of man page references 2012-10-09 12:12:48 +02:00
umount.c mount: add verbose messages 2012-10-09 11:56:35 +02:00
unshare.1 fix bold style of man page references 2012-10-09 12:12:48 +02:00
unshare.c sys-utils: verify writing to streams was successful 2012-04-04 19:49:40 +02:00
wdctl.8 wdctl: tiny change to man page 2012-08-02 19:25:00 +02:00
wdctl.c wdctl: add fallbacks for old kernel headers 2012-09-07 18:08:55 +02:00