summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2012-09-18journalctl: don't choke on entries with no MESSAGE= fieldLennart Poettering
2012-09-18util: introduce get_process_gid()Lennart Poettering
2012-09-17log: avoid function loopLennart Poettering
2012-09-17conf-parser: don't unescape parsed configuration strings by defaultLennart Poettering
2012-09-17util: various cleanups for printing boot statusLennart Poettering
2012-09-17main: when transitioning from initrd to the main system log to kmsgLennart Poettering
2012-09-17hwclock: always set the kernel's timezoneKay Sievers
2012-09-17build-sys: __secure_getenv lost dunder in libc 2.17Zbigniew Jędrzejewski-Szmek
2012-09-16nspawn: use automatic cleanup for umaskZbigniew Jędrzejewski-Szmek
2012-09-16install: use automatic cleanupZbigniew Jędrzejewski-Szmek
2012-09-16install: treat non-existent directory as emptyZbigniew Jędrzejewski-Szmek
2012-09-14timedate: assorted improvementsLennart Poettering
2012-09-14systemctl: show unit name when a job failsLennart Poettering
2012-09-14util: more modernizationsLennart Poettering
2012-09-14util: various additional modernizationsLennart Poettering
2012-09-14util: modernize a few functions with automatic cleanup variablesLennart Poettering
2012-09-13macro: introduce _cleanup_free_ macro for automatic freeing of scoped vars an...Lennart Poettering
2012-09-12unit-name: rework unit_name_replace_instance function()Lennart Poettering
2012-09-11util: rm_rf_children_dangerous: delete all descendants dangerouslyTom Gundersen
2012-09-11when determining unit file list, include invalid unit names in an "invalid" s...Lennart Poettering
2012-09-10dbus: minor coding style fixesLennart Poettering
2012-09-10path-util: fall back to stat() if kernel does not support name_to_handle_at()Mantas Mikulėnas
2012-09-10path-util: do not fail in path_is_mountpoint() if path doesn't existMantas Mikulėnas
2012-09-05nspawn: handle poweroff/reboot nicely in containersLennart Poettering
2012-09-05journalctl: rework JSON output modeLennart Poettering
2012-09-04path: fix invalid variable access in path_is_mount_point()Lennart Poettering
2012-09-04path-util: in path_is_mount_point() fall back to the classic stat() test if f...Lennart Poettering
2012-09-04missing: define name_to_handle_at on our own if it is missingLennart Poettering
2012-09-03shared: logs-show: fflush after each output typeBrandon Philips
2012-09-03journalctl: include logs from PID 1 about services in systemctl statusLennart Poettering
2012-09-03util: make path_is_mount_point() recognize bind mounts, tooLennart Poettering
2012-09-03journal: suppress structured messages if they'd go to the consoleLennart Poettering
2012-09-03journal: generate structured journal messages for a number of eventsLennart Poettering
2012-09-03shared: in code that might get called from suid programs use __secure_getenv(...Lennart Poettering
2012-08-23hashmap: hashmap_contains does not need hashmap_entryLukas Nykryn
2012-08-22journal: move syslog specific calls out of util.cLennart Poettering
2012-08-22journald: split /dev/kmsg related stuff into its own .c fileLennart Poettering
2012-08-21shared/util: add fstab support for partuuid/partlabelDave Reisner
2012-08-21shared/util: refactor fstab_node_to_udev_nodeDave Reisner
2012-08-21dev-setup: make NULL as parameter for dev_setup() equivalent to ""Lennart Poettering
2012-08-21dev-setup: allow a path prefix for use in chrootsDave Reisner
2012-08-21journalctl: really include .journal~ files in listingLennart Poettering
2012-08-20journalctl: output FSS key as QR code on generatingLennart Poettering
2012-08-16conf-parser: make parsing exit status lists non-fatalLennart Poettering
2012-08-14conf-parser: simplify a few things by using set_ensure_allocated() rather tha...Lennart Poettering
2012-08-14service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn
2012-08-13namespace: rework namespace supportLennart Poettering
2012-08-10systemctl: fix issue with systemctl daemon-reexecSimon Peeters
2012-08-10shared/utf8: mark char* as constDave Reisner
2012-08-09journald: properly unescape messages from /dev/kmsgLennart Poettering