Age | Commit message (Expand) | Author |
2012-09-18 | journalctl: don't choke on entries with no MESSAGE= field | Lennart Poettering |
2012-09-18 | util: introduce get_process_gid() | Lennart Poettering |
2012-09-17 | log: avoid function loop | Lennart Poettering |
2012-09-17 | conf-parser: don't unescape parsed configuration strings by default | Lennart Poettering |
2012-09-17 | util: various cleanups for printing boot status | Lennart Poettering |
2012-09-17 | main: when transitioning from initrd to the main system log to kmsg | Lennart Poettering |
2012-09-17 | hwclock: always set the kernel's timezone | Kay Sievers |
2012-09-17 | build-sys: __secure_getenv lost dunder in libc 2.17 | Zbigniew Jędrzejewski-Szmek |
2012-09-16 | nspawn: use automatic cleanup for umask | Zbigniew Jędrzejewski-Szmek |
2012-09-16 | install: use automatic cleanup | Zbigniew Jędrzejewski-Szmek |
2012-09-16 | install: treat non-existent directory as empty | Zbigniew Jędrzejewski-Szmek |
2012-09-14 | timedate: assorted improvements | Lennart Poettering |
2012-09-14 | systemctl: show unit name when a job fails | Lennart Poettering |
2012-09-14 | util: more modernizations | Lennart Poettering |
2012-09-14 | util: various additional modernizations | Lennart Poettering |
2012-09-14 | util: modernize a few functions with automatic cleanup variables | Lennart Poettering |
2012-09-13 | macro: introduce _cleanup_free_ macro for automatic freeing of scoped vars an... | Lennart Poettering |
2012-09-12 | unit-name: rework unit_name_replace_instance function() | Lennart Poettering |
2012-09-11 | util: rm_rf_children_dangerous: delete all descendants dangerously | Tom Gundersen |
2012-09-11 | when determining unit file list, include invalid unit names in an "invalid" s... | Lennart Poettering |
2012-09-10 | dbus: minor coding style fixes | Lennart Poettering |
2012-09-10 | path-util: fall back to stat() if kernel does not support name_to_handle_at() | Mantas Mikulėnas |
2012-09-10 | path-util: do not fail in path_is_mountpoint() if path doesn't exist | Mantas Mikulėnas |
2012-09-05 | nspawn: handle poweroff/reboot nicely in containers | Lennart Poettering |
2012-09-05 | journalctl: rework JSON output mode | Lennart Poettering |
2012-09-04 | path: fix invalid variable access in path_is_mount_point() | Lennart Poettering |
2012-09-04 | path-util: in path_is_mount_point() fall back to the classic stat() test if f... | Lennart Poettering |
2012-09-04 | missing: define name_to_handle_at on our own if it is missing | Lennart Poettering |
2012-09-03 | shared: logs-show: fflush after each output type | Brandon Philips |
2012-09-03 | journalctl: include logs from PID 1 about services in systemctl status | Lennart Poettering |
2012-09-03 | util: make path_is_mount_point() recognize bind mounts, too | Lennart Poettering |
2012-09-03 | journal: suppress structured messages if they'd go to the console | Lennart Poettering |
2012-09-03 | journal: generate structured journal messages for a number of events | Lennart Poettering |
2012-09-03 | shared: in code that might get called from suid programs use __secure_getenv(... | Lennart Poettering |
2012-08-23 | hashmap: hashmap_contains does not need hashmap_entry | Lukas Nykryn |
2012-08-22 | journal: move syslog specific calls out of util.c | Lennart Poettering |
2012-08-22 | journald: split /dev/kmsg related stuff into its own .c file | Lennart Poettering |
2012-08-21 | shared/util: add fstab support for partuuid/partlabel | Dave Reisner |
2012-08-21 | shared/util: refactor fstab_node_to_udev_node | Dave Reisner |
2012-08-21 | dev-setup: make NULL as parameter for dev_setup() equivalent to "" | Lennart Poettering |
2012-08-21 | dev-setup: allow a path prefix for use in chroots | Dave Reisner |
2012-08-21 | journalctl: really include .journal~ files in listing | Lennart Poettering |
2012-08-20 | journalctl: output FSS key as QR code on generating | Lennart Poettering |
2012-08-16 | conf-parser: make parsing exit status lists non-fatal | Lennart Poettering |
2012-08-14 | conf-parser: simplify a few things by using set_ensure_allocated() rather tha... | Lennart Poettering |
2012-08-14 | service: add options RestartPreventExitStatus and SuccessExitStatus | Lukas Nykryn |
2012-08-13 | namespace: rework namespace support | Lennart Poettering |
2012-08-10 | systemctl: fix issue with systemctl daemon-reexec | Simon Peeters |
2012-08-10 | shared/utf8: mark char* as const | Dave Reisner |
2012-08-09 | journald: properly unescape messages from /dev/kmsg | Lennart Poettering |