chiark / gitweb /
socket: properly handle if our service vanished during runtime
[elogind.git] / src / core /
2014-05-22 Lennart Poetteringsocket: properly handle if our service vanished during...
2014-05-22 Lennart Poetteringcore: remove unused vars
2014-05-22 Lennart Poetteringcore: never consider failure when reading drop-ins...
2014-05-22 Lennart Poetteringcgroups: simplify CPUQuota= logic
2014-05-21 Lennart Poetteringcgroups: always propagate controller membership to...
2014-05-21 Lennart Poetteringcgroup: rework startup logic
2014-05-21 WaLyong Chocore: add startup resource control option
2014-05-21 Lennart Poetteringlogind: don't apply RemoveIPC= to system users
2014-05-18 David Strausscore: Filter by state behind the D-Bus API, not in...
2014-05-18 Nis Martensenfix spelling of privilege
2014-05-16 Will Woodscore: let selinux_setup() load policy more than once
2014-05-15 Lennart Poetteringcore: make sure to serialize jobs for all units
2014-05-15 Lennart Poetteringselinux: fix build for non-selinux systems
2014-05-15 Zbigniew Jędrzejew... core: close socket fds asynchronously
2014-05-15 Zbigniew Jędrzejew... Make sure that keys are properly removed from hashmap
2014-05-15 Zbigniew Jędrzejew... Remove unnecessary casts in printfs
2014-05-15 Zbigniew Jędrzejew... Make systemctl --root look for files in the proper...
2014-05-14 Lennart Poetteringsd-bus: introduce sd_bus_slot objects encapsulating...
2014-05-14 Lennart Poetteringcore: no need to pass bus object to selinux access...
2014-05-14 Tom Gundersencore: sysvcompat - avoid repeated function call
2014-05-14 Tom Gundersencore: sysvcompat - $network should be equivalent to...
2014-05-12 Michael Marineaujob: always add waiting jobs to run queue during coldplug
2014-05-08 Łukasz Stelmachcore: check the right variable for failed open()
2014-05-08 Jan Engelhardtdoc: corrections to words and forms
2014-05-06 Lennart Poetteringload-fragment: minor cleanup
2014-05-05 Lennart Poetteringbuild-sys: move async.[ch] to src/shared
2014-05-05 Kay Sieverscore: require cgroups filesystem to be available
2014-05-02 Lennart Poetteringasync: add asynchronous close() call
2014-04-28 Lennart Poetteringmachine-id: only look into KVM uuid when we are not...
2014-04-26 Brandon Philipsjob: add waiting jobs to run queue in unit_coldplug
2014-04-25 Will Woodscore: reindent {selinux, ima, smack}-setup.c
2014-04-25 Lennart Poetteringcore: expose CFS CPU time quota as high-level unit...
2014-04-25 Lennart Poetteringcore: make sure we always write changed cgroup attribut...
2014-04-24 Michael Olbrichservice: rename StartLimitAction enum to FailureAction
2014-04-24 Michael Olbrichservice: add FailureAction= option
2014-04-21 Michael Olbrichservice: add support for reboot argument when triggered...
2014-04-20 Zbigniew Jędrzejew... Handle Unix domain socket connections from outside...
2014-04-19 Kay SieversRevert "Handle Unix domain socket connections from...
2014-04-18 Ali H. Caliskancore: minor typo fix
2014-04-17 Eelco DolstraHandle Unix domain socket connections from outside...
2014-04-12 Thomas Bächlercore: Make sure a stamp file exists for all Persistent...
2014-04-06 Kay Sieversreduce the amount of messages logged to /dev/kmsg when...
2014-03-26 Kay Sieverscore: do not read system boot timestamps in systemd...
2014-03-24 Lennart Poetteringcore: don't try to relabel mounts before we loaded...
2014-03-24 Lennart Poetteringcore: remove tcpwrap support
2014-03-24 Lennart Poetteringservice: don't take chkconfig priority into account
2014-03-24 Lennart Poetteringcore: add a setting to globally control the default...
2014-03-24 Lennart Poetteringtimer: support timers that can resume the system from...
2014-03-24 Lennart Poetteringsystemctl: show last trigger time in "systemctl list...
2014-03-24 Lennart Poetteringutil: replace close_pipe() with new safe_close_pair()
2014-03-24 Lennart Poetteringsd-event: rework API to support CLOCK_REALTIME_ALARM...
2014-03-21 Lennart Poetteringtimer: add timer persistance (aka anacron-like behaviour)
2014-03-20 Lennart Poetteringunit: turn off mount propagation for udevd
2014-03-19 Lennart Poetteringcore: move notify sockets to /run and $XDG_RUNTIME_DIR
2014-03-19 Lennart Poetteringcore: make sure we can combine DevicePolicy=closed...
2014-03-19 Lennart Poetteringcore: rework context initialization/destruction logic
2014-03-19 Lennart Poetteringcore: when PrivateTmp= is set for a unit, make sure...
2014-03-19 Lennart Poetteringcore: Beef up PrivateDevices=
2014-03-19 Lennart Poetteringcore: expose missing busname properties on the bus
2014-03-19 Lennart Poetteringcore: by default .busname units should be activating
2014-03-19 Daniel Mackbusname: introduce Activating directive
2014-03-18 Lennart Poetteringcore: add new AcceptFD= setting to .busname units
2014-03-18 Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-18 Lennart Poetteringcore: drop CAP_MKNOD when PrivateDevices= is set
2014-03-18 Lennart Poetteringcore: remount /sys/fs/cgroup/ read-only after we mounte...
2014-03-18 Lennart Poetteringcgroup: it's not OK to invoke alloca() in loops
2014-03-17 Miklos Vajnacore, libsystemd, systemd, timedate, udev: spelling...
2014-03-16 Josh TriplettUse strlen even for constant strings
2014-03-14 Zbigniew Jędrzejew... Do not return -1 (EINVAL) on allocation error
2014-03-14 Zbigniew Jędrzejew... machine-id-setup: use path_kill_slashes and modernizations
2014-03-14 Greg KHmachine-id: add --root option to operate on an alternat...
2014-03-12 Daniel Buchsocket.c: make use of union sockaddr_union
2014-03-12 Lennart Poetteringmanager: use system state enum where appropriate
2014-03-12 Lennart Poetteringcore: introduce system state enum
2014-03-11 Lennart Poetteringcore: support globbing matches in DeviceAllow= when...
2014-03-11 Lennart Poetteringdbus: suppress duplicate and misleading messages
2014-03-08 Dave Reisnerfix off by one error in array index assertion
2014-03-07 Daniel MackMake tables for DEFINE_STRING_TABLE_LOOKUP consistent
2014-03-07 Daniel Macksd-bus: add support for policy upload on activator...
2014-03-07 Daniel Mackbusname: add parser for bus name policies
2014-03-07 Lennart Poetteringbusname: don't drop 'service' from the result string
2014-03-07 Daniel Mackmanager: flush memory stream before using the buffer
2014-03-07 Daniel Mackcore/busname: add lookup string for BUSNAME_FAILURE_SER...
2014-03-07 Lennart Poetteringgpt-auto-generator: automatically find the root disk...
2014-03-07 Lennart Poetteringfstab-generator: merge /proc/cmdline parsing loops...
2014-03-06 Lennart Poetteringutil: move more intellegince into parse_proc_cmdline()
2014-03-06 Lennart Poetteringcore: include partition label in .device description...
2014-03-06 Lennart Poetteringcore: correctly unregister PIDs from PID hashtables
2014-03-06 Lennart Poetteringutil: add timeout to generator execution
2014-03-05 Lennart Poetteringcore: don't override NoNewPriviliges= from SystemCallFi...
2014-03-05 Lennart Poetteringcore: make the LimitXYZ= properties settable for transi...
2014-03-05 Lennart Poetteringmissing: if RLIMIT_RTTIME is not defined by the libc...
2014-03-05 Lennart Poetteringcore: when passing resource limit values to client...
2014-03-04 Zbigniew Jędrzejew... Do not print invalid UTF-8 in error messages
2014-03-04 Zbigniew Jędrzejew... Introduce strv_consume which takes ownership
2014-03-03 Lennart Poetteringcore: fix assert when trying to serialize non-initializ...
2014-03-03 Lennart Poetteringcore: add missing show-status.[ch]
2014-03-03 Lennart Poetteringconf-parser: config_parse_path_strv() is not generic...
2014-03-03 Lennart Poetteringcore: move config_parse_set_status() into load-fragment.c
2014-03-03 Lennart Poetteringcore: move ShowStatus type into the core
next