summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* tailf: deprecatedRuediger Meier2015-03-161-0/+5
| | | | | | | | | | | | We want to remove it in 2 years, March 2017. See discussion "tailf, really needed?" http://thread.gmane.org/gmane.linux.utilities.util-linux-ng/10967 [kzak@redhat.com: - move warning to usage()] Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl> Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2015-02-271-4/+2Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add terminal-colors requests to TODOKarel Zak2015-02-191-0/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.26-ReleaseNotesKarel Zak2015-02-191-1/+50
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add cfdisk auto-sort to TODO fileKarel Zak2015-02-191-0/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.26-ReleaseNotesKarel Zak2015-02-041-2/+102
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add new cfdisk request to TODO fileKarel Zak2015-02-031-0/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* textual: fix various minor typosYuri Chornoivan2015-01-261-1/+1
|
* docs: fix grammar and punctuation and typos in 2.26 release notesBenno Schulenberg2015-01-261-37/+37
| | | | | | | Also trim some trailing whitespace. Reviewed-by: Peter Cordes <peter@cordes.ca> Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: fix typosKarel Zak2015-01-141-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.26-ReleaseNotesKarel Zak2015-01-141-0/+893
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add TODO entry for libblkidKarel Zak2015-01-141-0/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add howto-pull-request.txtSami Kerola2015-01-072-2/+292
| | | | | Reference: http://comments.gmane.org/gmane.linux.utilities.util-linux-ng/10431 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* docs: small improvements to howto-contribute.txtSami Kerola2015-01-071-7/+12
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* docs: update TODO fileKarel Zak2014-12-021-5/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODO fileKarel Zak2014-11-281-0/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update info about env debug variablesKarel Zak2014-11-031-2/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>