Age | Commit message (Expand) | Author |
2015-05-19 | util: fix typo | Jan Synacek |
2015-05-19 | hostname: Allow comments in /etc/hostname | Martin Pitt |
2015-05-19 | core: introduce seperate reverse dependencies for Requires= and Requisite= | Lennart Poettering |
2015-05-19 | journalctl: clean up how we log errors | Lennart Poettering |
2015-05-18 | resolved: fix crash when shutting down | Lennart Poettering |
2015-05-18 | util: split all hostname related calls into hostname-util.c | Lennart Poettering |
2015-05-18 | fstab-generator: add x-systemd.requires and x-systemd.requires-mounts-for | Karel Zak |
2015-05-16 | util: loop_write - accept 0-length message | Tom Gundersen |
2015-05-15 | socket-util: socket_address_parse() should not log errors on its own | Lennart Poettering |
2015-05-15 | generator: use fflush_and_check() where appropriate | Lennart Poettering |
2015-05-15 | core: don't consider umask for SocketMode= | Davide Bettio |
2015-05-15 | systemctl: introduce --now for enable, disable and mask | Jan Synacek |
2015-05-14 | nspawn: allow access to device nodes listed in --bind= and --bind-ro= switches | Stefan Junker |
2015-05-14 | util: introduce memmem_safe() and make use of it | Lennart Poettering |
2015-05-14 | util: use GNU comparison function prototype for qsort_safe() | Lennart Poettering |
2015-05-13 | util: add generic calls for prefixing a root directory to a path | Lennart Poettering |
2015-05-13 | nspawn: skip symlink to a combined cgroup hierarchy if it already exists | Iago López Galeiras |
2015-05-13 | shared: Use O_EXCL with O_TMPFILE in open_tmpfile | Cristian Rodríguez |
2015-05-12 | udevd: make udev_ctrl_connection global | Tom Gundersen |
2015-05-11 | install: when exporting prefix InstallInfo to become UnitFileInstallInfo | Lennart Poettering |
2015-05-11 | core: rename SystemdRunningAs to ManagerRunningAs | Lennart Poettering |
2015-05-11 | core,network: major per-object logging rework | Lennart Poettering |
2015-05-11 | util: optimize free_and_strdup() if NOP | Lennart Poettering |
2015-05-11 | treewide: Correct typos and spell plural of bus consistent | Torstein Husebø |
2015-05-10 | Generate systemd-fsck-root.service in the initramfs | Zbigniew Jędrzejewski-Szmek |
2015-05-05 | shared/utmp-wtmp: fix copy/paste error | Michael Olbrich |
2015-05-05 | lockfile-util.[ch]: Split out from util.[ch] | Colin Walters |
2015-05-05 | Fix permissions on /run/systemd/nspawn/locks | Seth Jennings |
2015-05-05 | core: be more strict when manipulating slices names and unescaping paths from... | Lennart Poettering |
2015-05-05 | core: rework unit name validation and manipulation logic | Lennart Poettering |
2015-05-05 | util: be a bit safer in path_is_safe() | Lennart Poettering |
2015-05-05 | cgroup-util: be more strict when processing slice unit names | Lennart Poettering |
2015-05-04 | generators: rename add_{root,usr}_mount to add_{sysroot,sysroot_usr}_mount | Zbigniew Jędrzejewski-Szmek |
2015-04-30 | core: catch some special cases in cg_slice_to_path() | Lennart Poettering |
2015-04-30 | sd-bus,sd-login: add api for querying the slice within the the user systemd i... | Lennart Poettering |
2015-04-30 | core: rework cgroup path parse logic | Lennart Poettering |
2015-04-29 | sd-bus: properly handle creds that are known but undefined for a process | Lennart Poettering |
2015-04-28 | exit-status: introduce common exit_status_set_test() call for testing exit st... | Lennart Poettering |
2015-04-26 | path-util: fix fstat fallback in fd_is_mount_point | Thomas Hindoe Paaboel Andersen |
2015-04-24 | sysctl: minor simplifications | Lennart Poettering |
2015-04-24 | shared/utmp-wtmp: add parameter for origin tty and callback userdata | Daniel Mack |
2015-04-23 | path-util: make use of "mnt_id" field exported in /proc/self/fdinfo/<fd> to t... | Lennart Poettering |
2015-04-23 | util: Fix assertion in split() on missing ' | Martin Pitt |
2015-04-22 | journalctl: rework code that checks whether we have access to /var/log/journal | Lennart Poettering |
2015-04-22 | btrfs-util: support recursive removal of read-only subvolumes | Lennart Poettering |
2015-04-22 | btrfs-util: fix creating recursive read-only snapshots | Lennart Poettering |
2015-04-22 | btrfs-util: be more careful when invoking btrfs file system ioctls | Lennart Poettering |
2015-04-22 | btrfs-util: introduce btrfs_is_filesystem() and make use of it where appropriate | Lennart Poettering |
2015-04-22 | util: make sure fd refers to regular file or directory when applying file att... | Lennart Poettering |
2015-04-21 | core: make unit deserialization more defensive | Lennart Poettering |