summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/pager: fix testKarel Zak2016-08-261-1/+1
* lib/pager: restore signals setting by pager_close()Karel Zak2016-08-261-5/+23
* lib/pager: cleanup and extend APIKarel Zak2016-08-261-4/+51
* loopdev: Implememt loopcxt_set_status()Stanislav Brabec2016-08-171-1/+35
* losetup: add --nooverlap optionsKarel Zak2016-08-171-5/+9
* misc: always check setenv(3) return valueSami Kerola2016-08-121-1/+2
* blkdev: guard against missing DIOCGDINFO on FreeBSD 11Franco Fichtner2016-08-111-2/+2
* libmount: ignore redundant slashesKarel Zak2016-08-081-28/+72
* libmount: one iteration to detect overlap and reuse loopdevKarel Zak2016-08-041-4/+18
* lib/loopdev: cleanup sizelimit checkKarel Zak2016-08-041-9/+11
* Implement loopcxt_check_conflict()Stanislav Brabec2016-08-031-0/+55
* Add sizelimit to internal APIStanislav Brabec2016-08-032-8/+20
* misc: simplify if clauses [oclint]Sami Kerola2016-07-212-8/+4Star
* tests: fix ttyutils testKarel Zak2016-07-151-1/+1
* lib: try to find tty in get_terminal_name()Sami Kerola2016-07-041-2/+13
* libcommon: add ISO_8601_GMTIME that will print UTC-0 timestampsSami Kerola2016-06-261-2/+12
* misc: cleanup non-widechar compilationKarel Zak2016-06-031-1/+6
* lib/mbsalign: fix for non-widecharKarel Zak2016-06-031-10/+12
* lib/sysfs: be more smart for non-scsi devicesKarel Zak2016-06-021-1/+4
* lib/ttyutils: use stdout for get_terminal_width()Karel Zak2016-06-021-2/+2
* misc: Fix various typosSebastian Rasmussen2016-05-319-16/+16
* build-sys: add --disable-plymouth-supportKarel Zak2016-05-261-1/+4
* lib/timeutils: add strtime_short()Karel Zak2016-05-241-0/+38
* include/timeutils: rewrite iso formatting functionsKarel Zak2016-05-241-34/+64
* include/timeutils: use pointer for time_tKarel Zak2016-05-231-2/+2
* sulogin: agetty: use the plymouth local protocol instead the plymouth binaryWerner Fink2016-05-202-0/+148
* lib/timeutils: add strxxx_iso() functionsKarel Zak2016-05-113-1/+102
* lib: avoid double free in loopdev.cSami Kerola2016-04-201-0/+1
* libmount: try absolute target before canonicalizeKarel Zak2016-04-131-1/+41
* lib/strutils: use int for fgetc()Karel Zak2016-04-041-1/+1
* libblkid: Update for newer bcache superblocksKent Overstreet2016-03-232-110/+0Star
* partx: fix --nr usageKarel Zak2016-03-221-1/+1
* libmount: improve conversion from root= to the devnameKarel Zak2016-03-151-0/+9
* lib/linux_version: avoid major and minor shadowingKarel Zak2016-03-091-6/+5Star
* include: move sys/sysmacros.h to c.hKarel Zak2016-03-081-1/+0Star
* Revert "include sysmacros.h where used"Karel Zak2016-03-082-2/+0Star
* include sysmacros.h where usedMike Frysinger2016-03-082-0/+2
* misc: never cast void* from malloc(3) and friendsRuediger Meier2016-03-072-2/+2
* build-sys: add and use openat build conditionalsRuediger Meier2016-03-071-4/+10
* lib: move fopen_at() to fileutils.h, remove at.hRuediger Meier2016-03-073-27/+2Star
* lib: remove openat fallback functions (include/at.h)Ruediger Meier2016-03-075-138/+14Star
* misc: safer (and uniform) handling of return valueYuriy M. Kaminskiy2016-03-073-14/+11Star
* lsns.c: fix error returnYuriy M. Kaminskiy2016-03-071-1/+1
* lib: include strutils.h for mempcpy()Ruediger Meier2016-02-291-0/+1
* lib: provide fallback if mkostemp(3) missingRuediger Meier2016-02-291-1/+30
* misc: fix some includesRuediger Meier2016-02-291-3/+0Star
* build-sys: always add AM_CFLAGSRuediger Meier2016-02-231-14/+14