summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/pager: use xallocKarel Zak2017-06-021-1/+1
* lib/pager: don't use pager if command not availableKarel Zak2017-06-011-0/+36
* misc: fix some warningsRuediger Meier2017-06-011-1/+2
* build-sys: fix library order when linkingRuediger Meier2017-06-011-1/+1
* build-sys: ncurses headers cleanupKarel Zak2017-05-311-4/+11
* lib/colors: fix test compilationKarel Zak2017-05-311-2/+2
* lib/colors: ncurses cleanupKarel Zak2017-05-302-9/+27
* lib/loopdev: remove unnecessary headerKarel Zak2017-05-301-1/+0Star
* lib/parse-date: don't use xalloc in lib-like codeKarel Zak2017-05-121-3/+12
* build-sys: remove duplicate includesKarel Zak2017-05-121-1/+0Star
* lib/mbsedit: fix typo in commentSami Kerola2017-05-101-1/+1
* lib/timer: add commentKarel Zak2017-04-281-0/+17
* lib/timer.c: prevent pathological race conditionRasmus Villemoes2017-04-261-4/+6
* lib/timer.c: remove bogus SA_SIGINFO from timer_settime callRasmus Villemoes2017-04-261-1/+1
* parse-date: remove extraneous form feedJ William Piggott2017-04-101-2/+0Star
* Merge branch '2017wk13' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2017-04-041-1/+0Star
|\
| * lib/cpuset: stop changing variable that is not readSami Kerola2017-04-011-1/+0Star
* | lib/strutils: fix typos in huge size suffixesKarel Zak2017-04-031-3/+3
|/
* agetty: fix characters reorder in login promptKarel Zak2017-03-271-4/+0Star
* Merge branch '2017wk11' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2017-03-242-9/+9
|\
| * tests: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-03-172-9/+9
* | Merge remote-tracking branch 'jwpi/hwclock-date7'Karel Zak2017-03-233-0/+1647
|\ \ | |/ |/|
| * build-sys: add parse-date.yKarel Zak2017-03-042-0/+2
| * lib: add parse-date.yJ William Piggott2017-03-041-0/+1645
* | lib/colors: assert rathen than overflow [-Wnull-dereference]Karel Zak2017-03-131-1/+4
|/
* lib/idcache: add void to function declaration [smatch scan]Sami Kerola2017-02-201-1/+1
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-202-2/+2
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-202-3/+3
* lib/mbsedit: add simple buffer editorKarel Zak2017-02-162-0/+223
* lib/randutils: glibc 2.25 has getrandom(2) declarationSami Kerola2017-02-131-1/+1
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* lib: add timegm() portability function to lib/timeutils.cSami Kerola2017-02-031-0/+19
* lib/strutils: return end pointer by isdigit_string()Karel Zak2017-01-281-2/+7
* build-sys: test_linux_version is Linux onlyKarel Zak2017-01-041-1/+1
* lib/linux_version: fix code indentionKarel Zak2017-01-041-35/+35
* lib: use unique ifdefs for testsKarel Zak2017-01-0415-32/+32
* lib/linux_version: add test for manual testingKarel Zak2017-01-022-0/+51
* lib/linux_version: fix stupid typoKarel Zak2017-01-021-1/+1
* Merge branch 'getrandom' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2016-12-221-16/+53
|\
| * lib/randutils: use getrandom(2) when it is availableSami Kerola2016-12-111-16/+53
* | docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-191-1/+1
|/
* docs: various pages: Format pathnames as italic (.I)Michael Kerrisk2016-12-091-3/+3
* misc: spelling, always use "cannot" instead of "can not"Ruediger Meier2016-11-301-3/+3
* lib,strutils: add strtoux[16|32|64]_or_err functionsHeiko Carstens2016-11-091-6/+38
* lib/crc32: prefix public functionsGustavo Zacarias2016-10-191-2/+2
* lib/randutils: remove unnecessary functionKarel Zak2016-10-041-9/+3Star
* lib/mbsalign: free buffer after error [coverity scan]Karel Zak2016-10-041-5/+6
* libsmartcols: support multi-line cells based on line breaksKarel Zak2016-09-061-3/+9
* lib/randutils: add xsrand() and rand_get_number()Karel Zak2016-09-061-3/+15
* lib/loopdev: Set errno in is_loopdev on errorTobias Stoeckmann2016-08-311-5/+6