summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* manager: expose a few special units via SIGRTMIN+x signalsLennart Poettering2010-06-171-0/+12
* util: implement parse_pid() functionLennart Poettering2010-06-171-0/+23
* service: optionally call into PAM when dropping priviligesLennart Poettering2010-06-161-0/+21
* util: introduce random_ull()Lennart Poettering2010-06-161-0/+20
* util: introduce readlink_and_make_absolute()Lennart Poettering2010-06-161-0/+20
* path: add .path unit type for monitoring filesLennart Poettering2010-05-241-0/+29
* timer: fully implement timer unitsLennart Poettering2010-05-241-0/+58
* manager: canonicalize search paths and filter out non-existing paths and thos...Lennart Poettering2010-05-221-0/+45
* execute: only reset those signals to the default we really need to reset to t...Lennart Poettering2010-05-221-2/+47
* main: ignore EPERM in TIOCSTTY when opening terminal for crash shellLennart Poettering2010-05-181-3/+10
* build-sys: move source files to subdirectoryLennart Poettering2010-05-161-0/+2027