summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)AuthorFilesLines
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering7-142/+203
2015-05-18fstab-generator: add x-systemd.requires and x-systemd.requires-mounts-forKarel Zak2-0/+32
2015-05-16util: loop_write - accept 0-length messageTom Gundersen1-3/+3
2015-05-15socket-util: socket_address_parse() should not log errors on its ownLennart Poettering2-10/+20
2015-05-15generator: use fflush_and_check() where appropriateLennart Poettering1-3/+3
2015-05-15core: don't consider umask for SocketMode=Davide Bettio1-3/+0
2015-05-15systemctl: introduce --now for enable, disable and maskJan Synacek2-56/+57
2015-05-14nspawn: allow access to device nodes listed in --bind= and --bind-ro= switchesStefan Junker2-0/+10
2015-05-14util: introduce memmem_safe() and make use of itLennart Poettering1-0/+15
2015-05-14util: use GNU comparison function prototype for qsort_safe()Lennart Poettering1-6/+6
2015-05-13util: add generic calls for prefixing a root directory to a pathLennart Poettering3-3/+64
2015-05-13nspawn: skip symlink to a combined cgroup hierarchy if it already existsIago López Galeiras2-0/+23
2015-05-13shared: Use O_EXCL with O_TMPFILE in open_tmpfileCristian Rodríguez1-1/+1
2015-05-12udevd: make udev_ctrl_connection globalTom Gundersen1-0/+4
2015-05-11install: when exporting prefix InstallInfo to become UnitFileInstallInfoLennart Poettering5-41/+51
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2-14/+14
2015-05-11core,network: major per-object logging reworkLennart Poettering2-3/+17
2015-05-11util: optimize free_and_strdup() if NOPLennart Poettering1-1/+4
2015-05-11treewide: Correct typos and spell plural of bus consistentTorstein Husebø1-1/+1
2015-05-10Generate systemd-fsck-root.service in the initramfsZbigniew Jędrzejewski-Szmek1-5/+60
2015-05-05shared/utmp-wtmp: fix copy/paste errorMichael Olbrich1-1/+1
2015-05-05lockfile-util.[ch]: Split out from util.[ch]Colin Walters6-136/+195
2015-05-05Fix permissions on /run/systemd/nspawn/locksSeth Jennings1-2/+2
2015-05-05core: be more strict when manipulating slices names and unescaping paths from...Lennart Poettering2-27/+104
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering7-326/+475
2015-05-05util: be a bit safer in path_is_safe()Lennart Poettering1-1/+1
2015-05-05cgroup-util: be more strict when processing slice unit namesLennart Poettering1-1/+7
2015-05-04generators: rename add_{root,usr}_mount to add_{sysroot,sysroot_usr}_mountZbigniew Jędrzejewski-Szmek2-13/+25
2015-04-30core: catch some special cases in cg_slice_to_path()Lennart Poettering1-1/+13
2015-04-30sd-bus,sd-login: add api for querying the slice within the the user systemd i...Lennart Poettering2-25/+49
2015-04-30core: rework cgroup path parse logicLennart Poettering3-69/+154
2015-04-29sd-bus: properly handle creds that are known but undefined for a processLennart Poettering4-12/+13
2015-04-28exit-status: introduce common exit_status_set_test() call for testing exit st...Lennart Poettering2-0/+15
2015-04-26path-util: fix fstat fallback in fd_is_mount_pointThomas Hindoe Paaboel Andersen1-1/+1
2015-04-24sysctl: minor simplificationsLennart Poettering1-17/+9
2015-04-24shared/utmp-wtmp: add parameter for origin tty and callback userdataDaniel Mack2-8/+26
2015-04-23path-util: make use of "mnt_id" field exported in /proc/self/fdinfo/<fd> to t...Lennart Poettering1-28/+107
2015-04-23util: Fix assertion in split() on missing 'Martin Pitt1-2/+1
2015-04-22journalctl: rework code that checks whether we have access to /var/log/journalLennart Poettering2-47/+57
2015-04-22btrfs-util: support recursive removal of read-only subvolumesLennart Poettering1-0/+9
2015-04-22btrfs-util: fix creating recursive read-only snapshotsLennart Poettering1-2/+36
2015-04-22btrfs-util: be more careful when invoking btrfs file system ioctlsLennart Poettering1-0/+77
2015-04-22btrfs-util: introduce btrfs_is_filesystem() and make use of it where appropriateLennart Poettering3-13/+22
2015-04-22util: make sure fd refers to regular file or directory when applying file att...Lennart Poettering1-0/+21
2015-04-21core: make unit deserialization more defensiveLennart Poettering2-7/+10
2015-04-21tree-wide: get rid of more strerror() callsLennart Poettering1-4/+4
2015-04-21log: move log_syntax() into src/shared/log.c, and make it more similar to the...Lennart Poettering4-62/+76
2015-04-20util: fix typoRaul Gutierrez S1-1/+1
2015-04-18exit-status: Fix "NOTINSSTALLED" typoMartin Pitt1-1/+1
2015-04-16shared: move assert_return_errno() from libudevTom Gundersen1-0/+9