summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Expand)AuthorAgeFilesLines
* sysctl: implement native sysctl tool to support Debian-style /etc/sysctl.dLennart Poettering2010-11-181-0/+3
* util: introduce /etc/os-release so that distros don't need to patch systemd t...Lennart Poettering2010-11-181-48/+81
* exec: automatically determine right TERM= setting based on tty nameLennart Poettering2010-11-151-0/+15
* util: always highlight distro nameLennart Poettering2010-11-141-1/+1
* cryptsetup: hook up tool with ask-passwordLennart Poettering2010-11-121-164/+0
* manager: parse RD_TIMESTAMP passed from initrdLennart Poettering2010-11-101-1/+18
* cryptsetup: minimal cryptsetup unit generatorLennart Poettering2010-11-101-0/+51
* service: unify tstamp serialization codeLennart Poettering2010-10-281-2/+1
* main: move make_null_stdio() to util.cLennart Poettering2010-10-271-0/+9
* unit: serialize active timestampsLennart Poettering2010-10-271-0/+30
* ask-password: add minimal plymouth password agentLennart Poettering2010-10-261-1/+1
* util: Add welcome message for UbuntuAndrew Edmunds2010-10-251-0/+14
* ask-password: add basic tty agentLennart Poettering2010-10-251-0/+164
* systemctl: introduce systemctl killLennart Poettering2010-10-221-0/+11
* util: ignore quota files by defaultLennart Poettering2010-10-181-0/+2
* tmpfiles: integrate kay's directory cleanup code and otherwise beef up tmpfil...Lennart Poettering2010-10-181-0/+4
* inotify: properly handle multiple inotify events per read()Lennart Poettering2010-10-131-12/+20
* util: don't specifically check for the /dev/null major/minor, just check whet...Lennart Poettering2010-10-081-4/+1
* unit: introduce 'banned' load state for units symlinked to /dev/nullLennart Poettering2010-10-081-0/+15
* util: unify implementations of freeze()Lennart Poettering2010-10-071-0/+5
* fix typo: s/seperat/separat/gDave Reisner2010-10-051-6/+6
* parse_env_file() - return empty value strings like FOO="" as NULL valueKay Sievers2010-09-281-0/+6
* locale: make sure we don't merge configuration settings from different sourcesLennart Poettering2010-09-211-3/+3
* ask-password: optionally ask questions on ttyLennart Poettering2010-09-171-2/+8
* util: fix handling of quotes in parse_env_file()Lennart Poettering2010-09-161-2/+2
* vconsole: add new utility to initialize the virtual consoleLennart Poettering2010-09-161-3/+179
* util: use waitid() instead of waitpid() everywhere to avoid confusion due to ...Lennart Poettering2010-09-151-2/+4
* util: introduce waitpid_loop()Lennart Poettering2010-09-151-7/+25
* util: SIGSTKFLT is unknown on Linux for SPARCLennart Poettering2010-09-141-1/+3
* util: add Arch welcome messageTom Gundersen2010-09-131-0/+2
* util: add Debian welcome messageSedat Dilek2010-09-131-0/+13
* util: add Gentoo welcome message.Gustavo Sverzut Barbieri2010-09-091-0/+11
* util: leave locked terminal attributes untouched so that we don't interfere w...Lennart Poettering2010-09-011-3/+3
* util: look at STDOUT, not STDIN, when determining tty columnsLennart Poettering2010-08-311-1/+1
* systemctl: show timestamps for state changesLennart Poettering2010-08-251-0/+57
* mount: properly handle LABEL="" in fstabLennart Poettering2010-08-201-0/+13
* service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and deco...Lennart Poettering2010-08-201-0/+11
* nss: don't disable nscd anymore, since it doesn't make sense to socket-activa...Lennart Poettering2010-08-171-17/+0
* util: properly detect ttyname_r() failingLennart Poettering2010-08-161-2/+3
* systemctl: add support for delayed shutdown, similar to sysv in styleLennart Poettering2010-08-161-0/+11
* emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering2010-08-141-1/+1
* main: disable nscd properly, if possibleLennart Poettering2010-08-111-0/+19
* gc: remove a lot of unused codeLennart Poettering2010-08-111-12/+0
* selinux: split off selinux calls into seperate file label.cLennart Poettering2010-08-111-257/+1
* util: when replacing env vars replace unset envvars by nothingLennart Poettering2010-08-111-25/+28
* util: when formatting timestamps return '0' for 0 timestamps instead of empty...Lennart Poettering2010-08-061-0/+6
* selinux: minor error handling fixLennart Poettering2010-08-051-3/+5
* selinux: fix labels only when configured for itLennart Poettering2010-08-051-4/+4
* selinux: rework selinux tests a littleLennart Poettering2010-08-041-48/+65
* selinux: fix if vs. ifdef mixupLennart Poettering2010-08-041-11/+11