chiark / gitweb /
Fix a few return codes in error paths
[elogind.git] / src / core /
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
2014-03-03 Lennart Poetteringconf-parse: rename config_parse_level() to config_parse...
2014-03-03 Lennart Poetteringcore: introduce new RuntimeDirectory= and RuntimeDirect...
2014-03-03 Lennart Poetteringexecute: no need to include seccomp.h from execute.h
2014-03-03 Lennart Poetteringexecute: free directory path if we fail to remove it...
2014-03-03 Lennart Poetteringbus: add sd_bus_track object for tracking peers, and...
2014-02-26 Lennart Poetteringmount: don't fire PropertiesChanged signals for mounts...
2014-02-26 Lennart Poetteringmount: don't send out PropertiesChanged message if...
2014-02-26 Lennart Poetteringmount: minor modernization
2014-02-26 Lennart Poetteringexec: imply NoNewPriviliges= only when seccomp filters...
2014-02-26 Lennart Poetteringcore: add new RestrictAddressFamilies= switch
2014-02-26 Lennart Poetteringseccomp: we should control NO_NEW_PRIVS on our own...
2014-02-25 Zbigniew Jędrzejew... Remove dead lines in various places
2014-02-24 Lennart Poetteringcore: expose architecture as a bus property, so that...
2014-02-24 Lennart Poetteringcore: add global settings for enabling CPUAccounting...
2014-02-24 Łukasz Stelmachsmack: set loaded_policy in smack_setup()
2014-02-24 Djalal Harounidbus-timer: fix bus_timer_vtable to have the correct...
2014-02-24 Lennart Poetteringcgroup: certain cgroup attributes are not available...
2014-02-24 Lennart Poetteringcore: gc half-created stub units
2014-02-24 Lennart Poetteringcore: expose root control group on the bus
2014-02-24 Lennart Poetteringcgroup: parse array cgroup properties correctly when...
2014-02-23 Lennart Poetteringcore: clean up some confusing regarding SI decimal...
2014-02-22 Lennart Poetteringcgroup: Extend DeviceAllow= syntax to whitelist groups...
2014-02-21 Zbigniew Jędrzejew... manager: be more precise in message about restart
2014-02-21 Michael Scherercore: Add AppArmor profile switching
2014-02-21 Colin Waltersselinux: Don't attempt to load policy in initramfs...
2014-02-21 Lennart Poetteringhostnamectl: should the sanitized arch, not the native...
2014-02-21 Lennart Poetteringcore: add new ConditionArchitecture() that checks the...
2014-02-20 Tom Gundersencondition: split out most of condition handling into...
2014-02-20 Tom Gundersencondition: refactor a bit
2014-02-20 Lennart Poetteringmacro: introduce a nice macro for disabling -Wformat...
2014-02-20 Daniel Mackcore/unit: fix unit_add_target_dependencies() for units...
2014-02-19 Lennart Poetteringapi: in constructor function calls, always put the...
2014-02-19 Lennart Poetteringupdate TODO
2014-02-19 Lennart Poetteringexecute: modernizations
2014-02-19 Lennart Poetteringmake gcc shut up
2014-02-19 Lennart Poetteringcore: add Personality= option for units to set the...
2014-02-18 Lennart Poetteringseccomp: add helper call to add all secondary archs...
2014-02-18 Tom Gundersensd-rtnl-message: store reference to the bus in the...
2014-02-18 Zbigniew Jędrzejew... Remove unused variable and two function stubs
2014-02-18 Lennart Poetteringutil: generalize code that checks whether PIDs are...
2014-02-18 Jan Engelhardtdoc: update punctuation
2014-02-18 Jan Engelhardtcore: more exact test on the procfs special string...
next