summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Systemd is causing mislabeled devices to be created and then attempting to re...Daniel J Walsh2010-08-031-3/+241
* exec: extend variable substitution to support splitting variable values into ...Lennart Poettering2010-07-211-7/+44
* device: do not merge devicesLennart Poettering2010-07-201-0/+32
* cgroup: treat non-existing cgroups like empty ones, to deal with racesLennart Poettering2010-07-131-5/+6
* util: reset terminal even harderLennart Poettering2010-07-121-1/+14
* util: fix error handling in acquire_terminal()Lennart Poettering2010-07-121-1/+1
* cgroup: reimplement the last bit of libcgroup functionality nativelyLennart Poettering2010-07-121-11/+66
* cgroup: kill processes, not tasks and other cgroup changesLennart Poettering2010-07-111-2/+1
* execute: add ability to configure the kill signalLennart Poettering2010-07-101-0/+36
* install: various improvementsLennart Poettering2010-07-081-0/+19
* cgls: beef up control group dumping and introduce cgls toolLennart Poettering2010-07-081-0/+27
* util: fix missing memory initializationLennart Poettering2010-07-081-1/+1
* execute: support minimal environment variable replacement when executing proc...Lennart Poettering2010-07-081-3/+109
* util: handle \s escape as defined in the XDG spec properly in cunescape()Lennart Poettering2010-07-071-0/+5
* util: introduce cunescape_length()Lennart Poettering2010-07-071-3/+6
* util: properly handle escaped quotes in words in split_quoted()Lennart Poettering2010-07-071-14/+34
* util: fix handling of unknown escapes in cunescape()Lennart Poettering2010-07-071-1/+1
* util: implement safe_atolu based on safe_atolli/safe_atoi, depending on word ...Lennart Poettering2010-07-071-34/+0
* util: minor simplification when printing welcome textLennart Poettering2010-07-071-4/+4
* main: show welcome message on bootLennart Poettering2010-07-071-0/+47
* manager: optionally print status updates to console on bootLennart Poettering2010-07-071-0/+24
* util: fix space calculation in get_process_cmdline()Lennart Poettering2010-07-061-0/+2
* systemctl: show cgroup contents in statusLennart Poettering2010-07-051-0/+59
* dbus: complete exec coverageLennart Poettering2010-07-041-0/+28
* socket: make various socket/pipe options configurableLennart Poettering2010-07-011-0/+10
* core: rename struct timestamp to dual_timestamp to avoid name clash with IP s...Lennart Poettering2010-07-011-1/+1
* pam: implement systemd PAM module and generelize cgroup API for that a bitLennart Poettering2010-06-211-4/+165
* don't use 'long long' unless we have a really good reason toLennart Poettering2010-06-191-5/+5
* util: properly divide in 64bit in format_timestamp()Lennart Poettering2010-06-191-1/+1
* install: make systemd-install useful for installation of template instancesLennart Poettering2010-06-181-0/+47
* systemctl: add /dev/initctl fallbackLennart Poettering2010-06-181-4/+52
* systemctl: warn users via wall that the system goes downLennart Poettering2010-06-181-0/+64