summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Collapse)AuthorAgeFilesLines
* script: record exit codeKarel Zak2018-05-141-2/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* script: add more info to script headerKarel Zak2018-05-141-6/+0Star
| | | | | | | | | | | | | | | | This patch introduces [...] to store extra information about terminal to the typescript header. For example: Script started on 2018-05-14 12:52:32+02:00 [TERM="xterm-256color" TTY="/dev/pts/3" COLS="190" LINES="53"] or Script started on 2018-05-14 12:54:01+02:00 [<not executed on terminal>] if stdout is not terminal. Addresses: https://github.com/karelzak/util-linux/issues/583 Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add hint about scriptKarel Zak2018-05-141-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* choom: new command to adjust OOM-killer score valueKarel Zak2018-04-161-5/+0Star
| | | | | | | | | Let's provide command line tool, man page with OOM description and bash-completion. It seems better than force end-users to use "echo" to /proc. Addresses: https://github.com/karelzak/util-linux/issues/609 Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODO (libblkid)Karel Zak2018-04-091-4/+3Star
| | | | | Addresses: https://github.com/karelzak/util-linux/issues/617 Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODO (lsblk)Karel Zak2018-04-091-13/+4Star
| | | | | | | * remove NVMe-multipath lsblk issue (already fixed by kernel) * add lsblk rewrite Signed-off-by: Karel Zak <kzak@redhat.com>
* libsmartcols: improve JSON support (add types)Karel Zak2018-04-031-7/+0Star
| | | | | | | This commit add SCOLS_JSON_{NUMBER,STRING,BOOLEAN} to specify column type for JSON output formatting. Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add choom to TODOKarel Zak2018-03-271-0/+5
| | | | | Addresses: https://github.com/karelzak/util-linux/issues/609 Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add cal(1) TODO itemsKarel Zak2018-03-271-0/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* column: fix leading space characters bugKarel Zak2018-03-271-3/+0Star
| | | | | | | | | | | | | | | | | | The bug has been introduced during column(1) rewrite. The function read_input() need to skip leading space only temporary to detect empty lines, but the rest of the code has to use the original buffer (line). I've tried to fix one of the symptoms by 5c7b67fbbf41c973ca8d49b1e8bdba22dbb917aa (alter), but this solution is unnecessary and too complex. Changes: * don't ignore leading space * remove unnecessary stuff introduced by 5c7b67fbbf41c973ca8d49b1e8bdba22dbb917aa * fix regression test with incorrect separator Addresses: https://github.com/karelzak/util-linux/issues/575 Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1560283 Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add to column(1) TODOKarel Zak2018-03-261-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.32-ReleaseNotesKarel Zak2018-03-211-3/+51
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add new idea to TODO listKarel Zak2018-03-091-0/+5
| | | | | Addresses: https://github.com/karelzak/util-linux/issues/593 Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add remount-all idea to TODOKarel Zak2018-03-081-14/+6Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add script(1) events idea to TODOKarel Zak2018-03-051-0/+20
| | | | | Addresses: https://github.com/karelzak/util-linux/issues/583 Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add note about JSONKarel Zak2018-03-051-0/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.32-ReleaseNotesKarel Zak2018-03-011-0/+39
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add note about NVMe-multipath to TODOKarel Zak2018-03-011-0/+18
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* misc: fix typos using codespellRuediger Meier2018-02-164-4/+4
| | | | | | Some more funny typos, please review carefully. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* docs: update v2.32-ReleaseNotesKarel Zak2018-02-131-0/+405
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2018-02-071-0/+6
| | | | | | | Let's think about "mount --onlyonce". Addresses: https://github.com/karelzak/util-linux/issues/448 Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2018-02-071-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2018-01-311-10/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add ISC licenceCarlos Santos2018-01-171-0/+11
| | | | | | | | | | | Save the top 21 lines of sys-utils/rfkill.c as COPYING.ISC. This is useful for Linux distributions an integration tools like Buildroot, to collect detailed legal information for each package. [kzak@redhat.com: - remove C-comments and rfkill header] Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Karel Zak <kzak@redhat.com>
* hwclock: rename --debug option to --verboseJ William Piggott2018-01-171-0/+12
| | | | | | | | | Warn on --debug; do not fallthrough because the message is lost in the verbose output. Coauthored-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: J William Piggott <elseifthen@gmx.com>
* docs: update TODO fileKarel Zak2017-11-231-33/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update TODOKarel Zak2017-11-081-13/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.31-ReleaseNotesKarel Zak2017-10-191-1/+35
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* setsid: document fork(2) usageKarel Zak2017-10-101-0/+5
| | | | | Addresses: https://github.com/karelzak/util-linux/issues/518 Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: (TODO) make PMBR boot flag more user-friendlyKarel Zak2017-10-041-5/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.31-ReleaseNotesKarel Zak2017-10-031-1/+20
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add Atari PT to the TODO listKarel Zak2017-10-021-0/+3
| | | | | Addresses: https://github.com/karelzak/util-linux/issues/517 Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add exec() exit codes to TODOKarel Zak2017-09-271-0/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add 2.30.2 to ReleaseNotesKarel Zak2017-09-251-0/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: update v2.31 release notesKarel Zak2017-09-221-4/+13
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* Docs: add hwclock 'highlights' v2.31-ReleaseNotesJ William Piggott2017-09-211-0/+8
| | | | Signed-off-by: J William Piggott <elseifthen@gmx.com>
* Docs: grammar fixes for v2.31-ReleaseNotesJ William Piggott2017-09-211-29/+29
| | | | Signed-off-by: J William Piggott <elseifthen@gmx.com>
* docs: update v2.31-ReleaseNotesKarel Zak2017-09-201-0/+596
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: remove UUID v3 and v5 from TODOKarel Zak2017-09-191-6/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add ASAN to TODO listKarel Zak2017-09-181-0/+21
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* Merge branch 'rfkill' of git://github.com/kerolasa/lelux-utiliteetit into rfkillKarel Zak2017-08-311-0/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'rfkill' of git://github.com/kerolasa/lelux-utiliteetit: (57 commits) rfkill: add systemd-rfkill(8) see also segment rfkill: check id number refers to a device that exists rfkill: use back and forward compatible test rfkill: add bash-completion file rfkill: inform in syslog when rfkill is invoked rfkill: use human readable timestamps in event output rfkill: use libsmartcols output rfkill: do not ignore read error rfkill: clarify 'all devices' handling rfkill: update manual page rfkill: make programming style to match util-linux project rfkill: make command to build in util-linux project rfkill: move files to appropriate locations add python module use uapi rfkill.h version 0.5 fix compiler warning Add NFC support version 0.4 Add rfkill type "fm" to the man page. ...
| * rfkill: move files to appropriate locationsSami Kerola2017-08-301-0/+15
| | | | | | | | | | | | | | Also remove unnecessary items. Notice that the licence text from COPYING is moved to top of the command in comment section. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* | docs: remove TODO item for fdiskKarel Zak2017-08-301-3/+0Star
|/ | | | | | | We use libsmartcols so basic escape for terminal should be already done by the library. Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: fix readline interaction with signalsKarel Zak2017-08-241-9/+0Star
| | | | | | | | | | | | | The high-level readline API is crazy to use with signals. Fortunately the library provides low-level rl_callback_* API. In this case we can use poll() to wait for input and control all signals, etc. This patch also a little changes fdisk behavior on CTRL+C and CTRL+D. The signals does not kill fdisk, but forces fdisk to return to the main menu, if already in the main menu then exit. If the disk layout has been modified than ask "Do you really want to exit...". Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add CAP_SYS_ADMIN to TODOKarel Zak2017-08-221-0/+9
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add --enable-programs to TODOKarel Zak2017-08-141-0/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add UUID v3 an v5 to TODOKarel Zak2017-08-141-0/+7
| | | | | Addresses: https://github.com/karelzak/util-linux/issues/495 Signed-off-by: Karel Zak <kzak@redhat.com>
* Docs: update howto-usage-function.txtJ William Piggott2017-07-311-15/+15
| | | | Signed-off-by: J William Piggott <elseifthen@gmx.com>
* docs: add optional option back to struct optionSami Kerola2017-07-151-8/+9
| | | | | | | | The line was accidentally removed in the reference commit where only the short option had to go. Rest of the change is indentation. Reference: 326c5c93b917a623f346155c8b3438b379d9fd60 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* reset: remove script from the packageSami Kerola2017-07-151-5/+0Star
| | | | | | | This script requires ncurses to work, and the ncurses provides reset so there should not be need to keep this script hanging around. Signed-off-by: Sami Kerola <kerolasa@iki.fi>