Changes between v2.19-rc3 and v2.19 ----------------------------------- commit 69df550fe180a64aff1fcfa6088f85b514b7d682 Author: Karel Zak Date: Thu Feb 10 09:37:47 2011 +0100 build-sys: release++ (v2.19) Signed-off-by: Karel Zak NEWS | 4 ++++ configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit 167d959d4c60fd158e9e028811d3e5b7126caab6 Author: Karel Zak Date: Thu Feb 10 09:27:06 2011 +0100 docs: update v2.19 ReleaseNotes Signed-off-by: Karel Zak docs/v2.19-ReleaseNotes | 77 ++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 66 insertions(+), 11 deletions(-) commit 7b6b39084dcc52ee2de9df0e1e87df0b356dd9f7 Author: Karel Zak Date: Thu Feb 10 09:20:02 2011 +0100 docs: update AUTHORS file Signed-off-by: Karel Zak AUTHORS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 8ec85cbb1d465a4b12197c679606da78e4f25af2 Author: Karel Zak Date: Thu Feb 10 09:18:11 2011 +0100 po: merge changes Signed-off-by: Karel Zak po/ca.po | 509 ++-- po/cs.po | 1211 ++++++---- po/da.po | 1135 ++++++---- po/de.po | 509 ++-- po/es.po | 509 ++-- po/et.po | 509 ++-- po/eu.po | 509 ++-- po/fi.po | 509 ++-- po/fr.po | 6953 ++++++++++++++++++++++++++++++++--------------------- po/gl.po | 509 ++-- po/hu.po | 509 ++-- po/id.po | 510 ++-- po/it.po | 509 ++-- po/ja.po | 510 ++-- po/nl.po | 1246 ++++++---- po/pl.po | 1282 +++++++---- po/pt_BR.po | 509 ++-- po/ru.po | 509 ++-- po/sl.po | 509 ++-- po/sv.po | 509 ++-- po/tr.po | 509 ++-- po/uk.po | 509 ++-- po/util-linux.pot | 507 ++-- po/vi.po | 510 ++-- po/zh_CN.po | 509 ++-- po/zh_TW.po | 510 ++-- 26 files changed, 12681 insertions(+), 9837 deletions(-) commit 9d0b22d7413a28b6ac48dc387428f851da4fb82c Author: Jakub Bogusz Date: Thu Feb 10 09:14:50 2011 +0100 po: update pl.po (from translationproject.org) po/pl.po | 1757 +++++++++++++++++++++++--------------------------------------- 1 files changed, 659 insertions(+), 1098 deletions(-) commit a973cf54c20b1aa8cb40090441673a9e1e2571c1 Author: Benno Schulenberg Date: Thu Feb 10 09:14:50 2011 +0100 po: update nl.po (from translationproject.org) po/nl.po | 1524 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 593 insertions(+), 931 deletions(-) commit 7f31af90e1b9a8ee1607e7c7e48f50460133daca Author: David Prévot Date: Thu Feb 10 09:14:50 2011 +0100 po: update fr.po (from translationproject.org) po/fr.po |10559 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 4648 insertions(+), 5911 deletions(-) commit 973c4dd3bef2ab5e0270e418c40d21d5b723bed1 Author: Joe Hansen Date: Thu Feb 10 09:14:50 2011 +0100 po: update da.po (from translationproject.org) po/da.po | 5903 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 2686 insertions(+), 3217 deletions(-) commit 9424806603e9294ca96274b32589a0a052d86d1c Author: Petr Písař Date: Thu Feb 10 09:14:49 2011 +0100 po: update cs.po (from translationproject.org) po/cs.po | 1682 ++++++++++++++++++++++++++----------------------------------- 1 files changed, 717 insertions(+), 965 deletions(-) commit c25dc28dff295ac707a0e8f3ed5a1f7c8b335910 Author: Karel Zak Date: Wed Feb 9 20:37:08 2011 +0100 include: [c.h]: add unused attribute to ignore_result() unfortunately, gcc 4.6 void fn (void) { int foo; foo = bar (); } evaluates that foo is never used. The __attribute__((unused)) is necessary... Signed-off-by: Karel Zak include/c.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit cddd0999a227013a11e5b5ba2dfa36c9d7ef1cdc Author: Karel Zak Date: Wed Feb 9 15:02:41 2011 +0100 tests: fix libmount test Signed-off-by: Karel Zak shlibs/mount/src/context.c | 9 ++++----- tests/ts/libmount/context | 5 +++++ 2 files changed, 9 insertions(+), 5 deletions(-) commit d6c8d399b93f4646a90d0180fdcc1be35235a9c7 Author: Petr Uzel Date: Wed Feb 9 13:14:04 2011 +0100 libuuid: do not check for EAGAIN after flock() As per flock() manpage, flock() does not set errno=EAGAIN. Signed-off-by: Petr Uzel shlibs/uuid/src/gen_uuid.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 78d8c28f746bcc8d4e642c39669d8e58dea8d029 Author: Petr Uzel Date: Wed Feb 9 13:13:49 2011 +0100 libmount: do not check for EAGAIN after flock() As per flock() manpage, flock() does not set errno=EAGAIN. Signed-off-by: Petr Uzel shlibs/mount/src/tab_update.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 086f6471089b3487f46309b401867b3dae7d1551 Author: Karel Zak Date: Wed Feb 9 14:15:02 2011 +0100 mount: add rootcontext= for tmpfs on SELinux boxes Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=476964 Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=676100 Signed-off-by: Karel Zak mount/fstab.c | 2 +- mount/fstab.h | 1 + mount/mount.c | 33 +++++++++++++++++++++++++++++++-- 3 files changed, 33 insertions(+), 3 deletions(-) commit 50a1e0cf8b5a1e1b978c24f8a1931c8ed4929f7b Author: Karel Zak Date: Tue Feb 8 16:35:41 2011 +0100 include: [c.h]: fix __alloc_size__ test Reported-by: Francesco Cosoleto Signed-off-by: Karel Zak include/c.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 4b67533baa5f5f75ee1d1d3c61f42d38a4b4f219 Author: Karel Zak Date: Tue Feb 8 16:32:53 2011 +0100 libmount: more robust flock() usage Signed-off-by: Karel Zak shlibs/mount/src/tab_update.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit c190c6c2e987816ca0f273e2de528701d10cbbc1 Author: Petr Uzel Date: Mon Feb 7 14:18:28 2011 +0100 libuuid: fix locking of clock state counter file fcntl(2) does not work for synchronization of threads belonging to the same process. Use flock(2) instead. http://marc.info/?l=util-linux-ng&m=129708412829971&w=2 Signed-off-by: Petr Uzel shlibs/uuid/src/gen_uuid.c | 11 ++--------- 1 files changed, 2 insertions(+), 9 deletions(-) commit f2f0dcaf11319a9991c2135dcf525cd649a97b22 Author: Davidlohr Bueso Date: Fri Feb 4 15:54:43 2011 -0300 schedutils: remove unneeded header files Signed-off-by: Davidlohr Bueso schedutils/ionice.c | 2 -- schedutils/taskset.c | 3 --- 2 files changed, 0 insertions(+), 5 deletions(-) commit 9b2077939420830bef887e009b1e4be1d259d3c9 Author: Benno Schulenberg Date: Wed Feb 2 12:06:24 2011 +0100 lscpu: add description of --sysroot option to man page, plus grammar touches Signed-off-by: Benno Schulenberg sys-utils/lscpu.1 | 25 ++++++++++++++++--------- 1 files changed, 16 insertions(+), 9 deletions(-) commit 8d7f2904cd4967782f15e9a5c6e9f086f3056a0b Author: Benno Schulenberg Date: Tue Feb 1 21:55:54 2011 +0100 lsblk: small grammar touches to the man page Signed-off-by: Benno Schulenberg misc-utils/lsblk.8 | 35 ++++++++++++++++++----------------- 1 files changed, 18 insertions(+), 17 deletions(-) commit 3ec49e9e93d2a7ae4334904788cceb389c7a3e63 Author: Benno Schulenberg Date: Tue Feb 1 12:11:47 2011 +0100 partx: normalize the punctuation of man page, and improve grammar here and there Signed-off-by: Benno Schulenberg partx/partx.8 | 79 +++++++++++++++++++++++++++++---------------------------- 1 files changed, 40 insertions(+), 39 deletions(-) commit ea51c09c11f7110eca54fa35ab5ac51a7635c8c2 Author: Eric Sandeen Date: Mon Feb 7 23:44:26 2011 -0600 blkid: dynamically allocate devicename array If more than 128 devices are specified on the blkid cmdline, the devices[] array will overflow. We can dynamically allocate the devices[] array based on number of arguments to avoid this problem. [kzak@redhat.com: - add "if (optind < argc)" check] Signed-off-by: Eric Sandeen Signed-off-by: Karel Zak misc-utils/blkid.c | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) commit 0239ac01b060ae3246aca463861f79681d275dcc Author: Petr Uzel Date: Fri Feb 4 09:05:58 2011 +0100 wipefs: use write_all from include/writeall.h Signed-off-by: Petr Uzel misc-utils/wipefs.c | 19 +------------------ 1 files changed, 1 insertions(+), 18 deletions(-) commit 8fdf2bf7b10de908824b399044b1de76614f52e0 Author: Davidlohr Bueso Date: Thu Feb 3 17:43:29 2011 -0300 swapon: use EXIT_SUCCESS constants Signed-off-by: Davidlohr Bueso mount/swapon.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 15673c1598e8eb138b569f9e86421d1b60f76c23 Author: Davidlohr Bueso Date: Thu Feb 3 17:41:56 2011 -0300 dmesg: use strtol_or_err instead of atoi We shouldn't be accepting things like 'dmesg -n 2crapinput' This patch also changes the exit's value to use EXIT_* constants. Signed-off-by: Davidlohr Bueso sys-utils/Makefile.am | 1 + sys-utils/dmesg.c | 17 +++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) commit 39561c706a2417ab465275cef0f94d63493d1604 Author: Karel Zak Date: Tue Feb 8 15:36:28 2011 +0100 lscpu: cleanup usage() Signed-off-by: Karel Zak sys-utils/lscpu.c | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) commit 0ee03a286734a1b10575801fef88903ba8bf17d4 Author: Petr Uzel Date: Thu Feb 3 15:04:59 2011 +0100 uuidd: correctly report number of generated subsequent UUIDs Before this change, "uuidd -t -n 1" reported "6fd0672e-2f9b-11e0-b9c8-000feae00cb0 and subsequent 1 UUIDs". That is two subsequent UUIDs, which is not correct. Signed-off-by: Petr Uzel misc-utils/uuidd.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 38cf50010fc36166255316a1bd78b86cc88e01be Author: Petr Uzel Date: Thu Feb 3 15:04:58 2011 +0100 uuidd: fix -n usage It does not make sense to request zero UUIDs - report error. Signed-off-by: Petr Uzel misc-utils/uuidd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2307a2b9eab7d1730e39f021c3f456e05fe48449 Author: Petr Uzel Date: Thu Feb 3 15:04:57 2011 +0100 uuidd: increase connection backlog size to SOMAXCONN Signed-off-by: Petr Uzel misc-utils/uuidd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 386749317e7f3c699c985949023ac6141e334236 Author: Petr Uzel Date: Thu Feb 3 15:04:55 2011 +0100 uuidd: use write_all from include/writeall.h Signed-off-by: Petr Uzel misc-utils/uuidd.c | 22 ++-------------------- 1 files changed, 2 insertions(+), 20 deletions(-) commit 2d16924217d2d8ed41e56695f6e3ce827ca77d03 Author: Petr Uzel Date: Thu Feb 3 15:04:54 2011 +0100 uuidd: use die() where possible Signed-off-by: Petr Uzel misc-utils/uuidd.c | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) commit 83a4498d77889e235ec4598baf33273817e02179 Author: Petr Uzel Date: Thu Feb 3 15:04:53 2011 +0100 uuidd: use daemon(3) library function Signed-off-by: Petr Uzel misc-utils/uuidd.c | 19 ++----------------- 1 files changed, 2 insertions(+), 17 deletions(-) commit a8f131986cc681b0ed2297d2513f43558c619324 Author: Petr Uzel Date: Wed Feb 2 14:04:35 2011 +0100 uuidd: use UUID_STR_LEN and UUID_LEN Use named constants for lentgh of UUID's binary and textual representation, instead of magic numbers. [kzak@redhat.com: - use sizeof(uuid_t) rather than hardcoded size] Signed-off-by: Petr Uzel Signed-off-by: Karel Zak misc-utils/uuidd.c | 28 +++++++++++++++++----------- 1 files changed, 17 insertions(+), 11 deletions(-) commit 783140784a2adc515798bd1555b39e49b4f70e40 Author: Petr Uzel Date: Tue Feb 1 16:08:27 2011 +0100 uuidd: use UUIDD_OP_BULK_*_UUID named constants Signed-off-by: Petr Uzel misc-utils/uuidd.c | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) commit faab2be3f4525e2c6008c239af5f01e4cd088849 Author: Petr Uzel Date: Tue Feb 1 15:46:53 2011 +0100 uuidd: fix uuidd -r -n 2 uuidd -r -n 2 failed with "Unexpected reply length from server 36". Fixed by this patch. Signed-off-by: Petr Uzel misc-utils/uuidd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b45fa8b2f1ac3ffd9dc6ab7018260d753d1147b2 Author: Marek Polacek Date: Fri Feb 4 15:08:48 2011 +0100 include: [xalloc.h] include string.h xalloc.h needs string.h for declaration of strdup(). Otherwise we can get implicit declaration warning. This patch prevents it. Signed-off-by: Marek Polacek include/xalloc.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 40084d0d5c5031580907d61e2df81b5b21af6c68 Author: Karel Zak Date: Mon Feb 7 17:29:47 2011 +0100 include: [c.h] add fallback for alloc_size attributes Reported-by: Davidlohr Bueso Signed-off-by: Karel Zak include/c.h | 27 +++++++++++++++++++++++++++ include/xalloc.h | 8 +++++--- 2 files changed, 32 insertions(+), 3 deletions(-) commit 93bd18bc840874ba81934c7d91f1140ea48e8d7c Author: Karel Zak Date: Mon Feb 7 16:20:04 2011 +0100 fsck: include c.h, fallback for PATH_MAX Reported-by: Samuel Thibault Signed-off-by: Karel Zak fsck/fsck.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 2dd570ec85a4f9477a6064b8d59fdbc614db7b35 Author: Karel Zak Date: Mon Feb 7 15:52:21 2011 +0100 include: [c.h] move ignore_result() to gcc-only block Signed-off-by: Karel Zak include/c.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 309139c7dc3d7860ee2d5bf23afcf7b9816b4947 Author: Karel Zak Date: Mon Feb 7 15:17:07 2011 +0100 libmount: add and copy FS internal flags Signed-off-by: Karel Zak shlibs/mount/src/context_umount.c | 29 +++------- shlibs/mount/src/fs.c | 112 +++++++++++++++++++++++++++---------- shlibs/mount/src/libmount.h.in | 6 ++- shlibs/mount/src/libmount.sym | 4 +- shlibs/mount/src/mountP.h | 6 ++ shlibs/mount/src/tab.c | 4 +- shlibs/mount/src/tab_parse.c | 16 +++++- shlibs/mount/src/tab_update.c | 2 +- 8 files changed, 124 insertions(+), 55 deletions(-) commit 92b7c04d0146ba7206082ffe256453aa85bc0c16 Author: Karel Zak Date: Mon Feb 7 15:15:30 2011 +0100 libmount: don't prepare update if syscall failed Signed-off-by: Karel Zak shlibs/mount/src/context.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 260d3cf7f30cdcca7208f499089bae7ccdcc6115 Author: Karel Zak Date: Thu Feb 3 13:14:27 2011 +0100 docs: update ReleaseNotes Signed-off-by: Karel Zak docs/v2.19-ReleaseNotes | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 68c88d942fe9b5ccc728c0a1494aa7571eb49a1a Author: Karel Zak Date: Thu Feb 3 12:59:58 2011 +0100 blkid: add new return code 8 for ambivalent low-level probing result Signed-off-by: Karel Zak misc-utils/blkid.8 | 10 ++++++++-- misc-utils/blkid.c | 8 +++++++- 2 files changed, 15 insertions(+), 3 deletions(-) commit c38b4ebb0ee560ecc4958d253c08ede3b07f3c5f Author: Karel Zak Date: Thu Feb 3 12:34:34 2011 +0100 blkid: add note about PART_ENTRY_ tags to blkid.8 Signed-off-by: Karel Zak misc-utils/blkid.8 | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) commit 53a4d69ddf98a09e7a658afa03ad9b697ad38082 Author: Karel Zak Date: Thu Feb 3 12:12:37 2011 +0100 blkid: don't return PART_ENTRY_* if partition is empty The PART_ENTRY_* has nothing to do with the _contents_ of the block device. So if the device is empty these values should not be printed and blkid(8) has to return 2. The PART_ENTRY_* for empty devices should be printed for "-o udev" output only. Reported-by: Thomas Bächler Signed-off-by: Karel Zak misc-utils/blkid.c | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit dbcafb870f9622841d57a7554d8c4af258abc203 Author: Karel Zak Date: Thu Feb 3 12:01:45 2011 +0100 blkid: don't print devname if nothing detected Signed-off-by: Karel Zak misc-utils/blkid.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit b70785bca6238ea7e092dda8bd0aa56cdf1ec923 Author: Karel Zak Date: Wed Feb 2 22:32:52 2011 +0100 libmount: cleanup helper initialization API Signed-off-by: Karel Zak shlibs/mount/docs/libmount-sections.txt | 2 + shlibs/mount/src/context.c | 34 +++++++++++++++++++++-- shlibs/mount/src/context_mount.c | 13 +++----- shlibs/mount/src/context_umount.c | 44 +++++++++++++++++++++++++++++++ shlibs/mount/src/libmount.h.in | 6 ++-- shlibs/mount/src/libmount.sym | 2 +- shlibs/mount/src/mountP.h | 3 ++ 7 files changed, 89 insertions(+), 15 deletions(-) commit 9376009202a6371a28abb335b92a0063569b0fd1 Author: Karel Zak Date: Wed Feb 2 21:30:17 2011 +0100 libmount: add low-level API for umount Signed-off-by: Karel Zak shlibs/mount/docs/libmount-sections.txt | 10 ++- shlibs/mount/src/context_umount.c | 115 +++++++++++++++++++++++++++---- shlibs/mount/src/libmount.h.in | 6 ++ shlibs/mount/src/libmount.sym | 5 +- 4 files changed, 117 insertions(+), 19 deletions(-) commit cfb9db309558ca45c670947e1bf391152c662f1e Author: Karel Zak Date: Wed Feb 2 21:19:14 2011 +0100 libmount: cleanup high-level mount API Signed-off-by: Karel Zak shlibs/mount/docs/libmount-sections.txt | 4 ++ shlibs/mount/samples/mount.c | 2 +- shlibs/mount/src/context.c | 4 +- shlibs/mount/src/context_mount.c | 58 +++++++++++++++--------------- shlibs/mount/src/libmount.h.in | 2 +- shlibs/mount/src/libmount.sym | 2 +- 6 files changed, 38 insertions(+), 34 deletions(-) commit 8fb81f73cfc60af4a5535067c5ca0397c10fe640 Author: Karel Zak Date: Wed Feb 2 14:10:42 2011 +0100 libmount: copy mount attrs from utab to context Signed-off-by: Karel Zak shlibs/mount/src/context_umount.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 69b3afc0b5e2676ccb78d374dc539fbb8e6bf721 Author: Karel Zak Date: Tue Feb 1 09:38:33 2011 +0100 libblkid: check for swap or DM cow on small devices The 1MiB limit for swap and COW is useless for Fedora LiveDVD where is 938KiB COW device. Reported-by: Milan Broz Signed-off-by: Karel Zak shlibs/blkid/src/superblocks/superblocks.c | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) commit 9f55bf3794ca98852dd1f352f993dea60d83a2e1 Author: Fabian Groffen Date: Tue Jan 25 22:48:15 2011 +0100 libblkid: conditionalise parts from blkid/topology for Linux Signed-off-by: Fabian Groffen Signed-off-by: Karel Zak shlibs/blkid/src/topology/Makefile.am | 13 ++++++++----- shlibs/blkid/src/topology/topology.c | 2 ++ shlibs/blkid/src/topology/topology.h | 6 ++++-- 3 files changed, 14 insertions(+), 7 deletions(-) commit aada54e028b73ddbea96039375b1d1768fcf3496 Author: Sami Kerola Date: Wed Jan 26 20:01:33 2011 +0100 build-sys: shell syntax fix in autogen.sh Use of == as synonym of single = sign backfires on systems where /bin/sh is dash, like with Ubuntu. Signed-off-by: Sami Kerola autogen.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7897c815ba0319146a4fe41f12eaba802dd3b3ff Author: Petr Uzel Date: Wed Jan 26 12:17:00 2011 +0100 mount: fix parsing offset= followed by more options mount does not parse parse offset= option if it is followed by other options. In umount, the parsing is done with the get_value() function. This patch moves get_value to fstab.c (with new name get_option_value()) and fixes mount to use the function. [kzak@redhat.com: - rename to get_option_value() - use fstab.c rather than sundries.c] Novell bugzilla: #666150 Reported-by: Ludwig Nussel Signed-off-by: Petr Uzel Signed-off-by: Karel Zak mount/fstab.c | 20 ++++++++++++++++++++ mount/fstab.h | 2 ++ mount/mount.c | 5 +++-- mount/umount.c | 27 ++++----------------------- 4 files changed, 29 insertions(+), 25 deletions(-) commit 10a1c5ddf02e3b1508b8c44007f022f569638288 Author: Fabian Groffen Date: Tue Jan 25 22:45:51 2011 +0100 build-sys: provide missing strnlen from strutils Solaris lacks strnlen, provide it from strutils.c. Signed-off-by: Fabian Groffen shlibs/blkid/src/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 16ff981363ca4b817276074b0684de910d1ef867 Author: Tobias Klauser Date: Fri Jan 21 16:44:18 2011 +0100 swapon: make needlessly global variables static Also constify the option array. Signed-off-by: Tobias Klauser mount/swapon.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit a804f444eb6c0a5232e37db3a58193fa2a549cd9 Author: Fabian Groffen Date: Tue Jan 25 21:40:46 2011 +0100 provide a workaround if program_invocation_short_name is missing Try some replacements, such as getexecname() on Solaris and __progname on BSDs and Darwin. When not found, base program_invocation_short_name on the source filename it is used in, as not to require argv[0] to be passed along. This latter approach is not dynamic, but doesn't require code changes for all places where program_invocation_short_name is used now. Signed-off-by: Fabian Groffen Signed-off-by: Karel Zak configure.ac | 16 ++++++++++++++++ include/c.h | 36 ++++++++++++++++++++++++++++++++++++ shlibs/blkid/samples/partitions.c | 1 + 3 files changed, 53 insertions(+), 0 deletions(-) commit a2b3d0409589d9b3084c0bcaa32a7af07cee715c Author: Karel Zak Date: Mon Jan 31 14:18:46 2011 +0100 build-sys: enable lsblk and libmount for Linux only Signed-off-by: Karel Zak TODO | 33 +++++++++++++++++++++++++++++++++ configure.ac | 17 +++++++++++++---- misc-utils/Makefile.am | 3 +++ 3 files changed, 49 insertions(+), 4 deletions(-) commit 68d30ea1bff878879533c2c5c2c7fa8a9f2b2657 Author: Karel Zak Date: Thu Jan 27 14:04:18 2011 +0100 mount: fix atime description in mount.8 man page Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=665376 Signed-off-by: Karel Zak mount/mount.8 | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-)