summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* docs: remove obsolete READMEs for (s)fdiskKarel Zak2014-10-232-845/+0Star
|
* docs: update TODO fileKarel Zak2014-10-221-8/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODO fileKarel Zak2014-10-211-0/+14
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* sfdisk: add deprecated --LinuxKarel Zak2014-10-071-1/+6
| | | | | | | | | | | | | | The sfdisk does not care about compatibility with classic DOS partitioning, and it does not warn about incompatibility with DOS at all. It means that --Linux is default and it's unnecessary to use this option. It's the same situation like with "--unit S", these options are very probably often used in scripts, and these all is default now. So for backward compatibility new sfdisk accepts these options on command line, but prints "option is deprecated" warning message. Signed-off-by: Karel Zak <kzak@redhat.com>
* sfdisk: add --unit and --show-geometry, update deprecated.txtKarel Zak2014-10-071-4/+16
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add swapon -o to TODO fileKarel Zak2014-10-021-0/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2014-07-291-0/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.25-ReleaseNotesKarel Zak2014-07-221-0/+91
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: improve the wording and conventions in the man-page howtoBenno Schulenberg2014-07-171-44/+53
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: update v2.25-ReleaseNotesKarel Zak2014-07-021-1/+58
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* swapon: mark --sumarry as deprecatedKarel Zak2014-06-302-0/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add note about lsblkKarel Zak2014-06-251-0/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: fix minor things in man-page howtoKarel Zak2014-06-251-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>