summaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Expand)Author
2010-11-18util: introduce /etc/os-release so that distros don't need to patch systemd t...Lennart Poettering
2010-11-15exec: automatically determine right TERM= setting based on tty nameLennart Poettering
2010-11-14util: always highlight distro nameLennart Poettering
2010-11-12cryptsetup: hook up tool with ask-passwordLennart Poettering
2010-11-10manager: parse RD_TIMESTAMP passed from initrdLennart Poettering
2010-11-10cryptsetup: minimal cryptsetup unit generatorLennart Poettering
2010-10-28service: unify tstamp serialization codeLennart Poettering
2010-10-27main: move make_null_stdio() to util.cLennart Poettering
2010-10-27unit: serialize active timestampsLennart Poettering
2010-10-26ask-password: add minimal plymouth password agentLennart Poettering
2010-10-25util: Add welcome message for UbuntuAndrew Edmunds
2010-10-25ask-password: add basic tty agentLennart Poettering
2010-10-22systemctl: introduce systemctl killLennart Poettering
2010-10-18util: ignore quota files by defaultLennart Poettering
2010-10-18tmpfiles: integrate kay's directory cleanup code and otherwise beef up tmpfil...Lennart Poettering
2010-10-13inotify: properly handle multiple inotify events per read()Lennart Poettering
2010-10-08util: don't specifically check for the /dev/null major/minor, just check whet...Lennart Poettering
2010-10-08unit: introduce 'banned' load state for units symlinked to /dev/nullLennart Poettering
2010-10-07util: unify implementations of freeze()Lennart Poettering
2010-10-05fix typo: s/seperat/separat/gDave Reisner
2010-09-28parse_env_file() - return empty value strings like FOO="" as NULL valueKay Sievers
2010-09-21locale: make sure we don't merge configuration settings from different sourcesLennart Poettering
2010-09-17ask-password: optionally ask questions on ttyLennart Poettering
2010-09-16util: fix handling of quotes in parse_env_file()Lennart Poettering
2010-09-16vconsole: add new utility to initialize the virtual consoleLennart Poettering
2010-09-15util: use waitid() instead of waitpid() everywhere to avoid confusion due to ...Lennart Poettering
2010-09-15util: introduce waitpid_loop()Lennart Poettering
2010-09-14util: SIGSTKFLT is unknown on Linux for SPARCLennart Poettering
2010-09-13util: add Arch welcome messageTom Gundersen
2010-09-13util: add Debian welcome messageSedat Dilek
2010-09-09util: add Gentoo welcome message.Gustavo Sverzut Barbieri
2010-09-01util: leave locked terminal attributes untouched so that we don't interfere w...Lennart Poettering
2010-08-31util: look at STDOUT, not STDIN, when determining tty columnsLennart Poettering
2010-08-25systemctl: show timestamps for state changesLennart Poettering
2010-08-20mount: properly handle LABEL="" in fstabLennart Poettering
2010-08-20service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and deco...Lennart Poettering
2010-08-17nss: don't disable nscd anymore, since it doesn't make sense to socket-activa...Lennart Poettering
2010-08-16util: properly detect ttyname_r() failingLennart Poettering
2010-08-16systemctl: add support for delayed shutdown, similar to sysv in styleLennart Poettering
2010-08-14emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering
2010-08-11main: disable nscd properly, if possibleLennart Poettering
2010-08-11gc: remove a lot of unused codeLennart Poettering
2010-08-11selinux: split off selinux calls into seperate file label.cLennart Poettering
2010-08-11util: when replacing env vars replace unset envvars by nothingLennart Poettering
2010-08-06util: when formatting timestamps return '0' for 0 timestamps instead of empty...Lennart Poettering
2010-08-05selinux: minor error handling fixLennart Poettering
2010-08-05selinux: fix labels only when configured for itLennart Poettering
2010-08-04selinux: rework selinux tests a littleLennart Poettering
2010-08-04selinux: fix if vs. ifdef mixupLennart Poettering
2010-08-03Systemd is causing mislabeled devices to be created and then attempting to re...Daniel J Walsh