]> git.ipfire.org Git - thirdparty/util-linux.git/shortlog
thirdparty/util-linux.git
2017-05-12  Karel Zakbuild-sys: release++ (v2.30-rc1) v2.30-rc1
2017-05-12  Karel Zakdocs: add chmem and tailf to ReleaseNotes
2017-05-12  Karel Zakdocs: update v2.30-ReleaseNotes
2017-05-12  Karel Zakdocs: update AUTHORS file
2017-05-12  Karel Zakpo: merge changes
2017-05-12  Wylmer Wangpo: update zh_CN.po (from translationproject.org)
2017-05-12  Rafael Fontenellepo: update pt_BR.po (from translationproject.org)
2017-05-12  Stéphane Aulerypo: update fr.po (from translationproject.org)
2017-05-12  Joe Hansenpo: update da.po (from translationproject.org)
2017-05-12  Karel Zaklib/parse-date: don't use xalloc in lib-like code
2017-05-12  Karel Zakbuild-sys: remove duplicate includes
2017-05-12  Karel Zakbuild-sys: add AC_STRUCT_TIMEZONE
2017-05-11  Karel Zakwipefs: add note about no-act to the man page
2017-05-11  Karel Zakfdisk: fix type dialog
2017-05-11  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2017-05-10  Karel Zaktests: update wipe-partition
2017-05-10  Sami Keroladocs: make column.1 example to use ascii output
2017-05-10  Sami Kerolaswitch_root: use getopt_long() to parse options
2017-05-10  Sami Kerolavipw: use getopt_long() to parse options
2017-05-10  Sami Kerolacol: avoid extra newline if no input
2017-05-10  Sami Kerolalib/mbsedit: fix typo in comment
2017-05-09  Karel Zakfdisk: inform on 'p' about wiped partitions
2017-05-09  Karel Zaklibfdisk: add fdisk_partition_has_wipe()
2017-05-09  Karel Zakfdisk: add to the man page missing option
2017-05-09  Karel Zaklscpu: reuse the same buffer
2017-05-09  Karel Zaklscpu: make cpu_{max,min}_mhz() usage more elegant
2017-05-09  Mamatha Inamdarlscpu: Read available CPUs max and min frequencies
2017-05-09  Karel Zaksulogin: add missing type
2017-05-09  Karel ZakMerge branch '2017wk16' of git://github.com/kerolasa...
2017-05-05  Pali Rohártests: Add UDF CD-ROM hybrid image (ISO+Joliet+UDF...
2017-05-05  Pali Rohártests: Fix test output for low-probe-udf to contain...
2017-05-05  Pali RohárRevert "libblkid: Probe UDF volumes for ISO9660 info...
2017-05-05  Karel Zakcolumn: be robust on empty table
2017-05-05  Karel Zakcolumn: require column names for JSON
2017-05-05  Alexey Gladkovblkid: fix return code when display the version
2017-05-05  Karel Zakcolumn: use libsmartcols to avoid circular dependences
2017-05-05  Karel Zaklibsmartcols: add scols_line_is_ancestor()
2017-05-05  Karel Zakcolumn: add note that circular dependencies are ignored
2017-05-05  Karel Zakcolumn: add --tree to the man page
2017-05-05  Karel Zakcolumn: fix --tree id-parent loop crash
2017-05-03  Karel Zaktests: add new build-sys tests
2017-05-03  Karel ZaktestsL update build-sys tests
2017-05-03  Karel Zakbuild-sys: fix lsmem dependence
2017-05-03  Karel Zakbuild-sys: remove column-old.c
2017-05-02  Sami Kerolachfn, chsh: use readline(3) to receive user input
2017-05-02  Sami Kerolafindfs: use getopt_long() to parse options
2017-05-02  Sami Kerolalogger: make month names, login name, and tag read...
2017-05-02  Sami Kerolasulogin: reduce vulnerability surface
2017-05-02  Sami Kerolapartx: add --list-types option
2017-05-02  Sami Kerolalibblkid: add blkid_partitions_get_name()
2017-05-02  Sami Keroladocs: try to convince open(2) O_DIRECT rather than...
2017-05-02  Sami Kerolablkid: add long options
2017-05-02  Sami Kerolalsipc: fix options parsing and sync with man page
2017-05-02  Karel Zakcolumn: parent and child has to be independent
2017-05-02  Karel Zaktests: add tests for new column features
2017-05-02  Karel Zaklibsmartcols: add debug mesg to see width change
2017-05-02  Karel Zakcolumn: force to follow specified width
2017-05-02  Karel Zakcolumns: add note about width
2017-05-02  Karel Zakcolumn: use NOEXTREMES for the last column
2017-05-02  Karel Zakcolumn: add support for trees
2017-05-02  Karel Zakcolumn: clean up man page
2017-05-02  Karel Zakcolumn: clean up usage() and options order
2017-05-02  Karel Zakcolumn: add --table-order
2017-05-02  Karel Zakcolumn: fix typo
2017-05-02  Karel Zakcolumn: add --table-hide
2017-05-02  Karel Zakcolumn: add --table-wrap
2017-05-02  Karel Zakcolumn: add --table-noextreme
2017-05-02  Karel Zakcolumn: add --table-truncate
2017-05-02  Karel Zakcolumn: rename options
2017-05-02  Karel Zakcolumn: fix greedy initialization
2017-05-02  Karel Zakcolumn: add --table-colright
2017-05-02  Karel Zakcolumn: use err_exclusive_options()
2017-05-02  Karel Zakcolumn: make mbs/wcs conversions more robust
2017-05-02  Karel Zakcolumn: add --json
2017-05-02  Karel Zakcolumn: add --table-colnames
2017-05-02  Karel Zakcolumn: rename too generic macro
2017-05-02  Karel Zakcolumn: use libsmartcols for --table
2017-05-02  Karel Zakcolumn: clean up multi-byte #ifelse
2017-05-02  Karel Zakcolumn: reorder functions
2017-05-02  Karel Zakcolumn: rename functions
2017-05-02  Karel Zaktests: add column(1) table test
2017-05-02  Karel Zaktests: add column(1) columnate test
2017-05-02  Karel Zakcolumn: don't ignore mbs_to_wcs() errors
2017-05-02  Karel Zaktests: add column/files directory
2017-05-02  Karel Zakcolumn: make input() more generic
2017-05-02  Karel Zakcolumn: use colntrol struct on more places
2017-05-02  Karel Zakcolumns: add control struct
2017-05-02  Karel Zakcolumn: split old and new code
2017-05-02  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2017-05-02  Karel ZakMerge branch '170419' of github.com:jwpi/util-linux
2017-05-01  Pali Rohártests: Add UDF hdd images created by Linux mkudffs 1.3
2017-05-01  Pali Rohártests: Rename udf-hdd-mkudffs* images to indicate used...
2017-05-01  Pali Rohárlibblkid: udf: For better readibility use one snprintf...
2017-04-28  Karel Zaklib/timer: add comment
2017-04-28  Karel ZakMerge branch 'timer' of https://github.com/Villemoes...
2017-04-28  Karel Zaklibmount: (docs) remove unwanted tag
2017-04-28  Karel Zaktests: update libmount outputs
2017-04-28  Karel Zaklibmount: add read-only warning
2017-04-27  Karel Zakinclude/exitcodes: remove mount(8) exit codes
2017-04-27  Karel Zakfstrim: use MNT_EX_* from libmount
next