summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2015-05-19core: introduce seperate reverse dependencies for Requires= and Requisite=Lennart Poettering
2015-05-19journalctl: clean up how we log errorsLennart Poettering
2015-05-18resolved: fix crash when shutting downLennart Poettering
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering
2015-05-18fstab-generator: add x-systemd.requires and x-systemd.requires-mounts-forKarel Zak
2015-05-16util: loop_write - accept 0-length messageTom Gundersen
2015-05-15socket-util: socket_address_parse() should not log errors on its ownLennart Poettering
2015-05-15generator: use fflush_and_check() where appropriateLennart Poettering
2015-05-15core: don't consider umask for SocketMode=Davide Bettio
2015-05-15systemctl: introduce --now for enable, disable and maskJan Synacek
2015-05-14nspawn: allow access to device nodes listed in --bind= and --bind-ro= switchesStefan Junker
2015-05-14util: introduce memmem_safe() and make use of itLennart Poettering
2015-05-14util: use GNU comparison function prototype for qsort_safe()Lennart Poettering
2015-05-13util: add generic calls for prefixing a root directory to a pathLennart Poettering
2015-05-13nspawn: skip symlink to a combined cgroup hierarchy if it already existsIago López Galeiras
2015-05-13shared: Use O_EXCL with O_TMPFILE in open_tmpfileCristian Rodríguez
2015-05-12udevd: make udev_ctrl_connection globalTom Gundersen
2015-05-11install: when exporting prefix InstallInfo to become UnitFileInstallInfoLennart Poettering
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-05-11core,network: major per-object logging reworkLennart Poettering
2015-05-11util: optimize free_and_strdup() if NOPLennart Poettering
2015-05-11treewide: Correct typos and spell plural of bus consistentTorstein Husebø
2015-05-10Generate systemd-fsck-root.service in the initramfsZbigniew Jędrzejewski-Szmek
2015-05-05shared/utmp-wtmp: fix copy/paste errorMichael Olbrich
2015-05-05lockfile-util.[ch]: Split out from util.[ch]Colin Walters
2015-05-05Fix permissions on /run/systemd/nspawn/locksSeth Jennings
2015-05-05core: be more strict when manipulating slices names and unescaping paths from...Lennart Poettering
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering
2015-05-05util: be a bit safer in path_is_safe()Lennart Poettering
2015-05-05cgroup-util: be more strict when processing slice unit namesLennart Poettering
2015-05-04generators: rename add_{root,usr}_mount to add_{sysroot,sysroot_usr}_mountZbigniew Jędrzejewski-Szmek
2015-04-30core: catch some special cases in cg_slice_to_path()Lennart Poettering
2015-04-30sd-bus,sd-login: add api for querying the slice within the the user systemd i...Lennart Poettering
2015-04-30core: rework cgroup path parse logicLennart Poettering
2015-04-29sd-bus: properly handle creds that are known but undefined for a processLennart Poettering
2015-04-28exit-status: introduce common exit_status_set_test() call for testing exit st...Lennart Poettering
2015-04-26path-util: fix fstat fallback in fd_is_mount_pointThomas Hindoe Paaboel Andersen
2015-04-24sysctl: minor simplificationsLennart Poettering
2015-04-24shared/utmp-wtmp: add parameter for origin tty and callback userdataDaniel Mack
2015-04-23path-util: make use of "mnt_id" field exported in /proc/self/fdinfo/<fd> to t...Lennart Poettering
2015-04-23util: Fix assertion in split() on missing 'Martin Pitt
2015-04-22journalctl: rework code that checks whether we have access to /var/log/journalLennart Poettering
2015-04-22btrfs-util: support recursive removal of read-only subvolumesLennart Poettering
2015-04-22btrfs-util: fix creating recursive read-only snapshotsLennart Poettering
2015-04-22btrfs-util: be more careful when invoking btrfs file system ioctlsLennart Poettering
2015-04-22btrfs-util: introduce btrfs_is_filesystem() and make use of it where appropriateLennart Poettering
2015-04-22util: make sure fd refers to regular file or directory when applying file att...Lennart Poettering
2015-04-21core: make unit deserialization more defensiveLennart Poettering
2015-04-21tree-wide: get rid of more strerror() callsLennart Poettering
2015-04-21log: move log_syntax() into src/shared/log.c, and make it more similar to the...Lennart Poettering