summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* chsh, chfn, vipw: fix filenames collisionKarel Zak2015-08-241-3/+3
* build-sys: add --disable-assertKarel Zak2015-08-041-0/+2
* textual: adjust grammar and punctuation of some messagesBenno Schulenberg2015-08-031-3/+3
* libsmartcols: don't link with tinfoKarel Zak2015-07-243-32/+42
* include/xalloc: add err_oom()Karel Zak2015-07-201-0/+7
* lib/procutils: add proc_get_cmdline()Karel Zak2015-07-201-0/+1
* include/all-io: read_all() don't retry on EOFKarel Zak2015-07-201-3/+1Star
* lslogins: merge read_utmp() codeKarel Zak2015-07-162-29/+0Star
* rtcwake: improve read_clock_mode()Sami Kerola2015-06-291-0/+3
* include/c: Define F_DUPFD_CLOEXEC on kFreeBSD systems if missingGuillem Jover2015-06-081-0/+6
* lib/fileutils: Add new dup_fd_cloexec functionGuillem Jover2015-06-081-0/+1
* libsmartcols: keep JSON field names lower-caseKarel Zak2015-06-051-2/+8
* lib/sysfs: rename devname functions, cleanupKarel Zak2015-05-281-8/+5Star
* lib/sysfs: Fix /dev to /sys node name translationStanislav Brabec2015-05-281-1/+19
* Fix /sys to /dev node name translationStanislav Brabec2015-05-261-0/+18
* lib/strv: add new functions (from systemd)Karel Zak2015-05-153-0/+59
* lib/strutils: fix string_add_to_idarray() int vs. size_tKarel Zak2015-04-221-1/+1
* libfdisk: support bootbits protection from (p)MBRKarel Zak2015-04-131-0/+1
* libfdisk: recognize FAT32 partitions hidden by Acronis softwareJörg Jenderek2015-04-082-0/+2
* silence compiler warningRainer Gerhards2015-03-101-1/+2
* build-sys: fix typoKarel Zak2015-03-061-1/+1
* lib/timer: use separate file for timersKarel Zak2015-03-063-21/+25
* lib/monotonic: fix compiler warningsKarel Zak2015-03-051-0/+3
* agetty: support /usr/lib/os-release tooKarel Zak2015-03-051-1/+3
* flock: fix timeout handler pointer usageKarel Zak2015-03-051-1/+1
* flock: improve timeout handlingSami Kerola2015-03-053-32/+4Star
* build-sys: add --enable-usrdir-pathKarel Zak2015-03-031-2/+12
* lib/colors: add USAGE_COLORS_DEFAULTKarel Zak2015-02-251-0/+7
* logger: move /dev/log to pathnames.hSami Kerola2015-02-241-0/+3
* rpmatch: use symbolic value when evaluation return codesSami Kerola2015-02-241-0/+4
* lib/strutils: extend parse_switch() to accept more optionsKarel Zak2015-02-241-1/+1
* lib/strutils: move parse_switch() from setterm(1) to librarySami Kerola2015-02-241-0/+2
* unshare: Fix --map-root-user to work on new kernelsEric W. Biederman2015-01-091-0/+1
* Merge remote-tracking branch 'sami/2014wk49'Karel Zak2014-12-191-0/+1
|\
| * lslogins: use hardcoded paths from pathnames.hSami Kerola2014-12-191-0/+1
* | include/c: define UL_ASAN_BLACKLIST address_sanitizer function attributeSami Kerola2014-12-191-0/+17
* | strutils: fix unsigned integer overflows [AddressSanitizer]Sami Kerola2014-12-191-3/+6
* | fdisk: (sgi) fix unsigned integer overflow [AddressSanitizer]Sami Kerola2014-12-191-1/+3
|/
* login-utils: Enable building util-linux against OpenPAMWill Johansson2014-12-151-1/+5
* libmount: add new libmnt_monitor APIKarel Zak2014-12-051-0/+6
* libfdisk: fix bug in cmp_numbers() and partitions sortingKarel Zak2014-12-041-1/+1
* libfdisk: fix cfdisk freespace analyzeKarel Zak2014-12-041-0/+8
* lib/sysfs: add subsystem and hotplug detectionKarel Zak2014-12-021-0/+4
* include/carefulputc: encode also ' and $ in fputs_quoted() outputKarel Zak2014-11-271-0/+2
* build-sys: move all around clock_gettime() to monotonic.cKarel Zak2014-11-193-3/+3
* misc: use monotonic time rater than gettimeofdayKarel Zak2014-11-181-0/+3
* include/statfs_magic: use macro rather than type for f_typeKarel Zak2014-11-101-2/+2
* mkswap: remove unnecessary size checkSami Kerola2014-11-071-2/+0Star
* switch_root: improve statfs->f_type portabilityKarel Zak2014-11-061-0/+11
* lib/loopdev: replace custom DBG() with include/debug.hKarel Zak2014-11-041-2/+0Star