aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-03libblkid: remove optimization from verify( funrtionstable/v2.22Karel Zak2-65/+22
2013-02-03cal: don't mix ncurses output functions and printf()Karel Zak1-16/+27
2013-02-03hexdump: do not segfault when iterating over an empty format stringOndrej Oprala4-7/+37
2013-02-03agetty: replace perms 660 to 620Karel Zak2-2/+5
2012-12-13build-sys: release++ (v2.22.2)v2.22.2Karel Zak2-1/+5
2012-12-13docs: update v2.22.2-ReleaseNotesKarel Zak2-1/+81
2012-12-13docs: update AUTHORS fileKarel Zak1-0/+3
2012-12-12po: merge changesKarel Zak27-9208/+10423
2012-12-12po: update da.po (from translationproject.org)Joe Hansen1-1330/+990
2012-12-12po: update cs.po (from translationproject.org)Petr Pisar1-1301/+853
2012-12-12libmount: fix typosKarel Zak1-3/+3
2012-12-12blkid: fix double free [coverity scan]Karel Zak1-0/+1
2012-12-12libmount: make mkstemp() more robust [coverity scan]Karel Zak1-0/+8
2012-12-12swapon: fix memmory leak [coverity scan]Karel Zak1-4/+4
2012-12-12libblkid: check mkdir(/run/blkid) return code [coverity scan]Karel Zak1-5/+10
2012-12-12login: check lastlog lseek return code [coverity scan]Karel Zak1-1/+2
2012-12-12chsh: use return rather than exit in main, clean up man pageKarel Zak2-17/+18
2012-12-12chfn: always use return rather than exit() in mainKarel Zak1-4/+4
2012-12-12chfn: clean up exit statusKarel Zak2-6/+7
2012-12-12blkid: fix man page messKarel Zak1-6/+4
2012-12-12libblkid: re-read PART{UUID,LABEL} for successfully verified cached devicesKarel Zak1-5/+15
2012-12-12lsblk: fix copy & past bugKarel Zak1-1/+1
2012-12-12umount: sanitize paths from non-root usersKarel Zak1-2/+32
2012-12-12mount: sanitize paths from non-root usersKarel Zak1-0/+35
2012-12-12lib/canonicalize: add canonicalize_path_restricted() to canonicalize without ...Karel Zak2-0/+43
2012-12-12libmount: make debug stuff more robustKarel Zak1-1/+2
2012-12-12docs: remove dead linkSami Kerola1-3/+0
2012-12-12wipefs: Add --force option to force it to erase.Richard W.M. Jones2-4/+18
2012-11-26libmount: correctly interpret '*' from /etc/filesystemsKarel Zak2-6/+26
2012-11-21libblkid: (gpt) don't modify in memory buffersKarel Zak1-12/+11
2012-11-19uuidgen: fix --randomKarel Zak1-1/+1
2012-11-16lscpu: make read_topology() more robust to avoid SIGFPEKarel Zak1-6/+17
2012-11-16libmount: fix support of comma-separated fs types listsGleb Fotengauer-Malinovskiy2-7/+13
2012-11-16libmount: don't reset NOSWAPMATCH context flagKarel Zak1-0/+1
2012-11-16libmount: don't try to play with loopdevs if umount argument is really mountp...Karel Zak1-3/+6
2012-11-16libmount: more robust tab filter usageKarel Zak2-2/+8
2012-11-16libblkid: remove obsolete tags from cacheKarel Zak2-1/+21
2012-11-16umount: allways return MOUNT_EX_*Karel Zak1-2/+2
2012-11-16tests: remove lscpu /sys dumps without 'possible' CPU maskKarel Zak15-0/+0
2012-11-16lscpu: Fix issue found on CPU hot-removeToshi Kani1-22/+44
2012-11-16lib/loopdev: make loopcxt_get_device() more robustKarel Zak1-2/+2
2012-11-16script: do not try to close stderr twiceSami Kerola1-3/+5
2012-11-16agetty: fix autodetection for TERMMichal Schmidt1-1/+0
2012-10-31misc: make readlink() usage more robustKarel Zak3-4/+4
2012-10-31login: fix compiler warning [-Wunused-result]Karel Zak1-6/+10
2012-10-31fsck.cramfs: compile with -DINCLUDE_FS_TESTS for make checkKarel Zak2-1/+6
2012-10-31lib/loopdev: check for /sysKarel Zak1-0/+6
2012-10-31lib/loopdev: improve debug messagesKarel Zak2-6/+18
2012-10-31mount: add long options for -L and -U to man pageBill Pemberton1-2/+2
2012-10-31mount: add -c abbreviation for --no-canonicalize to man pageBill Pemberton1-1/+1
2012-10-31libblkid: fix compiler warning [-Wstrict-aliasing]Karel Zak1-3/+5
2012-10-31swapon: remove loop declaration [smatch scan]Sami Kerola1-1/+2
2012-10-31wipefs: use O_EXCLKarel Zak1-1/+1
2012-10-31libmount: don't use umount optimization for -l or -fKarel Zak1-1/+3
2012-10-10build-sys: release++ (v2.22.1)v2.22.1Karel Zak2-1/+5
2012-10-10docs: add v2.22.1-ReleaseNotesKarel Zak1-0/+98
2012-10-10docs: update AUTHORS fileKarel Zak1-1/+8
2012-10-10po: merge changesKarel Zak26-13217/+14906
2012-10-10tests: remove libgcc from config test resultsKarel Zak1-1/+1
2012-10-10po: add hr.po (from translationproject.org)Tomislav Krznar1-0/+14506
2012-10-10po: update vi.po (from translationproject.org)Trần Ngọc Quân1-1365/+891
2012-10-10build-sys: clean update-potfiles scriptKarel Zak1-2/+1
2012-10-10build-sys: remove --enable-gtk-doc from make checkKarel Zak1-1/+1
2012-10-10sfdisk: fix aliasing warningsMike Frysinger1-4/+6
2012-10-10md5: fix strict aliasing warningsMike Frysinger1-3/+6
2012-10-09tests: fix mount move test to work with shared mountMilan Broz1-3/+16
2012-10-09tests: ignore test if kernel doesn't support minix fsMilan Broz1-1/+2
2012-10-09tests: fix timezone for cramfsMilan Broz1-0/+1
2012-10-09fdisk: add AArch64 supportMarcin Juszkiewicz1-0/+1
2012-10-09mount: add verbose messagesKarel Zak2-1/+47
2012-10-05login: reuse DEAD_PROCESS utmp entriesKarel Zak1-3/+11
2012-10-05libmount: fix umount file.imgKarel Zak1-6/+10
2012-10-02dmesg: fix console-level off-by-oneBjørn Mork1-5/+17
2012-10-02mount: fix a few typosMike Frysinger3-23/+23
2012-10-02textual: typo fixesGilles Espinasse3-4/+4
2012-10-02lsblk: fix reporting of 'part' typePeter Rajnoha1-3/+3
2012-10-02su: don't modify PATH if -l not specifiedKarel Zak1-125/+1
2012-10-02ipcrm: avoid 'uninitialized' warningBernhard Voelker1-1/+1
2012-10-01libmount: don't setup new loopdev on remount with regular mtabKarel Zak1-2/+2
2012-10-01libmount: optimize mtab and utab parsing in umountKarel Zak4-1/+112
2012-10-01libmount: user-mounted loopback fs cannot be unmounted by userKarel Zak1-1/+1
2012-10-01mkswap: wipe old signature if there is no part table by defaultMilan Broz2-30/+22
2012-10-01lsblk: fix processing of dm partition mappingsPeter Rajnoha1-26/+42
2012-10-01lib/sysfs: fix sysfs_devname_to_devno for dm partitionsPeter Rajnoha1-1/+1
2012-10-01setterm: make error message more informativePetr Uzel1-3/+7
2012-10-01sfdisk: Fix format specifiers for size_tThierry Reding1-2/+2
2012-10-01hwclock: don't warp the systemtime if the RTC is in UTCTom Gundersen2-6/+22
2012-10-01hwclock: wait time in hwclock is not long enough for some ARM devicesKarel Zak1-2/+2
2012-10-01docs: AUTHORS, NEWS: UTF-8 fixes.Ville Skyttä2-20/+19
2012-10-01docs: umount.8 syntax fix.Ville Skyttä1-2/+2
2012-10-01libmount: append loop option when automatically create loopdevKarel Zak1-1/+5
2012-10-01libmount: detach loopdev on umount if loop option in mtabKarel Zak1-0/+4
2012-10-01rtcwake: doesn't reset wakealarmGiacomo1-4/+19
2012-10-01build-sys: simplify usrlib_execdir initializationKarel Zak1-3/+6
2012-10-01build-sys: fix --localstatedir heuristicsKarel Zak1-9/+1
2012-10-01libmount: don't remove user= when executed by rootKarel Zak1-8/+4
2012-10-01libmount: segfaults if neither /etc/filesystems nor/proc/filesystems existsKarel Zak2-0/+7
2012-10-01libblkid: fix copyright noticed to be consistent (so all are LGPL)Karel Zak2-3/+4
2012-10-01libmount: improve mnt_table_get_root_fs() docsKarel Zak1-1/+12
2012-10-01wdctl: add fallbacks for old kernel headersKarel Zak1-1/+24
2012-10-01build-sys: add --disable-wdctlKarel Zak1-1/+5
2012-10-01eject: robust strings usage [coverity scan]Karel Zak1-2/+2
2012-10-01whereis: improve readability for analysersKarel Zak1-1/+2
2012-10-01lib/pager: robust work with file descriptors [coverity scan]Karel Zak1-2/+7
2012-10-01switch_root: check open() return value [coverity scan]Karel Zak1-0/+4
2012-10-01lib/sysfs: more robust sysfs_opendir() [coverity scan]Karel Zak1-2/+3
2012-10-01mark expected fallthrough for static analysersKarel Zak2-0/+3
2012-10-01tunelp: add missing break [coverity scan]Karel Zak1-0/+1
2012-10-01namei: remove dead code [coverity scan]Karel Zak1-1/+1
2012-10-01libblkid: check fchmod() return value [coverity scan]Karel Zak1-3/+6
2012-10-01libblkid: improve DBG() macroKarel Zak1-1/+1
2012-10-01mount: fix man pahe typo in quota mount option namesBjörn Jacke1-3/+3
2012-10-01build-sys: install su.1 if building suDave Reisner1-0/+1
2012-10-01libmount: document LIBMOUNT_DEBUG usersDavidlohr Bueso5-0/+21
2012-10-01blkid: document LIBBLKID_DEBUG usersDavidlohr Bueso7-0/+21
2012-09-04build-sys: release++ (v2.22)v2.22Karel Zak2-1/+5
2012-09-04docs: update v2.22-ReleaseNotesKarel Zak1-2/+18
2012-09-04po: merge changesKarel Zak26-9119/+15335
2012-09-04po: update vi.po (from translationproject.org)Trần Ngọc Quân1-1667/+1112
2012-09-04po: update uk.po (from translationproject.org)Yuri Chornoivan1-5241/+3247
2012-09-04po: update pl.po (from translationproject.org)Jakub Bogusz1-3873/+3037
2012-09-04po: update nl.po (from translationproject.org)Benno Schulenberg1-1484/+881
2012-09-04po: update ja.po (from translationproject.org)Takeshi Hamasaki1-8503/+5551
2012-09-04po: update fr.po (from translationproject.org)David Prévot1-2112/+1247
2012-09-04po: update da.po (from translationproject.org)Joe Hansen1-2657/+1913
2012-09-04po: update cs.po (from translationproject.org)Petr Písař1-1523/+1053
2012-09-04fdisk: document FDISK_DEBUGDavidlohr Bueso1-0/+5
2012-09-04fdisk: fix typo in commentBernhard Voelker1-1/+1
2012-09-04findmnt: use st.st_bavail for available columnDave Reisner1-1/+1
2012-08-29su: cleanup man pageKarel Zak1-4/+6
2012-08-27libmount: remount does not add entry to mtab fileKarel Zak1-12/+15
2012-08-27libblkid: rewrite ntfs proberKarel Zak1-36/+85
2012-08-27libblkid: use unsigned ints in ntfs proberKarel Zak1-19/+22
2012-08-24fsck: use less aggressive method to detect mounted devicesKarel Zak1-7/+24
2012-08-24libmount: rewrite mnt_table_is_fs_mounted() to be less aggressiveKarel Zak2-24/+52
2012-08-15build-sys: release++ (v2.22-rc2)v2.22-rc2Karel Zak2-2/+6
2012-08-15docs: update v2.22-ReleaseNotesKarel Zak1-4/+77
2012-08-15docs: update AUTHORS fileKarel Zak1-0/+2
2012-08-15po: merge changesKarel Zak26-10415/+13431
2012-08-15po: update fr.po (from translationproject.org)David Prévot1-7105/+4995
2012-08-15build-sys: add -Wmissing-declarations, sort warning optionsKarel Zak1-7/+8
2012-08-15tests: update build-sys testsKarel Zak14-585/+12
2012-08-15uuidd: improve systemd unit filesKarel Zak1-1/+4
2012-08-15build-sys: expand paths at make timeKarel Zak6-17/+48
2012-08-14column: --separator segfaultsB Watson1-2/+2
2012-08-14lib/sysfs: make sysfs_partno_to_devno better readableBernhard Voelker1-7/+9
2012-08-14lsblk: add WWN, improve udev supportKarel Zak2-17/+37
2012-08-14resizepart: remove debug messageKarel Zak1-3/+0
2012-08-13resizepart: add new commandKarel Zak5-2/+186
2012-08-13lib/sysfs; add sysfs_partno_to_devno()Karel Zak2-4/+54
2012-08-13lib/mangle: remove unused variableKarel Zak1-1/+0
2012-08-13lib/sysfs: expect p<N> suffix for partitionsKarel Zak1-3/+6
2012-08-13libmount: fix unmangle codeKarel Zak1-2/+3
2012-08-13dmesg: fix kmsg read if read returns EPIPEMilan Broz1-3/+15
2012-08-13eject: return proper 0/1 from eject_cdrom()Dave Reisner1-5/+5
2012-08-13Fix non-Linux buildSamuel Thibault3-7/+19
2012-08-13fdisk: aix: fix warningDavidlohr Bueso1-2/+1
2012-08-13lscpu: limit options --all, --online, --offline to parsable and extended outputHeiko Carstens2-3/+18
2012-08-13lib/tt: always escape '\' to simplify parsing in scriptsKarel Zak1-14/+3
2012-08-08lib/tt: fix \x%02x usageKarel Zak1-4/+4
2012-08-07include/tt: improve work with non-utf8 charsKarel Zak1-9/+23
2012-08-06build-sys: add files make check generates in gitignoreSami Kerola1-0/+4
2012-08-06vipw: make vim writebackup mode workSami Kerola1-0/+12
2012-08-06docs: add sys-utils/umount.8 manual pageSami Kerola2-1/+176
2012-08-06docs: update TODOSami Kerola1-9/+0
2012-08-06docs: ftp server does no longer support util-linux-ngSami Kerola7-47/+47
2012-08-06lib/tt: count read cells, improve \x?? hex encodingKarel Zak1-14/+161
2012-08-06mount: replace control chars in mountpoint nameKarel Zak2-8/+27
2012-08-03docs: update tests docsKarel Zak1-2/+12
2012-08-03tests: make compatible with autotoolsKarel Zak8-32/+85
2012-08-03build-sys: add tests/run-nonroot.sh to automake fileKarel Zak1-0/+1
2012-08-02build-sys: don't compile lib{mount,blkid} tests when --disable-static specifiedKarel Zak4-0/+12
2012-08-02wdctl: tiny change to man pageKarel Zak1-1/+1
2012-08-02wdctl: add "--settimeout" to set the timeoutHarald Hoyer2-10/+79
2012-08-02dmesg: fix kmsg usability detectionKarel Zak1-12/+35
2012-08-01tests: add libmount optstr deduplicateKarel Zak2-0/+5
2012-08-01libmount: deduplicate SELinux mount optionsKarel Zak1-0/+9
2012-08-01libmount: add mnt_optstr_deduplicate_option()Karel Zak4-9/+74
2012-08-01tests: standardize fdisk headers in MBR testsKarel Zak4-26/+29
2012-08-01tests: blkid/md-raid1-part failsBernhard Voelker1-4/+6
2012-07-31tests: cleanup ts_is_mountedBernhard Voelker1-3/+0
2012-07-31tests: make blkid/md-raid1-part more robustBernhard Voelker1-6/+6
2012-07-31tests: add non-dos mode fdisk testKarel Zak2-0/+330
2012-07-31build-sys: use slash for binaries in gitignoreKarel Zak1-109/+107
2012-07-31fdisk: cast before count sizeKarel Zak1-1/+1
2012-07-31tests: add layout info to dos mode testKarel Zak2-0/+191
2012-07-31tests: rename doslabel testKarel Zak4-26/+28
2012-07-30docs: update howto-tests.txtKarel Zak1-8/+9
2012-07-30build-sys: add run.sh to make check for non-root usersKarel Zak3-0/+11
2012-07-30tests: check for 'make check'Karel Zak1-0/+10
2012-07-30build-sys: move tests to check_PROGRAMSKarel Zak9-12/+16
2012-07-30tests: remove lt- prefixesKarel Zak2-2/+5
2012-07-30util-linux: Document new FAT optionsSteven J. Magnani1-0/+10
2012-07-30build-sys: include tools/git-version-gen in the tarballPetr Uzel1-1/+2
2012-07-30build-sys: fix description of utmpdump configure optionPetr Uzel1-1/+1
2012-07-30tests: more robust symlinks usageKarel Zak1-1/+14
2012-07-30tests: use ts_is_mounted in mount/regfileBernhard Voelker1-2/+2
2012-07-30tests: search mount point in canonicalized form in /proc/mountsBernhard Voelker1-1/+4
2012-07-30docs: add note about enabled kill(1) to v2.22-ReleaseNotesKarel Zak1-0/+1
2012-07-27docs: add note about partx output changeKarel Zak1-0/+5