aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-23fdisk: don't ignore 1MiB granularity on 512-byte sector devicesstable/v2.21Karel Zak1-1/+14
2012-05-25build-sys: release++ (v2.21.2)v2.21.2Karel Zak2-1/+5
2012-05-25docs: add v2.21.2-ReleaseNotesKarel Zak1-0/+69
2012-05-25docs: update AUTHORS fileKarel Zak1-1/+8
2012-05-25po: merge changesKarel Zak26-6329/+7156
2012-05-25po: update zh_CN.po (from translationproject.org)Wylmer Wang1-2026/+1814
2012-05-25po: update vi.po (from translationproject.org)Trần Ngọc Quân1-1306/+850
2012-05-25po: update de.po (from translationproject.org)Arun Persaud1-1362/+933
2012-05-24login: add USER to initial environmentDave Reisner2-2/+4
2012-05-24sfdisk: fix calculation due to type mismatch (ix86)Petr Uzel1-2/+2
2012-05-24tests: add UFS uuids to resultsKarel Zak1-0/+2
2012-05-24libmount: backport mnt_context_guess_fstype() changesKarel Zak1-7/+3
2012-05-24libmount: use stderr for initial debug messageKarel Zak1-1/+1
2012-05-24misc-utils: cleanup unused strings.h includesmaximilian attems3-3/+0
2012-05-24include: [c.h] protect container_ofmaximilian attems1-0/+2
2012-05-24findmnt: fallback to mountinfo for pollingDave Reisner1-2/+1
2012-05-24findmnt: reference correct manual sectionDave Reisner1-2/+1
2012-05-24login: fix segmentation fault in log_utmpKarel Zak1-8/+15
2012-05-24libmount: don't canonicalize targetKarel Zak3-7/+11
2012-05-24rev: mention tac(1) in 'SEE ALSO' man page sectionPetr Uzel1-0/+2
2012-05-24lsblk: improve man page wordingPetr Uzel1-2/+2
2012-05-24logger: remove use of __PJeremy Huntwork1-2/+2
2012-05-24libblkid: support UFS UUIDVladimir 'φ-coder/phcoder' Serbinenko1-0/+19
2012-05-24libblkid: accept small blocks for NTFS and Reiserfs in blkidVladimir 'φ-coder/phcoder' Serbinenko2-4/+4
2012-05-24lsblk: fix /sys/.../ro usageKarel Zak1-1/+1
2012-05-24libuuid: fix typo in uuid_compare manpagePetr Uzel1-1/+1
2012-05-24libmount: close device fd (to avoid mount(2) EBUSY)Karel Zak1-51/+18
2012-05-24libmount: fix mnt_context_guess_fstype()Karel Zak1-3/+2
2012-05-24libmount: fix mount by patternKarel Zak1-1/+4
2012-05-24lscpu: fix possibly undefined operationPetr Uzel1-2/+4
2012-05-24libblkid: befs: declare functions staticPetr Uzel1-6/+6
2012-05-24login: use getdtablesize() correctly in login.cchas williams - CONTRACTOR1-1/+1
2012-05-24namei: fix relative symlinks evaluationKarel Zak1-3/+10
2012-05-24mount: fix man page typo s/reatime/relatime/Karel Zak2-2/+2
2012-05-24cal: Fix building under uClibc.James Le Cuirot1-1/+1
2012-05-24lib/loopdev: more robust initializationKarel Zak3-1/+5
2012-05-24rtcwake: only invoke RTC_AIE_ON/OFF ioctls in pairsPaul Fox1-1/+4
2012-05-24setterm: correct manual page referenceSami Kerola1-1/+1
2012-03-30tools: improve ko-release-* scriptsKarel Zak2-3/+4
2012-03-30build-sys: release++ (v2.21.1)v2.21.1Karel Zak2-1/+5
2012-03-30docs: add v2.21.1-ReleaseNotesKarel Zak1-0/+74
2012-03-30docs: update AUTHORS fileKarel Zak1-0/+6
2012-03-30po: merge changesKarel Zak26-6886/+7283
2012-03-30po: update vi.po (from translationproject.org)Trần Ngọc Quân1-3896/+3626
2012-03-30login: correction in sig_handler()Karel Zak1-4/+4
2012-03-30tests: update fdisk testKarel Zak1-1/+0
2012-03-29blkid: add note about variable tags and devices order.Karel Zak1-1/+2
2012-03-29mount: fix recursively propagation mountingDong Hao2-4/+6
2012-03-29fdisk: don't print confusing warning on non-partitioned disksKarel Zak1-4/+2
2012-03-29libmount: add configfs to pseudofs listKarel Zak1-0/+1
2012-03-29findmnt: add -P, --pairs to the man pageBill Pemberton1-0/+2
2012-03-29build-sys: make the crosscompile path for scanf_cv_alloc_modifier cleverSebastian Andrzej Siewior1-1/+17
2012-03-29mount: (new) add missing xalloc.hKarel Zak1-0/+1
2012-03-26Revert "lib/canonicalize: always remove tailing slash"Karel Zak1-10/+3
2012-03-13tests: search for "none" by findmntKarel Zak1-2/+7
2012-03-13tests: wait a moment between mount and umountKarel Zak1-0/+8
2012-03-13tests: update libmount testsKarel Zak5-5/+5
2012-03-13tests: add tests for mount --make-* stuffKarel Zak5-0/+62
2012-03-13tests: make output and diff dirs usage more robustKarel Zak3-5/+23
2012-03-13test: test 'none' source for mount(8)Karel Zak2-0/+26
2012-03-13tests: test non-canonical paths in fstabKarel Zak5-0/+27
2012-03-13libmount: add nfsd to mnt_fstype_is_pseudofs()Karel Zak1-0/+1
2012-03-13lsblk: RQ-SIZE is part of the --topology output (man page bugfix)Dave Reisner1-1/+1
2012-03-13losetup: Fix setting of sizelimit on new loop devicesDaniel Drake1-1/+1
2012-03-13fstab.5: fix misspelling of deprecatedDave Reisner1-1/+1
2012-03-13libmount: fix "already mounted" detection on systems with mtabKarel Zak2-17/+53
2012-03-13libmount: avoid infinite loop in child fs iterationDave Reisner1-0/+5
2012-03-13script: play well with csh when invoked from within /etc/csh.loginKarel Zak1-0/+10
2012-03-13fdisk: fix to build for IA32Christian Wiese1-1/+1
2012-03-13lsblk: remove (dm-N) from NAME for raw/pair output formatKarel Zak1-2/+7
2012-03-13login: fix LOGIN_CHOWN_VCS codeKarel Zak1-24/+25
2012-03-13libmount: add mnt_fs_streq_target()Karel Zak5-32/+68
2012-03-13libmount: add mnt_fs_streq_srcpath()Karel Zak5-33/+36
2012-03-13libmount: cosmetic changes around "none"Karel Zak2-3/+10
2012-03-13libmount: don't treat "none" differentlyDave Reisner3-15/+6
2012-03-13mountpoint: account for error from in mnt_fs_get_targetDave Reisner1-2/+5
2012-03-13libblkid: properly reset chain in probe_do_wipe()Karel Zak1-5/+35
2012-03-13mountpoint: fix a minor bug with 0:0 devnoZhi Li1-12/+13
2012-03-13mount: (new) add 'internal-only(i)' to non-root allowed optionsRaghavendra D Prabhu1-1/+1
2012-03-13build-sys: add a crosscompile path for scanf_cv_alloc_modifierSebastian Andrzej Siewior1-0/+2
2012-03-13login: support crazy shadow-utils syntax in login.defsKarel Zak3-7/+42
2012-03-13libmount: allow empty source for mount(2) syscallKarel Zak2-2/+8
2012-03-13libmount: use mount.<type> -s for NFS onlyKarel Zak1-1/+6
2012-03-13mount: (new) cleanup mount -a return codesKarel Zak2-6/+21
2012-03-13libmount: canonicalize targets from fstab on mount -aKarel Zak1-4/+6
2012-03-13libmount: optimize for paths with tailing slashKarel Zak1-1/+1
2012-03-13lib/canonicalize: always remove tailing slashKarel Zak1-3/+10
2012-03-13libmount: canonicalize all paths from (fs)tabKarel Zak1-1/+1
2012-03-13losetup: add --detach-all to the list of optionsPetr Uzel1-0/+2
2012-03-13build-sys: don't create empty man/ru directoryKarel Zak2-5/+4
2012-02-24build-sys: release++ (v2.21)v2.21Karel Zak2-1/+5
2012-02-24docs: update v2.21-ReleaseNotesKarel Zak1-2/+53
2012-02-24docs: update AUTHORS fileKarel Zak1-1/+3
2012-02-24po: merge changesKarel Zak26-11185/+13629
2012-02-24po: update uk.po (from translationproject.org)Yuri Chornoivan1-2294/+1684
2012-02-24po: update pl.po (from translationproject.org)Jakub Bogusz1-2021/+1023
2012-02-24po: update nl.po (from translationproject.org)Benno Schulenberg1-1693/+1013
2012-02-24po: update fr.po (from translationproject.org)David Prévot1-2280/+1435
2012-02-24po: update cs.po (from translationproject.org)Petr Písař1-1632/+1167
2012-02-24umount: respect fs search pathMike Frysinger1-3/+10
2012-02-24fdisk: update information about GNU Parted in fdisk.8Petr Uzel1-4/+3
2012-02-23mount: distinguish between MS_COMMENT flags (netdev, nofail, ...)Karel Zak2-4/+19
2012-02-23mount: clear flags before options parsingKarel Zak1-2/+9
2012-02-23tests: add wall to build-sys testsKarel Zak14-0/+14
2012-02-23libmount: clean up context docsKarel Zak1-0/+6
2012-02-23docs: add note about mount(8) options to TODOKarel Zak1-2/+10
2012-02-23lib/strutils: move array bounds check in string_to_idarray() to appropriate p...Chandan B Rajenda1-2/+2
2012-02-22libblkid: add BLKID_PARTS_MAGIC to blkid_do_wipe() docsKarel Zak1-1/+2
2012-02-22docs: update copyright yearsKarel Zak2-2/+2
2012-02-22libmount: cleanup docsKarel Zak8-32/+55
2012-02-22libblkid: update docsKarel Zak1-0/+2
2012-02-22libmount: remove teaser proto for mnt_table_get_nameDave Reisner3-3/+0
2012-02-22docs: trivial documentation fixes and improvementsPetr Uzel9-32/+32
2012-02-22cytune.8: fix formattingPetr Uzel1-2/+2
2012-02-22build-sys: fix building of wallPetr Uzel1-1/+1
2012-02-22mkfs.bfs: add setlocaleDavidlohr Bueso1-0/+4
2012-02-21docs: add note about losetup to TODOKarel Zak1-0/+6
2012-02-21docs: add note about fdisk to TODOKarel Zak1-0/+5
2012-02-21tests: make minix tests more robustKarel Zak2-0/+4
2012-02-21unshare: add note about MS_SHARED to unshare.1Karel Zak1-3/+4
2012-02-21build-sys: add tools/ to EXTRA_DISTKarel Zak1-0/+1
2012-02-13lib/fsprobe: mar this internal API as deprecatedKarel Zak2-0/+7
2012-02-10login: add LOGIN_RETRIES, cleanup retries check codeKarel Zak2-3/+9
2012-02-09setsid: add "+" to getopt_long()Harald Hoyer1-1/+1
2012-02-08tunelp: free allocation, use xallocSami Kerola1-2/+2
2012-02-08switch_root: close open file after usage [cppcheck]Sami Kerola1-0/+2
2012-02-08chcpu: use appropriate variable type [cppcheck]Sami Kerola1-2/+2
2012-02-08taskset: use appropriate variable type [cppcheck]Sami Kerola1-1/+1
2012-02-08libblkid: verify arroy bound before reference [cppcheck]Sami Kerola1-1/+1
2012-02-08libblkid: allow return value to indicate error [cppcheck]Sami Kerola1-1/+1
2012-02-08libblkid: clarify operation order [cppcheck]Sami Kerola1-1/+1
2012-02-08sfdisk: free variable which got the allocation [cppcheck]Sami Kerola1-3/+6
2012-02-08fdisk: remove redundant declaration [cppcheck]Sami Kerola1-4/+0
2012-02-08raw: remove unnecessary return [cppcheck]Sami Kerola1-2/+0
2012-02-08mkfs.cramfs: check blocksize user input [cppcheck]Sami Kerola1-3/+8
2012-02-08mkfs.cramfs: close open file after usage [cppcheck]Sami Kerola1-0/+1
2012-02-08libblkid: improve reiserfs and btrfs min. size limitsKarel Zak2-3/+3
2012-02-08flock: add missing word »be« to flock.1Paul Menzel1-1/+1
2012-02-08flock: fix flock.1 grammar by removing »s«Paul Menzel1-1/+1
2012-02-07tools: use gpg-aggent in ko-release-genKarel Zak1-1/+5
2012-02-06build-sys: release++ (v2.21-rc2)v2.21-rc2Karel Zak2-1/+5
2012-02-06docs: update v2.21-ReleaseNotesKarel Zak1-1/+130
2012-02-06libblkid: remove >> 9 from GPT codeKarel Zak1-2/+4
2012-02-06docs: update AUTHORS fileKarel Zak1-1/+1
2012-02-06po: merge changesKarel Zak26-13016/+14497
2012-02-06tests: add --memcheck toKarel Zak1-0/+3
2012-02-06agetty: check localtime() resultKarel Zak1-0/+3
2012-02-06login: fix leak, improve strtok usageKarel Zak1-2/+6
2012-02-06vipw: use xalloc.hKarel Zak1-1/+4
2012-02-03libmount: use #ifdef fr selinux specific variablesKarel Zak1-2/+4
2012-02-03fdisk: remove uneecessary codeKarel Zak1-4/+4
2012-02-03lsblk: check stat() return codeKarel Zak1-5/+9
2012-02-02login: allocate buffer with shell nameKarel Zak1-1/+1
2012-02-02hexdump: make code more robustKarel Zak1-3/+4
2012-02-02lib/loopdev: remove dead assigment and null deferenceKarel Zak1-1/+1
2012-02-02sfdisk: remove dead assigmentKarel Zak1-1/+0
2012-02-02libmount: don't ignore chmod/own errorsKarel Zak1-1/+3
2012-02-02blkid: remove dead assigmentKarel Zak1-1/+2
2012-02-02lib/loopdev: fix part scan detection codeKarel Zak1-1/+1
2012-02-02libmount: remove dead assigmentKarel Zak2-2/+0
2012-02-02hwclock: remove never read valueKarel Zak1-2/+1
2012-02-02hwclock: clean usage, remove redundat codeKarel Zak1-3/+2
2012-02-02login: (and chsh) make pw_shell usage more robustKarel Zak3-3/+4
2012-02-02findmnt: initialize rc variableKarel Zak1-1/+1
2012-02-02blockdev: make the code more readable for static analysersKarel Zak1-7/+7
2012-02-02sfdisk: cleanup fd usageKarel Zak1-4/+6
2012-02-02sfdisk: fix typo in cdrom detectionKarel Zak1-1/+1
2012-02-02lscpu: fix fd leakKarel Zak1-1/+3
2012-02-02sfdisk: fix fd leakKarel Zak1-2/+3
2012-02-02findmnt: make --poll more robustKarel Zak2-4/+5
2012-02-01lib/sysfs: fix handle leakKarel Zak1-0/+1
2012-02-01kill: fix fd leakKarel Zak1-1/+1
2012-02-01fdisk: fix cdrom detectionKarel Zak1-1/+1
2012-02-01newgrp: fix possible FILE leak on errorKarel Zak1-2/+6
2012-02-01lib/loopdev: fix possible dir leak on errorKarel Zak1-0/+1
2012-02-01lib/sysfs: fix possible fd leak on errorKarel Zak1-1/+2
2012-02-01vipw: don't modify environment, check strtok() return valueKarel Zak1-4/+6
2012-02-01chcpu: check get_max_number_of_cpus() result properlyKarel Zak2-4/+5
2012-02-01cfdisk: wctomb() returns -1 on errorKarel Zak1-1/+1
2012-02-01fdisk: don't swap unsigned charKarel Zak1-2/+1
2012-02-01partx: fix small leakKarel Zak1-3/+5
2012-01-31fsck.cramfs: mark usage() as noreturnKarel Zak1-1/+2
2012-01-31chrt: add comment to keep static analysers happyKarel Zak1-0/+1
2012-01-31blkid: add comment to keep static analysers happyKarel Zak1-0/+1
2012-01-31sfdisk: add comment to keep static analysers happyKarel Zak1-0/+1
2012-01-31fdisk: add missing breakKarel Zak1-0/+1
2012-01-31more: add commentKarel Zak1-0/+1
2012-01-31swapon: add break to keep static analysers happyKarel Zak1-0/+1
2012-01-31umount: add missing breakKarel Zak1-0/+1
2012-01-31libblkid: fix suspicious implicit sign extension [coverity scan]Karel Zak1-1/+1
2012-01-31libblkid: more robust idx usage [coverity scan]Karel Zak1-2/+4
2012-01-31lscpu: dereferencing NULL pointer [coverity scan]Karel Zak1-1/+3
2012-01-31libblkid: make fd usage in md code more robustKarel Zak1-2/+4
2012-01-31login: comparing an array to null is not useful [coverity scan]Karel Zak1-2/+2
2012-01-31libblkid: comparing an array to null is not useful [coverity scan]Karel Zak3-5/+3
2012-01-31libmount: consolidate sysconf() usageKarel Zak1-16/+13
2012-01-31login: more robust sysconf() usage [coverity scan]Karel Zak1-5/+6
2012-01-31blkid: check fd before use [coverity scan]Karel Zak1-2/+2
2012-01-31namei: more robust add_it() [coverity scan]Karel Zak1-2/+2
2012-01-31libblkid: check for NULL in blkid_flush_cache() [coverity scan]Karel Zak1-2/+4