summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* lib/strutils: return end pointer by isdigit_string()Karel Zak2017-01-281-2/+6
* lib/list: remove LIST_HEAD macroKarel Zak2017-01-051-5/+0Star
* Use --help suggestion on invalid optionKarel Zak2016-12-191-0/+6
* include/c.h: add errtryhelp()Karel Zak2016-12-191-0/+9
* agetty: remove obsolete HAVE_UPDWTMP fallbackRuediger Meier2016-12-071-2/+0Star
* lib,strutils: add strtoux[16|32|64]_or_err functionsHeiko Carstens2016-11-091-0/+3
* lib/crc32: prefix public functionsGustavo Zacarias2016-10-191-2/+2
* lib/randutils: remove unnecessary functionKarel Zak2016-10-041-1/+0Star
* lib/strutils: make left and right trims more robustSami Kerola2016-09-291-2/+7
* debug: use const void * for ul_debugobj()Igor Gnatenko2016-09-211-1/+1
* libsmartcols: support multi-line cells based on line breaksKarel Zak2016-09-061-1/+1
* lib/randutils: add xsrand() and rand_get_number()Karel Zak2016-09-061-0/+5
* lib/pager: cleanup and extend APIKarel Zak2016-08-261-1/+4
* loopdev: Implememt loopcxt_set_status()Stanislav Brabec2016-08-171-0/+1
* include/closestream: define exit codesKarel Zak2016-08-161-2/+6
* include/env: minor fixes and clean upsKarel Zak2016-08-161-1/+7
* misc: always check setenv(3) return valueSami Kerola2016-08-121-1/+1
* pathnames: guard clashing definitions on FreeBSDFranco Fichtner2016-08-111-0/+4
* libmount: ignore redundant slashesKarel Zak2016-08-081-1/+1
* lib/loopdev: cleanup sizelimit checkKarel Zak2016-08-041-3/+3
* Implement loopcxt_check_conflict()Stanislav Brabec2016-08-031-0/+3
* Add sizelimit to internal APIStanislav Brabec2016-08-031-3/+5
* libsmartcols: Corrected JSON escapingKarel Zak2016-08-021-0/+80
* lib: try to find tty in get_terminal_name()Sami Kerola2016-07-041-1/+1
* libcommon: add ISO_8601_GMTIME that will print UTC-0 timestampsSami Kerola2016-06-261-1/+2
* include/widechar: add fallback for WEOFKarel Zak2016-06-031-1/+3
* include/widechar: add missing fallbacksKarel Zak2016-06-031-2/+8
* lib/sysfs: be more smart for non-scsi devicesKarel Zak2016-06-021-1/+2
* misc: Fix various typosSebastian Rasmussen2016-05-316-6/+6
* build-sys: add missing include/plymouth-ctrl.hKarel Zak2016-05-241-0/+1
* lib/timeutils: add strtime_short()Karel Zak2016-05-241-0/+7
* include/timeutils: rewrite iso formatting functionsKarel Zak2016-05-241-6/+10
* include/timeutils: use pointer for time_tKarel Zak2016-05-231-1/+1
* sulogin: agetty: use the plymouth local protocol instead the plymouth binaryWerner Fink2016-05-201-0/+65
* lib/timeutils: add strxxx_iso() functionsKarel Zak2016-05-112-0/+15
* libmount: remove duplicate codeKarel Zak2016-04-221-4/+9
* libmount: try absolute target before canonicalizeKarel Zak2016-04-131-0/+10
* libblkid: Update for newer bcache superblocksKent Overstreet2016-03-232-10/+0Star
* Merge branch '2016-03-02/cgns' of https://github.com/hallyn/util-linuxKarel Zak2016-03-211-0/+3
|\
| * Implement support for cgroup namespacesSerge Hallyn2016-03-031-0/+3
* | libmount: improve conversion from root= to the devnameKarel Zak2016-03-151-0/+1
* | Merge branch 'port-osx' of https://github.com/rudimeier/util-linuxKarel Zak2016-03-091-14/+40
|\ \
| * | include/bitops: avoid fallbacks for more systemsRuediger Meier2016-03-081-0/+21
| * | include/bitops: add casts to bswap functionsRuediger Meier2016-03-081-14/+19
* | | misc: remove path name definitions that are unusedSami Kerola2016-03-091-18/+0Star
* | | include: move sys/sysmacros.h to c.hKarel Zak2016-03-081-0/+4
|/ /
* | lib: include sys/stat.h for struct statRuediger Meier2016-03-071-0/+1
* | build-sys: add and use openat build conditionalsRuediger Meier2016-03-071-0/+2
* | lib: move fopen_at() to fileutils.h, remove at.hRuediger Meier2016-03-073-23/+10Star
* | lib: remove openat fallback functions (include/at.h)Ruediger Meier2016-03-071-11/+1Star