summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* test-cpu-set-util.c: fix typo in comment (#6916)Jan Synacek2017-09-2668-526/+4197
|\
| * basic/log: fix return value from log_struct_iovec_internal()Zbigniew Jędrzejewski-Szmek2017-09-261-1/+1
| * bpf: set BPF_F_ALLOW_OVERRIDE when attaching a cgroup program if Delegate=yes...Lennart Poettering2017-09-223-4/+13
| * main: bump RLIMIT_NOFILE for the root user substantiallyLennart Poettering2017-09-221-2/+26
| * rlimit: don't assume getrlimit() always succeedsLennart Poettering2017-09-221-1/+2
| * core: whenever a unit terminates, log its consumed resources to the journalLennart Poettering2017-09-224-17/+235
| * nspawn: set up a new session keyring for the container processLennart Poettering2017-09-221-0/+25
| * io-util: add new IOVEC_INIT/IOVEC_MAKE macrosLennart Poettering2017-09-2216-206/+172
| * job: change result field for log message about job result RESULT= → JOB_RES...Lennart Poettering2017-09-221-3/+6
| * core: make sure to log invocation ID of units also when doing structured loggingLennart Poettering2017-09-226-2/+15
| * cgroup: refuse to return accounting data if accounting isn't turned onLennart Poettering2017-09-221-0/+35
| * core: when coming back from reload/reexec, reapply all cgroup propertiesLennart Poettering2017-09-222-0/+6
| * core: serialize/deserialize IP accounting across daemon reload/reexecLennart Poettering2017-09-223-2/+48
| * core: when creating the socket fds for a socket unit, join socket's cgroup firstLennart Poettering2017-09-223-51/+248
| * socket-label: let's use IN_SET, so that we have to call socket_address_family...Lennart Poettering2017-09-221-1/+1
| * core: warn loudly if IP firewalling is configured but not in effectLennart Poettering2017-09-222-0/+20
| * Add test for eBPF firewall codeDaniel Mack2017-09-222-0/+173
| * ip-address-access: minimize IP address listsLennart Poettering2017-09-225-0/+71
| * core: support IP firewalling to be configured for transient unitsLennart Poettering2017-09-222-7/+295
| * cgroup: dump the newly added IP settings in the cgroup contextLennart Poettering2017-09-221-0/+17
| * systemctl: report accounted network traffic in "systemctl status"Daniel Mack2017-09-221-0/+17
| * manager: hook up IP accounting defaultsDaniel Mack2017-09-224-0/+6
| * cgroup, unit, fragment parser: make use of new firewall functionsDaniel Mack2017-09-2216-42/+280
| * Add firewall eBPF compilerDaniel Mack2017-09-223-0/+706
| * cgroup: add fields to accommodate eBPF related detailsDaniel Mack2017-09-226-1/+45
| * Add IP address address ACL representation and parserDaniel Mack2017-09-223-87/+290
| * Add abstraction model for BPF programsDaniel Mack2017-09-224-9/+280
| * build-sys: add new kernel bpf.h drop-inDaniel Mack2017-09-223-0/+926
| * in-addr-util: add new helper call in_addr_prefix_from_string_auto()Lennart Poettering2017-09-224-14/+153
| * in-addr-util: prefix return parameters with ret_Lennart Poettering2017-09-222-6/+6
| * in-addr-util: be more systematic with naming our functionsLennart Poettering2017-09-227-20/+20
| * manager: initialize timeouts when allocating a naked Manager objectLennart Poettering2017-09-221-0/+3
| * manager: watching the cgroup2 inotify fd is safe in test runs tooLennart Poettering2017-09-221-54/+48
| * cgroup: always invalidate "cpu" and "cpuacct" togetherLennart Poettering2017-09-221-0/+3
| * cgroup-util: minor coding style adjustmentLennart Poettering2017-09-221-3/+6
| * core: make sure to dump cgroup context when unit_dump() is called for all uni...Lennart Poettering2017-09-224-0/+6
* | test-cpu-set-util.c: fix typo in comment (#6916)Jan Synacek2017-09-261-1/+1
* | journal-verfiy: add a couple of missing le64toh() calls (#6888)Lennart Poettering2017-09-251-21/+21
* | string-util: use size_t for strjoina macro (#6914)Jonathan Lebon2017-09-251-1/+1
* | install: drop left-over debug message (#6913)Zbigniew Jędrzejewski-Szmek2017-09-251-1/+0
* | Merge pull request #6893 from poettering/cgroup-delegate-yayZbigniew Jędrzejewski-Szmek2017-09-243-20/+46
|\ \
| * | socket: assign socket units to a default slice unconditionallyLennart Poettering2017-09-221-4/+4
| * | cgroup: make use of unit_cgroup_delegate() where usefulLennart Poettering2017-09-221-9/+5
| * | cgroup: rework which files we chown() on delegationLennart Poettering2017-09-221-5/+33
| * | cgroup-util: downgrade log messages from library code to LOG_DEBUGLennart Poettering2017-09-221-2/+4
* | | Merge pull request #6891 from poettering/read-lineZbigniew Jędrzejewski-Szmek2017-09-247-37/+329
|\ \ \
| * | | fileio: return 0 from read_one_line_file on successZbigniew Jędrzejewski-Szmek2017-09-241-1/+3
| * | | test-fileio: also test read_line() with actual filesZbigniew Jędrzejewski-Szmek2017-09-241-13/+51
| * | | test-fileio: close two leaked file handlesZbigniew Jędrzejewski-Szmek2017-09-241-2/+2
| * | | test-conf-parser: add tests for the new long lines, including overflow handlingZbigniew Jędrzejewski-Szmek2017-09-231-1/+40