summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: update infor about TIOCSTIKarel Zak2016-10-062-2/+13
* Merge branch 'master' of https://github.com/Zeuh/util-linuxKarel Zak2016-10-051-1/+1
|\
| * Fix: list all block device from /dev and all symbolic links to block devicesRichard Yann2016-10-041-1/+1
* | wdct: mark usage() as noreturn [coverity scan]Karel Zak2016-10-051-1/+1
* | swapoff: fix mem leak [coverity scan]Karel Zak2016-10-051-1/+4
* | setarch: let's keep analyzer happy [coverity scan]Karel Zak2016-10-051-0/+1
* | rtcwake: make sure buffer is zero terminated [coverity scan]Karel Zak2016-10-051-1/+1
* | lsns: fix mem leak [coverity scan]Karel Zak2016-10-051-1/+1
* | findmnt: (verify) fix mem leak [coverity scan]Karel Zak2016-10-051-5/+6
* | isosize: fix read() result checkKarel Zak2016-10-041-1/+1
* | libmount: fix null-checking [coverity scan]Karel Zak2016-10-041-1/+1
* | libblkid: check blkid_parse_tag_string() return code [coverity scan]Karel Zak2016-10-042-4/+2Star
* | lib/randutils: remove unnecessary functionKarel Zak2016-10-042-10/+3Star
* | lib/mbsalign: free buffer after error [coverity scan]Karel Zak2016-10-041-5/+6
* | sfdisk: cleanup before going out of scope [coverity scan]Karel Zak2016-10-041-5/+12
* | sfdisk: free before going out of scope [coverity scan]Karel Zak2016-10-041-0/+2
* | isosize: don't ignore read() result [coverity scan]Karel Zak2016-10-041-1/+1
* | fsck.cramfs: don't ignore read() result [coverity scan]Karel Zak2016-10-041-1/+1
* | tests: (cramfs) check for test_sysinfoKarel Zak2016-10-041-0/+1
* | cfdisk: fix mountpoint detectionKarel Zak2016-10-041-21/+26
|/
* Revert "su,runuser: add libseccomp based workaround for TIOCSTI ioctl"Karel Zak2016-10-033-40/+3Star
* tests: add chrt vs. nice testKarel Zak2016-10-032-0/+64
* chrt: follow nice setting, prefer sched_setscheduler()Karel Zak2016-10-031-16/+18
* tools: make ko-release-gen usable with gpg2Karel Zak2016-10-011-1/+2
* build-sys: release++ (v2.29-rc1)Karel Zak2016-09-302-1/+5
* docs: update v2.29-ReleaseNotesKarel Zak2016-09-301-0/+485
* docs: update AUTHORS fileKarel Zak2016-09-301-1/+17
* po: merge changesKarel Zak2016-09-3027-19051/+25266
* libsmartcols: add scols_column_add_width()Karel Zak2016-09-304-0/+23
* po: update sv.po (from translationproject.org)Sebastian Rasmussen2016-09-301-5808/+5136Star
* po: update pl.po (from translationproject.org)Jakub Bogusz2016-09-301-2257/+2026Star
* po: update nl.po (from translationproject.org)Benno Schulenberg2016-09-301-2417/+2158Star
* po: update ja.po (from translationproject.org)Takeshi Hamasaki2016-09-301-2263/+2464
* po: update es.po (from translationproject.org)Antonio Ceballos Roa2016-09-301-2258/+2029Star
* po: update de.po (from translationproject.org)Philipp Thomas2016-09-301-2258/+2026Star
* po: update cs.po (from translationproject.org)Petr Písař2016-09-301-2259/+2033Star
* findmnt: remove duplicate includeKarel Zak2016-09-301-1/+0Star
* tests: update build-sys testsKarel Zak2016-09-3018-50/+36Star
* su,runuser: add libseccomp based workaround for TIOCSTI ioctlKarel Zak2016-09-293-3/+40
* tests: Add helper for TIOCSTI exploitStanislav Brabec2016-09-293-0/+32
* libmount: paranoid change in mnt_table_is_fs_mounted()Karel Zak2016-09-291-1/+3
* libmount: fix mount -a for cifsAurelien Aptel2016-09-291-3/+24
* ul: Fix buffer overflowTobias Stoeckmann2016-09-291-10/+4Star
* lib/strutils: make left and right trims more robustSami Kerola2016-09-291-2/+7
* libsmartcols: custom wrap fixesKarel Zak2016-09-273-8/+6Star
* docs: some random fixesKarel Zak2016-09-2710-33/+43
* libfdisk: (docs) add missing version notesKarel Zak2016-09-273-2/+8
* libsmartcols: (docs) add missing version notesKarel Zak2016-09-273-1/+20
* libsmartcols: fixes in doc generationIgor Gnatenko2016-09-276-31/+35
* libsmartcols: support custom wrap and remove SCOLS_FL_WRAPNLKarel Zak2016-09-267-58/+208