summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
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
2015-04-20util: fix typoRaul Gutierrez S
2015-04-18exit-status: Fix "NOTINSSTALLED" typoMartin Pitt
2015-04-16shared: move assert_return_errno() from libudevTom Gundersen
2015-04-12shared/hashmap: normalize whitespaceZbigniew Jędrzejewski-Szmek
2015-04-11bus: implement bus_label_unescape_n()David Herrmann
2015-04-11hashmap: return NULL from destructorDavid Herrmann
2015-04-11shared: move replace_env* from util to env-utilRonny Chevalier
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-11shared: add random-util.[ch]Ronny Chevalier
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-04-10shared: add formats-util.hRonny Chevalier
2015-04-10efivars: fix build for non-efiThomas Hindoe Paaboel Andersen
2015-04-10shared: boot-timestamps - remove ifdefTom Gundersen
2015-04-10shared: efivars - fix compile on non-EFI systemsTom Gundersen
2015-04-10shared: efivars - is_efi_*() returns bool instead of intTom Gundersen
2015-04-10device-nodes: minor simplificationsLennart Poettering
2015-04-10util: unify how we parse mode_t stringsLennart Poettering
2015-04-10util: remove normalize_env_assignment(), it's unusedLennart Poettering
2015-04-10shared: fix memleakRonny Chevalier