summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAge
...
* nsflags: add namespace_flag_to_string_many_with_check()Yu Watanabe2018-05-30
* meson: use a convenience lib for journal user sourcesZbigniew Jędrzejewski-Szmek2018-05-30
* meson: link libsystemd_static in libshared instead of recompilingZbigniew Jędrzejewski-Szmek2018-05-30
* Move gcrypt-util to basic/Zbigniew Jędrzejewski-Szmek2018-05-30
* meson: link libbasic and libshared_static into libsharedZbigniew Jędrzejewski-Szmek2018-05-30
* meson: rename libsystemd_internal to libsystem_staticZbigniew Jędrzejewski-Szmek2018-05-30
* agents: use kill_and_sigcont() where appropriateLennart Poettering2018-05-30
* process-util: move fork_agent() to process-util.[ch]Lennart Poettering2018-05-30
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2018-05-30
* musl_missing.h: add FTW_* macros missing from musl libc.maxice82018-04-27
* Prep v236 : Add missing SPDX-License-Identifier (6/9) src/sharedSven Eden2018-03-26
* Prep v236: Apply missing upstream updates to the build systemSven Eden2018-03-13
* acl: fix typo in comment (#7580)Yu Watanabe2017-12-08
* *: fix some inconsistent control statement styleVito Caputo2017-12-01
* Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek2017-11-28
* core: implement /run/elogind/units/-based path for passing unit info from PID...Lennart Poettering2017-11-02
* conf-parser: simplify things a bit by using strextend()Lennart Poettering2017-11-08
* pager: cache not only number of columns but also of lines before we open pagerLennart Poettering2017-11-10
* Meson build system: Add missing '#' in masked blocksSven Eden2018-03-07
* Fix build on muslBjorn Pagen2018-03-07
* test/test-hexdecoct.c: Add include for musl_missin.h for strndupa().Sven Eden2018-01-25
* work-around usage of glibc-specific __register_atfork for musl systemsmaxice82018-01-24
* shared/musl_missing.h: replace ifdef with if on HAVE_[__]SECURE_GETENVmaxice82018-01-24
* shared/musl_missing.h: replace ifdef HAVE_UTMP with if ENABLE_UTMPmaxice82018-01-24
* Prep 235: Removed orphaned headerSven Eden2018-01-11
* Cleaned up orphaned filesSven Eden2017-12-11
* Fix various build failures with the latest systemd updates.Sven Eden2017-12-08
* Apply missing updates from upstreamSven Eden2017-12-08
* dynamic-user: don't use a UID that currently owns IPC objects (#6962)Lennart Poettering2017-12-08
* Apply updates from upstreamSven Eden2017-12-07
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-11-23
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-09-29
* shared/bus-util: format uid==-1 and gid==-1 as [not set]Zbigniew Jędrzejewski-Szmek2017-09-25
* cgroup, unit, fragment parser: make use of new firewall functionsDaniel Mack2017-11-21
* Add abstraction model for BPF programsDaniel Mack2017-11-20
* conf-parse: remove 4K line length limitLennart Poettering2017-09-22
* conf-parser: when the empty string assigned to Personality= reset itLennart Poettering2017-09-14
* core: don't synthesize empty list when empty string is read in config_parse_s...Lennart Poettering2017-09-14
* exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-25
* pager: let's create pager fds with O_CLOEXEC firstLennart Poettering2017-09-13
* shared: allow to input empty string to config_parse_path()Yu Watanabe2017-09-05
* bus-util: remove unnecessary initializationsYu Watanabe2017-08-31
* systemctl: show capabilities in human readable formatYu Watanabe2017-08-31
* Prep 235: add missing libshared.sym and remove obsolete kdbus.hSven Eden2017-08-30
* shared: Add a linker script so that all functions are tagget @SD_SHARED inste...Felipe Sateler2017-08-29
* Prep v235: Update build system to fit elogindSven Eden2017-08-16
* Prep v235: Add missing includes and dependencies.Sven Eden2017-08-14
* Prep v235: Apply upstream fixes (7/10) [src/shared]Sven Eden2017-08-14
* treewide: fix typos (#6566)Torstein Husebø2017-08-10
* bus-util: do not print (uint64_t) -1 as is (#6522)Yu Watanabe2017-08-10