summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* include/c.h: add errtryhelp()Karel Zak2016-12-191-0/+9
* docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-19146-250/+250
* findmnt: error on --target /non-existKarel Zak2016-12-161-0/+4
* more: avoid double free() on exitKarel Zak2016-12-151-0/+8
* tests: add missing fileKarel Zak2016-12-131-0/+1
* nsenter: add --all optionKarel Zak2016-12-132-1/+65
* build-sys: cleanup UL_NCURSES_CHECKKarel Zak2016-12-131-21/+33
* fdisk: don't be silent when list non-existing deviceKarel Zak2016-12-131-2/+6
* build-sys: prefer pkg-config for ncursesKarel Zak2016-12-121-20/+28
* Merge branch 'build-fixes' of https://github.com/rudimeier/util-linuxKarel Zak2016-12-091-2/+0Star
|\
| * build-sys: don't clean *.img filesRuediger Meier2016-12-091-2/+0Star
* | libmount: revert X-* and x-* meaningKarel Zak2016-12-096-31/+43
|/
* Merge branch doc_fixesKarel Zak2016-12-0927-85/+98
|\
| * docs: renice(1): Add credentials(7) to SEE ALSOMichael Kerrisk2016-12-091-0/+1
| * docs: renice(1): Add SEE ALSO entry for sched(7)Michael Kerrisk2016-12-091-1/+2
| * docs: mount(8): Wording fixMichael Kerrisk2016-12-091-1/+1
| * docs: ionice(1): SEE ALSO: add ioprio_set(2)Michael Kerrisk2016-12-091-0/+2
| * docs: lsns(8): SEE ALSO: add namespaces(7)Michael Kerrisk2016-12-091-1/+2
| * docs: last(1): Eliminate oddball formattingMichael Kerrisk2016-12-091-3/+3
| * docs: last(1): SEE ALSO: add reference to wtmp(5)Michael Kerrisk2016-12-091-0/+1
| * docs: taskset(1): Wording fixMichael Kerrisk2016-12-091-1/+1
| * docs: namei(1): SEE ALSO: add symlink(7)Michael Kerrisk2016-12-091-1/+2
| * docs: kill(1): Wording fixMichael Kerrisk2016-12-091-1/+1
| * docs: various pages: Use 'UID" and "GID", not "uid" and "gid" in man pagesMichael Kerrisk2016-12-094-12/+12
| * docs: various pages: Use "PID" not "pid" in man-pagesMichael Kerrisk2016-12-092-7/+7
| * docs: various pages: Use "ID" not "id" in man pagesMichael Kerrisk2016-12-093-4/+4
| * docs: various pages: Use consistent terminology (set-user-ID and set-group-ID)Michael Kerrisk2016-12-096-11/+15
| * docs: various pages: Format pathnames as italic (.I)Michael Kerrisk2016-12-0916-44/+46
|/
* docs: renice(1): Remove obsolete BUGS textMichael Kerrisk2016-12-091-5/+0Star
* docs: renice(1): Rework discussion of unprivileged users,Michael Kerrisk2016-12-091-7/+10
* hwclock: don't check for permissionsKarel Zak2016-12-091-5/+0Star
* wall: remove unnecessary includeKarel Zak2016-12-081-1/+0Star
* libmount: use x-systemd options as X-*Karel Zak2016-12-083-0/+12
* libmount: introduce X-* commentsKarel Zak2016-12-083-4/+14
* findmnt: add --tree to allow to enable tree output for --mtabKarel Zak2016-12-083-3/+19
* findmnt: add note about mount optionsKarel Zak2016-12-082-3/+6
* sulogin: bail out from getpasswd(...) on timeoutAndreas Henriksson2016-12-071-0/+4
* sulogin: make getpasswd(...) return NULL on ^DAndreas Henriksson2016-12-071-0/+1
* build-sys: disable tailf by defaultRuediger Meier2016-12-071-1/+5
* agetty: re-add utmp.h for Debian GNU/kFreeBSDRuediger Meier2016-12-072-1/+9
* travis: let OSX auto-skip utmpx toolsRuediger Meier2016-12-071-8/+0Star
* build-sys: check for POSIX utmpx usageRuediger Meier2016-12-071-0/+9
* login-utils: switch to utmpx.hRuediger Meier2016-12-079-90/+92
* agetty: remove obsolete HAVE_UPDWTMP fallbackRuediger Meier2016-12-075-25/+1Star
* login: re-add lastlog.h headerRuediger Meier2016-12-072-0/+4
* login-utils: avoid using the defined utmp sizes.Ruediger Meier2016-12-072-10/+10
* utmpdump: code formatting for readabilityRuediger Meier2016-12-071-3/+5
* lslogins: remove useless strlen()Ruediger Meier2016-12-071-6/+2Star
* login-utils: remove _HAVE_UT_TV fallbackRuediger Meier2016-12-075-56/+15Star
* last: include libgen.h for basename(3p)Ruediger Meier2016-12-071-1/+6