summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Collapse)AuthorAgeFilesLines
* docs: move source-code-management.txt to READMEJ William Piggott2017-05-313-53/+5Star
| | | | | | | | | | | | | | | | | source-code-management.txt and README had similar content so combine them in README. Change Documentation/source-code-management.txt references to README. Remove Documentation/source-code-management.txt. Move IRC Channel information to README Expand information about git branches and tags in README. Add workflow to README; written by Karel Zak <kzak@redhat.com> Signed-off-by: J William Piggott <elseifthen@gmx.com>
* docs: update howto-contribute.txtJ William Piggott2017-05-311-58/+65
| | | | | | | | | | This patch does not change any wording or grammar. It only shuffles the order of things and adds a table of contents. For example: it moves coding related bullet points into the Coding Style Chapter; it groups email related Chapters together, and so fourth. Signed-off-by: J William Piggott <elseifthen@gmx.com>
* docs: update howto-contribute.txtJ William Piggott2017-05-311-73/+81
| | | | | | Grammar fixes and some clarification changes. Signed-off-by: J William Piggott <elseifthen@gmx.com>
* docs: update v2.30-ReleaseNotesJ William Piggott2017-05-311-18/+20
| | | | Signed-off-by: J William Piggott <elseifthen@gmx.com>
* docs: update v2.30-ReleaseNotesKarel Zak2017-05-231-0/+45
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update source-code-management.txtKarel Zak2017-05-181-9/+18
| | | | | Reported-by: J William Piggott <elseifthen@gmx.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODO, add mount(8) noauto,autoKarel Zak2017-05-161-3/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.30-ReleaseNotesJ William Piggott2017-05-151-13/+26
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add chmem and tailf to ReleaseNotesKarel Zak2017-05-121-0/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.30-ReleaseNotesKarel Zak2017-05-121-0/+644
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: parse-date.txt fix whitespaceJ William Piggott2017-04-101-2/+2
| | | | Signed-off-by: J William Piggott <elseifthen@gmx.com>
* docs: update Documentation/deprecated.txtKarel Zak2017-04-041-5/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tailf: remove deprecated utilitySami Kerola2017-04-021-5/+0Star
| | | | | | | | March 2017 is gone, it is time to remove this utility as scheduled in earlier commit, and promised in manual page. Reference: 3f8478a71ccde6883d4c81b7e65561a106653b28 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* Merge remote-tracking branch 'jwpi/hwclock-date7'Karel Zak2017-03-231-0/+468
|\ | | | | | | | | | | | | | | * jwpi/hwclock-date7: lib: add parse-date documentation hwclock: use parse_date function build-sys: add parse-date.y lib: add parse-date.y
| * lib: add parse-date documentationJ William Piggott2017-03-041-0/+468
| | | | | | | | | | | | | | | | * Documentation/parse-date.txt - new file * sys-utils/hwclock.8.in Fix the --date option description. Signed-off-by: J William Piggott <elseifthen@gmx.com>
* | docs: improve boilerplate.c options exampleSami Kerola2017-03-131-6/+7
|/ | | | | | | Make usage() translations to contain complete option help in single translation unit. And make -z option example complete. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-9/+9
| | | | | | | | | | text-utils/tailf.c:69:21: warning: Using plain integer as NULL pointer Since many 'struct option' has used zero as NULL make them more readable in same go by reindenting, and using named argument requirements. Reference: https://lwn.net/Articles/93577/ Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
|
* hwclock: remove --compare optionSami Kerola2017-02-051-0/+5
| | | | | | | | | | | Compare functionality was printing nonsense values. There is no knowledge of anyone using this broken functionality. Instead of deprecating the code for months, and removing it after few release, it is removed immediately. Needless to say this is unusual removal. Reference: http://marc.info/?l=util-linux-ng&m=148396210506652&w=2 Signed-off-by: Karel Zak <kzak@redhat.com> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* column: rename --columns to --output-widthKarel Zak2017-01-171-0/+5
| | | | | | | | | * rename to use less confusing option name * cleanup usage() * update man page Addresses: https://github.com/karelzak/util-linux/pull/327 Signed-off-by: Karel Zak <kzak@redhat.com>
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
| | | | | | | | The current default is to print all usage() output. This is overkill in many case. Addresses: https://github.com/karelzak/util-linux/issues/338 Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-1918-68/+68
| | | | | | | The links to ftp://ftp.kernel.org/ are replaced by https://www.kernel.org/. Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.29-ReleaseNotesKarel Zak2016-11-081-1/+50
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODO fileKarel Zak2016-11-071-2/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* lsblk: add note about --sort and --list relationKarel Zak2016-11-021-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add sfdisk scripts quotes issue to TODO fileKarel Zak2016-10-251-0/+3
| | | | | Addresses: https://github.com/karelzak/util-linux/issues/367 Signed-off-by: Karel Zak <kzak@redhat.com>
* Fix minor typosYuri Chornoivan2016-10-201-1/+1
|
* docs: update v2.29-ReleaseNotesKarel Zak2016-10-191-1/+47
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update infor about TIOCSTIKarel Zak2016-10-062-2/+13
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.29-ReleaseNotesKarel Zak2016-09-301-0/+485
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* kill: remove pid command-name to option aliasSami Kerola2016-08-141-5/+0Star
| | | | | | | | | Removal was promised to happen in March 2016 and the time has come to get rid of this unexpected feature. Reference: c5b057b3422504a671ee588fa66574ae876521f1 Reviewed-by: Benno Schulenberg <bensberg@justemail.net> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* deprecated.txt: Add sfdisk --show-pt-geometryStanislav Brabec2016-08-081-0/+5
|
* docs: optinal option arguments should be long-onlySami Kerola2016-04-173-8/+26
| | | | | | | | | | | Deprecate adding new short optional option arguments. They are problematic. Proposed-by: Ruediger Meier <sweet_f_a@gmx.de> Acked-by: Karel Zak <kzak@redhat.com> Reviewed-by: Benno Schulenberg <bensberg@justemail.net> Reference: https://lists.gnu.org/archive/html/coreutils/2012-11/msg00004.html Reference: http://marc.info/?l=util-linux-ng&m=146062997618853&w=2 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* docs: update v2.28-ReleaseNotesKarel Zak2016-04-121-0/+27
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.28-ReleaseNotesKarel Zak2016-03-291-1/+96
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* partx: fix --nr usageKarel Zak2016-03-221-1/+1
| | | | | Reported-by: Serge van den Boom <serge+util-linux@vdboom.org> Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODO fileKarel Zak2016-03-221-0/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add note about CLONE_NEWCGROUP supportKarel Zak2016-03-211-0/+3
| | | | | | | | | The patch has been planned for weeks and now the kernel part is already in Linus' tree. It's a new feature, but it's probably better to merge the userspace stuff now (v2.28 rc1) than wait next 6 months for the next util-linux release. Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add to TODO fileKarel Zak2016-03-181-0/+11
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add note about libsmartcols Python bindingKarel Zak2016-03-141-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: improve grammar and wording in the 2.28 release notesBenno Schulenberg2016-03-141-18/+18
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: update v2.28-ReleaseNotesKarel Zak2016-03-111-0/+597
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: fix typos found by codespellRuediger Meier2016-02-036-11/+11
| | | | | | Using "codespell" from https://github.com/lucasdemarchi/codespell Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* lsblk: allow to --sort by hidden columnKarel Zak2015-12-101-7/+0Star
| | | | | | | | | | For example: lsblk -o NAME --sort SIZE prints NAMEs, but sort by SIZEs. Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add comment, remove TODO itemKarel Zak2015-12-101-4/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: use fstatat(AT_NO_AUTOMOUNT) for mountpointsKarel Zak2015-12-091-0/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.27-ReleaseNotesKarel Zak2015-09-071-2/+39
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: fix typoKarel Zak2015-08-271-2/+2
| | | | | Reported-by: Andreas Henriksson <andreas@fatal.se> Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add notest about drone.io and travis-ciKarel Zak2015-08-271-0/+33
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.27-ReleaseNotesKarel Zak2015-08-241-3/+83
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>