summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* docs: add hint about chfn & chsh bug and thanks to qualysKarel Zak2015-08-241-0/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2015-08-191-11/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add support for "bind,ro"Karel Zak2015-08-171-0/+4
| | | | | | | | | | | | | | Now it's necessary t use two mount(8) calls to create a read-only mount: mount /foo /bar -o bind mount /bar -o remount,ro,bind This patch allows to specify "bind,ro" and the remount is done automatically by libmount by additional mount(2) syscall. It's not atomic of course. Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add lsblk vs. btrfs to TODOKarel Zak2015-08-131-0/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add mount --namespace to TODOKarel Zak2015-08-131-0/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add --disable-assertKarel Zak2015-08-041-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: fix some grammar and punctuation in the 2.27 release notesBenno Schulenberg2015-08-031-26/+26
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: add v2.27-ReleaseNotesKarel Zak2015-07-311-0/+634
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* reset: deprecate the script, and remove reset.033cSami Kerola2015-06-291-0/+5
| | | | | | | | | Most distributions probably ship reset from ncurses, which means util-linux reset(1) is unlikely to be in use anywhere. Assuming the previous being true it is almost unimaginable anyone one would be using the alternative script, so remove it and mark the script deprecated. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* last-deprecated: remove from source treeSami Kerola2015-06-291-5/+0Star
| | | | | | | | | The last/lastb(1) from sysvinit has been around for about two years, and the better implementation is already part of releases 2.24 to 2.26. It should be safe to remove the unused last code from the source tree. Reference: ce60272039ea11952b15fefb653892dd0da02217 Signed-off-by: Sami Kerola <sami.kerola@lastminute.com>
* docs: update TODOKarel Zak2015-05-191-3/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: fix TODO typosKarel Zak2015-04-281-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2015-04-281-11/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: document --exclude for testsKarel Zak2015-03-261-0/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: add documentation about environment variablesRuediger Meier2015-03-261-0/+50
| | | | | | Introduced in 8e3ac29e, now advertised :) Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* docs: remove obsolete things from TODOKarel Zak2015-03-251-13/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>