Age | Commit message (Expand) | Author |
2010-09-21 | locale: make sure we don't merge configuration settings from different sources | Lennart Poettering |
2010-09-17 | ask-password: optionally ask questions on tty | Lennart Poettering |
2010-09-16 | util: fix handling of quotes in parse_env_file() | Lennart Poettering |
2010-09-16 | vconsole: add new utility to initialize the virtual console | Lennart Poettering |
2010-09-15 | util: use waitid() instead of waitpid() everywhere to avoid confusion due to ... | Lennart Poettering |
2010-09-15 | util: introduce waitpid_loop() | Lennart Poettering |
2010-09-14 | util: SIGSTKFLT is unknown on Linux for SPARC | Lennart Poettering |
2010-09-13 | util: add Arch welcome message | Tom Gundersen |
2010-09-13 | util: add Debian welcome message | Sedat Dilek |
2010-09-09 | util: add Gentoo welcome message. | Gustavo Sverzut Barbieri |
2010-09-01 | util: leave locked terminal attributes untouched so that we don't interfere w... | Lennart Poettering |
2010-08-31 | util: look at STDOUT, not STDIN, when determining tty columns | Lennart Poettering |
2010-08-25 | systemctl: show timestamps for state changes | Lennart Poettering |
2010-08-20 | mount: properly handle LABEL="" in fstab | Lennart Poettering |
2010-08-20 | service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and deco... | Lennart Poettering |
2010-08-17 | nss: don't disable nscd anymore, since it doesn't make sense to socket-activa... | Lennart Poettering |
2010-08-16 | util: properly detect ttyname_r() failing | Lennart Poettering |
2010-08-16 | systemctl: add support for delayed shutdown, similar to sysv in style | Lennart Poettering |
2010-08-14 | emacs: make sure nobody accidently adds tabs to our sources | Lennart Poettering |
2010-08-11 | main: disable nscd properly, if possible | Lennart Poettering |
2010-08-11 | gc: remove a lot of unused code | Lennart Poettering |
2010-08-11 | selinux: split off selinux calls into seperate file label.c | Lennart Poettering |
2010-08-11 | util: when replacing env vars replace unset envvars by nothing | Lennart Poettering |
2010-08-06 | util: when formatting timestamps return '0' for 0 timestamps instead of empty... | Lennart Poettering |
2010-08-05 | selinux: minor error handling fix | Lennart Poettering |
2010-08-05 | selinux: fix labels only when configured for it | Lennart Poettering |
2010-08-04 | selinux: rework selinux tests a little | Lennart Poettering |
2010-08-04 | selinux: fix if vs. ifdef mixup | Lennart Poettering |
2010-08-03 | Systemd is causing mislabeled devices to be created and then attempting to re... | Daniel J Walsh |
2010-07-21 | exec: extend variable substitution to support splitting variable values into ... | Lennart Poettering |
2010-07-20 | device: do not merge devices | Lennart Poettering |
2010-07-13 | cgroup: treat non-existing cgroups like empty ones, to deal with races | Lennart Poettering |
2010-07-12 | util: reset terminal even harder | Lennart Poettering |
2010-07-12 | util: fix error handling in acquire_terminal() | Lennart Poettering |
2010-07-12 | cgroup: reimplement the last bit of libcgroup functionality natively | Lennart Poettering |
2010-07-11 | cgroup: kill processes, not tasks and other cgroup changes | Lennart Poettering |
2010-07-10 | execute: add ability to configure the kill signal | Lennart Poettering |
2010-07-08 | install: various improvements | Lennart Poettering |
2010-07-08 | cgls: beef up control group dumping and introduce cgls tool | Lennart Poettering |
2010-07-08 | util: fix missing memory initialization | Lennart Poettering |
2010-07-08 | execute: support minimal environment variable replacement when executing proc... | Lennart Poettering |
2010-07-07 | util: handle \s escape as defined in the XDG spec properly in cunescape() | Lennart Poettering |
2010-07-07 | util: introduce cunescape_length() | Lennart Poettering |
2010-07-07 | util: properly handle escaped quotes in words in split_quoted() | Lennart Poettering |
2010-07-07 | util: fix handling of unknown escapes in cunescape() | Lennart Poettering |
2010-07-07 | util: implement safe_atolu based on safe_atolli/safe_atoi, depending on word ... | Lennart Poettering |
2010-07-07 | util: minor simplification when printing welcome text | Lennart Poettering |
2010-07-07 | main: show welcome message on boot | Lennart Poettering |
2010-07-07 | manager: optionally print status updates to console on boot | Lennart Poettering |
2010-07-06 | util: fix space calculation in get_process_cmdline() | Lennart Poettering |