summaryrefslogtreecommitdiffstats
path: root/src/shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* net-util: match on the driver as exposed by ethtool if DRIVER not setTom Gundersen2014-02-212-3/+9
* man: don't document ".include" in configuration files anymore as first step t...Lennart Poettering2014-02-211-0/+9
* ptyfwd: reset nonblocking modeLennart Poettering2014-02-211-3/+8
* .network/.netdev/.link: allow to match on architectureTom Gundersen2014-02-212-0/+5
* shared/architecture.h: fix preprocessor directivesDaniel Mack2014-02-211-2/+2
* core: Add AppArmor profile switchingMichael Scherer2014-02-212-1/+5
* missing: simplificationsLennart Poettering2014-02-211-16/+8
* build-sys: Add setns() functions if not in the C library.Holger Schurig2014-02-211-0/+17
* core: add new ConditionArchitecture() that checks the architecture returned b...Lennart Poettering2014-02-214-1/+291
* net-util: match - allow globbingTom Gundersen2014-02-201-2/+3
* network/link: Match - filter on kernel cmdline, host and virtTom Gundersen2014-02-202-0/+63
* condition: split out most of condition handling into libsystemd-shardTom Gundersen2014-02-202-0/+320
* macro: add nice macro for disabling -Wnonnull temporarilyLennart Poettering2014-02-201-0/+4
* macro: introduce nice macro for disabling -Wmissing-prototypes warnigsLennart Poettering2014-02-201-0/+4
* macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering2014-02-202-3/+6
* util: get rid of warnings around assert_cc() macroLennart Poettering2014-02-201-2/+21
* util: simplify get_ctty()Lennart Poettering2014-02-191-19/+8
* make gcc shut upLennart Poettering2014-02-196-8/+8
* label: minor optimizationsLennart Poettering2014-02-191-16/+11
* missing.h: add some IFLA_* constantsTom Gundersen2014-02-191-0/+14
* core: add Personality= option for units to set the personality for spawned pr...Lennart Poettering2014-02-194-3/+27
* nspawn: add new --personality= switch to make it easier to run 32bit containe...Lennart Poettering2014-02-182-0/+32
* seccomp: add helper call to add all secondary archs to a seccomp filterLennart Poettering2014-02-182-0/+28
* util: generalize code that checks whether PIDs are alive or unwaited forLennart Poettering2014-02-182-2/+20
* doc: update punctuationJan Engelhardt2014-02-181-2/+2
* core: fixate show_status earlier, so that we actually print the welcome messageLennart Poettering2014-02-173-20/+1
* core: find the closest parent slice that has a specfic cgroup controller enab...Lennart Poettering2014-02-172-4/+15
* Pass log config from systemd to systemd-shutdownZbigniew Jędrzejewski-Szmek2014-02-172-0/+10
* Extract looping over /proc/cmdline into a shared functionZbigniew Jędrzejewski-Szmek2014-02-172-0/+30
* Fix prototype of get_process_stateZbigniew Jędrzejewski-Szmek2014-02-152-2/+2
* util: fix mismatching function signatureKay Sievers2014-02-151-1/+1
* core: fix detection of dead processesYuxuan Shui2014-02-152-0/+26
* shared: include root when canonicalizing conf pathsMichael Marineau2014-02-145-23/+28
* everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2014-02-132-2/+2
* everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering2014-02-131-1/+1
* core: add SystemCallArchitectures= unit setting to allow disabling of non-nativeLennart Poettering2014-02-132-0/+89
* syscallfilter: port to libseccompRonny Chevalier2014-02-125-224/+0
* pager: support SYSTEMD_LESS environment variableJason A. Donenfeld2014-02-121-3/+6
* nspawn: newer kernels (>= 3.14) allow resetting the audit loginuid, make use ...Lennart Poettering2014-02-121-8/+0
* journald: log provenience of signalsZbigniew Jędrzejewski-Szmek2014-02-122-1/+21
* efi: fix Undefined reference efi_loader_get_boot_usec when EFI support is dis...Cristian Rodríguez2014-02-111-0/+2
* machined: optionally, allow registration of pre-existing units (scopesLennart Poettering2014-02-111-29/+8
* util: modernize readlink_malloc() a bitLennart Poettering2014-02-111-7/+10
* util: drop parse_user_at_host() since its unused nowLennart Poettering2014-02-112-15/+0
* exec: Add SELinuxContext configuration itemMichael Scherer2014-02-102-1/+5
* core: do not print invalid utf-8 in error messagesZbigniew Jędrzejewski-Szmek2014-02-083-4/+36
* core: fix crashes if locale.conf contains invalid utf-8 stringGoffredo Baroncelli2014-02-081-34/+43
* core: when an already abandoned unit gets abandoned again generate a clean errorLennart Poettering2014-02-071-0/+1
* cgroup: make sure to properly send SIGCONT to all processes of a cgroup if th...Lennart Poettering2014-02-071-3/+3
* conf-parser: warn when we open configuration files with weird access bitsLennart Poettering2014-02-033-0/+22