summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/pager: check open() return code [coverity scan]Karel Zak2017-10-111-0/+2
* lib/mbsedit: check wctomb() return code [coverity scan]Karel Zak2017-10-111-0/+2
* losetup: fix conflicting types for ‘loopcxt_set_blocksize’Karel Zak2017-10-041-2/+6
* lib/randutils: remove superfluous continueKarel Zak2017-10-021-6/+3Star
* losetup: Add support for logical block sizeStanislav Brabec2017-09-271-0/+50
* setproctitle: fix out of boundary accessTobias Stoeckmann2017-09-261-5/+6
* lib/pwdutils: add xgetlogin()Karel Zak2017-09-181-3/+35
* login: add xgetpwnam()Karel Zak2017-09-182-0/+69
* libuuid: add support for hash-based UUIDsPhilip Prindeville2017-09-052-1/+298
* lib/match: make match_fstype() case insensitiveKarel Zak2017-08-311-2/+2
* misc: fix some printf format stringsRuediger Meier2017-08-161-2/+4
* lib/randutils: reset lose counterKarel Zak2017-08-141-1/+1
* lib/randutils: improve getrandom() usageKarel Zak2017-08-141-18/+46
* lib/randutils.c: More paranoia in getrandom() call.Christopher James Halse Rogers2017-08-081-1/+1
* lib/randutils.c: Fall back gracefully when kernel doesn't support getrandom(2).Christopher James Halse Rogers2017-08-081-18/+26
* parse-date: fix printf formatRuediger Meier2017-07-181-1/+1
* libblkid: don't use CDROM_GET_CAPABILITY ioctl for DM devicesKarel Zak2017-07-121-7/+11
* Merge branch 'path-fixes' of https://github.com/rudimeier/util-linuxKarel Zak2017-06-292-17/+40
|\
| * misc: avoid some dead initialization warningsRuediger Meier2017-06-291-1/+2
| * lsmem: fix, using freed memoryRuediger Meier2017-06-291-3/+3
| * lib/path: add error handling to path_vcreate()Ruediger Meier2017-06-291-9/+25
| * lib/path: fix crash, pathbuf overflowRuediger Meier2017-06-271-4/+10
* | lib/blkdev: remove support for Linux < 2.6Ruediger Meier2017-06-291-11/+2Star
|/
* lib: fix strutils.h, remove STRTOXX_EXIT_CODERuediger Meier2017-06-221-0/+6
* Merge branch '170424' of github.com:jwpi/util-linuxKarel Zak2017-06-201-103/+77Star
|\
| * parse-date: time_zone_hhmm() bug fixesJ William Piggott2017-06-151-35/+33Star
| * parse-date: remove unused ordinal_day_seenJ William Piggott2017-06-151-6/+0Star
| * parse-date: remove unused year_seenJ William Piggott2017-06-151-3/+0Star
| * parse-date: refactor tm_diff()J William Piggott2017-06-151-3/+2Star
| * parse-date: use to_uchar() instead of assignment.J William Piggott2017-06-151-4/+2Star
| * parse-date: use uintmax_t where appropriateJ William Piggott2017-06-151-4/+4
| * parse-date: use int where appropriateJ William Piggott2017-06-151-6/+6
| * parse-date: use intmax_t where appropriateJ William Piggott2017-06-151-28/+28
| * parse-date: remove unused EPOCH_YEARJ William Piggott2017-06-151-1/+0Star
| * parse-date: replace ISDIGIT with c_isdigitJ William Piggott2017-06-151-18/+7Star
* | lib: style cosmetics plymouth-ctrl.cRuediger Meier2017-06-151-11/+7Star
|/
* lib: remove _RLD_ from forbid environment variable listSami Kerola2017-06-141-1/+0Star
* lib: simplify cpuset if clauses that returnSami Kerola2017-06-141-7/+5Star
* misc: remove stray semicolonsSami Kerola2017-06-141-1/+1
* misc: fix gcc-7 snprintf warnings -Wformat-truncationRuediger Meier2017-06-142-3/+3
* lib/ttyutils: return terminal lines tooKarel Zak2017-06-121-19/+49
* 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