summaryrefslogtreecommitdiff
path: root/src/basic
Commit message (Expand)AuthorAge
* Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek2017-11-28
* cap-list: check range of numeric valueYu Watanabe2017-11-28
* alloc-util: coding style fixYu Watanabe2017-11-28
* sd-resolve: propagate timeouts in sd_resolve_wait() the same way as in sd_bus...Lennart Poettering2017-11-27
* exec-util: initialize `new` before using it (#7471)Evgeny Vereshchagin2017-11-26
* fileio: include sys/mman.hYu Watanabe2017-11-26
* Replace use of snprintf with xsprintfDaniel Lockyer2017-11-24
* Replace free and return NULL with return mfreeDaniel Lockyer2017-11-24
* Replace free and nullify by mfreeDaniel Lockyer2017-11-24
* __attribute__((fallthrough)) only when -Wimplicit-fallthrough (#7448)Shawn Landden2017-11-24
* mount-util: fix error propagation in fd_fdinfo_mnt_id()Lennart Poettering2017-11-23
* udevd: use list.h instead of udev_list_nodeSimon Peeters2016-11-06
* networkd: introduce vxcan netdev. (#7150)Susant Sahani2017-11-22
* cgroup: properly determine cgroups zombie processes belong toLennart Poettering2017-11-17
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-19
* signal-util: use a slightly less likely to conflict variable name instead of 't'Lennart Poettering2017-11-14
* proc-cmdline: minor runlevel_to_target() coding style fixesLennart Poettering2017-10-27
* hexdcoct: dump to stdout if FILE* is specified as NULLLennart Poettering2017-10-27
* hexdecoct: slightly extend the unbase64mem() API and relatedLennart Poettering2017-10-27
* core: implement /run/elogind/units/-based path for passing unit info from PID...Lennart Poettering2017-11-02
* basic: remove redundant check (#7320)Topi Miettinen2017-11-13
* cgroup-util: add brief comments clarifying which controllers are v2-only and ...Lennart Poettering2017-11-08
* basic/missing: add numbers for pkey_mprotectZbigniew Jędrzejewski-Szmek2017-11-13
* string-util: when ellipsizing to a length if (size_t) -1, become a NOPLennart Poettering2017-11-10
* virt: trivial whitespace fixesLennart Poettering2017-10-24
* basic/hashmap: add cleanup of memory pools (#7164)Zbigniew Jędrzejewski-Szmek2017-11-10
* elogind-firstboot: add vconsole keymap support (#7035)tblume2017-11-10
* util-lib: mark variable with _unused_ to silence clang warningZbigniew Jędrzejewski-Szmek2017-11-01
* Remove a bunch of unused variablesZbigniew Jędrzejewski-Szmek2017-11-01
* fs-util: small tweak in chase_symlinks()Lennart Poettering2017-10-04
* elogind-detect-virt: refine hypervisor detection (#7171)Razvan Cojocaru2017-10-26
* util-lib: simplify kexec_loaded()Zbigniew Jędrzejewski-Szmek2017-10-15
* basic/env-util: don't relax unesaping of serialized environment stringsLubomir Rintel2017-10-11
* basic/env-util: drop the validation when deserializing environmentLubomir Rintel2017-10-11
* Some minor cleanupsSven Eden2018-03-07
* Meson build system: Add missing '#' in masked blocksSven Eden2018-03-07
* Introduce elogind-uaccess-command to replace uaccess builtin.Arthur Taylor2018-03-07
* work-around usage of glibc-specific __register_atfork for musl systemsmaxice82018-01-24
* Prep v235.3 : Fix cgroup hierarchy detection codeSven Eden2018-01-18
* If elogind is just started, /sys/fs/cgroup/elogind might not exist, yet on le...Sven Eden2018-01-15
* Prep 235: Make cgroups2 available, hybrid mode already works.Sven Eden2018-01-10
* Prep 235: Enabled sd_bus_creds_get_slice(), sd_bus_creds_get_user_slice(), sd...Sven Eden2018-01-09
* Prep 235: Enabled sd_peer_get_slice() and sd_pid_get_slice() to at least try ...Sven Eden2018-01-09
* Prep 235: Although systemd slices are unsupported, make cg_path_get_slice() a...Sven Eden2018-01-09
* Prep 235: Implement an alternative approach for sd_pid_get_owner_uid(), makin...Sven Eden2017-12-13
* basic/siphash24.c: Only disable -Wimplicit-fallthrough on gcc-7+Sven Eden2017-12-12
* Prep v237.3: Make all supportable API functions visibleSven Eden2017-12-12
* time-util: Disable explicit fallthrough wanring on gcc-7+Sven Eden2017-12-12
* Prep 229.9: Make all supportable API functions visible.Sven Eden2017-12-12
* basic/exec-utils:do_execute() : Remove "maybe unitialized" warningSven Eden2017-12-11