summaryrefslogtreecommitdiffstats
path: root/src/shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-312-3/+3
* shared: net - use u32ctz to compute prefixlenTom Gundersen2014-01-301-10/+1
* util: add u32ctz() call for determining ctz of uint32_tLennart Poettering2014-01-301-0/+12
* sd-dhcp-client/net-util: make netmask_to_prefixlen genericTom Gundersen2014-01-302-0/+18
* net-util: verify the address familyTom Gundersen2014-01-301-6/+14
* utmp: make sure we don't write the utmp reboot record twice on each bootLennart Poettering2014-01-301-33/+26
* Base mkostemp_safe on mkostempZbigniew Jędrzejewski-Szmek2014-01-292-33/+6
* Get rid of write_safeZbigniew Jędrzejewski-Szmek2014-01-291-18/+0
* always use the same code for creating temporary filesLennart Poettering2014-01-282-6/+7
* util: pick slightly safer open() flags when creating temporary filesLennart Poettering2014-01-281-2/+5
* util: define O_TMPFILE on x86/x86-64, where the generic value is usedLennart Poettering2014-01-281-0/+16
* util: pass original flags value to mkostemp(), in open_tmpfile()Lennart Poettering2014-01-281-3/+5
* util: simplify mkostemp_safe()Lennart Poettering2014-01-281-12/+19
* util: introduce new dev_urandom() call that is like random_bytes() but doesn'...Lennart Poettering2014-01-282-13/+26
* util: modernize loop_read() and loop_write() a bitLennart Poettering2014-01-281-52/+23
* manager: add systemd.show_status=auto modeZbigniew Jędrzejewski-Szmek2014-01-284-0/+59
* journal: guarantee async-signal-safety in sd_journald_sendvZbigniew Jędrzejewski-Szmek2014-01-284-11/+63
* Replace mkostemp+unlink with open(O_TMPFILE)Zbigniew Jędrzejewski-Szmek2014-01-282-0/+24
* bus: add API calls for connecting to starter busLennart Poettering2014-01-271-8/+10