summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* losetup: Add support for logical block sizeStanislav Brabec2017-09-274-13/+94
* docs: add exec() exit codes to TODOKarel Zak2017-09-271-0/+7
* cfdisk: cleanup die-on-signal codeKarel Zak2017-09-261-16/+47
* cfdisk: make resize code more readableKarel Zak2017-09-261-10/+10
* setproctitle: fix out of boundary accessTobias Stoeckmann2017-09-261-5/+6
* login: fix signal raceTobias Stoeckmann2017-09-261-7/+12
* docs: add 2.30.2 to ReleaseNotesKarel Zak2017-09-251-0/+5
* build-sys: release++ (v2.31-rc1)Karel Zak2017-09-222-1/+5
* docs: update v2.31 release notesKarel Zak2017-09-221-4/+13
* po: merge changesKarel Zak2017-09-2227-2500/+2512
* po: Fix translation in ja.poMasanari Iida2017-09-221-1/+1
* po:Fix a typoMasanari Iida2017-09-221-1/+1
* Merge branch '170915' of github.com:jwpi/util-linuxKarel Zak2017-09-222-43/+29Star
|\
| * hwclock: make debug implicit for test mode.J William Piggott2017-09-212-5/+6
| * hwclock: exit bug fix and single test mode messageJ William Piggott2017-09-211-38/+23Star
* | Docs: add hwclock 'highlights' v2.31-ReleaseNotesJ William Piggott2017-09-211-0/+8
* | Docs: grammar fixes for v2.31-ReleaseNotesJ William Piggott2017-09-211-29/+29
|/
* po: fix ipcrm translation error fr.poKarel Zak2017-09-201-1/+1
* docs: update v2.31-ReleaseNotesKarel Zak2017-09-201-0/+596
* docs: remove UUID v3 and v5 from TODOKarel Zak2017-09-191-6/+0Star
* docs: update AUTHORS fileKarel Zak2017-09-191-3/+19
* po: merge changesKarel Zak2017-09-1927-87120/+103386
* po: update pt_BR.po (from translationproject.org)Rafael Fontenelle2017-09-191-906/+820Star
* po: update fr.po (from translationproject.org)Stéphane Aulery2017-09-191-674/+662Star
* po: update es.po (from translationproject.org)Antonio Ceballos Roa2017-09-191-848/+735Star
* po: update da.po (from translationproject.org)Joe Hansen2017-09-191-2333/+1367Star
* po: update cs.po (from translationproject.org)Petr Písař2017-09-191-1061/+922Star
* tests: update build-sys testsKarel Zak2017-09-1918-52/+82
* build-sys: fix non-blkid compilationKarel Zak2017-09-192-7/+15
* build-sys: make rfkill optional (and enabled by default)Karel Zak2017-09-191-1/+1
* build-sys: add libtinfow checkKarel Zak2017-09-192-15/+36
* su: (pty) improve SIGSTOP/SIGCONT semanticKarel Zak2017-09-181-2/+24
* su: (pty) save child statusKarel Zak2017-09-181-1/+12
* su: (pty) simplify stdin usage in poll()Karel Zak2017-09-181-7/+4Star
* script: simplify stdin usage in poll()Karel Zak2017-09-181-7/+4Star
* su: (pty) fix slave terminal attributes initializationKarel Zak2017-09-181-1/+1
* su: (pty) fix child signal mask usageKarel Zak2017-09-181-3/+6
* runuser: fix linkingSami Kerola2017-09-181-0/+3
* su: fix non-pty compilationKarel Zak2017-09-181-10/+9Star
* su: enable TIOCSCTTY and minor changesKarel Zak2017-09-181-3/+5
* su: add more informartion to man pageKarel Zak2017-09-181-2/+11
* su: add PTY supportKarel Zak2017-09-182-45/+429
* su: add --pty optionKarel Zak2017-09-182-1/+11
* su: move parent signals setup to separate functionKarel Zak2017-09-181-26/+33
* su: make wait_for_child() usable in arbitrary situationKarel Zak2017-09-181-12/+14
* su: keep old sigactions in control structKarel Zak2017-09-181-15/+16
* su: fix refactoring bug in child PID usageKarel Zak2017-09-181-3/+4
* su: add child to control structKarel Zak2017-09-181-17/+16Star
* su: fix compiler warnings [-Wimplicit-fallthrough=]Karel Zak2017-09-181-10/+11
* su: add wait_for_child()Karel Zak2017-09-181-34/+42