| Commit message (Expand) | Author | Age | Files | Lines |
* | sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM... | Lennart Poettering | 2014-03-24 | 1 | -1/+6 |
* | core: rework context initialization/destruction logic | Lennart Poettering | 2014-03-19 | 1 | -20/+12 |
* | fstab-generator: merge /proc/cmdline parsing loops into one | Lennart Poettering | 2014-03-07 | 1 | -14/+0 |
* | core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settings | Lennart Poettering | 2014-03-03 | 1 | -0/+3 |
* | mount: don't fire PropertiesChanged signals for mounts that are stopped | Lennart Poettering | 2014-02-26 | 1 | -3/+6 |
* | mount: don't send out PropertiesChanged message if actually nothing got changed | Lennart Poettering | 2014-02-26 | 1 | -3/+12 |
* | mount: minor modernization | Lennart Poettering | 2014-02-26 | 1 | -3/+4 |
* | core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo... | Lennart Poettering | 2014-02-24 | 1 | -1/+3 |
* | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering | 2014-02-20 | 1 | -2/+2 |
* | core: make sure to always go through both SIGTERM and SIGKILL states of units | Lennart Poettering | 2014-01-29 | 1 | -1/+7 |
* | core: add function to tell when job will time out | Zbigniew Jędrzejewski-Szmek | 2014-01-27 | 1 | -0/+16 |
* | mount: don't creat local-fs.target links for mount units when runnin in user ... | Lennart Poettering | 2014-01-07 | 1 | -23/+22 |
* | Use format patterns for usec_t, pid_t, nsec_t, usec_t | Zbigniew Jędrzejewski-Szmek | 2014-01-03 | 1 | -3/+3 |
* | sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USEC | Lennart Poettering | 2013-12-22 | 1 | -0/+1 |
* | core: no need to list properties for PropertiesChanged messages anymore | Lennart Poettering | 2013-12-22 | 1 | -1/+0 |
* | bus: add .busname unit type to implement kdbus-style bus activation | Lennart Poettering | 2013-12-02 | 1 | -21/+15 |
* | service: add the ability for units to join other unit's PrivateNetwork= and P... | Lennart Poettering | 2013-11-27 | 1 | -20/+11 |
* | core: set some event source priorities to enforce dispatching order | Lennart Poettering | 2013-11-25 | 1 | -0/+7 |
* | swap: split state machine state ACTIVATING into two | Lennart Poettering | 2013-11-25 | 1 | -34/+27 |
* | core: convert PID 1 to libsystemd-bus | Lennart Poettering | 2013-11-20 | 1 | -64/+77 |
* | Configurable Timeouts/Restarts default values | Oleksii Shevchuk | 2013-11-05 | 1 | -1/+1 |
* | mount/service: drop FsckPassNo support | Tom Gundersen | 2013-10-19 | 1 | -31/+1 |
* | core: do not add "what" to RequiresMountsFor for network mounts | Zbigniew Jędrzejewski-Szmek | 2013-10-05 | 1 | -67/+70 |
* | mount: check for NULL before reading pm->what | Dave Reisner | 2013-10-05 | 1 | -1/+1 |
* | systemd: order remote mounts from mountinfo before remote-fs.target | Zbigniew Jędrzejewski-Szmek | 2013-10-04 | 1 | -1/+4 |
* | core: rework how we match mount units against each other | Lennart Poettering | 2013-09-26 | 1 | -189/+66 |
* | cgroup: if we do a cgroup operation then do something on all supported contro... | Lennart Poettering | 2013-09-25 | 1 | -1/+1 |
* | mount: filesystems mounted in the initrd should not conflict with umount.targ... | Tom Gundersen | 2013-09-11 | 1 | -5/+21 |
* | mount: move device links handling from generator | Tom Gundersen | 2013-09-11 | 1 | -1/+11 |
* | mount: also exclude /usr from unmount at shutdown | Lennart Poettering | 2013-07-18 | 1 | -1/+2 |
* | core/mount.c:mount_dump(): don't segfault, if mount is not mounted anymore | Harald Hoyer | 2013-07-04 | 1 | -3/+3 |
* | core: add transient units | Lennart Poettering | 2013-06-28 | 1 | -1/+1 |
* | dbus: hookup runtime property changes for mouns, services, sockets, swaps too | Lennart Poettering | 2013-06-27 | 1 | -0/+2 |
* | core: general cgroup rework | Lennart Poettering | 2013-06-27 | 1 | -21/+23 |
* | core: add new .slice unit type for partitioning systems | Lennart Poettering | 2013-06-17 | 1 | -0/+4 |
* | mount: when learning about the root mount from mountinfo, don't add conflicti... | Lennart Poettering | 2013-06-17 | 1 | -3/+5 |
* | Add __attribute__((const, pure, format)) in various places | Zbigniew Jędrzejewski-Szmek | 2013-05-03 | 1 | -5/+5 |
* | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek | 2013-04-06 | 1 | -9/+6 |
* | util: rename parse_usec() to parse_sec() sinds the default unit is seconds | Lennart Poettering | 2013-04-03 | 1 | -1/+1 |
* | Modernization | Zbigniew Jędrzejewski-Szmek | 2013-03-31 | 1 | -2/+4 |
* | unit: replace remote-fs-setup.target by network-online.target | Lennart Poettering | 2013-03-29 | 1 | -6/+6 |
* | units: automatically order all mount units after network.target | Lennart Poettering | 2013-03-27 | 1 | -1/+9 |
* | units: introduce remote-fs-setup.target to pull in dependencies from remote m... | Lennart Poettering | 2013-03-25 | 1 | -4/+13 |
* | core: reuse the same /tmp, /var/tmp and inaccessible dir | Michal Sekletar | 2013-03-16 | 1 | -1/+20 |
* | core: keep mountinfo .mounts until late shutdown | Umut Tezduyar | 2013-03-16 | 1 | -0/+8 |
* | core: single unit_kill implementation for all unit types | Michal Schmidt | 2013-03-13 | 1 | -47/+1 |
* | core: fix getting information about mount unit | Michal Sekletar | 2013-03-12 | 1 | -1/+2 |
* | fstab,mount: detect rbind as bind mount | Frederic Crozat | 2013-03-01 | 1 | -0/+6 |
* | core: do not overwrite existing units source | Umut Tezduyar | 2013-02-14 | 1 | -5/+7 |
* | core: unify kill code of mount, service, socket, swap units | Lennart Poettering | 2013-01-26 | 1 | -46/+14 |