Changes between v2.25.1 and v2.25.2 -------------------------------------------- commit b567c9cbc854a36da0a198e4dcc463e134d26a25 Author: Karel Zak Date: Fri Oct 24 12:24:12 2014 +0200 build-sys: release++ (v2.25.2) Signed-off-by: Karel Zak NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) commit 95cc3e384394a37c883f23320b600d25c06fb535 Author: Karel Zak Date: Fri Oct 24 12:22:54 2014 +0200 docs: add v2.25.2-ReleaseNotes Signed-off-by: Karel Zak Documentation/releases/v2.25.2-ReleaseNotes | 85 +++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) commit 5a4e4b9fffc96f31d3aef836dfecf4dfda330bb9 Author: Karel Zak Date: Fri Oct 24 12:20:51 2014 +0200 docs: update AUTHORS file Signed-off-by: Karel Zak AUTHORS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) commit 2ce3b45f7ca85362f0f244a688472dd76e2964eb Author: Karel Zak Date: Fri Oct 24 12:15:40 2014 +0200 po: merge changes Signed-off-by: Karel Zak po/ca.po | 1269 ++++++++++++++++++++++--------------------- po/cs.po | 1271 +++++++++++++++++++++---------------------- po/da.po | 1268 +++++++++++++++++++++---------------------- po/de.po | 1268 +++++++++++++++++++++---------------------- po/es.po | 1569 ++++++++++++++++++++++------------------------------- po/et.po | 1269 ++++++++++++++++++++++--------------------- po/eu.po | 1269 ++++++++++++++++++++++--------------------- po/fi.po | 1270 +++++++++++++++++++++---------------------- po/fr.po | 1271 +++++++++++++++++++++---------------------- po/gl.po | 1264 +++++++++++++++++++++--------------------- po/hr.po | 1264 +++++++++++++++++++++--------------------- po/hu.po | 1269 ++++++++++++++++++++++--------------------- po/id.po | 1269 ++++++++++++++++++++++--------------------- po/it.po | 1269 ++++++++++++++++++++++--------------------- po/ja.po | 1273 +++++++++++++++++++++---------------------- po/nl.po | 1275 +++++++++++++++++++++---------------------- po/pl.po | 1271 +++++++++++++++++++++---------------------- po/pt_BR.po | 1271 +++++++++++++++++++++---------------------- po/ru.po | 1269 ++++++++++++++++++++++--------------------- po/sl.po | 1269 ++++++++++++++++++++++--------------------- po/sv.po | 1272 ++++++++++++++++++++++--------------------- po/tr.po | 1269 ++++++++++++++++++++++--------------------- po/uk.po | 1271 +++++++++++++++++++++---------------------- po/util-linux.pot | 1266 +++++++++++++++++++++--------------------- po/vi.po | 1271 +++++++++++++++++++++---------------------- po/zh_CN.po | 1273 +++++++++++++++++++++---------------------- po/zh_TW.po | 1274 +++++++++++++++++++++---------------------- 27 files changed, 17144 insertions(+), 17439 deletions(-) commit ae69de0a4f863762a38e11022c7cf3fe44108fcf Author: Antonio Ceballos Roa Date: Fri Oct 24 12:10:33 2014 +0200 po: update es.po (from translationproject.org) po/es.po | 2487 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 1336 insertions(+), 1151 deletions(-) commit dc288ad0f94bd87238bebb36df9070cd0f66c75d Author: Karel Zak Date: Thu Oct 23 14:43:31 2014 +0200 blkid: remove extra trailing spaces in output $ blkid | egrep -i 'sda.*label' | cat -A /dev/sda2: UUID="8382f307-fb43-489f-ab38-8d4cf37ca88c" SEC_TYPE="ext2" TYPE="ext3" LABEL="test" $ /dev/sda5: UUID="0b46d673-8c23-4709-b92c-3fdf460e1dd4" TYPE="ext3" LABEL="rescue" SEC_TYPE="ext2" $ /dev/sda6: UUID="cb9d814f-d885-435b-8e6d-ac17c0ac5aa1" TYPE="ext3" LABEL="root" $ /dev/sda8: UUID="1e2851bd-cc6f-4d72-bf9f-c6fa754155b1" TYPE="ext3" LABEL="data" SEC_TYPE="ext2" $ /dev/sda9: UUID="d16a2f42-9a50-4489-a788-8624c832a7f3" TYPE="ext3" LABEL="storage" SEC_TYPE="ext2" $ /dev/sda7: TYPE="swap" LABEL="swap" UUID="8393acfa-d4bd-40fc-8eb9-5ccd8d85e103" $ Addresses: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586179 Signed-off-by: Karel Zak misc-utils/blkid.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit f17942e77f690e126f08ea7e12e6d5fbe9954e1e Author: Karel Zak Date: Thu Oct 23 14:29:45 2014 +0200 whereis: reset search mask more carefully # whereis -m cal -M /usr/share/man/man1/ -f ls cal: /usr/share/man/man1/cal.1.gz /usr/share/man/man1p/cal.1p.gz ls: /usr/bin/ls /usr/share/man/man1/ls.1.gz the -M also resets the search mask, so for 'ls' it returns also binaries. That's bug. Expected result is: # ./whereis -m cal -M /usr/share/man/man1/ -f ls cal: /usr/share/man/man1/cal.1.gz /usr/share/man/man1p/cal.1p.gz ls: /usr/share/man/man1/ls.1.gz the search mask has to be sensitive only to -b -m -s options, otherwise the semantic is pretty messy. Signed-off-by: Karel Zak misc-utils/whereis.1 | 27 ++++++++++++++++++++++++--- misc-utils/whereis.c | 35 +++++++++++++++++++++-------------- 2 files changed, 45 insertions(+), 17 deletions(-) commit 0d21f36ff3643ad2ea708f3596d64042331b037a Author: Karel Zak Date: Thu Oct 23 13:44:00 2014 +0200 whereis: cleanup debug stuff, fix argv[] usage * use debug stuff from include/debug.h and make whereis(1) sensitive to WHEREIS_DEBUG=0xffff mask * fix problem with argv[] usage # whereis -b -m -M /usr/share/man/man1 -B /usr/bin -f gcc bin: /usr/local/bin gcc: /usr/bin/gcc /usr/lib/gcc /usr/libexec/gcc /usr/share/man/man1/gcc.1.gz the code ignores "-B" and /usr/bin is interpreted as search pattern, expected result is: # whereis -b -m -M /usr/share/man/man1 -B /usr/bin -f gcc gcc: /usr/share/man/man1/gcc.1.gz /usr/bin/gcc Addresses: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765306 Signed-off-by: Karel Zak include/debug.h | 2 +- misc-utils/whereis.c | 106 +++++++++++++++++++++++++++++++++++---------------- 2 files changed, 74 insertions(+), 34 deletions(-) commit d2a3cce95a2f4f1329ea4c8d77c09c2ae35de859 Author: Karel Zak Date: Thu Oct 23 12:03:31 2014 +0200 fdisk: add section about sizes to the man page Addresses: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594005 Signed-off-by: Karel Zak disk-utils/fdisk.8 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) commit 735dcba8e9aaa2d93838a26da194d1add53c20d3 Author: Karel Zak Date: Thu Oct 23 11:35:18 2014 +0200 docs: remove obsolete READMEs for (s)fdisk Documentation/fdisk.txt | 581 ----------------------------------------------- Documentation/sfdisk.txt | 264 --------------------- 2 files changed, 845 deletions(-) commit 3554620210c6d844f361d58649c18f7188130545 Author: Karel Zak Date: Wed Oct 22 16:36:55 2014 +0200 terminal-colors.d: fix filter by name Addresses: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766077 Signed-off-by: Karel Zak lib/colors.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit a77865e11572cca981aed683a401f1f09981f3ee Author: Sami Kerola Date: Wed Oct 15 22:19:26 2014 +0100 setterm: fix dubious one-bit signed bitfield [smatch scan] term-utils/setterm.c:165:24: error: dubious one-bit signed bitfield Signed-off-by: Sami Kerola term-utils/setterm.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 524e7bffc16b1fea6a10c8837cbf79b416bfbf13 Author: Karel Zak Date: Fri Oct 17 08:52:00 2014 +0200 mount: don't ignore mtab for --bind -o remount Reported-by: Phillip Susi Signed-off-by: Karel Zak sys-utils/mount.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) commit fda297dd226610a60b85a40392b78dedcf255341 Author: Karel Zak Date: Tue Oct 14 12:14:05 2014 +0200 blkdiscard: fix err->errx() Signed-off-by: Karel Zak sys-utils/blkdiscard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1e3f80099317bb18df3c474090b58a75813a29eb Author: Andreas Henriksson Date: Tue Oct 14 12:07:21 2014 +0200 script: may be hangs Signed-off-by: Karel Zak term-utils/script.c | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) commit 0d5bf499358959103ffab4f6bcd57a80156e0bf3 Author: Raphael S. Carvalho Date: Wed Oct 8 21:46:07 2014 -0300 blkdiscard: fix underflow when offset is greater than device size If offset (range[0]) is greater than device size (blksize), the variable 'end' will be greater than blksize, and range[1] (length) will be recalculated. The underflow happens when subtracting range[0] (offset) from blksize, thus range[1] will be the result of an underflow. The bug leads to unwanted behavior from the program, where range[1] is likely to be a high number and then will discard a considerable amount of blocks from the device. The fix consists of exitting the program with an error message when the condition stated above is true. Spotted while auditing the code. Signed-off-by: Raphael S. Carvalho sys-utils/blkdiscard.c | 2 ++ 1 file changed, 2 insertions(+) commit ee6d6fcdf78b909a9bd67fc41fc79f8c266ff981 Author: Helmut Grohne Date: Tue Oct 7 23:07:19 2014 +0200 build-sys: check for libtoolize rather than libtool The system libtool program has architecture dependent behaviour. It is therefore unavailable in cross build environments. The only place it was used in util-linux is autogen.sh to determine the availability of libtool. All other places correctly use libtoolize or $(top_builddir)/libtool. Signed-off-by: Helmut Grohne autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 007fd134835e3f3cec8144e9b76949b6db296579 Author: Karel Zak Date: Wed Sep 17 12:54:05 2014 +0200 linfdisk: cleanup fsync usage * always use fsync() if the device open read-write * use sync() on demand Signed-off-by: Karel Zak libfdisk/src/context.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) commit 0e0003fde09408d2853d2018cec309ec35269fa5 Author: Karel Zak Date: Wed Sep 10 12:51:25 2014 +0200 libfdisk: make yes/no dialogs more robust Signed-off-by: Karel Zak disk-utils/fdisk.c | 16 ++++++++++++---- libfdisk/src/ask.c | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) commit b7fea6e55614eee078c3bf382b1a30f72bff679b Author: Karel Zak Date: Tue Oct 7 13:41:40 2014 +0200 libmount: fix mnt_is_readonly() #ifdef This issue affects util-linux portability to GNU/HURD Reported-by: Pino Toscano (from Red Hat) Signed-off-by: Karel Zak configure.ac | 2 +- libmount/src/utils.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 98b539c25caede8534ffaf06e67a694eeb3bc6cb Author: Karel Zak Date: Tue Oct 7 12:44:34 2014 +0200 libblkid: zeroize errno on blkid_probe_get_buffer() success Since 37f4060225df0591ab8e1dd676dbc8115d900d4f prober functions are sensitive to errno, it seems more robust to set errno=0 with in blkid_probe_get_buffer() on success than set the zero on all places where we call blkid_probe_get_buffer(). Addresses: https://github.com/karelzak/util-linux/issues/119 Signed-off-by: Karel Zak libblkid/src/probe.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 7b4e8472595a971fc3c1c006b0c189a8ab665f73 Author: Karel Zak Date: Tue Oct 7 12:12:39 2014 +0200 flock: zero timeout is valid This patch reverts Sami's "timeout cannot be zero", introduced in commit 605325b23b36238c8f3ae165e37cab9064553cf7. The --timeout 0 has been originally interpreted as --nonblock. The patch also add hint about this behavior to the man page. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1149974 Signed-off-by: Karel Zak sys-utils/flock.1 | 4 +++- sys-utils/flock.c | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) commit 558088cea7f8e612645d484db0e280b1fb775a70 Author: Karel Zak Date: Tue Oct 7 11:54:33 2014 +0200 losetup: improve man page -D docs Signed-off-by: Karel Zak sys-utils/losetup.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0715ae1dd1131853a70727c5b167470355cc3261 Author: Karel Zak Date: Tue Oct 7 11:33:46 2014 +0200 libfdisk: fix add_logical() assert The zero index is absolutely valid for extended partition (it means extended partition could be the first partition on the device). Reported-by: Christoph Hoopmann Signed-off-by: Karel Zak libfdisk/src/dos.c | 1 - 1 file changed, 1 deletion(-) commit 12bbc7d101258930400f8d111d9e538b0e06cf85 Author: Sami Kerola Date: Sun Sep 28 20:51:51 2014 +0100 hwclock: use fabs() instead abs() when argument is double sys-utils/hwclock.c:1219:13: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] Signed-off-by: Sami Kerola sys-utils/hwclock.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 6e1915060aa401bd20f9556374ffc031198322b4 Author: Sami Kerola Date: Sun Sep 28 20:51:36 2014 +0100 hexdump: remove deprecation message Message 'calling hexdump as od has been deprecated in favor of GNU coreutils od' has informed the hexdump not to be used like that for three and half years, and five releases. It is time to get rid of notice. Signed-off-by: Sami Kerola text-utils/hexdump.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) commit 16e37abebb5ed7b44f7db9dd6ddd305e1af2549d Author: Karel Zak Date: Wed Oct 1 11:38:49 2014 +0200 cfdisk: don't modify ncurses LINES and COLS On Sun, Sep 28, 2014 at 01:48:38AM -0700, pv4 wrote: If ncurses is build with --enable-reentrant, building util-linux-2.25.1 fails with the folllowing error: disk-utils/cfdisk.c: In function 'resize': disk-utils/cfdisk.c:202:9: error: lvalue required as left operand of assignment LINES = ws.ws_row; ^ disk-utils/cfdisk.c:203:8: error: lvalue required as left operand of assignment COLS = ws.ws_col; ^ man COLS gives the following: Depending on the configuration, these may be actual variables, or macros (see curs_threads(3X)) which provide read-only access to curses's state. In either case, applications should treat them as read-only to avoid confusing the library. Addresses: https://github.com/karelzak/util-linux/issues/125 Signed-off-by: Karel Zak disk-utils/cfdisk.c | 66 ++++++++++++++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 29 deletions(-) commit c29b5d64f92f3c9b25c842006b6bff56e67b1975 Author: pcpa Date: Sat Sep 27 16:04:16 2014 -0300 su: print proper core dump message when killed An example is, in one terminal "sudo su -; echo $$", and in another terminal, "kill -9 $PID" (the pid of the su -). It should not print "(core dumped)", unless the kill signal specified so, e.g. kill -7 or kill -11. Signed-off-by: pcpa login-utils/su-common.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit cd23bfb4d3e5de352524f30c627791fa69200d2d Author: Karel Zak Date: Wed Oct 1 10:13:09 2014 +0200 tests: fix the ipcs test for shmall being too big to show Based on hints from Adam Sampson, Ruediger Meier and Sami Kerola. Signed-off-by: Karel Zak tests/ts/ipcs/limits2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 72746f25adb697499ead20241404c348b6c1072f Author: Søren Holm Date: Fri Sep 26 18:35:11 2014 +0200 libmount: don't return root if path contains // or ending / If the path fx. is /foo/bar/ the initial stripoff will replace the last slash with \0 and return a pointer to that exact \0 character. The same thing will happen if the path contains // somewhere. Signed-off-by: Søren Holm libmount/src/tab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e2816a1ae0a77448af8cb2e5e5365ba984351881 Author: Karel Zak Date: Fri Sep 26 11:25:24 2014 +0200 lslogins: free after error [coverity scan] Signed-off-by: Karel Zak lib/readutmp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 8083886768020a0235df2a267c02ecbd83c05f72 Author: Karel Zak Date: Fri Sep 26 11:23:32 2014 +0200 lslogins: cleanup after error [coverity scan] Signed-off-by: Karel Zak login-utils/lslogins.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 65cb3803e98cb8bb579da49660f0b8d340c62766 Author: Karel Zak Date: Thu Sep 25 11:01:39 2014 +0200 mount: improve --move docs Signed-off-by: Karel Zak sys-utils/mount.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bb471a38d55d73adab17d24bf5fbf1a3d3682993 Author: Andreas Henriksson Date: Fri Sep 19 01:36:37 2014 +0200 logger: gettimeofday needs Either works on linux, but kfreebsd build fails if we don't use the include. According to man gettimeofday the correct include is Signed-off-by: Andreas Henriksson misc-utils/logger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a9c6cc2c08b353b2e4e60d46aad7b4b135244cfa Author: Andreas Henriksson Date: Fri Sep 19 01:36:35 2014 +0200 build-sys: build libmount everywhere This enables libmount to build on non-linux, which also means we can build fsck on non-linux again. (Since the context part of libmount still needs porting, building the mount utility has instead been restricted to only build on Linux.) This has been build-tested on Debian GNU/kFreeBSD. Signed-off-by: Andreas Henriksson configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 64f95187fd544c7f8f521631644fd62526ea038d Author: Andreas Henriksson Date: Fri Sep 19 01:36:34 2014 +0200 libmount: only include context on linux This is part of an attempt to make libmount buildable on non-linux. The parts that need architecture specific porting is under the context*.c files and the rest of libmount is useful/used by for example fsck. Signed-off-by: Andreas Henriksson libmount/src/Makemodule.am | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) commit aedbde42432f5d774bb0adb363c5d668423b42ec Author: Andreas Henriksson Date: Fri Sep 19 01:36:33 2014 +0200 libmount: only invoke loopcxt on linux This is part of an attempt to make libmount buildable on non-linux. The support for /dev/loop* is Linux-specific so just disable it on non-linux for now. Signed-off-by: Andreas Henriksson libmount/src/cache.c | 2 ++ libmount/src/tab.c | 2 ++ 2 files changed, 4 insertions(+) commit 13381819b75ce4c9d0934e6783cc2d8aa07a3d53 Author: Robert Schiele Date: Thu Sep 18 08:09:59 2014 +0200 umount: read mountinfo if --detach-loop given Don't use the optimization not to read mountinfo from commit 6a52473ecd877227f6f7da2b95da0b51593ffec1 if --detach-loop was given since we need the name of the loop device in that case and with the optimization this is not present and thus the detach operation obviously fails. Signed-off-by: Robert Schiele libmount/src/context_umount.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 2b1fbdfc28dce77a0acba39b07295e65a4b0dec9 Author: Eugene Yunak Date: Sun Sep 21 15:51:57 2014 +0300 cal: `color` option documentation should match actual behaviour misc-utils/cal.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 95ca2c46a20ab50610d3a4cc57ff89454f207844 Author: Sami Kerola Date: Wed Sep 3 20:24:11 2014 +0100 mkfs.minix: fix couple compiler warnings disk-utils/mkfs.minix.c:366:3: warning: ISO C forbids 'return' with expression, in function returning void [-Wpedantic] Signed-off-by: Sami Kerola disk-utils/mkfs.minix.c | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) commit f307a809c2299d7e833ef6ae971fcc9ac7f5c385 Author: Sami Kerola Date: Mon Aug 11 23:04:26 2014 +0100 last: make is_phantom() when kernel config does not include audit support When kernel CONFIG_AUDIT is not set the /proc//loginuid information is not present resulting live sessions to be marked 'gone - no logout' in last(1) print out. To go-around this change makes last(1) to look /dev/ device ownership as a substitute of loginuid. The go-around seems to work fairly well, but it has it short comings. For example after closing a X window session the /dev/ttyN file seems to be owned by root, not the user who had it before entering to the X session. While that is suboptimal it is still better than an attmempt to determine uid_t by looking owner of the /proc/, that is a login(1) process running as root. The issue was found using Archlinux installation. $ pacman -Qi linux Name : linux Version : 3.16-2 [...] Build Date : Mon Aug 4 18:06:51 2014 Signed-off-by: Sami Kerola login-utils/last.c | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) commit 5bf99ee203102ac2435b13cc41da91726e1902fb Author: Karel Zak Date: Wed Sep 17 10:56:46 2014 +0200 build-sys: use -lutil for BSD only Signed-off-by: Karel Zak configure.ac | 10 +++++++++- term-utils/Makemodule.am | 2 ++ 2 files changed, 11 insertions(+), 1 deletion(-) commit 78b945465e09a04923a622bb2170fe007bc693b6 Author: Andreas Henriksson Date: Sun Aug 24 18:04:44 2014 +0200 ipcrm: add hacks to avoid FTBFS Signed-off-by: Andreas Henriksson sys-utils/ipcrm.c | 7 +++++++ 1 file changed, 7 insertions(+) commit 19c5345538c64e6878b6c2dca962c95cfd033852 Author: Christoph Egger Date: Sun Aug 24 18:04:43 2014 +0200 agetty: fixing FTBFS on !linux (Debian util-linux 2.20.1-1.2) Handle vc flags missing on FreeBSD Fix tty creation on kFreeBSD taking patch from 2.19 Addresses-Debian-Bug: #650185 include/ttyutils.h | 40 ++++++++++++++++++++++++++++++++++++++++ term-utils/Makemodule.am | 1 + term-utils/agetty.c | 16 ++++++++++++++++ 3 files changed, 57 insertions(+) commit 66244ca41b739e6a3e909b9bfa7e844a08efb217 Author: Aurelien Jarno Date: Sun Aug 24 18:04:42 2014 +0200 ipcs: remaining kFreeBSD hackery for building. Addresses-Debian-Bug: #527384 Signed-off-by: LaMont Jones sys-utils/ipcs.c | 2 ++ 1 file changed, 2 insertions(+) commit 25e2aa09399e31dac90febdef7893e661c6ca0e0 Author: Robert Millan Date: Sun Aug 24 18:04:41 2014 +0200 lib/blkdev: report correct disk size on GNU/kFreeBSD. Thanks Tuco. Addresses-Debian-Bug: 592292 lib/blkdev.c | 4 ++++ 1 file changed, 4 insertions(+) commit ecb2eae67c570428f5ecd1a297b59773c1eaf3e5 Author: Karel Zak Date: Tue Sep 16 15:30:03 2014 +0200 libmount: hide details about failed search in fstab/mtab The current code returns -errno when not found "mount /foo" in fstab and mtab does not exist (or /etc/mtab points to non-mounted /proc). This is problem because the return value is too low-level and maybe misinterpreted by top level code. It's better to always return MNT_ERR_NOFSTAB when not found in fstab/mtab. Reported-by: Dylan Cali Signed-off-by: Karel Zak libmount/src/context.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) commit 868c07ea59ad0ea483e269bed4a1422daa3f343f Author: Boris Egorov Date: Mon Sep 15 23:33:17 2014 +0700 lscpu: fix cppcheck warnings CppCheck founds a few wrong arguments in format strings and a NULL pointer dereference. Amended version with fixed strcmp() usage. Signed-off-by: Boris Egorov sys-utils/lscpu-dmi.c | 2 +- sys-utils/lscpu.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) commit 2e94fb841f5e3beaf47da1b8a9b0bd7d8bcd3a0e Author: Karel Zak Date: Fri Sep 5 10:02:45 2014 +0200 lsblk: add notes about udev to the man page Reported-by: Francis Moreau Signed-off-by: Karel Zak misc-utils/lsblk.8 | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) commit 67cf7fb9f34b1b07ed2de18f2a2a07d0bbb9f986 Author: Karel Zak Date: Wed Sep 3 12:49:40 2014 +0200 docs: fix mess in Release notes Signed-off-by: Karel Zak Documentation/releases/v2.25.1-ReleaseNotes | 14 -------------- 1 file changed, 14 deletions(-)