Age | Commit message (Expand) | Author |
2012-09-21 | shared: call va_end in all cases | Lukas Nykryn |
2012-09-20 | util: fix overflow checks | Lennart Poettering |
2012-09-20 | util: overflow hardening | Lennart Poettering |
2012-09-19 | util: define union dirent_storage and make use of it everywhere | Lennart Poettering |
2012-09-19 | util: fix bad strstrip() return value in normalize_env_assignment() | Lennart Poettering |
2012-09-18 | util: introduce get_process_gid() | 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-16 | nspawn: use automatic cleanup for umask | Zbigniew Jędrzejewski-Szmek |
2012-09-14 | timedate: assorted improvements | 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-11 | util: rm_rf_children_dangerous: delete all descendants dangerously | Tom Gundersen |
2012-09-05 | nspawn: handle poweroff/reboot nicely in containers | Lennart Poettering |
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 | 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-14 | service: add options RestartPreventExitStatus and SuccessExitStatus | Lukas Nykryn |
2012-08-13 | namespace: rework namespace support | Lennart Poettering |
2012-08-09 | journald: properly unescape messages from /dev/kmsg | Lennart Poettering |
2012-07-26 | cgtop: use full terminal width | Zbigniew Jędrzejewski-Szmek |
2012-07-26 | log.h: new log_oom() -> int -ENOMEM, use it | Shawn Landden |
2012-07-25 | use "Out of memory." consistantly (or with "\n") | Shawn Landden |
2012-07-16 | unit: introduce %s specifier for the user shell | Lennart Poettering |
2012-07-16 | util: add getusername_malloc(), get_shell(), get_home_dir() | Lennart Poettering |
2012-07-15 | aquire_terminal(): fix uninitialized variable | Kay Sievers |
2012-07-13 | util: temporarily ignore SIGHUP while we are issuing TIOCSTTY | Lennart Poettering |
2012-07-13 | util: rename join() to strjoin() | Lennart Poettering |
2012-07-10 | switch-root: reopen /dev/console before we switch root | Lennart Poettering |
2012-07-10 | util: rm_rf() refuse cleaning non-memory file systems, as extra paranoia | Lennart Poettering |
2012-07-10 | util: add extra safety check to in_initrd() | Lennart Poettering |
2012-07-09 | paranoia: refuse rm_rf("/") | Lennart Poettering |
2012-06-26 | core: make systemd.confirm_spawn=1 actually work | Lennart Poettering |
2012-05-31 | util: don't require libcap when building libsystemd-shared | Kay Sievers |
2012-05-31 | util: introduce a proper nsec_t and make use of it where appropriate | Lennart Poettering |
2012-05-30 | logind: optionally handle power, sleep and lid switch events | Lennart Poettering |
2012-05-22 | util: make sure to fstatat() at most once in rm_rf_children() | Lennart Poettering |
2012-05-21 | util: rework in_initrd() logic | Lennart Poettering |
2012-05-21 | util: rm_rf_children() add root_dev parameter | Harald Hoyer |
2012-05-21 | util.c: add in_initrd() | Harald Hoyer |
2012-05-21 | main: corrected do_switch_root() | Harald Hoyer |
2012-05-21 | hostname-setup: also consider (ńone) an unset hostname | Lennart Poettering |
2012-05-21 | units: introduce new Documentation= field and make use of it everywhere | Lennart Poettering |
2012-05-15 | tmpfiles: if we are supposed to write a string to a file, it's OK if we can't... | Lennart Poettering |
2012-05-14 | unit: print the color status marks on the left | Michal Schmidt |